0
The third version is now on its way. I’ve been meaning to upgrade all my files to AS3(Actionscript 3.0) since last year but was reluctant I was thinking that I’m gonna need to learn this new programming language all over again. But to my surprise, it wasn’t that bad after all. In fact, its easier to learn and so much faster(in performance) and cleaner coding style(just love the OOP style) So far here’s what I’ve done: http://jimisulaiman.com/example/15022010/test01.html... Permalink
0
There are times where you need to validate a form to a data stored in a database without the need to submit the form beforehand. The solution - Ajax (shorthand for asynchronous JavaScript and XML). For example, you are creating a user registration form where obviously, the username to choose from needs to be unique. Instead of validating the username after form submission, wouldn’t it be much friendlier if the form can validate itself from the server asynchronously in the... Continue Reading
0
It’s now the end of the year! Time really flies and it feels that I haven’t accomplished any of this year’s plan(not that I have anything written anyway). It’s the December break now and I’m out of office for 2 weeks. Since now that I have a little free time, I feel obligated to update this blog. No web project (except in the office) going on but I did receive some proposal. So sorry people but I really don’t have... Continue Reading
