Quantcast
Channel: CodingCrazy » Free
Browsing all 10 articles
Browse latest View live

Enable shortcut key functions using JavaScript

Many big websites like Facebook and Twitter have this shortcut key feature which makes it easier for us to browse their website. Using JavaScript, you can also enable some shortcut key functions to...

View Article


Android lollipop style transition menu for webpage

The menu of the new version of android which is ‘lollipop’ has an impressive transition effect and I have designed something similar which can be used on webpages. I didn’t designed it exactly the...

View Article


Birthday card design using css3 animation

Once in our life, we all have made hand made greeting cards for someone but when it comes to do something special with your skills for someone special, you can go for the web...

View Article

Location finder webpage free download

This one is a free single page website script which displays your location on Google map. To be honest, I didn’t had to make any effort for creating this webpage because Google maps API...

View Article

Getting user data [Instagram PHP API example]

It took quite a long time for me to figure out how the Instagram API works. The reason I’m into this Instagram API thing is because I have decided to create an app for...

View Article


Simple PHP contact form with required fields

I haven’t wrote much contents related to PHP on my blog which is a very important part of web development but from now on, I’ll be sharing contents related to PHP more often instead...

View Article

PHP registration and login system with password reset and secure index page

I have created a very basic yet secure login and registration system which will help you if you are new to PHP. I have written the codes in a very clean way so that...

View Article

Pure Css3 popup contact form with PHP mail

Once again a CSS3 popup contact form for you but unlike my previous popup contact form which was just a dummy, this one actually sends email. You just need to place the contact form...

View Article


Simple page views count using PHP and MySQL

Here’s a very basic a simple page views count which uses MySQL and PHP. The idea behind it is to get the previous page view count from the database and update it again with...

View Article


Page views and unique visits count using PHP and MySQL

Once again a new script for tracking your page views and unique visitors using PHP and MySQL. The previous one was just for tracking the page views but in this one, I have added...

View Article
Browsing all 10 articles
Browse latest View live