How to select all friends from facebook

How to select all friends from facebook? Go to the page > click on invite friends and copy and past the following code You might be interested in:How to Create Facebook Fan PageWhat does your Facebook photo meansFacebook Fanpages by ShovanDoes Facebook Affect Your Relationships? ★Fancy ♥Symbols for ►Facebook, ♪Myspace


Mac: Change read-only folder privilege

In mac how to change read-only folder permission from the terminal: sudo chmod -R 770 /path/to/folder This will make the folder: drwxrwx___ (meaning owner and group can read and write and execute all files Change 777 to give permission to all users. You might be interested in:


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. [...]


How to Use External CSS Styles into Facebook Static FBML

For giving an extra flavor to your Facebook fan page, you can customize CSS styles for making unique look appearance. Also you have to make sure that all browsers support CSS styles. But the Internet explorer does not support CSS styles inlined as below – <style> CSS styles rules here </style> You must have to [...]


Embedding YouTube Videos or Flash to Facebook Static FBML Page

Adding YouTube video for company profile, product features, services information etc. is an essential step for customizing any company’s Facebook fan page. This Facebook FBML tutorial will guide you through step-by-step procedure for adding YouTube videos or Flash objects into any Static Facebook fan page. You have to enter the following lines of code on [...]