A post worthy jam from this weekend. Why did I skip the first leg? DOH!!!

A post worthy jam from this weekend. Why did I skip the first leg? DOH!!!

This is a new theme I’ve been tinkering with. It started out as a responsive design sandbox, but I want to develop it into a polished WP theme and eventually publish it.
If you don’t know about responsive design, drag the window to change it’s size. Magic!
We already know that Jimmy Fallon has the best house band in late-night, but this takes it to another level. Last night the Roots greeted Michele Bachmann with a Fishbone song that expresses the feelings that many people share for the Republican nominee.
Don’t get it? Neither did I, but thanks to Twitter…
Not perfect, but Phish doesn’t have an orchestra backing them up. I think this would make Frank smile.
Trey’s sounding great this summer.
I just spent five hours banging my head against the wall trying to figure this out. In hopes that I can prevent someone else from suffering the same fate, I decided to share this.
Chinese characters are word symbols rather than letters. A word count is impossible because there are no spaces between words.
Instead you have to do a character count. Unfortunately using a substring (PHP: substr()) won’t work because Chinese characters are encoded in Unicode.
Keep in mind that the $content string is UTF-8 encoded. Each Chinese character is composed of multiple characters. A ten character long string is equal to only three UTF-8 Chinese characters.
The above snippet will output:
"Germans be good at bein' austere!"
To be honest, I had never heard of HDR (or HDRI) until the iPhone 4 came out. It wasn’t until today that I learned that the initials stand for high-dynamic-range imaging. The only reason I know now is because of my new favorite photo app – Dynamic Light.
Since I’m learning about HDR for the first time, I’m not going to try and explain it. According to Wikipedia:
High-dynamic-range imaging (HDRI or just HDR) is a set of techniques that allow a greater dynamic range of luminance between the lightest and darkest areas of an image than current standard digital imaging techniques or photographic methods. This wide dynamic range allows HDR images to more accurately represent the range of intensity levels found in real scenes, ranging from direct sunlight to faint starlight.
This may be a rare case, but if you call the get_terms(); function to retrieve a custom taxonomy array, and you are using the WPML (WordPress Multilingual) plugin for language translation, there is an undocumented (see below) argument that you will need to use.
If, for example, your custom taxonomy, “Birds,” has a the following terms: hummingbird, sparrow, dove, crow, parrot, hawk. You can use WPML to add Spanish translations: colibrí, gorrión, paloma, cuervo, loro, halcón. To display a list of the birds taxonomy, you would call:
I have been a fan of the auto-embed feature in WordPress ever since it was introduced. Auto-embeds are powered by the oEmbed protocol. When you enter a YouTube link, the protocol grabs the embed from YouTube and displays it.