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 [...]
Javascript Inheritance Basics
I recently had the pleasure of writing a small AJAX application library based around/wrapping Ext JS.
Due to the requirements and the way the original application was devised, I needed to always make sure I pass a specific parameter on every AJAX request.
Here’s how I did it using my version of JavaScript prototypal inheritance (it may [...]