Thursday, 12 May 2016
How to create modal dialog using bootstrap
We are now a days using css3 and html5,but responsive website is very necessary for all users who are surfing all sites online
Developer have to create such designs for all devices,you...
Read moreTuesday, 7 April 2015
Box Animation Effect using CSS
Hi friends,Today i am posting here a topic which is not part of programming.I have created one simple animation effect using HTML5 and CSS3.Many of you have tried it by your own.You may find it useful because this code is so simple.
CSS
h1:hover{
/* Rotate div */
-ms-transform: rotate(360deg); /* IE 9 */
...
Read moreFriday, 3 April 2015
Sticky Header using HTML5 and CSS3
Hi friends,Today i am posting here a topic which is not part of programming.I have created one simple sticky header using HTML5 and CSS3.Many of you have tried it by your own.You...
Read moreTuesday, 31 March 2015
Simple Registration using PHP
Hello Friends, As we have went through many topics like login,login with facebook,login with google,sms sending api,ffmpeg.But each and every website needs user to register on their...
Read moreTuesday, 3 March 2015
Online Voting System
Hello Friends,Today I came with small application on this blog.I am sure you will like it.This system is name as "online voting system".
In this system,Right now voting functionality...
Read moreTuesday, 24 February 2015
How to get which checkbox is checked using jquery
Today we will see how can we check which checkbox is checked in html using jquery
If i have group of checkbox of 3checkbox then how will I know which checkbox is checked.
Code:
HTML
<html>
<body>
<input...
Read moreWednesday, 19 November 2014
How To send sms using API in PHP??
Today we guys mostly use sms services available on internet like way2sms,160by2.but have we ever thought to take them in our webapplications.
In PHP,We can do this with simple code...
Read more
Subscribe to:
Posts
(
Atom
)