Hey I am going to buy my First Guitar!!!

I always wanted to play  a guitar  and sing a song along with it

And I thing finally the day have come to make my dream come true

I have already started my research on how to buy ur first guitar

I am really excited and thrilled

Though it seems to be confusing I am liking it

hey any input on the same will be appreciated

An Event For Flex Developer In India

Hi Friends

We have an event from Adobe for all the flex developer in India

Highlights Of The Event

1.Ben Forta

2.Interaction With Flex Team

3.Free Flexbuilder3 professional License

4.Agenda

5.Discount page


Location

Banglore[ :( ]–This actually makes things difficult for me to attend

Date

10-11 sep 2008–{It is not a weekend either]

More info

Php is now in my basket

PHP is something which i always wanted to learn

Today i got it running !!

I used a eclipse IDE to write the php code

I remember those days in magnet when vishal and nirav sir  took seminars on php

Surprisingly i am able to recollect all those thing

PHP is pretty easy and makes you more powerful as a flex developer

I am very happy

I need to learn more things in php

I am aiming at smarty and php

I will update  you on those very soon

My call to all the new bie Flex developer do get your hands on php[or any server side scripting]

You as a programmer will be in more control of the project

Silver light is cool

I am a passionate Flex developer.

I feel Expression blend is catching up too fast

I was personally very comfortable working with it from the word go without any tutorial

also it is integrated with the .net with lot of ease

I think now lot of poaching will be done

I mean flex guy being dragged to silver light and so on…

Silver light still has to go a long way…..

but it better then flex in some aspect like 3d rendering also all the .net guys can learn it much faster

Till now flex rocks :)

TortoiseSVN [A Version Control] For Your Flex Project

I have been trying for a long time to get the Svn thing working for flex project
Finally I got this done

Steps to get SVN Working for flex project
—————————————-
1.successfully installed Tortoise svn on ur system
2.Two plugin are available Subversive and Subclipse
3.Subversive:
http://www.polarion.org/index.php?page=download&project=subversive
Subclipse:
http://subclipse.tigris.org/
4.switch to the “SVN Repository Exploring” in Flex
5.In Flex help u will see Svn help read it to understand the actuall working

How to Install the plugin
————————-
The installation instructions for Subclipse can be found at

http://subclipse.tigris.org/install.html

Wrapper Is Responsible For Embedding The Flex Application’s

What is Wrapper?
The
HTML page and JavaScript file are known as the wrapper.

Types of Wrapper?

■custom wrapper

■ Export and customize an HTML wrapper from Flex Builder

■ Generate the HTML wrapper with Flex Data Services.
You can write your own wrapper for your SWF files rather than use the wrapper generated byFlex Builder or Flex Data Services. Your own wrapper can be simple HTML, or it can be aJavaServer Page (JSP), a ColdFusion page, an Active Server Page (ASP), or anything that canreturn HTML that is rendered in your client’s browser. Typically, you integrate wrapper logicinto your website’s HTML templates.

Writing Our Own Wrapper !

The basic wrapper consists of the following:
■ HTML page. This is the file that the client browser requests. It typically defines two
possible experiences (one for users with JavaScript enabled and one for users without
JavaScript enabled). This page also references a separate JavaScript file.
In the provided HTML templates, this file is named index.template.html.
■ JavaScript file. The JavaScript file referenced by the <script> tag in the HTML page
includes the following:
<object> tag This tag embeds the SWF file for Internet Explorer.
<embed> tag This tag embeds the SWF file for Netscape-based browsers.
In the provided HTML templates, the JavaScript file is named AS_OETags.js.

<!– index.html –>

<html>
<body>
<script src=”mysource.js” mce_src=”mysource.js”></script>
<noscript>
<object id=’MyApp’ classid=’clsid:D27CDB6E-AE6D-
11cf-96B8-444553540000′ codebase=’http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0′
height=’100%’ width=’100%’>
<param name=’src’ value=’MyApp.swf’/>
<embed name=’MultipleButtons’ pluginspage=’http://
www.macromedia.com/shockwave/download/index.cgi
?P1_Prod_Version=ShockwaveFlash’ src=’MyApp.swf’ height=’100%’
width=’100%’/>
</object>
</noscript>
</body>
</html>

Singleton Pattern

