Whether we like it or not Flash is here to stay, especially now that CS5 is going to allow deployment to iPhone, iPad, and other “smart” devices. It just won’t be used as much for your standard web site, just for specialized applications where that level of control is necessary. Adobe isn’t stupid. They realize that Flash is a platform, not a product or a plugin. They are changing the direction of how it will be used and from what I can tell that use will be more appropriate than creating Tetris or a bunch of words floating on a web page. A great example is TweetDeck. The battle for the top platform of tomorrow’s interactive app platform is just heating up.
User feedback regarding a CMS web application was that the certain areas of the site were running slow. There could be many reasons for this like the usual suspects of a slow internet connection, poorly optimized images and stylesheets, and large page sizes. In this case there was a large amount of data coming from a couple tables in the database and were combined together to render the page. This was slowing the page load time down as the MySQL database was combining this data. This is where a simple optimization technique called indexing can help. Read more
There is a lot of flame wars and debate over what web application framework is the best. At SXSW interactive there was a panel discussion amongst some of the developers and users of a range of different frameworks. It was a battle as to who was best at documentation, setup, templates, models, and optimization. In turns out the right framework has more to do with the solution you are targeting. Read more
Self promotion is getting other people to WANT to do your promotion for you. Peter Shankman personifies and lives this notion. He is well known for HARO, which has changed how media, individuals, and companies connect. His presentation at SXSW was powerful and mind changing, enough so that I’m promoting right now. It is about creating win-wins. These wins can also be good for the environment as Val Casey pointed out in her Keynote speech. So how do you do good and be that guy or that company that everyone talks about and make money? Read more
One of the key tracks at SXSW Interactive is on UX or user experience design. Lilia Manguy presented this topic on how she works with her team to work through the UX process to create deliverables. Since conveying a user experience is challenging at the onset of a project it often works best to look at similar projects and how users feel, perceive, and interact with those projects and then work on providing a comparative analysis with what you are about to create. Here are my notes from this presentation. Read more
I was reading in information week about Microsoft’s new MVC framework for .Net. What struck me was that I always associated model-view-controller frameworks with Microsoft. It is a roughly based on a design pattern that I used years ago in developing native Windows applications. It just makes life easier and it is nice to see that Microsoft is now providing it as part of .Net. So what is MVC and how can it be used in almost any application? Read more


