Search Results for

  • 6.11.07 UTW-RPC Beta Testers Wanted posted in Geekery

    Are you using the Simple Tagging plugin, running Wordpress 2.2, or maybe both? Want to help beta-test the new UTW-RPC plugin (the one that incorporates the Robin-Lu Hack to allow tagging to work in TextMate, ecto, et al)? It handles both Ultimate Tag Warrior and Simple Tagging plugins with seamless switching and no user configuration. The plugin has been updated to incorporate all of the changes in the xmlrpc.php file in Wordpress 2.2 but is still backwards compatible with 2.1.3. The Autotag bundle has also been updated for TextMate bloggers who use any of the above combinations. If you’re interested in an advance copy of the plugin, bundle or both, let me know, I’d like to get the kinks worked out before release.

    Read the rest of UTW-RPC Beta Testers Wanted...

  • 6.11.07 UTW-RPC: Spoke too soon posted in Geekery

    The UTW-RPC plugin DOES have some issues with Wordpress 2.2 which have become painfully obvious to me. Watch for an updated version soon.

    Read the rest of UTW-RPC: Spoke too soon...

  • 6.11.07 Autotag WP2.2 Compatible posted in Web Design, Geekery

    For those blogging with Autotag, I finally got around to testing with Wordpress 2.2. It works! Now I’m working on an updated version of both UTW-RPC and Autotag that will work with the Simple Tagging plugin as well as Ultimate Tag Warrior. I’m setting it up to automatically determine which plugin is active and use that for the tag functions. It should be ready this week.

    Read the rest of Autotag WP2.2 Compatible...

  • 6.8.07 Moving Wordpress Redux posted in Web Design, Geekery

    Well, nothing like a comment on your blog from the creator of Wordpress to make you feel silly… It turns out my work in making it simpler to move Wordpress from server to server was somewhat in vain, considering the ability to override the database settings through wp-config.php is built in to Wordpress 2.2…

    Read the rest of Moving Wordpress Redux...

  • 6.5.07 Fine Tuned 404 posted in Web Design

    As part of the Circle Six redesign, I culled the portfolio and in the process broke just about every link that Google had indexed. A new sitemap and some redirect pages are taking care of SEO, but in the interim, a lot of visitors are getting 404 pages. So I borrowed a tip from the blog and added a suggest feature to the C6 404 page

    Read the rest of Fine Tuned 404...

  • 6.4.07 Moving Wordpress 2 posted in Web Design, Geekery

    Here’s round 2 of my Wordpress Move script from yesterday. It now figures out if your home address is different from your base url and if so, it strips the path off of the home address and appends it to the new base url to create a new home address. This makes the assumption that both your url and home are on the same domain. I’d be interested to know if anyone finds other uses for this or if there are any feature requests. If not, it’s serving my purposes and probably won’t go any further, but you never know.

    Read the rest of Moving Wordpress 2...

  • 6.2.07 Moving Wordpress Faster posted in Web Design, Geekery

    Move Site ScreenshotI’ve got a new script, but it has a very limited usage. I built it because I develop a lot of sites on my laptop using a local testing environment. In order to test my sites in VirtualBox with Internet Explorer, I have to use my local IP as the url for my Wordpress sites. Which means I end up changing the url and home address of the sites pretty often, sometimes directly through mySQL after I’ve already switched location. So here’s my solution…

    Read the rest of Moving Wordpress Faster...

  • 6.1.07 Semantic Details posted in Web Design

    When we did our Circle Six redesign, it was important to me that we go out of our way to make this our most semantic and accessible site yet. Clean, semantic code was the goal, and here are some details that we considered that you may want to keep in mind for your next project…

    Read the rest of Semantic Details...

  • 5.29.07 Speeeeed posted in Web Design, Website Updates

    Did you notice? The blog is WAY faster than it was yesterday. I got my CSS compressed with Marco’s plugin, my javascript optimized, compressed and re-ordered, and my pages being served with gzip compression. Man, what a difference. My page load times cut in half. Read on for a few tricks I learned today…

    Read the rest of Speeeeed...

  • 5.29.07 Wordpress Optimization posted in Web Design

    I’m going to take a “back-to-work” break after the long weekend and let my friend Marco do the blogging today. He’s got a great article on some things that anyone can do to optimize their Wordpress site (or any site), and it includes a few things I hadn’t heard before. Also included in the article is a great new plugin that he wrote, called WP-CSS-Streamliner, which will take all of the CSS files linked in each page, combine them in the order they were linked, optimize them, gzip-compress them and serve them up before any javascript is loaded. This is especially great if you’re running anything like Extended Live Archives or WP-Lightbox, which stick their own CSS files into the head. It’s running right now on the main C6 site, and although it comes with no guarantees, it’s working great. Check it out: On a quest for the ultimate website performance.

    Read the rest of Wordpress Optimization...