Feeds:
Posts
Comments

Archive for the ‘JavaScript’ Category

Although Zimki is to shut down on Christmas Eve, the ideas behind the service live on. Two new offerings, Horuku and AppJet, offer variations on the idea of hosted application development/deployment.
AppJet, funded by Paul Graham’s Y-Combinator, is very similar to Zimki, being a server-side JavaScript platform. No details yet as to what [...]

Read Full Post »

Developing .NET DLLs that are to be used within an Excel VBA add-in is relatively easy to do. But the overhead of the COM managed interfaces can be a serious performance bottleneck if the .NET managed functions are called from within a tight loop. The alternative is to create a C++ XLL and [...]

Read Full Post »

Zimki – R.I.P.

Zimki, the London based innovative JavaScript application hosting service is to close down this Christmas Eve. Not surprising really, the announcement last June to stop the proposed open sourcing of the platform and the parent company’s (Canon Europe) decision to order a review on the future direction of Zimki looked ominous at the time. [...]

Read Full Post »

Zimki – trust and hope.

Fotango’s Chief Operating Officer, Simon Wardle, writes further about the decision to delay open sourcing Zimki on his personal blog. I’ve decided to look at the situation form a glass-half-full perspective; hey it’s still free, professionally managed, easy to use; I’ve some really useful web services running on it and the rest are static [...]

Read Full Post »

Zimki – goes off the boil.

Looks like any further enhancement of Zimki is to be put on hold until Fotango’s parent company, Canon Europe, completes a review on the future direction (and viability?) of the hosted application market. This means the platform will not be open sourced in the near future. This and the lack of any sign [...]

Read Full Post »

The announcement of Google Gears is of course a game changer for those working in the development of online apps; its addition to Goggle Reader alone would make it worth while for me and I’m sure we’ll see it integrated into Google Docs and GMail in the near future. If you had any plans [...]

Read Full Post »

Over the last few weeks I’ve received a lot of traffic from Goggle searches comparing Talend and Kettle and also from Vincent McBurney’s ITtoolbox article comparing the two products, so where do I stand?
As ETL tools they take different approaches, Kettle is a meta data driven framework (which is in turn tightly integrated into an [...]

Read Full Post »

Having mastered JavaScript (OK master is too strong a word – having become comfortable with both its syntax and usage patterns) my next port of call is JavaFX the recently announced Flash/Silverlight competitor. What led me to JavaFX Script was not its role in this Flash/AJAX alternative platform (which unless  Sun improves [...]

Read Full Post »

In a previous post I explained why I had decided to improve my JavaScript skills. The problem was finding a decent reference book as the ones I had looked at where amongst the worst technical books I had ever encountered; then I found this series of lectures by Douglas Crawford. Not only are the [...]

Read Full Post »

More Google Goodness

Another interesting Google announcement, this time an AJAX feed API. The API essentially provides the same functionality as Yahoo Pipes but without the user-friendly UI i.e. the ability to create mashups without the need for server-side proxy code. Currently it supplies RSS and ATOM feeds normalised to an ATOM-like JSON output, but [...]

Read Full Post »

What have Javascript and VBA in common? Not much on the surface and their respective user bases rarely if ever overlap. What they do share are their roles as the imperative (the-if-then-else-loop-etc) programming languages of the “I’m not a programmer” programmers, the great unwashed, the “normal” people out there who [...]

Read Full Post »