Maheshchari - maheshchari.com - web development tutorials

Latest News:

How to rename a file on SdCard on Android 25 Jun 2013 | 04:55 pm

How to rename a file on Sd-card for android Here is a small helper function to re-name a file in our file manipulation class for android . Which i have used in my code. It may helps others as well. ...

android get available memory stats 5 May 2013 | 07:37 pm

Here is a basic device utility class that list out all device storage info. Available internal memory size. Total internal memory size. Available external memory size. Total external memory size. Reme...

Android Delete Folder Recursively 5 May 2013 | 06:42 pm

Here is a small snippet that is helpful for delete a folder on external SD-card of device. Remember you need to add a use permission in manifesto file of application. uses-permission android:name="and...

PHP Mysql pagination tutorial 24 Apr 2013 | 03:22 pm

PHP Mysql pagination tutorial We covered how to display mysql data in HTML table in my previous tutorial, now we are going to learn how to display perfect pagination for displaying mysql data in this ...

Display Mysql table Data in HTML table with PHP 24 Apr 2013 | 09:33 am

The following PHP code will collect the data from users table and show in HTML table: I have given inline code comments so that you can understand everything.

Update category post count in single mysql query 22 Apr 2013 | 01:45 pm

Update category post count in single query Most of applications have categories and categories content. One category may have multiple posts ,one post may have multiple categories. It is normal practi...

Commonly media queries that supports all devices 22 Apr 2013 | 10:35 am

Commonly used media queries for supporting almost every device. A responsive web designing means One site for every screen like Small , Medium and Large with help of HTML5 and CSS3 . Before HTMl5 and ...

update multiple mysql tables 21 Apr 2013 | 08:31 pm

How to update multiple tables using single mysql query update sms ,categories set sms.sms_cats= categories.c_id where sms.sms_category=categories.c_name;

PHP nested categories with single mysql query 21 Apr 2013 | 06:06 pm

Nested Categories example in PHP with single mysql query Most of the time it is basic requirement to build a nested categories in our projects , every time i was asked to write a basic tutorial in thi...

install Java 19 Apr 2013 | 12:26 pm

How do I install Java ? Installing Java on windows Step 1 Java SE is freely available from the link So you download a version based on your operating system.Once you installed Java on your machine, Le...

Recently parsed news:

Recent searches: