"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Thursday, June 30, 2011

Introduction to HTML 5

Hi *.*,
As i already explained abt NAV tag in html 5. Today i'm showing what all new in html 5 and how browser support it got

Sunday, June 26, 2011

http-request and -responce handling in server side

On previous post Handling httprequest using jquery. Today Handling that on server side.
Code
Invoke 2 namespace 
  • using System.Net; 
  • using System.IO;

Saturday, June 25, 2011

Jquery Menu with Bounce effect

 Hi *.*,
Last day my friend shared me an interesting Jquery tip on that basic v created an menu with Bounce effect on hover.
Demo