29 Ways to stay creative

You might be interested in:iOS 5 Creative video part 2Creative AdiOS 5: Creative Video


Nikon D7000 Tips & Tricks

Part 1 Part 2   via: http://oneslidephotography.com/nikon-d7000-tips-and-tricks/ You might be interested in:How to Format USB Drive or Flash Drive on MACHow to Make Italic Text in Illustrator


Including custom field in post in wordpress

Want to include your custom field values into your post? There are various ways to show custom field values on your post, I am going to use the following methord


WordPress: Featured Image option not avaliable

WordPress them does not show or support featured image option? Add below code to function.php page add_theme_support( ‘post-thumbnails’ ); It should display in your post option You might be interested in:Wordpress vs Drupal vs JoomlaIncluding custom field in post in wordpressWordpress home post as page


Web Typography Presentation

Web Design is 95% Typography You might be interested in:


WordPress home post as page

Most of the wordpress blogs or themes display post in their home page, for one of my project I wanted to display pages in the home page template This was the template code get_option(‘theme_home_posts’), ‘cat’=>’-’.get_cat_id(get_option(‘theme_featured’)), ‘paged’=>$paged, ); query_posts($args); while (have_posts()) : the_post(); ?> To simplify the code, all the post with category theme_featured will display. [...]


Display: none vs visibility: hidden

What is the diffeence in using display: none or visibility: hidden in your css? display: none: Removes the element completely from the document. display: none and visibility: hidden … You might be interested in:


UK Business Card Dimension or Size

Business cards small size: 8.5 cm x 5.5 cm 3.46″ x 2.165″ 0.085 m x 0.055 m Business cards bigger size: 9 cm x 5 cm 3.54″ x 1.969″ 0.09 m x 0.05 m You might be interested in:


Changing Name Server on 123-Reg

Log into your 123-Reg Control Panel Select the domain you want to change the name server Click on manage > Manage domain locking > Unlock domain > Back to control panel Click on change name server Enter you name server Save changes You might be interested in:


Playstation 3 – Website Log-in Problem

You tried log-in tvcatchup website or any other website via playstation 3, the log-in does not work? On your Play Station 3 go to Setting > Date and Time Setting > Update Date and Time via internet Now go back to browse and try log-in, should work The problem is cause of plastation’s new firmware [...]