Archive for the ‘Javascript’ Category

10 Jquery Ajax File Uploader Plugins

June 29th, 2010   by  aditia rahman

Creating ajax upload from a raw javascript or jquery is not that simple, when baking a simple website, I personally will use available plugin, so it can save me much time and effort, we have to thank that there a lot of developer out there that share their great works.

01. Plupload

pupload example screen

Posted in Javascript JqueryNo Comments
Tags:

Unique Field Form Validation Using PHP and EXTJS

May 7th, 2010   by  aditia rahman

In this post I try to share my code about form validation in EXTJS, so why another EXTJS form validation tutorial? well, the EXTJS default form validation is quite great, but most sample that I’ve found it just using client side validation and the only server side validation is when the user press submit button. So in this post the I modified a bit code about custom form validation in EXTJS, and here I’m not using database. The expected result should be like this

Posted in Extjs Javascript PHP4 Comments

Table sorting collection using prototype javascript

January 31st, 2010   by  aditia rahman

In this post I want to show some solution to build sorting table using Prototype Javascript Framework, although the library is not really popular right now (maybe because of Jquery), the community is still live. Most of this script using default style, of course you can customize it.

1. Table Orderer

DemoDownload

Posted in Javascript3 Comments

Simple steps to understanding ExtJS

August 21st, 2009   by  aditia rahman

ExtJS is one of the most popular javascript user interface framework, it offer a bunch of great user interface component, if you are a Java Programmer it better you use the Ext-GWT, but if you are a web programmer who always using web scripting language such as PHP, it may be painless if you learn the new web interface beside the traditional HTML, but i did it and mix it with Codeigniter in purpose to create and maintain better PHP code, and it’s not really bad and here some advice I have for you :

1. Follow the examples

Ext-ExamplesExtJS come with a bunch of great sample use of using widget, this provide the basic use of the component, creating plugin, etc. This is the best way to know what you can do with the component and how to implement the component by viewing the source code, if you somehow don’t understand what the code means, simply you can consult the API documentation first. Just download it first and run on your local server or you can view it online.

Posted in Extjs Javascript5 Comments