Development Tips
posted September 30, 2011 # 0 Comments
- Font-Embedding Icons - the argument is made that with the commonplace adoption of @font-face it makes sense to start using a typeface for icons via CSS. It's hard to argue with.. kind of an obviously brilliant idea.
- SimpleXML and Namespaces - this may be super low-level PHP implementation for most of you but I had a helluva time recently parsing the Twitter API geolocation data because of the namespaces in the feed. Fortunately, this article held my hand through the process and I got it all figured out.
