Tips and Tricks

Category

6 posts found

17 Mar 2015
1.05K
No Comments

This is big storage problem in computer, mobiles and all other devices, heavy and camera images consumed too many storage and website will become heavy if heavy images used on websites I also use my php code to lose images weight without losing dimension and quality of image Here is

Post in

15 Dec 2013
0.5K
No Comments

I was also faced that problem  the unchecked checkboxes cannot submit the data when submit form,  so I decided to a write a jquery, here is my html When I using print_r($_POST) ; its just return and here is #jQuery code to show both unchecked and checked checkboxes now I

Post in

16 Nov 2013
1.93K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

14 Nov 2013
0.94K
No Comments

In my office where i do job, i am working on various organization’s projects  developed in wordpress and using many of plugins to complete projects sometimes i am think that i will wrote a article about plugins to users can use them on their wordpress site, to save their times

Post in

14 Nov 2013
0.44K
No Comments

Get last day of month with php date. Get Frist day of month

Post in

1 May 2013
1.68K
No Comments

Its always needs developers to break the special characters from user data like name or url slug or another things, so some times users wants add user name with special characters, but we don’t allow them to add special characters in their name, so here code you can use it

Post in