Under Construction Page

January 14th, 2010

Hello.

We are so close to finish the under Construction page. At this moment the development can be seen here. Also, we’ve finished the 404 page. The direct link on it is here.

That’s all for now. This is a short preview of our ideas and how the final result may look like.

In short time we’ll change the skin on the blogs too.

Update:

We already change the root page with the “Under Construction” page.

Parsley Framework & Cairngorm 3 Framework Integration – Facebook Album gallery

January 12th, 2010

In the previous month I received an task to create a demo application using Parsley Framework & Cairngorm 3. After I finished the demo, I though that it can be usefully to post the application and the sources here. The application is here and sources are here. Also the degrafa version is here.
The application makes a connection to Facebook API, receives the album list of the client logged in on Facebook. Once you click an album the image list is loaded and shown.
There are few presentation regarding Parsley Framework or Cairngorm 3 and this may be helpfull for anyone who is interested and can have a small feedback. At the moment I’ve started the demo I knew some details regarding Parsley Framework and Cairngorm 3(basicly the details shown on their website).
As beginning point for my demo I had two samples: Christophe Coenraets’s Flex application with Parsley Framework and Alex Uhlmann Max Presentation regarding Cairngorm 3.
After I finished the application and sent the demo, I found out about a new presentation made by Joel Hooks regarding Inversion of Control and Dependency Injection using Parsley. After reading his presentation I realize that I didn’t took all the right decisions in my project implementation.
So, next lines will be pros and cons regarding my integration of Parsley & Cairngorm 3.

Pros:
1. IoC and Presentation Model:
Parsley’s IoC integration is very simple and I won’t get in details here. The other three presentations are very good for a person who wants to understand exactly how to do this.
I’ve choose to use the hierarchical aproach of the Presentation Model. Why? Well, choosing the hierarchical or the componentized approach depends on each developer and on the application’s features. I’ve choose to go with hierarchical approach because the features of the demo was fixed and because the complexity of the application was small. But, what I like regarding Parsley and Presentation Model is that, lets presume the specs for my app were changed and I had to add new features(this happens a lot in project lifetime), I could easily go from hierarchical approach to componentized approach by removing the injected PM from MainPresenter and create commands that take all the work from the MainPresenter. This way my views and the rest of the application wouldn’t be disturbed.
2. Validation library:
It was so easily to create a user/password login by using this library. Creating a ValidatorGroup and binding the model, made a validation to be written in less than 4 lines. And this can be very usefull for a project that use lots of forms.


3. Degrafa Framework:

I know that has no connection with Parsley Framework & Cairngorm 3, but I’ve used it to change the background gradient of the application. By removing the background image and using degrafa framework the application got smaller with few bytes, but on a bigger application with a lot of vectorial design this framework can be useful. Also, the quality of the application remained the same.

Cons:
1. Commands:
Not using commands was maby the biggest mistake. Parsley commands are very usefull and after reading Joel Hooks presentation I though that using commands on the demo may improve the application by changing the Presentation Model to componentized approach. This way I could let my app freerly to new features, instead of closing it in a box.

2. Facebook API:
I know that this fact has no relation to Parsley or Cairngorm, but there are a few issues that I had with Facebook API. First of all, the login can’t be made from your application. Even if you have your secret Key and API key, the application is forced to open a pop-up and the user to login on Facebook site. After that, another error may appear if the pop-up is closed before the flex session of API receives the login result. So, if a user is fast enough to see the message “you may close the page” and close it instantly, the flex session of API is not made.
Maybe this could be easier if Facebook could create an embed swf that any application can load and insert it in(like badge.swf or air.swf on AIR installer). This way facebook can be sure that an application will not store clients account and password, and also, the session connection won’t have lacks.
EDIT: There is a nice tutorial where is explained how to open the Facebook login pop-up using a JS wrapper here.
3. Not using too many libraries from Cairngorm 3:
I didn’t use too many libraries because I didn’t know where I could use it. For some libraries there is no description or examples how to use it, and other libraries I didn’t know where to integrate it in my app’s workflow. Maybe in future, after all libraries will be properly documented I will do a new presentation regarding Cairngorm 3.

4. Using a fixed layout
My focus was more on Parsley & Cairngorm integration and less on view part. Please ignore that the application is made on a big resolution and the application is not resizable.

Maybe this are not all the pros and cons regarding my demo, but I hope this can be usefull for someone who will be interested in using any of the frameworks posted above. Also, this presentation is not made to prove that a framework is better than other. I think each developer needs to take the decision to use what frameworks suite better for the project and needs to know at base level almost all the frequintly used frameworks.

Also, I’m happy to receive and update the list of pros and cons from any of you after looking at my demo.

Phaeria Project

January 12th, 2010

Phaeria Project born in a simple discussion between me, Madalina and Alin. We believe that any project begins with a great idea, a dream or a vision but it needs a proper team and good skills to transform that idea in something real, usefully and maintainable.
Phaeria is our way to show that any simple idea can become real with patience and involvement.
Currently this project is in primary phase (prototype & design phase) and we hope to finish it in 3 months. We don’t want to rush things up and we hope the result will be as we imagine.
We will post on our blogs the evolution of Phaeria and also interesting post regarding web technologies that we are using.

About us

We are 3 consultants that we can provide and recommend the best requirements and technologies for any Web projects. We can guide your project from the beginning until the end of the project, through all steps needed (prototype, design, development, integration, testing, maintenance). But also, we can help clients to improve the existing project to grow and become more profitable.

Madalina Cocoveica
Madalina is specialized on backend technologies and can cover any technology regarding the client request(.net, php, java, MSSql, mySql or Oracle). Madalina is currently MCTS certified(.net framework 3,5, ASP.net application and Sql Server 2005).

Alin Apostolache
Alin is specialized in graphic and interactive design. He can provide any type of design, from banners, print designs to entire application design and wireframes needed in the entire cicle of the application. He is currently working with Adobe Photoshop, Adobe Illustrator, Corel Draw and 3D Studio Max or Maya for 3D modeling.

Andrei Apostolache
I am specialized on web development and web services integration. I can cover any web development using Adobe Flash or Adobe Flex3 SDK, or if is needed depending on the client demands Silverlight. Also depending on project requirements, we can integrate the application with BlazeDS, or LiveCycle Servers, or Flash Media Server set-ups.
I am currently ACE: Flex 3 with Air certified.

Anyone can find out more about our work and skills by looking to our personal blog. Please feel free to ask any questions or comments on blog or sending an e-mail to any of us.

Hello world!

January 11th, 2010

Hello.

My name is Andrei Apostolache and I’m a flash/flex developer.

We currently start working on this project. At this moment, we are working hard on it and we hope that we’ll finish it in 3 months. On this blog I’ll post more details regarding the flash part of this project, and also interesting and helpfull tips regarding flash/flex development. Also on this blog I’ll post details about personal projects that I work on.

Any feedback from you is helpfull and any suggestion or questions are welcomed.

andrei.