Posts Tagged ‘CSS’

A Collection of CSS Rounded Corner Tutorials

A Collection of CSS Rounded Corner Tutorials

November 16, 2009 1 Comment

Sometimes creating rounded corners with Css is a big challenge for most designers. Many will end up with a design where they don’t use rounded corners in order to avoid the entire rounded corner kerfuffle that has always been an issue in HTML/ CSS. The question has always been which method or solution is best, and what is the easiest way.
Continue Reading

An Explanation of CSS Color Codes

An Explanation of CSS Color Codes

October 21, 2009 0 Comments

CSS Color Codes are actually hexadecimal values of a specific color. If you've worked in Photoshop's color picker, or with Adobe Kuler, you have seen the codes I'm talking about.
Continue Reading

Getting and Setting Cookies with jQuery

Getting and Setting Cookies with jQuery

October 12, 2009 0 Comments

jQuery is one of the most versatile JavaScript libraries today. Extending it's functionality one step further, we can use cookies to enhance the user experience by helping the browser remember user site preferences, login details and more.
Continue Reading

Must Have Code Snippet Resources For Developers

Must Have Code Snippet Resources For Developers

August 10, 2009 1 Comment

Writing the same functions over and over again can be very tedious when coding a website or programming an app, code snippets are the best way to save and organize that information into a usable library and just may be one of the best resources a developer can have at their side. Continue Reading

Cross-Browser Blockquotes Using CSS and jQuery

Cross-Browser Blockquotes Using CSS and jQuery

July 28, 2009 6 Comments

Back in December 2005, Simon Collison posted a tutorial on how to get "Swooshy Curly Quotes Without Images" on 24 Ways. I'd like to expand on that concept using jQuery, automating and skipping adding the additional span tags each time getting the same effect.
Continue Reading

Scroll to top