Feeds:
Posts
Comments

Archive for January, 2007

How easy is it to skin a Flex application? As an experiment, Eylon Stroh[On Reflexion] tried to create something that looks like the Napkin L&F for a simple Flex app.
The application is a slightly modified version of the DataGrid sample from the Flex 2 Component Explorer. Here are the “before” and “after” screenshots (click [...]

Read Full Post »

[dougmccune.com] Doug had posted a really good component in his blog – A Vertical MenuBar. This is really good as we now have one more navigation model other than the Accordion that can be docked on the left or right side of the application. check it out . He also has a slick [...]

Read Full Post »

My inbox had a pleasant surprise for me today morning. I recieved confirmation from Christian Cantrell that Flexed has been added the Macromedia XML News Aggregator! Thanks Christian.  Now, stuff that we post will have better readership . Boy! Am I happy! Wait. Lemme get my trumpet!

Read Full Post »

Re-Skinning Flex Apps

We have been working on reskinnng our application during the last week. Today, I stumbled on this post on re-skinning. This is pretty informative. I would write out a post on the experience we had during the re-skinning process .
[ Read more.. ]

Read Full Post »

Apollo nearing launch

Here’s a list 15 facts about apollo from the flex blogosphere
So, by way of a follow-up to an earlier post: “Adobe Apollo nearing launch”, here’s a list of 15 things about Adobe Apollo:

The ability to install web applications as desktop applications. So the web applications exist outside of the browser and are browser [...]

Read Full Post »

Using ASDoc – Part 1

AS Commenting Guidelines
As for our current project requirements, I have been fiddling around with ASDOCs. Trying to get it working and implemented into our project and after almost a few days of fighting with it. Here’s what I have . Apart from setting up the ASDocs, the developer’s are required to follow a [...]

Read Full Post »

[darron schall] The documentation for the Date constructor lists the values that you’re allowed to use when constructing a new Date instance. For the values of month and date, the valid range of values is limited to a small subset of positive integers. The month value can be 0-11 (0 = Jan, …, 11 = [...]

Read Full Post »