Nov 16 2008

Working @ Nitro

Posted by German Rumm in work

I am working for Nitro FX, two weeks today. Tonight at midnight my first project on a new job goes live. It’s basically a very simple site with AJAX. AJAX was necessary to avoid reloading rather big flash.

Added a jQuery history plugin, so that “Back” button will work, form validation plugin for (well) form validation, tooltip plugin to display comments if there are any, flash plugin to embed flash and forms plugin to send forms with ajax. Ajax-forms work with the history plugin, so that back button behaves correctly after the form has been submitted. Almost all site is accessible with javascript turned off.

Made my best effort to secure it too. Hope it will not be hacked on the first day (nor the last) :) Kinda nervous, will see how it goes.

Update Several minor problems were discovered this morning, but they are fixed by now. Should have written some sort of tests. Lesson learned.