for

search page

251 searched posts found

3 Jul 2015
3.14K
No Comments

Photos from 1 to 50 1. A Bueatiful Ethiopian Wolf by Burrard-Lucas Photography 2. A Cherry for my Valentine by Thomas Vijayan Photography 3. A Close Encounter by ARTography 4. A Heart Touching View of FaizMahal Khairpur by Zafar Abbas 5. a sneak peek shot from Tessellate. Co by Brenda Waworga 6.

Post in

3 Jul 2015
3K
No Comments

51. Coracesium & Pamfilya by Denis Foto 52. COUPLES IN LOVE by HARISH ANKAR Photography 53. Creative Moods by Zaheer Studio 54. CROOOTTT by Hanya Indra Doank 55. Dancing child by George Kakiashvili 56. Do Darya by Sam Ash PhotoGraphy 57. Do not cry change by Bahae Ddin Elkorti 58.

Post in

4 Jun 2015
3.76K
1 Comment

Sometimes laravel set the new or update session in ajax requestion even you can print it like Session::all(); it will print the updated session but cannot update the session on fresh page, for eg. if a user update his information like display name picture or other information through ajax. In

Post in

22 May 2015
5.57K
No Comments

Before releasing of responsive media queries features in #css we develop two different websites version for a single website one is for mobile and second for desktop browsers, but after media we can easily change #css properties to change height widths of elements and DIV Tables, Here is list of

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

11 Apr 2015
0.74K
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.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

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