Mathew Easow Jacob’s Blog–India

a enthusiast…developer…on technology,RIA,flex,web,startup….

Archive for April, 2008

See my new flex app

Posted by easow83 on April 21, 2008

I developed a new website using Flex 2.0.1,u can see it here 

This site is built for our church inaugrated by Our MLA Vishnunadh(chengannur MLA)..in a function represented by Transport Minsiter of Kerala Hon. Mathew .T.Thomas ,Our Bishop,Our MP, panchayat president and other co-operative society presidents…its a nice event too

Posted in GeneralDiscussion | Leave a Comment »

Security update for Flash player 9.0.124.0

Posted by easow83 on April 14, 2008

There is a security update in the latest flash player update….it hited our app. :) …i think adobe has lack of documentation…If any of the following situations apply, you should read this article in detail:

            or

go through the detail article for security updates ,if you are using any of the above from here

Posted in Flash Security, Security | Leave a Comment »

Flash Player version updated

Posted by easow83 on April 14, 2008

Now flash player version had updated from 9.0.115.0 to 9.0.124.0

you can download from here

Posted in Flash Player | Leave a Comment »

My flex app:

Posted by easow83 on April 9, 2008

I am building my own flex app…its a website :) ..its going to host on April 20th…then i willl post its link…i know flex is not meant for website development..its for app. purpose..but when i have  to do with photviwer app. yahoo map. and some more like webservices (in future :) )…i choose flex finallyy :)

Posted in Flex, GeneralDiscussion | 1 Comment »

Adobe Summit 2008-Bangalore

Posted by easow83 on April 9, 2008

I also got a opportunity to attend Adobe RIA Architect Summit 2008 held in Bangalore at The Chancer Pavilion..It was a nice event and more informative….Naresh Gupta (SVP an MD ,Adobe India) took key not on RIA -past,present and future followed by David Wadhwani(VP and GM,Platform BU ,Adobe) about RIA road map…then we had a tech session by Ben Forta(Director,Evangelisim,Adobe) and James Ward(Manager,Evangelist) about Architecting Flex application,RIA best practices….,then customer showcase application using adobe platfrom..it ends at 7 pm…I really impressed with speech that James Ward and Ben took..really amazing!!!…

Posted in GeneralDiscussion | Leave a Comment »

Flex 2 and IFrames

Posted by easow83 on April 7, 2008

 

If you’re looking for a way to get multiple HTML pages in a Flex application without using Apollo, check out this code.

to use multiple iframes check out this code

Posted in Flex, Flex 2.0.1 | Leave a Comment »

Improving Flex application performance using the Flash Player cache

Posted by easow83 on April 7, 2008

First impressions mean a great deal. The first thing someone does when using an application is to download it—and if that process takes too long, it will detract from the user experience. To improve that experience, you need to learn strategies for reducing the download time and improving the startup time of your Flex applications.

This article shows you how to take advantage of the new Adobe Flash Player cache using Adobe Flex 3. I take a look at how to use this approach in both Flex Builder and the Flex SDK command-line tools.

read more

Posted in Flex, Flex 3 | Leave a Comment »

URL Link in Flex Application

Posted by easow83 on April 6, 2008

  You have  a user click on a link ,button, label
  whatever… from within a Flex application and have it take the user to a
  non-Flex, regular web page within their browser.. It’s probably a
  simple answer but I’m still getting up to speed your Flex!!!…….

try this

<mx:Button label=”Click Here” click=”navigateToURL(new
URLRequest(‘htp://mathewjacob.wordpress.com’),’_mine)” />

Posted in Flex, Flex 2.0.1, Flex 3 | 4 Comments »

How to be an expert

Posted by easow83 on April 5, 2008

 The only thing standing between you-as-amateur and you-as-expert is dedication. All that talk about prodigies? We could all be prodigies (or nearly so) if we just put in the time and focused. At least that’s what the brain guys are saying. Best of all–it’s almost never too late.

read more

Posted in GeneralDiscussion | Leave a Comment »

Code like a girl

Posted by easow83 on April 5, 2008

Do engineers and programmers care about concepts like beauty and elegance? Should they? Designers have always known that looks matter–that the outside (interface) matters. But deep in the heart of those building the inside–the technology most users never see–lies the sensibility of an artist. In a kind of “Design Eye for the Code Guy” way.

read more about it

Posted in GeneralDiscussion | Leave a Comment »