Tuesday, 22 May 2012

How to convert ebooks in txt to jar

In this post I will show you how to convert ebooks in txt format to jar(java) format.This will allow you to read ebooks in mobiles which does not support txt format.














1>Download Tequilcat on your desktop

2>In this shell, select your phone model, set up fonts, options and all things configurable


3>Add e-books from computer disk (if your phone does not support reading books from phone flash card/internal memory)
 * Click "Create Java book"

4>Install JAR file (Java book) onto the phone, like any app or game, run it and you'll see the book text.





Sunday, 20 May 2012

How to get the get back your old Facebook Chat..


This is the new version of facebook chat that sucks big time..
5980787934 d7a9d38a5c b Get Back Your Old Facebook Chat..
This is our old beloved version that you’re gonna get after following this little tweak
5980216989 a240217f19 b Get Back Your Old Facebook Chat..
Trick1:
If you want to replace the new crap chat window with older one, do this
For Chrome:
>> Open this link
>> click on install button
For Firefox/Safari/Internet Explorer::
>> Install GreaseMonkey (Firefox)/Trixie (IE)/Greasekit (Safari) and restart browser.
>> Click install on this page
>> If doesn’t work enable your extension from tools menu. (optional)


Watch ASCII Star Wars in Windows XP, Vista and 7


There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in theWindows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.

A Picture showing Star Wars in command prompt

To watch it on Windows XP,
  1. Go to Start, Run.
  2. Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter.

On Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
  1. Go to Start, Search.
  2. Type telnet and press Enter.
  3. In the following command prompt window, type "o" without quotes and press Enter.
  4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

A command prompt window like the one in the image will open with the movie being played in it. See the movie yourself. Did you enjoy watching this new version of Star Wars? Well, I did and know it for sure that you would have too.

Google Easter Eggs-Part 2

Google Loco
Type Google Loco in the Search box, hit the I'm feeling lucky button and you will be taken to a Google homepage where each letter of the Google logo will continuously dance. Also, the search button and the I'm feeling lucky lucky button are written in the incomprehensible Wingdings font. What you type in the search box also appears in the same font. Even the search box changes its colour every time you type a letter. 

Google Pacman
Google I'm feeling lucky Easter eggs
Not a Google bomb but an immensely popular doodle which Google used on its homepage on the 30th anniversary of Pacman, the arcade game in May 2010. Just type Google Pacman in the search box, hit the I'm feeling lucky button and you will be taken to the Google Pacman page. You can use your arrow keys to start playing the game. To play in 2 player mode, hit the Insert Coin button. W, S, A and D keys will control the second player.

 Google Guitar (Les Paul Doodle)
Another very popular doodle which Google featured on its homepage to mark the 96th birthday of Les Paul. This flash and JavaScript based doodle allows users to not only play tunes by holding down the guitar and twanging its strings but also to record them. It also gives a link to share the recorded tunes with your friends. Just use the Google Guitar phrase or directly head over to Google Guitar.

Google Hacker

Ever wondered what Google would look like if it was hacked? Google Hacker can give you an idea of such a scenario. Just use the 
Google Hacker phrase and you will be taken to a Google homepage entirely in the leet language ( the language supposed to be used by hackers), where Normal Search is n0rM4L s34rCh, and the I'm feeling lucky button is "Eye Am ph33|1n6 |u(ky." This is an official Easter egg by one of those crazy Google engineers.

Google Weenie
Do you get angry at websites with extremely small fonts? Google weenie will definitely make you angry then. Type this phrase in the Google Search box and you will be taken to a Google homepage where everything decreases in size until it becomes a bit too small to read. This website is the exact opposite of Epic Google where everything grows in size.

Google Magic

Do you like magic? Here's a trick to impress your friends with. Type in 
Google Magic in the Google search box and hit the I'm feeling lucky button and you will be taken to a special Google homepage. On this page, cover the two O's in the Google Logo with your hand and click anywhere on the page. Wait for sometime (5 seconds). You can say some magic words to add effect. Remove your hand and you will be surprised to see that the two O's have disappeared. Again cover the two O's and click anywhere on the page. Again wait for 5 seconds and the O's will magically reappear. A third click however will take you to the actual Google homepage. 

Search Google in different colors
Are you bored of Google's default color scheme and want to try something different? Then search Google in different colors. Just use the word Google followed by your color and hit the I'm feeling lucky button and you will be taken to a Google homepage in that paricluar color. (e.g: Google Pink, Google blue etc.)

Some more I'm feeling lucky fun
In order to allow you to fully enjoy the surprise, the following keywords haven't been provided a detailed description. Just type them in the search bar and hit the I'm feeling lucky button, or alternatively click on the first search result.


