Quantcast
Mike Slinn

Biography

Mike Slinn is a hands-on software entrepreneur, focusing on value creation, including business drivers, technology and methodology. Mike has been recognized as a software expert in US federal court, and has provided litigation support for contractual and patent disputes. A graduate of Carleton University, Mike received a B. Eng. in Electronics in 1979 and became P. Eng. in 1983. Mike lives in Silicon Valley with his wife Ellen and their macaw Rainbow. You can learn more about Mike at http://mslinn.com.

Blog

Recent Posts | All Posts

Silex - Open Source RIA

July 02 2009

SourceForge's FOSS project of the month of June was Silex. From the SourceForge writeup: "Silex is an open source RIA that enables you to build Flash websites for Flash Player 7, 8, 9, and 10. Silex is a new kind... read more

Eclipse / Flex Builder Undelete

June 22 2009

Regardless of whether you use Windows, Mac or Linux, if you delete a file in an Eclipse or Flex Builder project, the file does not go to your Trash. Fear not! You can retrieve these missing files. Eclipse keeps... read more

Flash Builder, Linux and Winning the RIA War

June 17 2009

Summary: Adobe should address developers with a marketing program that is separate from their designer marketing program, and offer products aimed at hard-core developer interests. The goal would be to leverage the influential developer community to drive sales of products... read more

Muzzling Flex Builder

May 29 2009

Flex Builder complains when a CSS definition exists for components that are not used in a project.  I do not find this helpful.If you click on the filter button in the Problems panel, a dialog will appear that allows you... read more

InfoMouse

May 03 2009

Sometimes I wish Flex had the equivalent of the 'Display Element Information' feature of the Web Developer plugin for Firefox. It is often useful to see exactly where the boundaries of a container are, and selected information about a component... read more

Calling JavaScript from Flex

April 10 2009

You might be surprised to know that Flex can create a JavaScript function and call it on the fly. For example, here is a snippet of ActionScript that shows how to obtain the URL of the page that invoked a... read more

Free Flex Builder for Unemployed, Students and Faculty

April 06 2009

Adobe has a terrific offer for unemployed programmers and students: a free, fully enabled copy of Flex Builder 3!  See for yourself at https://freeriatools.adobe.comThe criteria for unemployed programmers is:To receive the product under this program, you must attest to the... read more

ActionScript and MXML Pretty Printer

March 17 2009

I previously blogged about the importance of coding standards, and offered my opinions on what beautiful code looks like. Regardless of whether you accept my code formatting conventions for yourself or not, there is an excellent Eclipse plug-in that can... read more

Flex floating panel manager

March 11 2009

FlexMDI is an excellent floating panel implementation.If you have tried other floating panel implementations then you know they leave much to be desired. DragPanel is awkward to work with, and does not provide much functionality. SuperPanel is very slow and... read more

ActionScript Data Structure Performance

March 11 2009

As I have previously reported, lots of Java programmers are adopting Flex. One question that Java programmers always ask is "where are my beloved collections classes?" First, the good news: this blog will point you to some excellent collection classes,... read more

Custom Renderers for the Flex AdvancedDataGrid

March 01 2009

There are hardly any code example for how to use renderers for AdvancedDataGrid, and those that do exist are trivial. Apparently AdvancedDataGrid has issues, according to none other than the illustrious Doug McCune: As a very general word of... read more

Sample App Using Google Maps API for Flash

February 12 2009

Google recently published a sample Flex application that demonstrated the Google Maps Flash API. Andrew Trice reported on the API last May. You can try the new demonstration application here. The application is pretty cool, but lacks some important features... read more

Running Flex Applications Within PDFs

January 25 2009

The entire family of Adobe Acrobat 9 products feature a Flash runtime, and Flex applications can now be embedded in a PDF. You can embed an XML document into a PDF, include a Flex application that reads the XML data,... read more

Adobe to Publish RTMP Specification

January 21 2009

Now that Adobe has announced that it will publish the RTMP specification for rich media streaming, how long before the various Flex Data Services open source projects like BlazeDS, GraniteDS and Pimento support RTMP channels?... read more

Java to ActionScript Converter, Take 3

December 26 2008

I needed to estimate the effort required to port a Spring Rich Client application to AIR. Spring RCP applications are actually Java Swing applications. The project had 93 Java files, consisting of 118 Java classes and 16,950 total lines of... read more

Recent Posts | All Posts

Mike Slinn