Added Introduction to Agile Toolkit
There very significant introduction pages are added. They introduce you to the fundamental concepts of Agile Toolkit, demonstrates some of the UI, JavaScript and MVC goodies.
Tags: news, tipsThere very significant introduction pages are added. They introduce you to the fundamental concepts of Agile Toolkit, demonstrates some of the UI, JavaScript and MVC goodies.
Tags: news, tipsGroundwork for new demo.atk4.com is complete. Lots of features to come soon such as commenting, suggestions, reviews, search and more.
http://demo.atk4.com/demo.html
If your team is developing a web application using Agile Toolkit then you might want to build your own demos / test-cases. Good news is – you can re-use same architecture for your own demonstration site, here is how:
Tags: add-ons, news, tipsFor each project it usually takes some time to set up basic things. We wanted to make it easier for people who are only starting with Agile Toolkit. So we are now including a sample project, which you can “svn export” to get started much faster.
Tags: tipsHi 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.
Enjoy. I might post sources later on. It took me 4 hours to develop that demo from scratch.
Tags: ajax, javascript, tipsBy 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
Tags: tips, urlAs my designer says – best way to break a great web design is to give CMS access to the client. Without any consideration for style they will star moving things around and break stuff. Often not willing to pay for a proper update they will continue to tweak themselves. So what’s the alternative?
There is some – contextual editing. In this post i’ll show how you can do it in ATK
Tags: tipsOften problem in a project is slightly customising existing template. This normally requires to change template/…./shared.html file by saving it locally and updating paths manually. There is a way coming to workaround it.
Tags: templates, tipsIn Agile Toolkit each object you add is inserted as a child to some other object. They end up in $object->elements array, however there is no easy way to rearrange it.
Tags: form, grid, tips