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

Archive

Archive for August, 2009

JavaScript for Form Validation

August 18th, 2009

JavaScript can be used to validate data in HTML forms before sending off the content to a server. Form data that typically are checked by a JavaScript could be: has the user left required fields empty? has the user entered a valid e-mail address? has the user entered a valid date? has the user entered [...]

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 >>

Notepad Chaos : Beautiful WordPress Theme

August 17th, 2009
http://www.notepadchaos.com/wp-content/themes/notepad-chaos/images/footer.jpg

This Beautiful WordPress Template has 2 coloumns, a quite vibrant design including “personal” design elements such as handwritten headings, stick-it-notes, clips and pins.

Read More >>

Browser Detection JavaScript

August 17th, 2009

Browser Detection use to show us the information of visitors Browser. Browser Detection: This JavaScript is almost Work all JavaScript-Enable Browser. However, there are some things that just don’t work on certain browsers – especially on older browsers. The Navigator Object: The JavaScript Navigator object contains information about the visitor’s browser.We gonna on two properties [...]

Read More >>

CSS Box Model

August 17th, 2009
Box Model

Box Model in CSS: All HTML elements can be considered as boxes. In CSS, the term “box model” is used when talking about design and layout. In order to set the width and height of an element correctly in all browsers, you need to know how the box model works. The box model illustrates how [...]

Read More >>

JavaScript Popup Boxes

August 16th, 2009

Basically there are three kind of popup Boxes : Confirm Box, Alert Box and Prompt Box. Alert Box: Alert box is basically used if you want to make sure information comes through to the user. When an alert box pops up, the user will have to click “OK” to proceed.

Read More >>

Mag Black : Magazine Type WordPress Theme

August 15th, 2009
magblack

A very impressive Mag Black theme for Magazine type WordPress templates having 3 columns.

Read More >>

Rounded Corners with CSS3 for all Browsers

August 15th, 2009
rounded corner

In the last weeks I frequently received a question about how to use CSS3 border-radius property to draw HTML elements with rounded corners in Internet Explorer. How you know CSS3 border-radius property is natively supported in Safari, Firefox and Chrome but for some mysterious reason this property is not supported in Internet Explorer. So to [...]

Read More >>

Image Maps with Dreamweaver

August 15th, 2009

Learn how to link to different pages from the same image using image maps in Dreamweaver. What are image maps? An image map is an image that has been divided into regions, or “hotspots”; when a hotspot is clicked an action occurs, for example a new file opens. The image found at the bottom is [...]

Read More >>

CSS Transparency Setting for all browsers, Internet Explorer, Firefox, Opera, Safari, Google Chrome

August 11th, 2009

Here is simple CSS code for Transparency setting for all browsers, IE, Firefox, Opera, Safari and Google Chrome

Read More >>