MIXER : Social Networking Script
Young generation needs a special means of communicating and MIXER!! is the best choice among the community scripts! With it you get free:
Young generation needs a special means of communicating and MIXER!! is the best choice among the community scripts! With it you get free:
Fancy Page Transition Below is a great and simple piece of html code for a Fancy Page Transition. You can view a sample by hitting your browsers back and forward button a few times! The html script will give 23 different page transitions on a random basis.
Page anchors allow visitors to jump to a specific place in the current webpage or to jump to a specific place on another web page. You usually use page anchors if you want a graphic or text to link half way down another page. That way your visitor doesn’t have read all through the page [...]
When your visiting a site with frames you see the left frame and the right frame . There is also a hidden index page that keeps these two pages in their frames. The index page tells your frames what to do. It won’t have any text or images on it that your visitor can see. [...]
Many plugins and themes add JavaScript and CSS files to your site. While this alone isn’t necessarily a bad thing, using several plugins that do this can bog down your site with loads of requests for these files. In this tutorial Justin Tadlock describes a smart solution to disable scripts and styles of your plugins [...]
You might have noticed that since few weeks I have been using a strange script which enables us to summarize content and show only the summary with a thumbnail in Home Page , Archives page and Labels page. I am going to explain How to add this hack to your blogger template. Before going into [...]
Description: Starting in IE6, for the first time ever, you can specify your own image for the browser to use as the cursor! The image will replace the default “arrow” one. Properly done, a custom cursor can bring furthered consistency to your site’s design.
Description: This script uses regular expressions to check that a form field contains a valid email address. Note that it won’t catch all invalid emails, like most similar scripts. However, for most intents and purposes, this script should serve its purpose well, by rejecting common email typos while leaving room for obscure yet valid emails [...]
This tutorial explains how to create a tab using jquery and simple javascript. Both techniques are very simple and short. You create a simple tab with JavaScript, html and css.
JavaScript Timing Events: With JavaScript,we execute some code after a specified time-interval. This is called timing events. There are two methods for Timing Events in Java. setTimeout() – executes a code some time in the future clearTimeout() – cancels the setTimeout() The setTimeout() Method: