HTML5

Uakari File Uploader

Submitted by kingjpm on
HTML5 Multiple File Uploader API allows you to upload multiple files with drag and drop into any folder of your choice. The code can be modified to work with a database or any other need. See examples. Demo and Download working examples here: http://www.jpmalloy.com/upload/

Developer Tips: Bypass JavaScript’s Garbage Collections

Submitted by jproimakis on
According to Google performance expert Colt McAnlis, one of the direst problems web developers face today is JavaScript performance. JavaScript parsing engines use GC (garbage collection) for memory management, a method that allows programmers make sure memory no longer used by a program is sent back to the operating system, and though that may be helpful, memory management code in languages like

HTML5 & CSS3 Cheat Sheet for Beginners

Submitted by navajocodetalker on
Learning and mastering the HTML5 language is just an easy tasks for seasoned programmers but for beginners they need some help when they are stucked in a particular projects, for this reasons we have provided a free downloadable cheat sheets for HTML5 beginner. This will served as a handy resources for those who are new to the language. Experienced programmers can escape this article and focus on

HTML5.0 Complete Definition Published by W3C

Submitted by navajocodetalker on
The World Wide Web Consortium (W3C) has finally published the complete definition of HTML5 and Canvas 2D specifications. Although the definitions are not considered as W3C Standards but the specifications are feature complete. It represents a degree of stability that will help all concerned web designers and developers community worldwide. For the past few years the lack of standard definition for

Student Information System (with account encryption and sessions)

Submitted by blocker25 on
This is a sample STUDENT INFORMATION SYSTEM, with administrator as backend user who can perform all task pertaining the system. Frontend users are restricted with limitations. The system comprises the latest HTML5 AND CSS3 for frontend and PHP MySQL as backend. It also uses MD5 password encryption and user encryption for security. ===Administrator Account== Username: admin Password: password =====