Tuesday, February 1st, 2011
Category: Mozilla
Mozilla Labs announced it will no longer maintain the Prism project. Attention instead will focus on the more general Chromeless project, which also is a ”task-focused layer” running on top of Mozilla’s XULRunner runtime environment. In a blog entitled “Prism is now Chromeless,” Lloyd Hilaiel wrote: “The final change we’re announcing today takes the form Read the rest…
Tuesday, January 18th, 2011
Category: Announcements
That’s all we needed, really, a new logo. Does anyone else feel the need to have this stitched onto a leotard with a cape? ;-)
Thursday, January 13th, 2011
Category: GWT
, iPhone
Smart GWT 2.4 has been released and, as expected, they are jumping on the HTML5 and iOS/Touch bandwagon. The fact that the touch support doesn’t require code changes for existing apps is most welcome. Also, the mention of the upcoming Smart GWT Mobile with “pixel perfect iOS look and feel” sounds intriguing. Many have tried, Read the rest…
Friday, January 7th, 2011
Category: Mozilla
The Mozilla folks including Mozilla Evangelist Chris Heilmann thought it a good idea to introduce some “People of HTML5,” starting with Bruce Lawson of Opera, co-author of “Introducing HTML5″ and one of the curators of HTML5 Doctor. Among the most vivid new technologies of the moment Lawson cites: …DAP (“Device APIs and Policy Working Group”). This Read the rest…
Category: Android
At the Consumer Electronic Show (CES) in Las Vegas, Google showed Android 3.0, Honeycomb. It is the next version of the Android platform, designed for devices with larger screen sizes, such as tablets. Honeycomb is said to provide a “truly virtual and holographic user interface.”
Category: .NET
, JSON
Per James Newton, the latest Json.NET release targets .NET 4. Json.NET 4.0 comes with a Windows Phone specific dll, compiled using Windows Phone tools. A .NET 4 feature employed is the dynamic keyword, which allows variables and members to be statically typed as dynamic. Json.NET 4.0 adds support for dynamic keywords in a couple of Read the rest…
Thursday, December 9th, 2010
Category: Qooxdoo
The Open Source JavaScript framework qooxdoo just shipped two new releases 1.2.2 and 1.3. While the first one is a regular bugfix release, the latter one includes substantial improvements across almost the entire range of the framework. Some highlights of the 1.3 release: New virtual List widget to visualize even huge data sets with supports Read the rest…
Monday, December 6th, 2010
Category: JavaScript
Jupiter IT announced today the release of v3.0 of JavaScriptMVC, their OSS framework for enterprise-scale applications. The release encompasses a bevy of new features which touch on testing, Less and CoffeeScript support and enhanced documentation. The features/updates mentioned include: FuncUnit – Web Testing Framework Stand Alone Sub Projects – You can download only the tools Read the rest…
Sunday, December 5th, 2010
Category: JSON
At least in terms of cool Web stuff, JSON replaced XML long ago. But the story keeps trickling down. Semi-pivotal events appear to be recent moves by Twitter and Foursquare to remove XML support from their Web APIs, settling solely on JSON. In the wake, no less than XML crew member James Clark has taken Read the rest…
Monday, November 29th, 2010
Category: JavaScript
There are a number of resources on the Internet for reading up on JavaScript but very few viable options for actually exchanging ideas with extremely knowledgeable JavaScript developers, especially when it comes to just wanting to know about JavaScript itself and not a specific JS library. This was a pain point I (Rey) personally felt Read the rest…
Sunday, November 28th, 2010
Cross document messaging is addressed in a recent HTML5 Web Messaging Working draft from the redoubtable W3C. The proposed messaging system is said to “allow documents to communicate with each other regardless of their source domain, in a way designed to not enable cross-site scripting attacks.” For more on the w3C draft, go to its Read the rest…
Wednesday, November 17th, 2010
Category: Browsers
, IE
, Microsoft
The IE9 team announced that they’ll be hosting an open Q&A session via Twitter where developers can ask questions to the Chakra engineers about the new JavaScript engine. In conjunction with the release of Platform Preview 7, we wanted to give the community the opportunity to ask questions of some of our IE and Chakra Read the rest…
Friday, November 12th, 2010
Category: Firefox
, JavaScript
Mounir Lamouri looks at native browser-side form validation in Firefox4 – while re-iterating the need for re-validating on the server-side too. The objective of the browser-side form validation is to relieve JavaScript of the need to do a lot of basic form checking. Lanouri writes: ”All new input types introduced with HTML5 forms except search Read the rest…
Thursday, November 11th, 2010
Category: Android
, Firefox
, Mobile
A new beta for mobile this way comes. Outstanding issues addressed include reduced memory usage, improved text rendering install size reduction on Android.
Tuesday, October 26th, 2010
Category: JavaScript
, Library
In computer science, a fiber is a particularly lightweight thread of execution. Like threads, fibers share address space. However, fibers use co-operative multitasking while threads use pre-emptive multitasking. Threads often depend on the kernel's thread scheduler to preempt a busy thread and resume another thread; fibers yield themselves to run another fiber while executing. The Read the rest...
Tuesday, October 19th, 2010
Category: MooTools
After almost a year in development, the MooTools team announced the release of version 1.3 with major notable enhancements. Slick Selector Engine The biggest update is the inclusion of the new Slick standalone selector engine. The engine was developed by Thomas Aylott, Fabio Costa and Valerio Proietti with accuracy and portability in mind, allowing the Read the rest...