Search This Blog

Friday, October 25, 2013

Windows 8 shortcut keys

Windows 8 Description Keys Open the Charms WINKEY KEY+C Open the Share charm ...
Continue Reading...

Wednesday, October 23, 2013

Android Secret codes

1. Phone Information, Usage andBattery ? *#*#4636#*#*2. IMEI Number ? *#06#3. Enter Service Menu On NewerPhones ? *#0*#4. Detailed Camera Information ?*#*#34971539#*#*5. Backup All Media Files ?*#*#273282*255*663282*#*#*6. Wireless LAN Test ?*#*#232339#*#*7. Enable Test Mode for Service ?*#*#197328640#*#*8. Back-light Test ? *#*#0842#*#*9. Test the Touchscreen ?*#*#2664#*#*10. Vibration Test ? *#*#0842#*#*11. FTA Software...
Continue Reading...

Sunday, October 20, 2013

Deleting Multiple Records using PHP and jQuery

Some of web applications, there have a single of deleting of record, what if there have a many record? In this tutorial we will show you, using PHP and jQuery to develop a simple web application a function can able to multiple delete records, using check box. View Demo | Download Source Step 1: Setting up the database First...
Continue Reading...

CREATING A SIMPLE TAB WITH JQUERY

Step 1: Creating the Page Template In the index.html, we have a tab header block and tab contents block, in the li tags with the attribute of id tabHeader_1, tabHeader_2 tabHeader_3 Which holds the trigger of jQuery onclick event, and the contents block are display in to block, the li id tabHeader_1 we...
Continue Reading...

JQUERY SIMPLE VALIDATION IN REGISTRATION FORM

Jquery validation in the web form is extremely important in our web development, we need to learn jquery for validating the form such as online registration form, contact form or any web form design in our site for preventing human errors, malicious value’s and make valid value before inserting in the database. In reality validating forms...
Continue Reading...