
Are You New Here? than get More Blogging Tips Subscribe to this blog today!
In this post you will find 5 interesting and useful code snippets purely for web developers and coding lovers. This collection include several CSS, PHP, HTML, Ajax and jQuery snippets. Take a look!
1-CSS Layouts Collections
2-CSS @font-face
This snippet allows authors to specify online custom fonts to display text on their webpages without using images:
3-PHP: Use isset() instead of strlen()
This snippet uses isset() instead strlen() to verify a PHP variable (in this example $username) is set and is at least six characters long. (via Smashing Magazine).
?>
4-HTML 5 CSS Reset
5. CSS Print Framework
Hartija is an universal Cascading Style Sheets Framework for web printing. To use this framework download the CSS file here and use this line of code into your web pages:
Also Read: 5 Interesting Lightweight JQuery Plugins for Web developers & How to Implement a Launching Soon page with PHP and jQuery
If you have any suggestions and question than feel free to ask me i will response you.
Related posts:
If you would like to make a comment, please fill out the form below.
I like the css tips, but why use isset to verify a length?
Giorgio Sironi´s last blog ..When to inject: the distinction between newables and injectables
its alternative just