Are you Recruiting or Hiring?

Are you Recruiting or Hiring?

I have been working as Human Resource Consultant and for me Recruiting is most important part. I really feel that if you recruit right person then you don’t need to work hard on other aspect of Human Resources. To recruit the right person the company named Zappos pays new employees to quit. They want to [...]

Read more
Avatars or Gravatars for WordPress

Avatars or Gravatars for WordPress

Add More Default Avatar Choices to the WordPress Admin. Add the following code in the functions.php :
// Add More Default Avatars to Options
if (!function_exists(’ss_addgravatar’)) {
function ss_addgravatar($avatar_defaults) {
$myavatar1 = get_bloginfo(‘template_directory’).’/images/avator/01.png’;
$avatar_defaults[$myavatar1] = ‘rock’;
$myavatar2 = get_bloginfo(‘template_directory’).’/images/avator/02.png’;
$avatar_defaults[$myavatar2] = ‘Cool’;
$myavatar3 = get_bloginfo(‘template_directory’).’/images/avator/03.png’;
$avatar_defaults[$myavatar3] = ‘Geek’;
$myavatar4 = get_bloginfo(‘template_directory’).’/images/avator/04.png’;
$avatar_defaults[$myavatar4] = ‘Pretty’;
return $avatar_defaults;
$myavatar5 = get_bloginfo(‘template_directory’).’/images/avator/05.png’;
$avatar_defaults[$myavatar5] = ‘Sexy’;
return $avatar_defaults;
}
add_filter(‘avatar_defaults’, ’ss_addgravatar’);
}

If you want to get your [...]

Read more
Wordpress 2.9

Wordpress 2.9

After the security lot of security release in WordPress 2.8. Today (December 19, 2009) WordPress released it’s new and awaited WordPress version 2.9 “Carmen” named in honor of magical jazz vocalist Carmen McRae (whom we’ve added to our Last.fm WP release station). You can upgrade easily from your Dashboard by going to Tools > Upgrade, [...]

Read more
Top Ranked Companies and Top Ranked Freelancers in Odesk

Top Ranked Companies and Top Ranked Freelancers in Odesk

Today I really feel happy and excited to share two achievement both as a team and as an individual.
We (Digital Max Solutions) as a team has been listed as the Top Ranked Companies in oDesk. At the same time, I have been listed as the Top Ranked Freelancers.
Beside this, last month in November, 2009: [...]

Read more
WordPress Security Tips

WordPress Security Tips

Posted on: September 5, 2009
Updates on: December 15, 2009
As the WordPress is getting popular and used by many people, now the hackers are also being active and involved in hacking wordpress site. I have recently received lot of request to fix the WordPress hacks. I would like to list some WordPress Security Tips to help [...]

Read more
Page 2 of 20123451020...Last »