What is pattern?

• Patterns = problem/solution pairs in context
• Patterns facilitate reuse of successful
software architectures and design
• Not code reuse
– Instead, solution/strategy reuse
– Sometimes, interface reuse

Singleton Pattern

It’s important for some classes to have
exactly one instance
– Many printers, but only one print spooler
– One file system
– One window manager

design-pattern-final.ppt

singleton.txt

FLEX USER GROUP MEET

Hi Friends
Mumbai FUG was one of its kind
Lot of experience to share

People who attended the meeting
fug.jpg

Suketu
Imtiyaz
vijay
Rahul
Martin
Barkha
Tarun
Abhay
Kapil
Rajendar
venkata
vinay

Topic discussed
1.Singleton Design Pattern by Vinay
2.RIA applications by Suketu .

3.MVC Design Pattern by Imtiyaz

4.Java vs Action script by Imtiyaz.

Rahul manikar was the first guy to come
He discussed about the usability certification which he recently did
Was a punctual guy :)
Martin gave a dashing entry and gave us some insight what happend in pune

Barkha gave a entry with a smile discussed about the Flex and java  projects

suketu came in grabed everyones attention.He gave a beautiful presentation and the punch line was “EXPERIENCE MATTER”
The main thing which i learnt was simulating an real life experience adds to great Experience

vijay came with a speed and discussed about coldfusion and flex .Also he talked about the flex application

Imtiyaz,venkata,rajendra were the last to add to the meeting as finding the location took them to a beach :)

Imtiyaz with his enthu gave presentation on MVC architecture and how to implement it in flex
He also talked about the comparsion on flex and java which took the major time but was very informative with active participation from all the members

I talked about singelton pattern and its implementation in flex and some examples

Tarun,Abhay,Kapil were all new to flex and they too enjoyed the meet and the session must have inspired them to work on this technology with a fullfledge spirit

Due to lack of time we missed vijays presentation on flex and php

Suketu finally gave summary to the whole meeting  and gather info of all the member so no one miss the 3rd Mumbai FUG which will be somewhere in mid of september

Suketu also promised to pass all the links which he wanted to show us and pass on the member info to all the member

Finally my special thanks to GMI and to all the member who was present in the meeting

It’s rocking arre yarra kabhi flex t0 karo it’s rocking———[Thats the summary of the meet]

Regards
Vinay

Debugging A Flex3 Application

I learnt to use debugger tool in a flex online seminar. I was very hesitant in asking this question, as i thought it was very silly and they may not entertain it. To my surprise I got a very good response.Let me explain how u can also use this tool.

To debug an application:

 In the Navigator view, select the project to debug. Select the Debug button from the main workbench toolbar. If you project isn’t already built, Flex Builder builds and then runs it in debug mode. Your application appears in your default web browser or the Flash desktop player and you can then use the Flex Builder debugger to interact with it. When a breakpoint is reached, the Flex Debugging perspective is activated in the workbench.

 These are the windows available while debugging

 1.Variables

 2.Breakpoint

 3.Expression

 To watch a variable: 

 Select the variables or variable members to watch. Right-click  to display the pop-up menu and select Watch. The variables are added to the Expressions view.

 To change the value of a variable:

 Select the variable to modify. Right-click to display the pop-up menu and select Change Value. The Set Value dialog box appears. Enter the new value and click OK. The variable contains the new value. Modified variables are displayed in red.

Expression:

 You use the Expressions view to watch variables you selected in the Variables view and to add and evaluate watch expressions while debugging your applications. While debugging, you can inspect and modify the value of the variables that you selected to watch. You can also add watch expressions, which are code expressions that are evaluated whenever debugging is suspended. Watch expressions are useful for watching variables that may go out of scope when you step into a different function and are therefore not visible in the view. Read More…

Want To Be Flex Certified Proffesional

I am very much excited to be certified flex proffesional

I have started preparing for the exam

I am  posting the pdf through which I got more info about certification

flex20blueprint.pdf

ace_exam_guide_flex2.pdf

If anyone wants to share about there experience about giving the exam please do so

I am also attaching a website url who has already shared his experience

http://allthego.com/index.cfm/2007/3/15/Flex-2-Exam-Review

Follow

Get every new post delivered to your Inbox.