Quick Tip: Create a Simple URL Shortener With 10 Lines of PHP
In this quick tip, we will write a tiny URL routing script, backed by an INI file as a database.
In this quick tip, we will write a tiny URL routing script, backed by an INI file as a database.
Programming languages are supposed to be easy to use and learn. They should give you structure and allow you to solve real problems. Not the 10 languages in this list.
HTML5 gives us an easy way to store data client-side. The feature is called Web Storage and is a combination of two very simple APIs that I will be showing to you today.
The app we are going to build today, is an experiment that will allow people to choose files from their computers and encrypt them with a pass phrase, only using JavaScript and a useful HTML5 API.
CSS3 brought us some impressive features that revolutionized the way we build websites. Here are twelve of them that are finally supported in all browsers and can be used right now.
What could possibly be cooler than progress bars? Buttons with built in progress meters! Read this tutorial to learn how you can make some.
By now you have probably heard about Three.js - a library which makes working with 3D in the browser easy. In this article, you will find a collection of demos, tutorials and resources that will inspire you to learn more about the library.
In this quick tip, you will learn how to use the new NProgress jQuery plugin and how to integrate the progress bar into your site.
By now you've probably heard of AngularJS - the exciting open source framework, developed by Google. Learn the basic building blocks and how to build apps with these 5 practical examples.
In this short tutorial, we are going to create an interesting slide-out footer with a bit of CSS.
This time we will make a very simple registration system that doesn't require or store passwords. It will be easy to modify and embed into an existing PHP website.
In this article, you will find a collection of 50 must-have plugins you should know about for effective development with Twitter Bootstrap.