Following up on my post concerning how to use the Google Font API, just wanted to post a link to the new Google Font Previewer. It’s a visual tool used for fine tuning how you want your fonts to display and feel, then you can grab the code needed for the formatting. Check out the [...]
This little quick tip is nothing new or groundbreaking, but I know that when I first started out with .NET it stumped me for a bit. Let’s learn how to select that active navigation item with C# in a master page
I recently needed a quick way to pull back a listing of YouTube videos and show them in the sidebar of a site, being the incredible awesome person that I am I whipped it up as a quick plugin that I’m now releasing. This jQuery YouTube plugin is perfect for displaying YouTube video on a [...]
I recently had the need to, on a product detail page for example, be able to click on an image and zoom in to see it in more detail. Now this could easily be done in Flash with a little bit of XML or some Flash Vars, but the problem was that this was on [...]
I’ve been quiet here on the blog for a bit so I thought I would share what has been taking up most of my time. I’m currently in the process of developing a new premium theme for WordPress called WordPop. It combines the functionality of PopUrls.com and maintains the blogging / page management aspect of [...]
Stephane Caron does a great job with a lightbox script written in jQuery. It has support for galleries, thumbnails, and 2 different themes (light and dark) jQuery lightbox clone – prettyPhoto – by Stephane Caron.
Matthew Buchanan has posted on his Vimeo account a pretty sweet time lapsed video of building out a home page for a site with XHTML and CSS. Neat to see all this happen. Here’s his blog post where he talks about the process used in the build. Video is below: Timelapse CSS (II) from Matthew [...]
A few weeks ago, Raymond Camden posted an article on his blog: This is ColdFusion – this is ColdFusion 100% in Script – on Bolt. In it he attached a screenshot of Adobe’s planned ColdFusion IDE (Bolt) that has a code snippet from ColdFusion 9 which was a CFC being written in 100% cfscript.
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 [...]
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 [...]