sourcecode

Tag

33 posts found

26 Jan 2017
0.37K
No Comments
php add prefix in largest number

This function can show shorten number from larger numbers or count. #Facebook, #twitter and more other social networks are using this method to show the followers count. Example a person or celebrity having 95,477,084 followers so through this method it will convert largest number into a small number with sign

Post in

25 Dec 2016
0.72K
No Comments
List of Font Awesome content cheat sheet updated

Web Application Icons Address book fa-address-book “\f2b9”; Address book o fa-address-book-o “\f2ba”; Address card fa-address-card “\f2bb”; Address card o fa-address-card-o “\f2bc”; Adjust fa-adjust “\f042”; American sign language interpreting fa-american-sign-language-interpreting “\f2a3”; Anchor fa-anchor “\f13d”; Archive fa-archive “\f187”; Area chart fa-area-chart “\f1fe”; Arrows fa-arrows “\f047”; Arrows h fa-arrows-h “\f07e”; Arrows v fa-arrows-v

Post in

17 Sep 2016
4.11K
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.69K
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.51K
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.49K
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

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

29 Feb 2016
4.12K
No Comments

I was working on my site featuring posts for dynamic data which I can get from csv and show listing in Ordinal number format then I think it should be a define function to dynamically set ordinal number format. Here is function I have defined and posted here. In function

Post in