Tutorials

Category

26 posts found

17 Sep 2016
4.12K
No Comments
css scroll table body – table freeze panes

By default header of table are moving on top position of table when we scrolling down, so that time we didn’t see the headings of table to identify column value, Here is I have wrote the whole code to set fixed table header in top position of table. Css of

Post in

12 Aug 2016
4.7K
No Comments

Array column #php function added after release version of (PHP 5 >= 5.5.0, PHP 7), If error occurred please check the version of php by calling #php builtin function phpversion(); this function will works if you have php version greater than 5, If array_column function works on localhost and not defined on live

Post in

11 Aug 2016
3.74K
No Comments
PHP print triangle diamond

This is easy and too much loop less code to write diamond and triangle shapes Following code is diamond with the technique of css inline styles Result of diamond code ************************************ Following code is normal triangle with the technique of css inline styles Result of triangle code * ** ***

Post in

29 Jul 2016
5.53K
No Comments
PHP check is mobile tablet or desktop

Now modern days we are using many type of devices to access the websites and applications. Websites and application are showing different sizes contents and media data for smartphones, tablets and desktops like showing tiny size of logo of profile image showing for mobile, medium size showing for tablet iPad devices and the

Post in

27 Jul 2016
2.5K
No Comments

Define get_avg function This function can give result with an array or argument, If need this code copy and defined it in your project library but don’t republish it anywhere share and comment or improvements suggestion for better code will be appreciated. Call get_avg function with array argument. The function return

Post in

20 Jul 2016
3.21K
No Comments
Bootstrap remove default padding from col-md col-lg

Removed Default left right padding – minified code Standard no left right padding Individual classes to use specified tag for no left-right margin padding These class selectors are defined as short names eg: nlm = No Left Margin, nrm = No Right Margin

Post in

15 Jun 2016
2.41K
No Comments

1. Spa Beauty Salon Business Card SE0058 by annozio 2. Pixel Business Card by xnOrpix 3. Corporate Business Card by naeem1200 4. Creative Business Card by FlowPixel 5. Preview by mdbulbulahmed 6. RW Creative Agency Modern Corporate Identity by Reclameworks 7. Business card design flat Freebie by artgh 8. Creative

Post in

15 Jun 2016
2.59K
No Comments

61. Business Card 6 by HEM1 62. Software Engineer Business Card by GOWESDESIGN 63. Corporate Business Card Template SE0034 by annozio 64. Apex Business Card by KaixerGroup 65. Clean Business Card by orlandolucas1 66. Modern Corporate Business Card by GOWESDESIGN 67. Business card jbj by gfx-shady 68. Mari Gas Anual

Post in

10 May 2016
1.94K
No Comments

I was using #ImageMagick library to convert and resize images from a folder I have installed ImageMagick-7.0.1-1-Q16-x64-dll.exe program. If you are using #ImageMagick to manipulate images from #cli code (Command Line Interface) and its thrown an error Convert — something Invalid Parameters, because convert.exe of windows exists in Windows System32

Post in

30 Mar 2016
2.97K
2 Comments

This code is rare used in #projects but I need it to generate email with domains for listings, in listings I have different types of complete url and domains I wrote this code to generate email address contact@sdtuts.com Here is some of results example of function

Post in