Laravel plus Bootstrap Framework Authentication system and Blog post& Read

Submitted by ranjit1 on
How to setup Laravel go to http://laravel.com/docs/4.2/installation In this project i have made Authentication system Plus Blog Post & Read. When you create an account a link will be send to your email address and after clicking that link in your inbox your account will be activated.otherwise you will not be able to login. This can be done through localhost using smtp protocol. if you have any

Button Sound Effects

Submitted by GeePee on
This project will teach you how to put a sound effects on your button. This is what we usually encountered in other social media sites. Every click of each buttons, the sound effect played. In my last project, I created a Drop down menu. Let's make it as an example again and add some sound effects. With a very few lines in javascript, we can get this done. var effect = new Audio(); effect.src =

Variety Store (Simple POS System)

Submitted by mjt on
This code that I wrote in PHP and MySQL will show you how to perform Simple POS. A system that can transact Sales Order, Inventory, Payment and other reports. Its kind of small store selling NATASHA, MSE, FX, DAKKI, AVON, PC (Personal Collection), TW (TupperWare) etc. and other products. This system is created last 2012 during my college time. I hope you will find my work useful in your

Cute File Browser with jQuery and PHP

Submitted by Pandeyjibanaraswale on
Cute File Browser with jQuery and PHP INSPIRED BY TUTORIALZINE It is a cute file browser, which you can upload to a folder somewhere on your site and share documents, pictures and other files with the world. The app is built with PHP and jQuery and uses CSS3 extensively – no images or icons were used in the design, and the animations are smooth and work well even on smartphones.

Media Rule in CSS

Submitted by GeePee on
This project will teach you how to use media rule in css. @media rule allows different style or layout for different media in the same style sheet. I have here in my example a box with a content. You can see the changes of the page content when the user resized the screen(box color and font-size change according to screen size). Hope you learn from this.