Recently Popular Tutorials for April 15th, 2007
Apr 15
Creating a Custom Watermark in Photoshop
Protect yourself with a custom digital watermark. Add that professional look to any digital picture and set yourself apart.
Apr 15
Popup Alternatives
The use of popup blockers creates a problem for developers who need to put up supporting information on a page. So they need an alternative. A styled layer has been the popular workaround, but it is a lot of work. Not just writing the code'; it means bring the code for the popup into the [...]
Apr 15
Getting Input in PHP Scripts
By far the most common way is through data passed by web forms using either the GET or POST methods (the GET method can also be used by simply adding a query string onto the end of the script's URL).
Apr 15
Custom shape button
In this tutorial you will understand how to create this stilysh web button.
Apr 15
Markup as a Craft
Markup is the technical foundation of front-end code. In one way or another, it influences or is influenced by design, content, accessibility, CSS, DOM scripting, and more. The quality of your markup will affect the quality of related code, and even the cost of implementing or maintaining that code. Your markup might be good now, [...]