Welcome to weblogs.com.pk Sign in | Join | Help

Adnan Siddiqi

Lets get technical

News



  • View Adnan Siddiqi's profile on LinkedIn

Browse by Tags

All Tags » Javascript » Web Design   (RSS)
extracting query String values in Javascript
To fetch query String variables in server side languages is pretty common but it's not common to fetch queryString values in javascript. For instance you have a URL like http//site.com/file.html?v=1&t=3 , i order to process this request you don't Read More...
YAML:CSS layout made easy
It's always difficult for developers like me who have ZERO knowledge about graphics and designing to make a good HTML layout. Backend developers like me always use to leave on mercy of designers to split images and then make a theme. So many times I face Read More...
JSON Editor
This is such a lovely tool and I am sure it would be very helpful. Meet JSON EDITOR , A Tree based approach to understand the entire JSON Schema and debugging your JSON data. Technorati tags: Javascript , JSON Read More...
I/O in Javascript
This is something which every web2.0 wants to be provided in Web browsers and people have been using different techniques to store data on client side like using hidden flash applets or by using Mozilla's API to store data by calling XP Components. Neil Read More...
Make your Web2.0 applictions accessible
An interesting piece by Martin Kliehm Read More...
Reverse AJAX?
This is not something new and GMAIL users would already have experienced it while keeping the browser window open for long time and reciving new mails. These guys have named this technology as Reverse Ajax. This is not something new. You could make something Read More...