CSSgallery.info

Javascript form validators

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

Javascript rounded corners

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

php “included” menu styling

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

« Previous PageNext Page »