Archive for the 'Software Architecture' Category


Does Adobe Have the Clout to Be a Major Player in Web 3.0 Platform Development?

Great post on CNET.com featuring comments by Microsoft’s platform evangelist Walid Abu-Hadba., who boldly states that he doesn’t “believe they have the assets or the organizational structure” to really support a general web platform, apparently referring to Adobe Flash, Flex, and Air efforts.
The article also mentions:
“For his part, Abu-Hadba said he doesn’t wonder if Silverlight [...]

Google Making it Easier For Web Applications to Work with Desktops

According to an Information Week article, apparently one of the benefits of the upcoming Google Chrome OS will be Google’s push to spread adoption of standards which allow for communication between the web layer (HTML, CSS, JavaScript) and dekstop and mobile devices. For example, it’s possible that with HTML 5 and JavaScript, a web [...]

Creating a Robust User Interfrace Layer by Sanitizing Variables in PHP

One of the very important considerations for customer-facing apps is the cleaning up of user input, before it goes into a database or interacts with other code within the network. This diminishes the options a malicious user hasĀ  for entering destructive code.
The current platform which I am designing really needs a robust front-end “sanitizing” process [...]