-
Archives
-
Meta
- Register
- Log in
Author Archives: Gilad Manor
Intel AppUp adds Java and French to SDK and App Shop
Intel AppUp developer program adds French language and Java support The goal of the Intel AppUp developer program Software Development Kit (SDK) is to provide programming framework and libraries that enables the interaction with the Intel AppUp developer program processes … Continue reading
Posted in Software Development Leave a comment
Google CEO Announces: the latest chapter in an epic journey for Chrome OS
Eric Schmidt, Chairman and CEO posted today (12th September 2010) his account of the newest phase of the Chrome OS. Eric writes: “Chrome and Chrome OS are possible today for several reasons. First, time. Moore’s law is a factor of … Continue reading
Posted in Software Development Leave a comment
Microsoft Security Updates for Office
The last security update for the Office suite (SP2) may cause for Vista users severe problems in computer performance and function. Continue reading
Posted in Software Development Leave a comment
A New Release for AAdmin 0.3 by Valueshine Labs this December
The Valueshine AAdmin new version 0.3 is due to release by the end of December 2010. Continue reading
Posted in Software Development Leave a comment
Lisp, ancient language revived…
My first program with lisp was so long ago I care not to remember, but now there seems to be a revival to old coding approaches (i.e. functional programming) and languages such as in the new lisp book: “The Land … Continue reading
Posted in Software Development Leave a comment
Multilingual Flex Interfaces
A fresh way for supporting multilingual flex interfaces: Instead of the usual form (from an Adobe development center post): …text=”{resourceManager.getString(‘resources’, ‘POSTDISPLAY_POST_TITLE’)}”… The label looks more like: …text=”{gS['POSTDISPLAY_POST_TITLE']}”… The gS is actually a static object (i.e. hash map) that I load with … Continue reading
Posted in Software Development Leave a comment
Shared memory in RoR
Shared memory in RoR Continue reading
Posted in Software Development Leave a comment
from MySQL to NoSQL, Some good reading
a new post by Yoshinori Matsunobu on using a community MySQL server as a no-sql solution. Continue reading
Posted in Software Development Leave a comment
Flex for Rails Scaffolding (cont) – the controller template
I’ve made a little improvement to my development process, in such a way that the scaffolding i do for creating the web services I later use for my flex client are generated in their final form without the need to adjust them. Continue reading
Posted in Software Development Leave a comment