Activate your free membership today | Log-in


Thursday, February 2nd, 2012

Winding road of open-source webOS

Category: Mobile, WebOS

HP continues to divulge bits and pieces of a road map for the ill-starred and nearly-orphaned webOS. The company has followed up its December plan to release webOS mobile platform and development tools with a proposed timeline, with a full release set before year’s end.  Some people see a life for the associated Enyo JavaScript Read the rest…

Posted by jvaughan at 5:21 pm
Comment here

++++-
4.2 rating from 13 votes

Saturday, January 14th, 2012

Shim uses node.js to test sites on multiple browsers

Category: Browsers, JavaScript, Testing

Shim was developed within the Boston Globe’s media lab as a way to study how Web sites look on various devices and browsers. A laptop intercepts all wifi traffic – this is redirected to a custom node.js server – which inserts a javascript, or “shim,” at the head of each web page that is visited. Read the rest…

Posted by jvaughan at 11:01 pm
3 Comments

+++--
3.5 rating from 11 votes

Saturday, December 10th, 2011

HipHop Virtual Machine for PHP

Category: PHP

Facebook Software Engineer and HipHop for PHP team member Jason Evans provides details on Facebook’s move to a new high-performance PHP virtual machine. Described by Evans is ”a new PHP execution engine based on the HipHop language runtime that we call the HipHop Virtual Machine (hhvm).” He sees it as replacement for the HipHop PHP Read the rest…

Posted by jvaughan at 9:15 pm
2 Comments

+++--
3.8 rating from 22 votes

Saturday, November 12th, 2011

Adobe to forgo Flash plug-in for mobile devices

Category: Flash

Earlier this week, Adobe VP and General Manager Danny Winokur disclosed that the company has concluded that HTML5 is ”the best solution for creating and deploying content in the browser across mobile platforms.” The company said it would stop building Flash to run on mobile browsers. In a blog post on the new focus of Read the rest…

Posted by jvaughan at 7:04 pm
Comment here

+++--
3.3 rating from 25 votes

Saturday, October 8th, 2011

Intel’s Parallel Extensions for JavaScript

Category: JavaScript

Intel’s Parallel Extensions for JavaScript, code named River Trail, hooks into on-chip vector extensions to improve performance of Web applications. Details of Intel’s attempt to get on the JavaScript juggernaut emerged last month at its developer event. The prototype JavaScript extension offered by Intel is intended to allow JavaScript apps to take advantage of modern parallel Read the rest…

Posted by jvaughan at 12:38 pm
1 Comment

+++--
3.7 rating from 32 votes

Tuesday, October 4th, 2011

Adobe buys Nitobi

Category: JavaScript, Mobile

As it kicked off its yearly developer event, Adobe announced that it had acquired Nitobi Software, maker of PhoneGap open source software for cross-platform mobile application building with HTML5 and JavaScript. In a blog, Nitobi CEO Andre Charland pledged to pursue donation of the PhoneGap code to the Apache Software Foundation ”to ensure open stewardship Read the rest…

Posted by jvaughan at 8:52 pm
1 Comment

+++--
3.1 rating from 18 votes

Tuesday, August 9th, 2011

A simple random bit on var selector

Category: CSS, jQuery

Isobar’s Rob Larsen suggests that there is often a need to build CSS selectors dynamically when building applications. ”This is typically some existing pattern paired with a loop counter or something pulled from a data attribute,” he writes on his blog. His choice is to create a variable called ”selector” and ”to craft the selector Read the rest…

Posted by jvaughan at 7:26 pm
11 Comments

++---
2.5 rating from 113 votes

Sunday, July 10th, 2011

The power of intent tag discussed

Category: Android

Google developer advocate Paul Kinlan has detailed his recent work on a lightweight sharing facility using a very simple intent share protocol. Web Intents began life in 2010. Now, Kinlan and company are looking for feedback. Basically, his intent tag is intended to allow users to more easily mix and match favorite plug-in capabilities, freeing Read the rest…

Posted by jvaughan at 7:09 pm
3 Comments

+++--
3.5 rating from 36 votes

Friday, June 10th, 2011

Code injection, error throwing

