Articles / Blog

Google O3D looks to jumpstart web-based 3d development

With the recent release of the open source O3D project, Google is seeking the provide a way for developers to create true 3d which taps into a user’s graphic chip using only javascript and a browser plugin.  The plugin is fully cross-platform and cross-browser compatible.

The future of web-based 3d games (and other 3d content) could become radically more interesting if developers begin to embrace this technology.  Amazing demos (especially the Beach Scene demo) and developer

Posted at 5pm on 05/22/09 | no comments | Filed Under: General, 3D Full Entry

GoDaddy offering free SSL for OS projects

Have an open source project and need an SSL certificate?  Granted, it’s only one year and its a domain-only (translated: low quality cheapy) certificate, but GoDaddy will give you one for free: https://www.godaddy.com/gdshop/ssl/ssl_opensource.asp .

Posted at 8pm on 05/21/09 | no comments | Filed Under: Uncategorized Full Entry

The incredible orphaned XML

It’s best to show an example on this mysterious AS3 quandary:

var demo:XML = <wrapper>
<child id=”element1″ />
<child id=”element2″ />
</wrapper> ;

var element1:Object = {} ;
var element2:Object = {};

// Create an object reference to each child node
element1.xmlRef = demo.children()[0];
element2.xmlRef = demo.children()[1];

// Now, remove the second node
delete demo.children()[1];

// This should be ‘null’ or ‘undefined’, or throw an RTE, right?!
trace(element2.xmlRef.toXMLString());

However, such is not the case.  While trace(demo.toXMLString()) shows the correct document structure, the trace line above shows that the

Posted at 7pm on 12/17/08 | no comments | Filed Under: Flex, Flash, AS3 Full Entry

Incredible PHP Debug Tool

For PHP developers, this debugging tool is incredibly helpful.  It’s a small script called dBug - get it at http://dbug.ospinto.com/- which creates CFDUMP style output of data structures.  Its a great timesaver, helping avoid digging through hard-to-read var_dump outputs.

Posted at 7am on 06/30/08 | no comments | Filed Under: PHP Full Entry

Restoring File Explorer Windows on Startup

For some people, this might be an annoyance instead of a feature.  But for many, its a great timesaver.

On Mac OSX, when you startup, your previously open Finder (the Mac equivalent of the File Explorer) windows re-open automatically.  On Windows, you can get the same effect by opening the File Explorer and going to Tools > Folder Options.  Select the View tab, and check the Restore Previous folder windows at Logon option near the bottom

Posted at 4pm on 06/25/08 | no comments | Filed Under: Apple, Microsoft, Windows Full Entry

Vista Price Cuts

MS has unexpectedly announced price cuts in the premium Vista versions.  For example, Ultimate is $219 (down from $299), and Home Premium is $129 (down from $159).  Read more at CNet .

A reason to finally make the jump to Vista, or a yawner?

Posted at 5pm on 03/01/08 | no comments | Filed Under: General, Microsoft Full Entry

MacWorld 2008 Roundup

Steve Jobs’ keynote revealed the latest list of “wow, cool”s in Apple’s product line.  From the amazing Macbook Air, to Time Capsule backups, to Online Movie Rentals, there was a little something for everyone.  CNET offers a great roundup of all the new stuff - see it here .

Posted at 7pm on 01/16/08 | no comments | Filed Under: Uncategorized Full Entry

Mozilla Joins the Desktop-RIA Crowd

Nothing new, just a new flavor.  Mozilla is talking about Prism, basically an Adobe AIR alternative.  A good perspective-giving article is given by Mike Chambers here: http://www.mikechambers.com/blog/2007/10/25/mozilla-prism-and-the-disingenuous-web/ .

Posted at 5pm on 10/26/07 | no comments | Filed Under: General, Adobe, Flex, Javascript Full Entry

Future Adobe “Thermo” Announced

A new product code-named Thermo has been announced by Adobe.  The product, targeted at designers, will allow for easy creation of rich internet apps in a familiar designer workflow.

Check out the Labs wiki for more -> http://labs.adobe.com/wiki/index.php/Thermo

Posted at 4pm on 10/03/07 | no comments | Filed Under: Uncategorized Full Entry

Happy Birthday, Google

In case you haven’t noticed, Google turned 9 years old today.  Seems a lot longer, doesn’t it?

Posted at 5pm on 09/27/07 | no comments | Filed Under: Uncategorized Full Entry