Category Archives: HTML

Simple Textarea text Counter using AngularJS

This little and useful, textarea character counter using Javascript ang AngularJS. Here is one of the simple method use the textarea counter. This is useful to limited character field in forms.This demonstrates using AngularJS for a live character count input. The <html> element is the container of the AngularJS application ‘ng-app=”myappnote”‘ <html ng-app=”myappnote”> A <div>… Read More »

Bouncing Balls with CSS3 and HTML

Hi friends! Today we are going to see another great example of how to use the CSS3 and HTML in bouncing balls effects. Table of Content The HTML The CSS THE HTML Use very basic html concept. For bouncing ball we use two important div are used like ‘wrapper’ and ‘ball_wrapper’. The ‘wrapper’ is the… Read More »

File Download Code In HTML

File downloading code is the method of downloading a file from folder or specified path using HTML or PHP code. How to download a file from folder,usually uploaded file are stored in the folder and how we can download it. Let see, using PHP code we going to download the file. Here I explain download… Read More »

Responsive CSS tab

A good design of tab system for accordions with responsive design. We can find many special effects made for html websites with the help of jquery and css. An interesting tab menu with added icons and text with additional styles and interest to the viewer. In desktop browser the tabs are display with icon and… Read More »

Browser Fullscreen API using Javascript

Usefull new Javascript API, very simple and useful fullscreen API using Javascript API. The full screen API is an easy way to get the full web content to be displayed on the page. Here the programmatic way to request fullscreen display from the user, and exit fullscreen when request from the user. When it comes… Read More »

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 »

Best CSS TextBox Styles

Hi, A few examples at what can be achieved with CSS and form text box’s. CSS helps different style and effect on text-boxes. Below I have given some text-box styles. You’ll find a style of all coded with just pure CSS3 code. Try this style in your code.. Style – 1 /*Background Color */ .tb1… 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 »