I came over this old question on StackOverflow: “Which PHP Framework will get me to a usable UI the fastest?” I couldn’t help but wonder, why people are not aware of all those other PHP UI frameworks? There are few, right? If you google for “php ui” you can find them. Those are more generally referred to as UI toolkits. But why those toolkits are not known in the mainstream?
Why there is a gap between UI toolkits and mainstream frameworks? If UI is Yin and backend is Yang – why can’t they co-exist?
Here is what I think..
Read more
Tags:
grid,
javascript,
jquery,
support,
UI
Release of 3.9.1 brings us many bugfixes and enhancements. Grid is cleaned up but forms are also slightly changed.
Read more
Tags:
form,
grid,
javascript,
news
Grid is a powerful UI element used in almost any web application. Some frameworks decide not to implement them at all. Others rely on full-featured JavaScript implementation and only provide data source as requested. Agile Toolkit builds grids in HTML, then enhances them through JavaScript. JavaScript widget then communicates with back-end to perform additional features for the grid. This post will look more in-depth on what can you do with grids.
Read more
Tags:
grid,
javascript,
UI
Hi. Few people have had difficulties understanding which approach is better to choose, since so many things can be done in different ways. This post will clarify you regardless where you should put your code.
Read more
Tags:
add-ons,
javascript,
mvc
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
I receive a lot of questions about how to reload page with Agile Toolkit in certain conditions. There are many approaches and I wanted to write a blog post just about that.
Read more
Tags:
ajax,
javascript,
jquery ui,
page
This post continues comparison of Agile Toolkit and Symfony 2.0. This post is based on features described in Quick tour – page 2
Read more
Tags:
ajax,
compare,
javascript,
jquery,
jquery ui,
mvc,
url
I have came across old code in the Form and Field implementation and it’s basically implementing form submit when enter is clicked. I was thinking about what would be the right behavior. Therefore I am calling to your opinion here.
Read more
Tags:
form,
javascript
This post continues to explain how to use JavaScript (JS) most efficiently in Agile Toolkit. Read first part first.
Read more
Tags:
javascript,
jquery,
plugin
Half year ago we have introduced jQuery / Chain into AModules3 (former name for Agile Toolkit). It allows us to clean up a lot of older code and at the same time give developers a way to do many new things in a flexible way.
Read more
Tags:
ajax,
javascript,
jquery,
jquery ui