Saturday, January 21, 2012

Unfuddle with git

Some projects involve portions or full of proprietary code.
If so, wanted to share your sources and collaborate with a developer online?
You can use unfuddle.com. It is easy to create an account. You can either use SVN or git as your version control system. Both free and paid accounts are available for use. Once registered, you'll get a personalized name such as 'example.unfuddle.com'

Disclaimer: In free version, there is no SSL security. So, if you are so much concerned about the security, stop using it for your code. But you can always give a try to see how it is.

Monday, January 16, 2012

Download Youtube videos in chrome

Wanted to download youtube videos without installing any software or script? Then read ahead.
You don't need to install any software to download videos from youtube whenever you use Google chrome.
1) Create a shortcut in desktop and make it point to this directory


C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Cache
The above is in the case of Windows 7, in windows XP it will differ.

2) Whenever you see videos, let the video gets buffered. Then goto the above folder and lookout for files starting with f_xyzxyz. You can easily locate the video files by arranging the files according to either 'size' of by 'date modified'.
3) open VLC media player. Drag the file directly into VLC. If you've found the video you are looking for, copy it to the desired location and rename it with extension(.flv)

Hope you find it useful.

Sunday, January 15, 2012

Losing data due to Shift+Delete?

Many people have the habit of using 'shift + del' very often (atleast I do). So, I wanted to figure out a way so as to prevent shift + del happening in the background. Autohotkey came again to rescue me.
Here are the steps.

1) Install latest version of Autohotkey
2) Create a new text file somewhere in your Desktop.
3) Rename it to my_script.ahk
4) Open the file using any text editor and paste the below content into it.

+Del::Send {Delete}

In the above '+' denotes shift. So, what the script means to autohotkey is that, whenever user presses shift + del, send just del to the process and not shift + del.

5) Make a shortcut to the above created file.
6) Copy that shortcut to your startup folder.

When the system is restarted, you can enjoy using shift + del, and still see the files in Recycle bin.

Disclaimer: Please note that moving files frequently to recycle bin and not cleaning it up often can make the bin full and you lose your deleted data, as windows may not push data to recycle bin and delete it directly.

Always on top option in windows

Everyone would have been quite accustomed to the "Always on top" option in GNU/Linux. In windows, there are no out-of-the box ways to do it. However, you can easily achieve that in a few steps.
1) Install latest version of Autohotkey
2) Create a new text file somewhere in your Desktop.
3) Rename it to my_script.ahk
4) Open the file using any text editor and paste the below content into it.

^space::WinSet AlwaysOnTop, , A


5) Make a shortcut to the above created file.
6) Copy that shortcut to your startup folder.

Once you restart your system, you can use the shortcut 'ctrl + space' to make the current window 'Always on top'. I found it very useful when you are using calculators and command prompt. You can stop annoying now, because you don't need to use 'alt + tab' that often.

Sunday, January 8, 2012

Re entry

Planning to start writing again. Lets see how much time I get to devote to this site.

Sunday, May 9, 2010

Save images from orkut profile

Nowadays orkut has blocked the right click in a person's album, in order to prevent others from saving the photos. But I believe the statement, "Nothing is impossible" :)
There are many ways to save those photos. But the easiest of all is drag the photo to a new tab. Then right click on it to save the photo to your hard disk. I don't know whether orkut blocked the right click feature as a measure for privacy in the profile. I don't think so. Do you?
PS:
Other ways to do it is to take a screenshot and crop the image u need. Or u can copy the whole web page or copy the photo using Ctrl+c and paste it in word and save it from there.

Tuesday, February 2, 2010

Make your site more reachable with wibiya

Wibiya is a beta service offered to the users, which helps one in boosting their websites.

This toolbar is an all-in-one tool which has a lot of features.
Some of the services offered are

  • Search
  • Number of online users
  • Translator
  • Photo gallery
  • Testimonials
  • You tube vidoes
  • Games
  • Twitter and facebook integration
  • Live chat
  • RSS feed etc.

How to own yours
Goto the page http://www.wibiya.com/. You'll have an option "get it now". Create an account and select the theme. You ll have a variety of applications to choose from. Choose the one which fits ur site well.

It has a very customized 'Add it' option which helps u greatly in adding the toolbar to ur site. U can directly get ur code if u have the following type of sites.
  • Wordpress
  • Blogger
  • Typepad
  • Joomla CMS
  • Drupal CMS
  • Ning &
  • vBulletin

If your site doesn't fit in any of these u can choose the option "Install on webistes and other blog platforms"

Troubleshooting
You can troubleshoot if something goes wrong.
* Activate Toolbar After Page Load
This will be very much useful if ur site is down due to some issues. If u didn't select this ur site will be blank and the toolbar will be loaded. Or ur site may take a long time to load.

* JavaScript / Framework Conflict

* Flash Objects Overlay The Toolbar


This toolbar will be on the top wherever u scroll to the page. It is definitely worth a try if u own a blog or a website.

Page Counter