jQuery Move Div Left/right/up/down

We can smoothly move any element using jQuery .animate() method, the method basically changes value of css property of the element gradually to perform animation effect, the example shows how easily we can move DIV box to left, right, up and down with .animate() method.

Cydia Crashes right after Jailbreak iPhone

Cydia starts to crash right after you Jailbreak your iPhone. You know it’s not 3rd party corrupted repositories or updates, it’s core Cydia file that is corrupt or missing. I tried installing Cydia again with blackra1n and redsn0w, but it failed every-time. To solve this problem, you will need some folder manager. iFile, or open SSH would do that trick, but since Cydia is crashing after the moment you jailbreak, I am sure you didn’t get chance to install those apps in your iPhone.

jQuery No conflict Mode

Sometimes we need to run two or three JavaScript libraries. And many other JavaScript libraries use $ character as their variable or function name. Take an example of Mootool and jQuery library, both use $. If you try to load these both library, this will certainly cause conflict when you try to run some script in your page.

MySQL SELECT Statement with PHP

MySQL SELECT statement selects records from MySQL database. We can execute SELECT statement in PHP and get desired results.