Biography
Blog
Recent Posts | All Posts
Barcode Scanner Support for Flex
November 05 2009
I recently came across an interesting problem when we had to access barcode scanners from Flex applications. The scanners came in different models but all were connected to the computer via serial port or USB (Serial2USB). Now, how do you... read moreJuly 23 2009
Printing is not really a strong point of Flex. Have you ever tried to print complex documents? Do reports always look fuzzy and take forever to actually print? On the quest to print high-quality reports with Flex I wanted to... read moreTemplate-Based Application Design With Flex
May 15 2009
Very often the layout and design process of rich Internet applications is detached from the actual application development itself. The application layout is developed from scratch for every new application or designers generate the layout independently. While this is certainly... read moreSimple Server Backends for Flex Database Applications
April 17 2009
Developing Rich Internet Applications that access databases always require a complex infrastructure in the background. The same applies to Flex. Really? What if data can be sent to the server in form of SQL queries without compromising security? This would... read moreMarch 19 2009
How does one develop Flex database applications without having to configure or deploy complex server environments? Is there a way to do this without having to set up different data services for every application but still have secure communication? Budgets... read moreRecent Posts | All Posts