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
Browser Details for Tech Support

Browser Details for Tech Support

Today, I would like to show you the innovative site developed by Imulus. It is very useful for mainly for the Support Team who work in Web. It is very difficult to get the technical question answered through your client who is not technical. Then this site help you find the the answer related to [...]

Read more
HailStones

HailStones

March 01, 2010 at 7:20PM Glimpse of Hailstones Observed in Kalopul, Kathmandu, Nepal

@The Kathmandu Post:
Here comes the spring. Rainfall on Monday evening coupled with hailstones sounded the bell bidding gloomy winter adieu and welcoming the sunny side of weather.
Weathermen say, the rainfall and hail on Monday in the Capital and thunderstorms in some central [...]

Read more
The Future of User Interfaces

The Future of User Interfaces

Citation  of Interesting article written by Cameron Chapman about the Future of User Interfaces.
User interfaces—the way we interact with our technologies—have evolved a lot over the years.
From the original punch cards and printouts to monitors, mouses, and keyboards, all the way to the track pad, voice recognition, and interfaces designed to make it easier [...]

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
Page 1 of 191234510...Last »