Google Flight SimulatorGoogle GothicGoglogoGoogle Reverse
Google PiglatinGoogle GodEwmew FuddGoogle Bork
Pigeon RankGoogle KlingonGoogle ChurchThe Google Book
Mental PlexGoogle GulpGoogle TiSPCADIE
gDay with MATETranslate for AnimalsGoogle PondG.C.H.E.E.S.E.
Funny Google"Googlo"Google BlackleGoogle Variations

How to Convert FAT32 to NTFS Without Formatting or Losing Data

You have a flash drive or probably an external hard drive that currently has FAT32 file system and you want to change it to NTFS, because FAT32 does not support handling large files (over 4GB) or it is just simply old for your taste but there is just one problem, you don't want to lose your saved data. This article is for you then as it explains exactly how you can achieve seamless transition from FAT to NTFS without involving any data loss.

FAT32 to NTFS

While it is generally recommended to use the NTFS file system because of its stability, security and lesser defragmentation time, most of us end up using FAT32 because that is what most disks are preformatted with. Unless, we notice the “Not enough disk space error” despite disk space being available, we don't bother to change the file system. Moreover, most of us don't change it because of the risk of losing important data and lack of time (read laziness). As Microsoft was aware of this scenario, they added a capability in the command prompt to overcome this by executing a simple command. There are many software that support this too but the Convert command is one of the easiest ways to do so. Follow the steps below to know how:-

Important: While this method works perfectly, I would still advise you to backup your data in case anything goes wrong.

FAT 32 to NTFS Conversion Steps

1) Go to Computer, and note the name of the drive whose file system you wish to convert.
2) Click on Start.
3) Type cmd in the search bar if you use Windows 7, Windows 8 or Windows Vista. If you use Windows XP, click on Run and then execute cmd
4) Execute "chkdsk h: /f " (without quotes) where H is the letter of the drive to undergo conversion. This checks the drive for errors and fixes them automatically.
5) Execute "Convert H: /FS:NTFS" (without quotes). H is again the letter of the drive to be converted.
6) The command prompt will start the conversion process and after a few minutes, CMD will say that conversion was successful.
7) You can check it in the properties of the drive through right click<Properties.

Convert FAT to NTFS

This works on Windows 7, Windows XP, Windows 8 and Windows Vista. I converted my flash drive's file system using these steps and it worked flawlessly. It is interesting to note that this method cannot be used to reconvert NTFS file system back to FAT32. To reconvert back to FAT32, you will need to format the entire drive which will definitely cause data loss.

Download only audio from youtube videos

In this post i will tell you how to download only audi from youtube videos:


2>Enter the URL from any YouTube page, and this application will quickly retrieve the Flash video file and extract the audio as a downloadable MP3

3>you can also select the quality of that video.

How to download youtube videos without a software

Want to download youtube video?Dont want to download a software for downloading a youtube video?
So here is a trick to download youtube videos without using a software.Although not inherently a youtube trick but useful all the same for downloading videos.

1>Just change youtube to kickyoutube in the url of the video and it will take you to kickyoutube.com with all the options for downloading the video you were watching.


2>Just write 'save' in front of the URL in the address bar and hit enter. For example: http://saveyoutube.com/watch?v=dXP2GdqYCOM.



How to watch age restricted videos on youtube without an account

Youtube is the most popular video streaming website. YouTube has thousands of streaming videos on nearly every topic. Which are  free to watch.Certain videos that contain nudity, explicit, or violence content are put under 18+ category and you can’t watch these videos on YouTube unless you are logged into your YouTube / Google account.In this post I will show you a simple hack on how to see those videos icon wink How To Watch 18+ Adult Videos on YouTube Without Logging In

1>Right click on the video and copy the link address of that video

2>Paste the copied url in the address bar of your browser

3>The url will be in this form http://www.youtube.com/watch?v=VIDEOID

4>Remove "watch?" and "=" from the url and add " / " after v.

5>After editing the url will be in the form http://www.youtube.com/v/VIDEOID


The video will be shown directly on the website.  No downloading necesssary.

Thursday, 17 May 2012

Trick to Know Who’s Online While You’re Offline on Facebook


 Using this simple trick you can overcome this facebbook limitation in seconds.
> Go to search bar of fb and type ‘online now’ and click on first link. Next click ‘allow’ that’s it you’ll get a list of all your available friends on facebook chat.
Have Fun!!

How to change your IP address without using any software


For those who don’t know what an IP address is, its a unique number of your Computer when connected to internet. Every single gadget that connects to internet has its own unique ip address. Any other computer/website/tool can easily trace your location using this ip address. To know your ip address go to whatismyip.com. So if you’re upto something mischievous online, you better should change your IP before that. Here’s how to do it.

Windows XP/Vista/7/8:

