How To AJAXify WordPress Theme
Chris Coyier has made a wonderful screencast about AJAXing WordPress theme. To AJAXify WordPress theme, he uses jQuery to make any internal link on the…
Chris Coyier has made a wonderful screencast about AJAXing WordPress theme. To AJAXify WordPress theme, he uses jQuery to make any internal link on the…
SyntaxHighlighter helps a developer/coder to post code snippets online with ease and have it look pretty. SyntaxHighlighter is developed in Javascript by Alex Gorbatchev. SyntaxHighlighter…
Social bookmarking is a great way to bring traffic to your website. Each social bookmarking network often has its own scripts for users to insert…
Gravatar (globally recognized avatar) is an image that follows you from site to site appearing beside your name when you do things like comment or…
Lightbox is a simple, unobtrusive script used to overlay images on the current page. The Lightbox effect is useful when your post has many images…
In programming languages like C, C++, static variables are variables that maintain their value between function calls. Unlike these programming languages, JavaScript doesn’t support static…
JavaScript is a powerful client-side scripting language, which allows developers to create rich and interactive web applications. In this article, you’ll find 10 excellent tools…