Here is my Aquarium... And in the family: Gold Fish, Lemon Tetra, Guppy, and Beta(Fighter Fish)...

Android 2.2 fix for Swype working on I5801DDJP2

Hi All,
Swype being the most fastest way for typing on the Galaxy 3 and the best feature of Samsung Galaxy smartfones. But it has some issues in I5801DDJP2 (Android 2.2). Here is the link how this issue can be resolved.
http://techgom.blogspot.com/2011/04/getting-swype-working-on-i5801ddjp2.html

Please follow instructions properly because it may happen that you miss one step and fone curropted. Be carefull while rooting.

Happy Reading !!

How to root galaxy 3 i5800/i5801 on 2.1/2.2 froyo

Hi Guys,
If you have a smart phone and you wanna be a smart user for this, you need admin control. You really will enjoy with rooting your smart phone. I have done it in my Samsung Galaxy 3 I5800 and it's working very fine with no issues.

You can get the trick from here:
http://forum.xda-developers.com/showthread.php?t=1011555

No doubt you can google the advantages of rooting your phone but here is the link, I found few good things.
http://www.androidpolice.com/2010/04/15/rooting-explained-top-5-benefits-of-rooting-your-android-phone/

So now enjoy the power of  super user in Your Andy Phone. :)


Upgrade To Android 2.2 In Samsung Galaxy 3 I5801

Hi Guys,


Recently I have upgraded my Samsung Galaxy 3 Android 2.1 to 2.2. It's cool and pretty good OS. My phone is working well and I am enjoying a new phone. I have done this in my Windows 7 OS.

And the whole trick you can find here:
http://androidforums.com/samsung-galaxy-apollo-3/256968-upgrade-android-2-1-eclair-2-2-froyo-your-samsung-gt-i5800-7-easy-steps.html

It's working 100%. So go ahead.

My Slam Book

Hi Friends,
Please give 10 min.s from your busy life and fill my Slam Book for which I will be ever obliged. Thanks in advance..
Click Here to fill the Slam Book

My Shared Library

Hi Friends,
I have created a shared library and uploading books and different knowledge activities over there. You can view that, as I am regularly updating, for any time you need it . You also can post me queries to this blog. I will definitely do for what you need if I can.

Here is the link you can go through.http://www.google.com/reader/shared/Anie92433

Go For WASE

Hei Friendz...
There is very nice oppertunity for freshers. And please inform every one you know if they are eligible.
You can get the detailed knowledge from
http://careers.wipro.com/it/campus/india/wase.htm
Please Go ahead

Online sql queries

Here is a link you can try it out for practising the sql queries online with-out having a database
http://www.w3schools.com/sql/sql_tryit.asp

Online Compilers

Hi friends,
Many time we come across situations that we need to run a program and we do not have that compiler installed in our system and either we are not allowed or may be time taking. So we need to use some online compilers. So here is some. Please try it out:
For C/C++ and Java :
http://www.botskool.com/online-compiler
For PHP and Javascript:
http://writecodeonline.com/javascript/
http://writecodeonline.com/php/

Saving server time with php

Hi All,
We have often seen that the loading of some sites with heavy data retrieving from database are become late 1-2 sec. and sometimes it is upto 5sec. also. So the main problem is execution of sql query each time.
Here is a concept of creating some intermediate files i.e. *.cache files such that the files generated for the first time and for the consequence times it shows result without executing the whole sql query.
I know this may be a little bit difficult to understand at the first time but it is easy and you can learn it soon. I have taken php to create the code and database used is mySql. The example is from osCommerce code.
I hope you will enjoy this.
So here you can start...
Click to see the post