Ext.Ajax.request makes for Easy Ajax
Basic AJAX
Long time no post, today I want to show you how easy it is to make AJAX calls using ExtJs. With Ajax being all the rage these days, if you can’t call server side scripts from your JavaScript I’m afraid you’re site is being bagged as Web 1.0 (bla whatever.. as long as it [...]
Aptana error missing plugin org.eclipse.ui
If you get the
Aptana requires missing plugin org.eclipse.ui
It got it when trying to install the Adobe AIR extensions.
Simply navigate to your installation directory of Aptana and run
AptanaStudio.exe -clean
Which cleans the cache so I’m told.
see here
I never knew Ext.DatePicker Existed!
Did you know Ext JS had a calendar control?
I didn’t until yesterday when after dissection our application at work I discovered we were using a 3rd party calendar from DynamicDrive.com.
Not only was this calendar a bit lame, it also added about three extra JavaScript files (setup file, main calendar file and a language file) and [...]