code

search page

120 searched posts found

22 May 2015
2.28K
No Comments

In action url of methods we just only allow user to submit ajax request on specified url or doing another stuff, Here is I am share examples of check ajax request on custom #PHP #CodeIgniter #Laravel. Check ajax request in core PHP Here is how to check and its best way

Post in

13 May 2015
1.95K
No Comments

Now we don’t need to check response web layout in mobile and tablet devices, Because Google chrome’s developer tools provide this feature to check layout but In case we need to open localhost from pc to smart phone browser for checking other things except responsive layout. Here is some steps.

Post in

21 Apr 2015
2.88K
No Comments

Google chrome is super power tool for development and designing, Google chrome releasing always new features for designer and developer to easily and quickly development apps and websites, Here is I am sharing some of great features. Chrome easing and transition effects and Preview If you have apply css properties

Post in

7 Apr 2015
0.54K
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.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 Feb 2015
0.72K
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.75K
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.69K
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.58K
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

21 Nov 2014
0.4K
No Comments

جيئن ته ورڊ پريس اها سهولت ڏئي ٿي ته توهان پنهنجي مرضي مطابق پيج ليائوٽ ٺاهي ٿيم ۾ لڳائي ٿا سگهو. جيئن ته ڪجه ٽيمپليٽ پيج جا هيئن هوندا آهن جهڙوڪ ڊبل ڪالم، سنگل ڪالم، پورو پيج معنيٰ بغير ڪالم جي يان ٺاهيو رابطو جو پيج جتي توهان استعمال ڪري

Post in