Game Dev: Properties

tldr: they’re called properties You know the most frustrating thing ever as a dev? (Even more frustrating than having to name things?) Not knowing the right search terms. I was trying to figure out how to have one of those little customizable fields in the Unity component editor. You know, the ones where you can… Continue reading Game Dev: Properties

Microformats – What are they, and why are they important to my website?

In a perfect world, search engines would have human-like intelligence. You could ask them a question, and they would actually provide results with the perfect answer. They could look at a website, and understand exactly how the images related to the words, or what every element on every webpage is. Unfortunately, we don’t live in… Continue reading Microformats – What are they, and why are they important to my website?

Published
Categorized as Coding

WordCamp LA 2010

http://2010.wordcamp.la

On September 11, 2010, WordCamp LA happened at Loyola Marymount University, in Westchester, Los Angeles, CA. WordCamp is a conference that has presentations about all things WordPress. Oh… and guess what? I was one of the presenters! My presentation was about Web Development for Beginners: Decoding the Code Behind Your WordPress Theme… same sort of… Continue reading WordCamp LA 2010

HTML: Footer

For the last few weeks, we’ve been talking about the header of your website. So what’s next? Well, there’s the content section of you website, which changes on every page, and the sidebar, which can get complicated as well. So I thought this week, we’d take a little break and talk about the footer –… Continue reading HTML: Footer