Web 2 tips, tricks and development cheat sheet
Saturday, 15 June 2013
Dark clouds on the horizon? A fatal flaw in the cloud services ideology
›
We have all heard of the cloud, right? That fantastic place where you have no server worries, everything remains up, backups are reliable an...
9 comments:
Monday, 15 March 2010
Endless loop in smartGWT listgrid retrieving data from REST back end
›
So you have written your DataSource, instantiated your ListGrid and tested the calls to your back end REST (e.g. Rails controller) in your b...
2 comments:
Sunday, 28 February 2010
Displaying lookups from other tables in ListGrid
›
Here's a problem in smartGWT: You have a ListGrid that displays data from a table table. One or more columns are integer IDs that refer ...
6 comments:
Thursday, 18 February 2010
smartGWT - how to implement a date and time picker/chooser
›
SmartGWT is severly lacking a nice date/time picker/chooser. So for now, you need to use a work-around. The solution is to use the date pick...
Getting current time in GWT
›
The Calendar class isn't supported in GWT because the Java cannot be compiled into JavaScript. So for now, you need to use the depreca...
Wednesday, 17 February 2010
How to add a Date and Time popup to smartGWT
›
There are a lot of queries about how to add a popup for selecting time and date in smartGWT. The bottom line is that smartGWT is lacking a s...
1 comment:
Saturday, 30 January 2010
smartGWT MenuBar - this.menus is undefined error
›
When you are attempting to add a smartGWT MenuBar to your screen, usually at system startup. If you get an error like this: com.google.g...
1 comment:
›
Home
View web version