South Tampa Magazine. I used the CakePHP framework to write the back end of this site. Admin panel allows for editing of content pages, listings, categories, editorials, and editorial campaigns. Design by Fourthdoor Creative
Read More »
If you're using Safari (which I am -- I just can't stand that Firefox widgets look like they live in Windows 95 land), you have to get Safari Adblock. Ads suck. Don't put up with them. Sorry Windows users (aka "suckers"), this appears to be for OS X Safari only, right now.
I've been doing some work for Fourthdoor Creative and tonight I put together some slideshows for a website using SlideshowPro and some nifty php/htaccess coding. The project called for 23 slideshows, each consisting of three to ten pictures. So, since I'm lazy and didn't feel like writing 23 xml files for SSP, I wrote a little php script to parse through the directories and hand out xml files on the fly. Thru htaccess/mod_rewrite "RewriteRules", I redirect requests for the xml files to a script which returns xml for SSP and displays...
Read More »
I've dealt with this problem before and completely forgot about it until a couple days ago... When it came up again :-)
The problem has to do with secure and un-secure elements on a page. If you create an iframe without a "src" attribute, and you are on a secure site, Internet Explorer will throw a security error. Obviously, this is not what we want to see; especially when the client is a huge insurance company. The solution, clearly, is to simply provide a "src" attribute"..
<iframe id="select_box_hider" ></iframe>
Why would you create an iframe without an src? Good question. The reason is to hide <select> elements in IE6 when a floating <div> is over them. The user will never even see the iframe, so I figured I could skip the "src" part. You need the iframe because IE6 behavior is that a <select> is always on top of everything, regardless of assigned z-index...
Read More »
I finally put a portfolio together. Check it out!. That is all.
Read More »