W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘script’

MIXER : Social Networking Script

November 7th, 2009

Young generation needs a special means of communicating and MIXER!! is the best choice among the community scripts! With it you get free:

Read More >>

Fancy Page Transition : Html Script

November 6th, 2009

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.

Read More >>

HTML Script for Creating Anchors

November 6th, 2009

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 [...]

Read More >>

How to Make Frames : HTML Scritps

November 6th, 2009

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. [...]

Read More >>

How to Disable Scripts And Styles : WordPress Hack

November 3rd, 2009

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 [...]

Read More >>

Read More hack for Blogger with Automatic Thumbnail Creator Script

October 23rd, 2009

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 [...]

Read More >>

A Custom Cursor Script

September 23rd, 2009

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.

Read More >>

An Email Validation Script for All Browser

September 20th, 2009

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 [...]

Read More >>

Create Tab with JavaScript

August 23rd, 2009

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.

Read More >>

JavaScript for Timing Events

August 18th, 2009

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:

Read More >>