Tech blog

PHP tutorials,a way to getting some thing new in web

Followers

Powered by Blogger.

Search This Blog

Thursday, 12 May 2016

How to create modal dialog using bootstrap

No comments :
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 more

Tuesday, 7 April 2015

Box Animation Effect using CSS

No comments :
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 more

Friday, 3 April 2015

Sticky Header using HTML5 and CSS3

No comments :
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 more

Tuesday, 31 March 2015

Simple Registration using PHP

2 comments :
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 more

Tuesday, 3 March 2015

Online Voting System

No comments :
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 more

Tuesday, 24 February 2015

How to get which checkbox is checked using jquery

No comments :
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 more

Wednesday, 19 November 2014

How To send sms using API in PHP??

No comments :
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