Recent Posts Blog

Wordpress Color Picker Plugin

This plugin adds Color Picker meta boxes to your page/post write/edit panels. After the color is selected and post/page is saved, it creates a custom field named ‘colorpicker’. The colorpicker value can be retrieved in the theme using

<?php get_post_meta($post->ID,'colorpicker',true); ?>

This can be used to assign background-colors, text color, title heading color etc to individual post and pages.

Wordpress Color Picker plugin is using javascript color picker from http://jscolor.com/

Installation

1. Upload the Post Shift plugin to your wordpress plugins folder.
2. Activate it.
3. Goto Page/Post write panel. At bottom, select your color.
4. Retrieve the color in your theme using <?php get_post_meta($post->ID,'colorpicker',true); ?>

Download

Wordpress Color Picker Plugin

What bloggers can do to help each other reciprocally

You know it : Making money blogging and reaching online success aren’t easy things. There’s many things that you can do in order to maximize your chances of success. One of these things is reciprocal help, a technique that I’m using since years and which always providing great results.
In this article, I’m going to show what you can do to help other bloggers while they help you.

Read Original Article Here

5 Ways to Keep Your Portfolio Updated

A web presence is must for web developers/designers and web entrepreneurs. It helps showcasing yours web applications/projects/ideas and attracting new and potential clients.  As the count of completed projects under you umbrella grows, it becomes necessary to update your portfolio periodically. Most of the times, these updates are deferred till long which results in losing many business opportunities. Read more…

Follow Ijlal Hasnain on Twitter