html

search page

85 searched posts found

15 Sep 2014
0.42K
No Comments

PhpStorm — PHP IDE that evolves with you   The editor that actually ‘gets’ your code and deeply understands its structure, supporting PHP 5.3, 5.4, 5.5 & 5.6 for modern Hundreds of inspections take care of verifying your code as you type, analyzing the whole project. PHPDoc support, code (re)arranger,

Post in

15 Sep 2014
0.55K
No Comments

Page template system is awesome feature, this featured in wordpress to create your own template like single column data template, double column data template to show pages data as you want to in template, . Develop template name in php files for custom #cms, I am just showing in quick method

Post in

6 Jul 2014
1.31K
No Comments
Create custom jquery slider with progress

This custom slider tutorial tell you how to create slider with your own logic, without using any slider plugin SLIDER HTML   SLIDER CSS STYLES  Add jquery document ready event and define some variables like slider animation time and slide change time in seconds Define function run_progress for initialize progress of

Post in

3 Jul 2014
1.62K
No Comments

Its a great feature of #html5 to paste a text data into a element with contenteditable attribute, but when you copy data its copy the rich text with format after paste of content its looks ugly in element, so here code its won’t make ugly pasted content

Post in

3 May 2014
0.55K
No Comments

WordPress theme development tricks don’t forget them.   CALL WP_HEAD FUNCTION IN YOUR THEME’S HEADER.PHP FILE Call wp_head() function in your theme header.php file because many plugins even theme developer add javascript, css files through functions.php file with many some functions like wp_eneque_script()  wp_eneque_style(), and many seo plugins like WordPress SEO, All

Post in

19 Apr 2014
0.71K
No Comments

In html on anchor tag without a href link we had # into href but when we click on that href with # hash its moved scroll to top position of page and add # in end of the page url, and we feeling annoyed on click that link, here

Post in

15 Apr 2014
1.23K
No Comments
Develop user friendly alerts in jQuery css

We have need the alerts popup to show user friendly alerts and message popup instead a annoying browser alert(‘hhah’); because somehow this javascript alert annoying user and and won’t allow to do anything like go to another tab or scroll down of page until user click on OK or cancel

Post in

11 Apr 2014
0.3K
No Comments

We always avoid to use in-line #css in elements and now also avoid to use in-line #javascript events like onclick=”window.location=’http://www.sdtuts.com’;” on elements, and you most need to make element, div redirectable, and maybe we cannot add all of elements in under of #anchor #tag example then I have wrote a

Post in

10 Mar 2014
0.53K
No Comments
Develop code testing system on your localhost

Its hard to test your small code or function on files, because these serve our time to open files and write code save with die or exit in the file and then go to browser for testing, or we go to online php testing tools, but online php testing tools

Post in

15 Dec 2013
0.49K
No Comments

I was also faced that problem  the unchecked checkboxes cannot submit the data when submit form,  so I decided to a write a jquery, here is my html When I using print_r($_POST) ; its just return and here is #jQuery code to show both unchecked and checked checkboxes now I

Post in