23
Nov
Is there a Coffeescript for Java?
Is there a Coffeescript for Java? In other words X gets compiled to readable Java.
If only I had more copious free time I might consider doing this as a side project. Maybe someone as already done this?
Esquire Theme by Matthew Buchanan
Social icons by Tim van Damme
23
Nov
Is there a Coffeescript for Java? In other words X gets compiled to readable Java.
If only I had more copious free time I might consider doing this as a side project. Maybe someone as already done this?
27
Aug
Some what inspired by Linkedin’s new touch app, I’m looking into rewriting Evocatus’ mobile site/app from JQuery Mobile to a custom HTML5 solution.
The problems we have with JQuery Mobile are:
That being said at of all the mobile frameworks JQuery Mobile is by far the easiest to get started with.
So I have decided to take a look into cobbling a bunch of libraries. I have had to do this time and time again through out my soft dev career. I think this is because frameworks sometimes try to do everything on their own and then end up doing it half ass. In fact the frameworks that do really well I have found generally have plugins or wrappers around existing libraries.
My mobile stack so far:
I’ll add another post later to see how my prototyping goes. I’m also going to check out:
to see if JQuery Mobile might still be an option.