Archive for 2006

fastr a flickr game

Monday, January 30th, 2006

Here’s a game to try on your work break.

Game instructions:

It loads ten images that all share a common tag, one by one, and you guess what the tag is. When you guess right, the tag will turn blue. Then you can watch the pictures until the next set begins. The faster you guess, the more points you get. The points are reset every five minutes.

If you’re not familiar with tags check out this definition, and if you haven’t visited flickr yet, you may do so here.

Xenu’s Link Sleuth™ – great link checker

Friday, January 27th, 2006

There are a healthy number of link checkers out there, but this free guy is pretty good. It also gives a nice summary report about the number of urls, etc. et al

Download Xenu’s Link Sleuth™ here



-Michael

The age of frameworks

Tuesday, January 24th, 2006

On the heels of Ruby on Rails comes an array of MVC frameworks developed in PHP. WASP, Symfony, and Prado all look promising. The real challenge with any PHP framework is going to be building the scaffolding automation onto a proven MVC framework.

Symfony seems to be the most robust of these, but perhaps too complex for most basic web apps. Built around Mojavi, it is a fully robust framework. It’s main challenge will be in providing an easy to use scaffolding functionality that allows the developer to easily customize the resulting code.

WASP and Prado both are young and are developing the scaffolding alongside the core framework code. They could both evolve into strong frameworks.

Naturally, we at Pelago have found that there is no one-size-fits all framework. In the process of rolling our own framework, we’ve adapted the features we need from a variety of pre-existing frameworks. My guess is this will be the case for most web development shops building an app that goes beyond the basic app. I’m not saying that basic apps are bad, but i’m noticing a niche developing in the web app world. There are apps that do too much, which this new framework movement is rebelling against, and there are apps that do too little, which is all too often the aim of these new frameworks.

The success of these new frameworks will depend on providing a seamless setup experience for the basic web developer, while also allowing the more advanced web developer to customize and tweak the code to their needs.

The Coming of the New Internet

Monday, January 23rd, 2006

PC World outlines a lot of the “best of web 2.0″…for lack of a better term. They talk about how the Internet is becoming centered around participation, as opposed to the browse and view world we currently live in. If Web 2.0 still seems like a confusing topic, I recommend reading this article and clicking around on the various offerings. It’s a great way to get a glimpse of where things are going…

- Michael

http://www.pcworld.com/reviews/article/0,aid,123790,pg,1,00.asp

The Healthy Alternative to Browser Text

Tuesday, January 17th, 2006

Here’s a nifty way of combining JavaScript and Flash to create your own custom typeface page titles; it is also great for SEO (search engine optimization) purposes.

Introducing sIFR: The Healthy Alternative to Browser Text

Anti-spyware tools reviewed

Wednesday, January 11th, 2006

In case you’re wondering if you’ve been infected with spyware or not, here is a review of some of the tools out there to help you clean your computer.

http://tinyurl.com/9tfq6

The Anatomy of Web Fonts

Wednesday, January 11th, 2006

A good primer on how the web differs from its print predecessor.

http://www.sitepoint.com/article/anatomy-web-fonts

Open source websites

Wednesday, January 11th, 2006

Looking for some solid free software? Here is a good start. Ten of the better known open source resources.

http://news.independent.co.uk/media/article337369.ece

UPS Package Tracking with Google Maps

Tuesday, January 10th, 2006

Has this ever happened to you: You’ve ordered some new gee wiz gadget from an online store and find your self obsessively checking the UPS package tracking to see where your gee wiz gadget currently is? Ever wish you could see it on a map?

Lightbox JS

Friday, January 6th, 2006

Here’s an implementation of JS with transparent PNG’s to simulate an inactive window when you zoom in on an image.