Hi All.
I wanted to let you all know, that I have just completed a nice piece. It is a animated demo on JavaScript which uses AJAX and Agile Toolkit.
http://www.agiletech.ie/demo/
Enjoy. I might post sources later on. It took me 4 hours to develop that demo from scratch.
Tags:
ajax,
javascript,
tips
We have moved to a www.atk4.com domain which we will enhance with additional information about Agile Toolkit. Welcome to our new blog installation.
Tags:
news
Password complexity is a fine balance between memorable passwords and crack-able passwords. But how you measure that? For instance “john192″ is much easier to crack than “9john2″. However password strength tests approach both with the same algorithm. Even company policies are being made up requiring passwords to cary certain amount of digits or symbols.
A fine line is drawn by a CrackLib – a library coming a long way from Unix and designed for a single purposes of assessing password strength. This article is about how to integrate CrackLib into password verification field.
You can see demo: http://agiletech.ie/pwcheck/
Read more
Tags:
password
By default pages created with Agile Toolkit end with .html. I myself believe that this is a good extension because HTML is being passed over. However it is easy to use different URLs in Agile Toolkit, here is how
Read more
Tags:
tips,
url