It’s a common phenomenon to see a designer’s website in a design class several levels above that of it’s clients web design work. While there are many factors that can play into this occurrence, one in particular is very common. Designers/developers know more about code, whereas many clients don’t try at all to learn any. Continue Reading »
Featured For the Designer For the Client Musings Freebies Identity Web Design Code Snippets Wordpress jQuery CSS Case Studies
Bold Perspective likes to share with the web design community. These posts are a collection of free code snippets for you to use and learn from.
How to use WordPress Shortcode
How to Use @font-face
For years web designers struggled with Web Typography. We were stuck with a small number of “web safe” fonts, seriously limiting the typographic quality of the websites we designed. For the longest time virtually the only way to use a non-web-safe font was via an image or flash – both of which are far from Continue Reading »
Improve Web Typography with 1 Line of CSS
Web typography has been a long and difficult struggle for designers these past few years. With new technologies like @font-face, web typography has taken leaps and bounds forward. However, we have those pesky Windows computers still poorly rendering type on the web. Looking closely, particularly at the PC-Firefox rendering, you clearly see that Mac-Chrome renders Continue Reading »
SEO Friendly Dynamic <title> for WordPress
Using a good <title> tag is incredibly important for ranking high in the Search Engines. This code will dynamically generate a dynamic <title> tag to improve your WordPress site’s SEO. <title><?php if ( is_category() ) { echo ‘Category Archive for "’; single_cat_title(); echo ‘" | ‘; bloginfo( ‘name’ ); } elseif ( is_tag() ) { Continue Reading »
Subscribe via RSS
Follow on Twitter | Twitter Archive | All Tags | Monthly Archives | View All Posts
