Saturday, April 28, 2012

ajax jquery loading

ajax loading screen

Twitter 101

Twitter integration basic

http://search.twitter.com/search.json?q=@XXX&page=X

@XXX : search keyword
X : Current Page

Wednesday, April 18, 2012

Monday, April 16, 2012

jquery 101

jquery 101

jquery sliding effects

Saturday, April 14, 2012

Light media player

Super light weight jquery player !!!

Friday, April 13, 2012

Upload control - Jquery + ASP.NET

clean and simple upload control for asp.net + jquery, this is not using form posting and using json to post data over to asp.net

this is using form posting which is not very useful, another framework which did form posting 

Many more for form posting
Link 1
Link 2

Thursday, April 12, 2012

loading User control

Reference

Someone builds a project on this

Similar concept but this is lazy loading
The problem with this is that, you won't be able to leverage on the server control that you have.

This is a big problem if you are looking at async postback, because you cannot have full control on the control name generated.