Category Archives: PHP

Responsive Accordion with HTML, CSS & jQuery

Create an responsive Accordion with CSS3, HTML5 and jQuery. Accordion toggle is the latest style of toggle. Accordion is mostly using for FAQ and design features. This kind of toggle is make the web page as very attractive ,simple and include more content. Here HTML, CSS & jQuery for accordion. Accordions are mainly used to… Read More »

Number Validation Using JavaScript

Here I explain, how to perform number validation using pur javascript method. The values of the Number field textbox is compared using isNaN() inbuilt function in JavaScript .If the values do not numeric values an error message is displayed like ‘Enter Numeric value only’. If the values are numeric then display the sucess message will… Read More »

Marquee in HTML

We are discuss different Marquee style scroll in different manner. Such as top to bottomm, bottom to top, left to right, right to left and scroll speed control. Marquee tag is used for the purpose of make the small kind of head line or make important thing in the particular area using marquee scroll style.… Read More »

Add JavaScript onto a web page

Good Morning Guys, In this article, I share some idea related to javascript. The javascript is a client side programming language. There are serveral methods are available for adding javascript on a web page but there are two way with is commonly used by developers.If your script code is very short and only for single… Read More »

How To Install WordPress Plugins

Hi Guys, Today I share one important topic related to WordPress plugin. We know how to install wordpress plugin through wordpress dashboard. But I share this article to wordpress beginers for reference with step by step with clear picture. To install worpress plugin you successfully install wordpress then we can install plugins, theme,page, post etc.… Read More »