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 >>
Author: alyaspk Categories: Java Script Tags: alert, email validaiton, form, java script email, javascript, javascript form, javascript form validation, javascript forms, javascript function, javascript html, require, return, validation
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 >>
Author: alyaspk Categories: Java Script Tags: clearTimeout, execute, java, java events, java timing events, javascript, javascript timing events, language, Loop, millisecond, script, setTimeout, timeout, timing event, Timing Events

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 >>
Author: alyaspk Categories: Wordpress Themes Tags: beautiful wordpress theme, downloads, free, gallery theme, magazine wordpress, notepad chaos, notepad chaos theme, notepad template, notepad wordpress, themes, wordpress, wordpress template
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 >>
Author: alyaspk Categories: Java Script Tags: browser, browser detection, Browser Detection JavaScript, browsing, chrome, detect browser, detection, internet explorer, internet explorer detect, javascript, javascript detection, javasript browser detection, Netscape, netscape detect, netscape detect code

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 >>
Author: alyaspk Categories: CSS Tags: affect, border, box model, browser, CSS, css box, css box model, css element, css model, css property, css tutor, element, height, HTML, margin, width
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 >>
Author: alyaspk Categories: Java Script Tags: Alert Box, Confirm Box, java, java popup, javascript, javascript boxe, javascript boxes, javascript popup, JavaScript Popup Boxes, popup, popup boxe, popup boxes, Prompt Box, Source Code

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

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

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 >>
Here is simple CSS code for Transparency setting for all browsers, IE, Firefox, Opera, Safari and Google Chrome
Read More >>
Author: admin Categories: CSS Tags: css code for transparency, css filter alpha, css hack, css moz-opacity, css transparency, css transparency in firefox, css transparency in opera, css transparency in safari, ie transparent, opacity, transparency for all browsers