Archive for the 'Web Development' Category

RSS2.com is launched

Thursday, November 2nd, 2006

Over at our new Katanaa blog we were pleased to announce the launch of a new web application that makes it super easy to read and discover new RSS feeds on your mobile device.
Check it out: RSS2.com - Mobile RSS Reader

Craigs List ad for PHP Developer

Tuesday, March 29th, 2005

We’re currently looking to hire an awesome php developer for part time / contract type work.

Serafini Studios is looking for a part time / contract web developer with extremely strong PHP, MySQL and AJAX skills.
This can easily be a nighttime / weekend position if you have a day job. If you are good you [...]

Gateway Realtors® site is now live

Tuesday, November 9th, 2004

The website for Greater Gateway Association of REALTORS®, Inc. is now live. We’re still working on finishing the directory code, but the rest is up and looking pretty good.
Check it out: www.gatewayrealtors.com.

Greater Gateway Association of REALTORS®

Thursday, August 5th, 2004

We recently began work for the Greater Gateway Association of REALTORS® new website and logo. So far, just the new logo is up on their site (http://www.gatewayrealtors.com/) plus the link to their old site. We’ve got some cool things planned for this site. It will be a huge improvement over the previous [...]

The Problem, the Balloon, and the Four Bedroom House: A List Apart

Friday, April 16th, 2004

Nice article at A List Apart on project management and the necessity of understanding of the problem that needs to be solved at the beginning, rather than the end, of a project.
The Problem, the Balloon, and the Four Bedroom House: A List Apart

Many project managers believe a project has a beginning and an end. Everything [...]

Upgraded to WordPress .73 from CVS

Thursday, October 30th, 2003

Just upgraded to WordPress version .73 mainly because of the search-engine friendlier urls it now has built in.
Instead of the archived post links being in the form /blog/posts/18 they are now written as /blog/archives/2003/10/24/google-adwords-article.
Thanks for the great work, Matt!
I need to work with the calendar again to get it to follow the same [...]

How to: Add “marching ants” Photoshop selection style to your links

Wednesday, October 29th, 2003

Something I’ve thought could be interesting for a while now is a way of using CSS to create a link style that mimics a Photoshop selection (commonly referred to as marching ants).
I finally created the graphics and figured out the code. It adds just under 13k to the size of your pages (on the [...]

New navigation template system completed

Sunday, October 26th, 2003

I just finished last night the new navigation and template system for this site. It is coded from scratch for the navigation style above — a main level and sub navigation links below.
The template for the site is now also all controlled by one file, so making updates should be easy. Adding a [...]

Now using mod_rewrite for blog urls

Sunday, October 12th, 2003

After reading a number of sites that discussed the use of Apache mod_rewrite I finally decided that it was time to try implementing this powerful technology.
I found the simple explanation given at www.scribbling.net was very helpful. I used the supplied rules to implement mod_rewrite for this blog.
Here is the .htaccess file currently being used:
RewriteEngine [...]