Archive for the JavaScript/JQuery Category
Posted on February 17, 2012 by Web Designers Journal
One of the most common use of JSON is to fetch JSON data from a web server (as a file or as an HttpRequest), convert the JSON data to a JavaScript object, and then use the data in a web page.
For simplicity, this can be demonstrated by using a string as input (instead of a file).
JSON Example – Object From String
Create a JavaScript string containing JSON syntax:
Read on...
Posted on January 5, 2012 by Web Designers Journal
Here you will find 25 high quality CSS and jQuery drop down menu examples or just multi level menu tutorials with downloadable files and explanations as well.
My favorite pick here is, beautiful pure css3 created by Nick La: CSS3 Dropdown Menu.
25 Beautiful Examples of CSS and jQuery Drop down Menu Tutorials
Mega Drop Down Menus w/ CSS & jQuery

Sexy Drop Down Menu w/ jQuery & CSS

Create The Fanciest Dropdown Menu You Ever Saw

Read on...
Posted on June 21, 2011 by Web Designers Journal
Tab navigation has been one of the most fundamental element in any modern web structure. In order to make sure visitors can properly navigate through the website. One of the biggest challenge web designers and developers faced is to integrate a simple and nice tab navigation that not only don’t confuse, but helps visitors easily understand where they should be clicking.

Read on...