With HTML5 and JavaScript, you can implement native drag and drop functions within the Web browser. This is one of the emerging HTML5 tools that promises to make websites more interactive without relying on additional technologies such as Flash. In this tutorial we will create a simple page with images the user can drag and drop into designated areas.
Author: unuzero
PHP Ad Tracker Part III: Data Object Coding
This week, we’ll examine the code for the data object class file and how the other parts of the site will use these methods. First, we include the database connection string information. This information includes the database server name, cursor location and other pertinent information.
Developing a Responsive Website Part 4: Finishing The Homepage Portfolio Slider
This week we’re going to finish up the portfolio slider on our homepage that we have already started.
5 Best Practices Before Deploying a Rails App
Starting out as a newb in anything is always tough because you never really know what “the right” way to do things are.If you are anything like me, you can easily hack your way through things and get them to work, but are always afraid that you are missing something. Well, I’ve come up with my own list of best practices before I deploy a Rails application to the public.
Pushing Updates to the Web Page with HTML5 Server-Sent Events
In this tutorial we will work through the process, with the EventSource object handling received data and writing it to the page. We will use HTML5 and JavaScript at client side, with PHP at server side.