Smashing Magazine (great website) has posted an exhaustive list of over 70 new AJAX and Javascript Techniques on their site (read it here). Here are some of my favorites off the list: 1. Timeframe A calendar with support date ranges. Very slick (Demo) 2.Creating a “filterable” portfolio with jQuery Learn how to filter ‘on the [...]
The fine folks over at Astuteo have whipped up a slick little app that gives you a nice formatted estimate that you could pass on to your clients once your done. Check out the Web Development Project Estimator
I ran into this while working on a client project the other day and thought I’d share. With building a whole front end administration for certain users via several dynamic CFWINDOWS. However, if the users were submitting a form (or clicking Ajax Links) in the CFWINDOW, then closing it. When they reopened it, it was [...]
Just found myself having to work on some old school projects where the client did not install updates for wordpress as they were released. Found a neat article about how to upgrade WordPress from 2.0 to 2.7, I haven’t tried it yet but it looks pretty solid. The author makes use of the command line [...]
If you’re a Facebook (aka: Myspace for Adults) user, you no longer have to worry about Facebook playing big brother and keeping your data, all of it, for ever. In a dramatic 180, Facebook has reverted to it’s old terms of service. Here’s a link to the full story at PCWorld: Facebook Yields to User [...]
This is for the error: Fatal error: Cannot use string offset as an array in /includes/phoogle.php on line 137 , which just started popping up today. I haven’t had time to update the source files yet, but Michael Clark sent along the following fix that seems to work. I’ll post an updated php file ASAP [...]
Over the past few months I’ve had numerous people ask me about advertising on this blog and on Phoogle’s Homepage, so I’ve bitten the bullet and opened up a couple of ad slots both on the blog and on Phoogle’s homepage. Ad slots are $10.00 a month each and are handled through BuySellAds.com, just click [...]
A post over at Deeplinking: The Paper Version of the Web, got me thinking about just how important it is to actually start on paper with your designs. I’ve done this for years as it was drilled into me in college. I even keep all my old designs as I think it’s important to review [...]
Sponsored Post: The guys (and gals) and UK2.net specialize in helping small businesses get an online marketing and web presence for their business. The interviews above can be found at UK2′s Blog Post about Internet Marketing and Design Advice for your Business
Phoogle has been updated to 2.03 Here’s a summary of updates: 1. added the utf8_encode function based upon a suggestion from: Luis Lorenzo, which helps hen you try to add an address with special character like ‘ç’ or ‘ñ’ for example. This should keep the class from returning ‘Invalid Points’ on these international addresses 2. [...]