Permalink

10 CSS Tricks You Must Know – Useful for Designers and Developers

1- CSS font shorthand rule When styling fonts with CSS you may be doing this: font-size: 1em; line-height: 1.5em; font-weight: bold; font-style: italic; font-variant: small-caps; font-family: verdana,serif; There’s no need though as you can use this CSS shorthand property: font: … Continue reading

Permalink

Syntax Highlighter Helps Posting Code Snippets Online

SyntaxHighlighter helps a developer/coder to post code snippets online with ease and have it look pretty. It’s 100% Javascript based and it doesn’t care what you have on your server. Features: Supports Multiple Languages Lightweight Compressed Core Library is 11kb … Continue reading

Page 6 of 13« First...45678...Last »