giovedì 2 febbraio 2012

Tool to add Facebook app page tab

After some Facebook modifications I made this useful tool to add an application to a page tab from its id and the iframe url. Remember to login first ;-)

App id:
Iframe url:

venerdì 17 giugno 2011

Google cerca per immagine

Da oggi il grande motore di ricerca Google ha introdotto un nuovo metodo di ricerca: per Immagine!

mercoledì 23 marzo 2011

giovedì 10 marzo 2011

How to identify last item in a nested .Net Repeater

If you have a typical Orders/Products page and you want to show every product inside every order I think the best solution is to use a Repeater (of products) inside a parent Repeater (of orders).

If you must do something in the last product template of a order how can you reach this condition?

venerdì 4 marzo 2011

DISQUS data synchronization tips

I'm using DISQUS comments platform in my last project and I developed a .Net Windows service for synchronize the site's comments locally.

DISQUS exposes some useful API to accomplish my needs and I used the "forums/listPosts" call.

I'm getting started from this example on their site, so my service synchronizes all new comments every 10 minutes.

martedì 19 ottobre 2010

Video upload: Plupload with ASP.Net 3.5

Recently I'm moving from swfupload because even if this is a great tool I'm needing to let my users upload larger file.

So I'm testing Plupload: this uploader supports HTML5, Gears, Silverlight, Flash, BrowserPlus and chunked uploads.