Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts

12 January, 2016

HTML4 vs HTML5 Page Structure

In this post we will be seeing the difference between html4 and html5, the difference between the elements, tags, page structure, browser support and which one to choose. This post is a lengthier one so it will be divided into two parts, first, we will understand the HTML web page structure then we will move on to the differences.

HTML4 vs HTML5 Page Structure

27 August, 2015

CSS3 image zoom fade effect

In this post, i have explained about CSS3 image zoom fade effect. recently I have posted CSS3 related tutorials, iI got a good response. Because CSS3 it's very easy to design the website to implement animation effect is there. Here I have not used any script function, everything i have used CSS. 


07 February, 2014

change the html 5 form validation defult error message

Hi Guys, this is a post on the validation where in you will be learning how to change the default message of the form validation. The code is simple and basic, it uses the JavaScript events line 'onchange' and 'oninvalid'.

For more validation code, click here


05 September, 2013

Newsletter subscription in php

This post I explain about news letter subscription. This code related on  feed burner concept, Once user register they mail id in server when admin posted on any message. its send superscribe user.  

17 June, 2013

search concept using html5

This post make on simple search concept making list on text box like Google search. store the values in option box <data list> tag this data list id  in search box. used to display a repeated list of items that are bound to the control.


search

Database also fetch in option box just echo the function on option value box direct fetch the value in search box watch below live demo.

14 June, 2013

Html5 form validation

This post is about the HTML form validation and also a few types of input fields available in HTML5. There are a few additional types of input fields added in HTML5 for better performance and results.


html5




28 May, 2013

Html 5 Mobile Number Validation

Hi, Guys, this a new post on Html 5 Mobile number validation. Validations play a major role in getting a genuine information or securing the website. We find many plugins on the internet for validating data from the visitors. Validations can be done by various languages like jQuery, PHP, JavaScript, and HTML5.

Html 5 Mobile number validation

30 April, 2013

CSS style input box design coding

This topic we discuss about CSS3 code. CSS3 they release lot of style code, here i am using text box design. CSS3 induced cursor focus script and hover change style also. Just follow this note learn CSS3 styles. Have look to live demo.


17 April, 2013

Html 5 Validate in Text box


In Previously form validate on javascript but now validations to change the method using HTML5 its automatically validate on empty required field just follow the below steps to validate on form many browsers support this coding just try this coding is simplify and avoid javascript.   


Live Demo :













09 January, 2013

Change Image on hover using CSS and Sprite Image

Changing an image on hover using CSS and sprite image is very simple and is done by just varying the background position. The trick behind doing this is you have to make the image as background of an element and mention height and width of that element according to background image that should show up when the image is not hovered and when the image is hovered show the rest part of the image by varying the backgroundpositions.
Change Image on hover using CSS and Sprite Image

07 January, 2013

Select All Checkbox in JavaScript

In this post we are going to see how to select all the checkbox with JavaScript and jQuery. Selecting all checkbox is a simple task, as it just takes targeting the required checkbox and a click event.