Featured Post Change Facebook Status Randomly to Old Blog Posts

Facebook is always a good source of traffic for many blogs. Hence, one can’t ignore promoting blog posts on Facebook. But manually updating the status with each blog post is such a headache. So, here I am going to discuss, how to update Facebook status randomly to old blog posts. This post is sequel to [...]

How to Remove ssh Connection Error Saying “Trying private key” in Windows

I was trying to setup ssh connection to GitHub when I faced this error on Windows saying – bash-3.1$ ssh -Tv git@github.com OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Reading configuration data /c/Documents and Settings/hjha/.ssh/config debug1: Applying options for github.com debug1: Executing proxy command: exec C:/Git/bin/connect.exe -H xxxxxxxxxxxxxxxxxx debug1: permanently_drop_suid: 500 debug1: identity file C:\\Documents\\ [...]

Swap Two Variables in Python in a Single Line

This thing can be easily achieved in Python which in other languages usually require 3-4 lines. This is possible due to Python’s tuple data structure. So to interchange values of two variables ‘x’ and ‘y’ simply use – x, y = y, x “x, y” defines a new tuple which takes the values of old [...]

How To Make Django Views Concise

If you have arrived to this web page, you must be knowing how urls are mapped to web pages in Django. These web pages are created using templates for reusability purposes. So a full fledged content of views.py would be somewhat like – from django.template import Context, Template from django.template import HttpResponse t = Template(“<template_content>”) [...]

UMPlayer – Best Alternative to VLC Media Player

With loads of features built in, UMPlayer can surely replace VLC as your best media player. As per the official site, it can handle various media formats like AAC, AC3, ASF, AVI, DIVX, FLV, H.263, Matroska, MOV, MP3, MP4, MPEG, OGG, QT, RealMedia, VOB, Vorbis, WAV, WMA, WMV, XVID, etc. I won’t extend this post [...]

How To Delete Locked files or Undeletable Files on Windows

Many a times you have faced this situation on Windows where you can’t delete certain file because its busy or being used by some other program. You may get a message from Windows that this file is being used by another program, even you have closed all the running programs. Here I present you the [...]

How to Share Facebook Album Publically

In this short blog post I am gonna show you how to share any Facebook album publically with anyone. When I mean sharing any album publically, I mean to say that that sharing with anyone irrespective of whether he is on Facebook or not. Some people share pics on Flickr, Picasa and other image sharing [...]

Listen any Song with Rainy Music as Background via RainyMood

Do you like listening songs in rainy weather? Well, here I present a way to add rainy music as background to any song you want to. Simply go to RainyMood and it will start playing a nice soothing rainy music. Now you can play any song of your choice either from YouTube or Grooveshark or [...]

Colored Fonts, Unlike Option, Profile Skin and lots more on Facebook with Social Plus extension

With over 600 million users active in Facebook, it is unarguably the the most used and loved social networking site. You might be addicted to Facebook and use it like a pro but ever thought of tweaking Facebook as per you needs like putting colorful text, unliking a status, rating friends’ posts? These tweaks to [...]

Quick Way to get Answers to Questions – Aardvark User Guide

With lots many sites offering answers to questions, competition is stiff. Top sites being Answers.com, Yahoo Answers, Rediff Q&A and Blurtit which get loads of traffic. I recently explored another such great service called Aardvark. Its a Google product. Aardvark lets you send your questions even through IM and mostly you will get the answer [...]

Best Way to Look for Facebook Pending Friend Requests and Deleting them

You must have sent friend requests on Facebook that are sometimes not accepted from the other side. Those friend requests on Facebook keep on accumulating and increases the chances of getting your Facebook account been refrained from adding more friends. If you keep repeating the act of adding friends and pending friend requests keep accumulating, [...]

Page 1 of 1512345...10...Last »