HTML vs Flash Websites. Which is Better?
There has always been a feud between die hard Flash and HTML developers as to which is better. So why not lay out some pros and cons of each and see which one ends up on top.
Tweet


There has always been a feud between die hard Flash and HTML developers as to which is better. So why not lay out some pros and cons of each and see which one ends up on top.
Here is a collection of design principles base on Shneiderman’s “Eight Golden Rules of Interface Design”. In trying not to make this post sound like a university study, I’ve dumbed down the language a bit, while trying to keep the heart of the message the same.
For all you flash developers out there this is a real treat. Gaia is a flash framework that can speed up development drastically for your all flash sites.
A design pattern that allows you to make sure there is only one instance of a class. This is uber-important for fast and efficient code. You no longer have to worry if you created an instance somewhere that wasn’t cleaned up afterward (i.e database connections). Big time stress relief. If you have never used a design pattern or don’t know what one is you can check out this previous article that can walk you through it.
Here is a list of 10 beautiful flash website that will make you weep from their beauty. They all have a fantastic interface, and should be commended at how well they’ve been put together. Kudos to the developers and designers of the sites. Very impressive work.
blog.mozbox.org - This is some seriously cool stuff. I can’t wait until HTML 5 is the norm. HTML is slowly turning into flash, without the plugin…and I’m okay with that.
With the popularity of CSS, the Div tag has been painfully overused. Here is a list of HTML tags that will help you use HTML the way it was intended.
These are 5 bookmarklets that make development a little easier. For those of you who have never used bookmarklets before simple drag the links up to your bookmark toolbar. When you click on it, and it will run the Javascript.
Here is a list of websites with some real eye-catching web design.
Are you not sure how to structure your code? Have you come across a problem that makes life difficult. Odds are many developers have been in your situation before. Design patterns are the antacid of the development world…finally relief.