Apple CEO Steve Jobs reveals iPad Tablet

Apple CEO Steve Jobs reveals iPad Tablet

Today January 27, the first month of the year 2010 been a big day for Apple Companies. They are one of the most innovative IT company which has been revealing great products in the past such as iPod, iTouch, iPhone and so on. Today Apple CEO Steve Jobs revealed another great produced names iPad Tablet [...]

Read more
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
Wordpress Plugins: My Favorites

Wordpress Plugins: My Favorites

Published on: April 08, 2009
Last Updated on: December 07, 2009
I would like to list out some of top wordpress plugins that are my favorites: Plugins that are useful for Search Engine Optimization,  Photo Gallery, Forms, Maintenance, Rating, CMS, E-commerce, Security and Privacy, Cache, Backup, Others…

Read more
Insert Social Media Submission Links In Your Theme Without A Plugin

Insert Social Media Submission Links In Your Theme Without A Plugin

Now a days social media are getting more and more popular and most of the wordpress site owners use one or another social media plugin. Well what about just writing a few code to share with different social media then to load heavy plugins which will reduce your site speed and also when you use [...]

Read more
10 advice to start your own venture in Nepal

10 advice to start your own venture in Nepal

I like the work of Entrepreneurs for Nepal. They are doing really great job. They have more than 1200 young, creative entrepreneurs, who have ideas and want to implement it in Nepal. They have successfully created a facebook group with 1888 members till date.
I would like to quote one of their resources which is called [...]

Read more
Tracking Exit/Outbound Links through Google Analytics

Tracking Exit/Outbound Links through Google Analytics

Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Powerful, flexible and easy-to-use features now let you see and analyze your traffic data in an entirely new way. With Google Analytics, you’re more prepared to write better-targeted ads, strengthen your marketing initiatives and create [...]

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 1 of 1912345»10...Last »