11 Apr 2015
0.73K
No Comments

Mostly #wordpress theme developers put header data information in header.php file of theme and they not use each different header file for each wordpress post or pages category and this is best dynamic and quick way to put header information in header.php like head tag and #css #javascript and other

Post in

7 Apr 2015
0.53K
No Comments

This is default simple documentation of #laravel to send mail but problems is that this is static mail passed in parameter to(‘foo@sdtuts.com’) We also need to pass the dynamic email, for example we used it for user registration steps to sent mail for activation it that time we need dynamic

Post in

17 Mar 2015
1.04K
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

14 Mar 2015
0.8K
No Comments

1. Mailchimp 2. Mailjet 3. Mailgun 4.Compaign Monitor 5.Sendgrid 6.Marketo 7.AuthSMTP    8.SMTP Mail Delivered 9.Easy SMTP 10.SMTP2GO    11.MySendMail 12. mailtrap 13.SPARK POST BY MESSAGE

Post in

15 Feb 2015
0.71K
No Comments

Google Page Speed Google page speed extension used to analyse web pages and page’s media too. This extension tells page speed and suggestions to make web page fast load and light weight this extension also work for local pages from computer or localhost, Currently this extension deprecated by online version

Post in

12 Dec 2014
0.74K
No Comments
Calculate time difference total hours minutes months years

I developed my custom code to get difference between two dates, code is different from #php date_diff because my code calculate the total number of seconds, minutes, days,  months and years. Its best way to define this code in function to use any where of project where you want it,

Post in

29 Nov 2014
0.68K
No Comments
Define theme template in wordpress

#wordpress provide a good page template feature show page layout in different layouts like single-column, double-column, full-page, or custom-template. default template is page.php for page, so you want to show contact form or different layout from other page. To define your layout  go to  /wp-content/themes/theme_folder/ create file with php extension,

Post in

27 Nov 2014
0.57K
No Comments

There is different way to access array and object many developers are use array instead object, if any a data get object and need to convert from object to array. Some are may be prefer to use object instead array, here is code example to quickly convert your large amount

Post in

19 Nov 2014
0.91K
No Comments

By default #wordpress get_search_form function return default html of search form, you want to change or modify search form html here is example to replace whole search form. In below code we used #wordpress hook to modify search form html

Post in

8 Nov 2014
0.89K
No Comments
32 free patterns for photoshop web layout

These patterns was defined by me when I was design different web layout for my practice, I share these all patterns for web designer to use them in commercial or non commercial web designing layouts, download link of all patterns available at the bottom of page, Sorry I won’t attach

Post in