Recently, Social Media Hive shared this great presentation with useful tips on how to choose a profile picture for your Twitter profile. But, the same tips can be applied for choosing a profile picture for your profiles on Facebook, Orkut, YouTube, Google+, Skype, Yahoo! etc. Read it, and tell us if it helped you.
On 31 August 2011, an AMD FX processor achieved a historical Guinness World Record with a frequency of 8.429GHz, a stunning result for a modern, multi-core processor. The record was achieved with several days of preparation and an amazing and inspired run in front of world renowned technology press in Austin, Texas.
On April 16, 2011 Google sent out the following mail to its video users. “On April 29, 2011, videos that have been uploaded to Google Video will no longer be available for playback. We’ve added a Download button to the video status page, so you can download any video content you want to save. If you don’t want to download Read full story…
Getting rid of a Facebook application? Let me show you how to do it. Usually a Facebook application is ought to have a remove link at bottom right corner of an application page. But, many popular Facebook applications (like farmville, cityville) don’t have these links. Following is the step-wise process to remove such Facebook applications: 1. Login to Facebook 2. Read full story…
Microsoft Outlook 2010 is no doubt an amazing tool for managing business mails. The ever growing social networks has proved its power and importance in business world. So, this time around Microsoft launched Outlook Social Connector that brings the power of Social networks right inside outlook. Installing Microsoft Outlook Social Connector (OSC) provide you an overview of all the interactions Read full story…
Here’s how to change the link & title attributes for the custom logo that we have already customized in WordPress log-in screen. You just have to copy the desired function code, and paste it in your WordPress theme’s functions.php file: //Custom Login URL function custom_login_url(){ echo bloginfo(‘url’); } add_filter(‘login_headerurl’, ‘custom_login_url’); //Custom Login Title function custom_login_title() { echo get_option(‘blogname’); } add_filter(‘login_headertitle’, Read full story…
While customizing a WordPress site for a client nobody (atleast me) likes to have the default logo at login page of WordPress. If this is the case with you, you can use a plugin, or simply take advantage of this simple hack. The only thing you have to do is to copy any of the following code, and paste it Read full story…