Tag: Development

  • Separate Pings/Trackbacks from Total Comment Count in WordPress

    After taking a look at some search results and at Matt Martz’ article, Separating Pings from Comments in WordPress 2.7, I still had some issues with particularly the comment count. There were also a problem with how the functions I have added/modified are being carried across in my templates (but probably are mostly in the…

  • Unix/Bash Directory Listings Color

    Just wanted to note here the colors I use when doing the ls command in bash for future reference. It should be a good starting point to those needing a bit more color as well.

  • Resize to a Specific Element’s Dimensions

    Here’s a snippet to resize a background image to the dimensions of an element. In this case, #bkgImage. var resizeBkg = function() { var h = self.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; var w = self.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var e = document.getElementById(‘bkgImage’); if (w > h) { e.width = w; e.height = w; }…

  • Obama iPhone and iPod Touch App

    Woah. As if having the creative likes of Obey Giant (Shepard Fairey), ISO50 (Scott Hansen), and Sarah Silverman weren’t enough, a couple of iPhoneDevCamp alumni volunteered to create an iPhone and iPod Touch application for Barack Obama. You’ll have instant access to Barack’s positions on important issues, as well as local and national campaign news…

  • Adobe Creative Suite 4 – Launch Broadcast

    Since writing about the Adobe CS4 live web broadcast a couple of days ago, I was fortunate enough to finally view it. Enjoy! You may view the video at a higher resolution via http://tv.adobe.com/#vi+f1556v1715. You may also find other related videos on that page with regards to CS4. The ones I am interested in seeing…