A fellow Adobe employee helped make a very successful iPhoneDevCamp happen over the last weekend. I would have loved to attend but I am in vegas waiting for a new addition to the family to arrive.
Here are some of the highlights:
Large group of iPhone owners
Attendee’s thoughts
LA Times Article on iPhone and dev camp in San Francisco
Application created during the hack-a-thon
Top 10 Apps created that weekend
July 9th, 2007
The big news of the day is the Adobe Photoshop CS3 beta release on http://labs.adobe.com. There was also two other updates on labs that are still quite important for Adobe’s engagement platform. Spry is up to prerelease 1.4 and a new addition of JSEclipse.
JSEclipse is a new plugin for the Eclipse environment that helps developers code JavaScript faster and with no errors. With JSEclipse, you can complete a variety of tasks, from editing small sections of code to working with the next big AJAX library or developing plug-ins for a product that embeds JavaScript snippets.
Download and install JSEclipse and improve your JavaScript coding experience with:
* Contextual code completion & shortcuts.
* Project outline and quick navigation through function declarations.
* Syntax highlighting.
* Error reporting.
* Customizable code templates to get you started.
* Support for popular JavaScript libraries (Dojo, Prototype, YUI, Qooxdoo).
* Support for JavaDoc documentation and multi-line comments.
December 15th, 2006
I have been working with a component that loads FLV video and SWF animations. The component is sometimes CPU intensive because of the FLV video and SWF animations used….
Continue Reading June 14th, 2006
We had a problem with a DHTML popup menu being rendered behind any flash content.
Code that is needed:
HTML:
-
<div id="swfContainer" style="z-index:0;">
-
<param name="wmode" value="transparent">
-
<embed src="main.swf" wmode="transparent"...
Continue Reading December 8th, 2005