I’m working on an HTML5 theme for Drupal 7 right now, and I needed to change the meta content-type tag. By default it looks like this: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />, and I needed the updated HTML5 version: <meta charset="utf-8" />. Normally, you can replace these things in one of the theme template files, but [...]
Archives for “PHP”
Six WordPress Tips from the Pop Art Blog Redesign
When we converted the Pop Art Blog to use WordPress, I learned some clever tricks that I would like to share with you. If you like what we’ve done around here, you might be interested in some of these techniques for your own site.
How to Get Your Most Recent Twitter Posts Using PHP with Caching
When we started redesigning the Pop Art blog, one of the chief requirements was to integrate everyone’s Twitter feeds into the site. In addition to the Pop Art Twitter feed in the sidebar, we wanted to add individual twitter feeds on the profile pages. The problem is that the javascript code that Twitter provides can [...]
Dojo is Coming Together Nicely
I haven’t had a chance to have another coding marathon for Dojo yet, but I’ve been able to spend an hour or so here and there, and I’m really pleased with the way it’s coming together. First and foremost, I’m proud of the code. I haven’t even gotten to the CSS yet, it’s just markup [...]