Javed-iqbal - javed-iqbal.com

Latest News:

How to configure symfony 1.4.19? 16 Oct 2012 | 12:29 pm

Today I have figure out the working mechanism of Symfony, I get the first hurdle, how to configure it and how to configure first app on it, after spending many hours on it, I overcome this hurdle for ...

How to delete half of records from mysql table? 15 Oct 2012 | 10:07 am

It is not possible to directly delete half of record from mysql table, if you dont know the total records from a table. To delete half of the records from mysql table, create a store procedure as give...

Remove all tags from string including javascript and break lines? 10 Oct 2012 | 05:49 pm

wp_strip_all_tags is a built in function in wordpress, use to strip out the HTML tags from the input string, also you can say it is modified version of PHP function strip_tags, it also remove the java...

How to get movies length or time from ffmpeg and php? 9 Oct 2012 | 08:47 pm

It is very common practices on video sites that display the length of video e.g 2 mints, if you are planning to develop a video site, you must have to get the video time or it’s length after uploading...

How to remove Microsoft Word HTML tags using PHP? 3 Oct 2012 | 10:23 pm

Normally writers of any fields write articles in Microsoft Word application for ease of writing. After completion of their article, they make proof writing and the copy the text and put into the html ...

How to add custom image size in media insert dialog box? 28 Sep 2012 | 09:46 pm

Add the following code into your functions.php file to add new image sizes to the Upload/Insert dialog in WordPress.

How to check either WordPress plugin is Active or not? 28 Sep 2012 | 04:47 pm

To check either specific plugin is active or not, put the follow code into any of the file e.g. single.php, it will tell either plugin is active or not This practice is good when you are not sure abou...

How to remove un used post thumbnail in WordPress? 28 Sep 2012 | 04:32 pm

Add the following line into functions.php file located in theme directory, you can add all of the following line or some of them, these line will remove the un used thumbnail sizes It is code practice...

How to add new domain using code in multi wordpress site? 28 Sep 2012 | 12:09 pm

How to add new domain using code in multi wordpress site 1- Create a file “domain.php” in wp-admin 2- Include the admin core file “include_once(‘./admin.php’);” 3- Add this code after include the admi...

How to set up development, staging and production environment for programmers using virtual host? 28 Sep 2012 | 11:58 am

How to set up development, staging and production environment for programmers using virtual host? 1: Create your project folder in www or htdocs e.g myproject 2: Create 3 new folders into myproject di...

Recently parsed news:

Recent searches: