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.

Tags: ,

How to Easily Resize Images with Photoshop

This tutorial is intended for Photoshop newbies. Bigger photos can take lots of time to upload on the web. A normal photo taken by a modern digital camera can size up to 3 MB, which is good for printing purpose, but for web it is way too big, if you view its actual size, it won’t fit on the screen. And can take very long time to upload, especially if you have slower net connection.

Tags:

Simple Ajax Contact Form Using jQuery & PHP

In this tutorial we will be creating a simple Ajax Contact form using jQuery and PHP. Because the best thing about Ajax is that users don’t have to reload the page every time in order to validate empty fields or to send emails, they can simply click send button and results are displayed instantly on the screen.