WordPress is one of the most famous CMS for blogging but nowadays it has been entended outside of just blogging, while doing other sites some of your clients may want to change some texts in the admin panel, so in this post am going to explain about how to chage or remove some default functions (Copyright,Howdy,Version,Login logo,etc) in wordpress admin panel.

How to Change or remove WordPress Admin Default Text
Continue reading →
In this post we can see how to show or hide certain form fields when a radio button selection happen in your web form using jquery. To do this you need a different DIV associated with that radio button to hide or show certain fields in the form. You can achive this very easily and efficiently using jquery.

Show/Hide form elements based on radio button selections using jQuery
Continue reading →
In this post i would like to explain how to apply style to a link by using file type. In our web projects we can use many type of links (External link, PDF file, ZIP file, mailto, doc file, etc…) and we can style each link by link file type without using any class or id.

Styling links by file type using CSS
Continue reading →
The HTML5 <progress> tag is used to display the progress of a task.The HTML5 <progress> element is used with javascript to display the progress of a task or process is underway.

html5 progress tag
Continue reading →
HTML5 <details> tag is used to specify additional details or controls and these can be hidded or show on demand. Open attribute is used to define hidded or show. It can be used with the HTML5 <summary> tag to provide a heading that can be clicked to expand or collapse the details.

HTML 5 details Tag
Continue reading →