Category: Chrome, Testing

In a blog, Opera Software Developer Relations team member Tiffany B. Brown looks at code injection, error throwing and handling and mobile debugging. She notes Opera Dragonfly and its remote debug features provide a way to debug mobile sites from their desktop. Brown mentions WebKit’s recently added remote debugging capabilities, folded into Google Chrome developer Read the rest…

Posted by jvaughan at 10:01 pm
6 Comments

+++--
3.9 rating from 35 votes

Thursday, June 9th, 2011

The State – Sort of – of HTML5 Audio

The State – Sort of – of HTML5 Audio Scott Schiller discusses the high level of hype around HTML5 and CSS3. The two specs render ”many years of feature hacks redundant by replacing them with native features,” he writes in an insightful blog. Blogging, he says: CSS3’s border-radius, box-shadow, text-shadow and gradients, and HTML5’s <canvas>, Read the rest…

Posted by jvaughan at 9:17 pm
6 Comments

++++-
4.2 rating from 25 votes

Friday, April 22nd, 2011

Maqetta to the Dojo Foundation

IBM recently announced the open source contribution of Maqetta to the Dojo Foundation. Maqetta provides WYSIWYG authoring of HTML5 user interfaces using drag/drop assembly, and supports both desktop and mobile user interfaces. Maqetta is said to target user experience designers working in teams focused on  HTML5 application development. The Maqetta application runs in the browser. Read the rest…

Posted by jvaughan at 8:14 pm
2 Comments

++++-
4.3 rating from 39 votes

Friday, April 8th, 2011

Best Practices for test revisited

Category: Ajax, Performance, Testing

With Google and their apps like Search, Docs or GMail only a very small time is actually spent in the initial page load, writes Andreas Grabner in a recent blog post. Of course, much time is spent in JavaScript, XHR Calls and DOM Manipulations triggered by user actions. Grabner writes: It is very important to Read the rest…

Posted by jvaughan at 12:08 pm
Comment here

++++-
4.1 rating from 55 votes

Monday, March 21st, 2011

Searching for public Orion beta?

Category: Tools

The Eclipse Foundation now offers sign-up access to a beta version of the OrionHub service, a hosted implementation of Orion tools. Orion is an Eclipse initiative to define a browser-based platform for building and integrating web development tools. Key features of Orion include: a fast editor for JavaScript, HTML and CSS development;  a  client-side plugin Read the rest…

Posted by jvaughan at 6:09 pm
2 Comments

+++--
3.2 rating from 19 votes

Friday, March 4th, 2011

jQuery Mobile Alpha 3 released

Category: jQuery, Mobile

jQuery Mobile Alpha 3 increases browser support to include Firefox Mobile, Opera Mobile / Mini. Improvements reported on support for iOS, Android, BlackBerry 6, and Palm WebOS. Moreover, the Ajax navigation system has been … deeply re-factored to improve performance and handle more edge cases. This includes event handling for click, submit, and hashchange, all Read the rest…

Posted by jvaughan at 9:13 pm
Comment here

++++-
4.4 rating from 42 votes

Thursday, February 17th, 2011

Jdrop – JSON in the cloud

Category: JSON, Mobile

Performance Wonk Steve Souders has announced Jdrop – described as a JSON repository in the cloud. It builds on his work with Mobile Perf javaScript meta-bookmarklets that can work as profilers for mobile devices. Bookmarklets gather data and display data. The data can be saved to Jdrop. For analysis. Souders blogs: It was pretty simple Read the rest…

Posted by jvaughan at 10:21 pm
1 Comment

+++--
3.6 rating from 21 votes

Friday, February 11th, 2011

Using HTML5 sensibly and multimedia on the web

It is high time developers take back HTML5 from the marketing people, says Chrisian Heilmann. “HTML5 is the evolution of our web technologies, not another flashy add-on to already badly used outdated practices,” he writes in a blog posting that includes illuminating slides. http://www.wait-till-i.com/2011/02/09/using-html5-sensibly-and-multimedia-on-the-web-speaking-at-the-london-ajax-meetup/

Posted by jvaughan at 10:29 pm
1 Comment

++++-
4.7 rating from 41 votes