When we use forms, we need somehow to validate the data user input. We can do this both server side and client side. Client side part helps in user experience, and reduce bandwidth usage. Anyway, is not offering a good security so you ALWAYS should validate your input server side too.
Below we’ll put some resources […]
Posted on January 21st, 2008 by admin
Filed under: Javascript | 6 Comments »
Javascript resources for rounded corners
Corner.js
ShadedBorder - JavaScript Round Corners with Drop Shadow
Anti-aliased Rounded corners with JQuery
jQuery Corner Demo - more effects, not only rounded
CurvyCorners
Building Rounded Corners With CSS and JavaScript - more like a tutorial
Rounded […]
Posted on January 19th, 2008 by admin
Filed under: Design, Javascript | No Comments »
Some times , when we have a pretty big amount of pages on a site, but don’t need or want to use a CMS, we take advantage of PHP and split the page layout in more includes like:header.phpcontent.phpfooter.phpso we do not need to write the same content ( or copy paste :D ) in […]
Posted on January 18th, 2008 by admin
Filed under: Php, Tutorials | 3 Comments »