> Go to Start and type cmd in search, click on cmd & it’ll open command prompt. In case of XP click on run, type cmd and press enter.
> Copy paste ipconfig/release in the window and press enter. Later copy pasteipconfig/renew and enter again. Type exit and press enter.
That’s it you computer will have a new IP address. Have Fun!!
Tip:Copy paste your original IP before changing IP address.
Warning:Changing IP address may reduce your computer speed.

Google Easter Eggs-Part 1

Zerg Rush 
Search Google for Zerg Rush and you will see the O's of Google attacking the search results page. They will attacking every result one by one. There is a health bar which indicates how injured a search result is. You can also kill these O's by clicking on them. They also have health bars which indicates their health. You get points on the basis of how many O's you kill. The aim of this game is to beat as many O's as possible.

Zerg Rush Google Easter Egg

Askew or Tilt
Ever had the chance of searching Google for Askew or Tilt? If you have, then you already know what comes up. If you haven't, do it now and you will see the search results page literally tilt to give you a better idea of what these words mean. This will work only if you use latest browsers which support HTML5 and CSS3. So, Internet Explorer users, use Firefox, Google Chrome or Safari for a while to use this.

Do a barrel roll
Google Tricks & Easter Eggs
'Do a barrel roll' in its true sense means to do a 360 degree spin. Google takes practical demonstrations way too seriously for this one and literally spins the search results page to give you a clearer idea of the meaning of this phrase. Don't believe me? Go search Google for Do a barrel roll now and see your world turn around.

Binary, Octal and Hexadecimal Number systems
Another one of those literal Google Easter eggs. If you search Google for "Binary""Octal" or"Hexadecimal" (without quotes) with Search Plus Your World disabled, Google will show the number of results in the same number system. For example, searching Google for hexadecimal will return the number of results like in the image below.

Octal, Binary & Hexadecimal

Recursion
The "Did you mean?" feature of Google often helps many users to get to the right results when they type something different from what they intended to search. If you search Google for recursion, the same feature takes you to an endless loop of clicks all linking to the same results page thereby completing recursion, which occurs when something calls itself. Seriously geeky.

Recursion Google Easter egg

How to make your computer welcome you



With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-

  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
     3.  Replace Username with your own name.
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
     5.  Copy the saved file.
     6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.
     7.  Paste the file.

 Make your Computer Welcome you at startup

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Sounds and Audio Devices.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.
Change Sound Scheme to No Sounds

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

How to change facebook login page



Here is the trick:

1> Install FB Refresh extention for your browser from here

2> If you’re done with above step got to Settings >> Tools >> Extensions and click on “Options” menu. Put URL of image which you want as a background for Facebook Login page (upload your image to image hosting sites like freeimagehosting.net etc to get a image url or you can copy image url's from google image search).

tip:find a larger image to fit the whole screen.

How to remove timeline from facebook




1>Go to TimeLineRemove.  Depending on your browser you’ll see the icon of your respective browser flashing.

2>  click on it and install the extension/add-on.

3> Now restart your browser and check your Facebook profile page, Facebook timeline has been removed.

Tip:If you want to get back to facebook timeline, just simply uninstal or disable the TimeLineRemove from the add-on/extension tab in options of your respective browser .

How to add wallpaper to your pendrive


Method 1:
When you open your USB Pen drive you always find a white background. But today I will show you how to set wallpapers in your Pen drive and make it colourful.
Just Copy the below code to notepad and save it as “desktop.ini“
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0


[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=”YourPictureName.jpg
IconArea_Text=”0xFFFFFF”
VeBRA sources – don’t delete the tag above, it’s there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}


[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp

1. Replace “YourPictureName.jpg” with your picture name for example “SalmanKhan.jpg”
2. Put “desktop.ini” and your chosen picture in your USB Drive then Hide it.
3. Refresh and enjoy with your new background in the USB Drive.



Method 2:
1)First of all, you need to have these 2 important files.Get it here.
2)Unzip it. Actually there are 1 folder called folder settings and the other one is file called desktop.ini.Copy Folder Settings and desktop.ini into your selected location like C: partition or D: or pendrive.(where you want to change the background ).
3)FIY, usually this 2 files are invisible.So, in order to able to see them, go to Folder Option > View, check "Show Hidden files" and uncheck "Hide Protected Operating system files". Then click OK.
-By now,you should be able to look the files.
4)Now, the implementation part. Let say you want to put the scenery pics as a background in your pendrive. Go to Folder Settings and find the related picture in it.( actually, you can put any pics in this folder)
...for instance, the picture name is "scenery.jpg".
5)Now, open desktop.ini files by double clicking on it. Find this line :-
IconArea_Image=Folder Settings\nice.jpg

and replace it with:-

IconArea_Image=Folder Settings\scenery.jpg

6)DONE ! Refresh your Pendrive or partition.

Note:You can change background of any partition.