Akbarsait's Blog

Recent Blog Entries by Akbarsait

Manju Kiran and Raghunath Thircovil at ChennaiCFUG: ColdFusion and Flash Platform Pre Launch Event

Yesterday, Manju Kiran and Raghunath Thircovil came to the Chennai ColdFusion User Group for the Adobe ColdFusion and Flash Platform UG Tour. Since it's a one day event we had the sessions on Preview of Adobe Flash Platform, Adobe ColdFusion at morning and hands on session on using Flash Builder and Adobe ColdFusion at afternoon. The event hall is jam-packed with more then 80+ attendees from both the ColdFusion and Flex community from Chennai. Raghu started the Event at 10:30 AM and he talked about the awesome features of Flash Builder 4 and Flash Catalyst with lots of demos. After Raghu presentation, Manju started his session on ColdFusion and Bolt. He walked through the various new features and improvements of upcoming Adobe ColdFusion and continues his session after post lunch because of the tons and tons of questions from attendees.

Chennai CFUG: ColdFusion and Flash Platform Pre Launch Special Event on June 27

RIA PreLaunch

On June 27th Raghunath Thircovil, Adobe Flash Platform Evangelist and Manju Kiran, Sr.Lead Software Engineer Adobe ColdFusion team are coming to Chennai to talk about the Next Version of Adobe ColdFusion code named Centaur, New IDE for ColdFusion code named Bolt and about the latest additions to the Adobe Flash Platform: Adobe Flash Builder and Adobe Flash Catalyst.

This is a Full day event with ColdFusion and Flash Platform Session followed by Hands-on training on using Flash Builder, Flash Catalyst and ColdFusion. Come learn about the exciting new features and discover how Centaur, Bolt, Flex, and Flash Catalyst will accelerate your application development.

There will be a free lunch, refreshments and giveaways so don't miss this event we have only limited seats. Please Register for the Event here.

Preview of Adobe BrowserLab available at Adobe Labs

Adobe BrowserLab a hosted service from Adobe hits Labs today which helps developers and designers for performing cross-browser testing of their web pages and sites.

Adobe BrowerLab: http://labs.adobe.com/technologies/browserlab/
BrowserLab Extension for Dreamweaver CS4: http://labs.adobe.com/downloads/browserlab.html

Creating Windows in HTML and JavaScript AIR Applications

Adobe AIR is such a great technology from Adobe for developers who wish to use their existing web development knowledge to create Desktop application. If you would like to learn more on using jQuery with AIR please do keep an eye on Andy Mathews and Jason Dean blogs.

In my previous post about AIR for Web Developers where I have explained about Installing AIR SDK and creating, testing and running your AIR Application using command prompt in Windows OS and for using Aptana with AIR follow this blog post by Andy Mathews. So now let's starts with a simple example of creating windows in AIR Application. Apart from the initial main window, we can also creates other windows in HTML based AIR application. We can create two types of window and they are called as standard HTML windows which look similar as windows in web browsers and Native windows which look similar to the windows of native Operating system (Windows, Mac, or Linux).

The Standard HTML type window in AIR can be created using window.open() method with the following parameters.

<html>
   <head>
      <title>Creating Windows in HTML and JavaScript AIR Applications</title>
   </head>
   <script>
    function createStandardHTMLWindow(){
window.open("myWindow.html","StandardHTMLWindow", "height=250,width=500");
}
</script>
   <body>
      <h1>Creating Windows in HTML and JavaScript AIR Applications</h1>
      <button onclick="createStandardHTMLWindow();">Standard HTML Window</button>
   </body>
</html>

Chennai CFUG Meeting: Flex for Web Developers

Chennai CFUG May month meeting is on tomorrow and the topic is Flex for Web Developers. In this meeting Shahjahan from RIA Digital Solution is presenting about Adobe Flex framework and how web developers can easily learn Flex and how to start there RIA development using Flex.

Check Chennai CFUG on Adobe Groups for more information.

A Project Guide to UX Design by Peachpit Press

As part my learning in UX design I finished reading the "A Project Guide to UX Design", written by Russ Unger and Carolyn Chandler and Published by Peachpit Press. This is my first book in UX Design category and I have no chance to read any other books in this category but this book gave me an immense number of ideas and knowledge on how to create and deliver a great user experience projects, integrating UX design on projects, adopting best UX practices and lots more.

A Project Guide to UX DesignFrom starting to end every chapter in the book is well written and covers on understanding Project Ecosystem, Project type identification, writing project proposal, doing user Research, and transition of project defining to designing and so on.

A chapter on project proposal for Freelancers and consultants covers all the core components of writing a project proposal from defining a title page to payment schedule, Acknowledgment and project sign-off and what need to be included in each and every part of the project proposal it's really a great chapter for peoples going to start writing their first project proposal. The chapters 4 and 5 describes about the setting up project objectives and different project approaches of covering the common steps need to be include in every Project Plan like, Define, Design, Develop, Deploy and Extend. Another chapter on Business Requirements talks about understanding the current state of the project and how to prioritize requirements based on the project objective and how to plan and run meeting effectively this thing are really helpful for each and everyone who are working as freelancer or as a team member in a company.

Adobe ColdFusion 8 Won the Web Development and Deployment tool Award at GIDS 2009

I'm really happy to share this with ColdFusion community that Adobe ColdFusion 8 won the best Web Development and deployment tool award that aims to solves the day-to-day challenge of Internet Application Development at the Great Indian Developer Summit (GIDS) on last Saturday, 2009. ColdFusion 8 was the winner of last year GIDS award as well for the web development category.

Along with ColdFusion Adobe Flex win the award for Frameworks category which competes with jQuery, Apache Struts, Spring etc., and won the Award. Another winner from Adobe Family is Acrobat Connect Professional for Collaboration solution category which competes with Cisco WebEx, Citrix GoToMeeting, IBM Lotus Connections etc., and won the Award.


More Entries