By Mufti Ali on September 2, 2010
Neutroncreations recently built an HTML5 audio player for Tim Van Damme‘s The Box, a new podcast where he interviews people who make cool stuff. Tim wanted an HTML5 audio player on the site, and they put together some jQuery to hook up the player interface he designed. Neutroncreations is sharing tutorial How to Building a Custom HTML5 Audio Player with jQuery through the code to explain how it works, covering a few caveats along the way.?
Continue reading “How to Building a Custom HTML5 Audio Player with jQuery”
By Mufti Ali on September 2, 2010
The Multiple File Upload Plugin (jQuery.MultiFile) is a non-obstrusive plugin for the jQuery Javascript library that helps users easily select multiple files for upload quickly and easily whilst also providing some basic validation functionality to help developers idenfity simple errors, without having to submit the form (ie.: upload files).
Continue reading “jQuery.MultiFile – Multiple File Upload Plugin for jQuery”
By Mufti Ali on September 1, 2010
jQuery Live Form Validation is a free jQuery plugin which helps create easy form validations with high flexibility and a large set of options.
Continue reading “jQuery Live Form Validation- Easy Form Validations”
By Mufti Ali on September 1, 2010
Web application framework enables you to create applications faster and more consistent. Choosing a theme for your web applications is essential for building web applications. Better user interfaces will make users be impressed and will provide a much better user experience.
On this article i will share with you web application theme and web application framework that you can used for your next project. I hope this article can help you in selecting a web application framework and web application themes that will be used on your web application development.
Continue reading “Choosing Web Application Theme and Framework”
By Mufti Ali on August 31, 2010
elRTE is an open-source WYSIWYG HTML-editor written in JavaScript using jQuery UI. It features rich text editing, options for changing its appearance, style and many more.
Main goal of the editor – simplify work with text and formating (HTML) on sites, blogs, forums and other online services. Elrite can be used with elFinder file manager.
Continue reading “elRTE – Open source WYSIWYG Editor With a File Manager”
By Mufti Ali on August 30, 2010
Quality Control is free WordPress Theme that designed to allow the creation, and tracking, of tickets. It was kept simple, and packaged lightly, allowing the user to use it however he/she wants. Just the essentials have been added, and the rest is up to you.
Continue reading “Quality Control – Using WordPress as a Ticket Tracking”
By Mufti Ali on August 29, 2010
CSS3 can really improve efficiency, both in your development time and page performance. The latest versions of the modern web browsers such as Chrome, Firefox, Safari, and Opera support CSS3, while Microsoft announced to support CSS3 in Internet Explorer 9 (there’s no release date for IE9 yet). On previous post we are published article “25 Excellent CSS3 Button Tutorials”. Today we are continue our CSS3 exploration on menu and navigation tutorial and techniques that make use of the wonderful new properties that CSS3 offers.
Continue reading “15 CSS3 Menu Navigation Tutorials”
By Mufti Ali on August 29, 2010
Lithium, the most RAD framework for PHP 5.3+ is focused on quality, speed, and flexibility. It’s a set of no-nonsense philosophies and tools that enable you to build better applications, in less time, without sacrificing quality or extensibility.
Continue reading “Lithium – Lightweight, Fast, Flexible Framework for PHP 5.3+”
By Mufti Ali on August 28, 2010
One of the new types of inputs in HTML5 is search (<input type=search name=s>. It does absolutely nothing in most browsers. It just behaves like a text input. This isn’t a problem. The spec doesn’t require it to do anything special. WebKit browsers do treat it a bit differently though, primarily with styling.
Continue reading “How to Styling WebKit HTML5 Search Inputs”