Web Design Blog - May 26, 2008

Everything is a .com

It's become somewhat of a joke recently around the office. Someone says a phrase - and I add .com to the end of it. You'd be surprised how many phrases with a .com on the end could actually become some really good viral micro website ideas. A few recent ones that we've actually started developing: We were discussing the nominations for presidency for the upcoming 2008 elections. Several team members shared dissatisfaction with the options. Someone mentioned: "you can write in" your vote. Ne... read more!

Posted in technology | Post Comment

Prototype js Quick Ajax Primer

For those budding developers out there looking to get into ajax, here is a short tutorial of an easy way to ease into it. If you haven't yet looked into a javascript framework such as prototype, now is the time to do so. Prototype gives a quick and easy way to do some simple ajax calls from your javascripts without doing a lot of work. For example, if you wanted to submit a variable to a backend page, putting the result of the call into a html element. [code] function superButtonClick() { new Aj... read more!

Posted in technology | Post Comment


View All Posts