“On WordPress.tv, you’ll find tutorials for both WordPress self-installs and WordPress.com to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just drop us a line and let us know what you’d like to see added.” via wordpress.org
WordPress.tv
Use PHP to make alternate coloured rows
I came across an article that described how to use PHP to make alternate coloured rows in a table and was surprised at how difficult they made it. There is a very simple way to display alternate coloured rows in tabular data. Read on for more info.
40 signs you really are a lousy PHP programmer
“This is something I prefer to call my “programming list of shame“. Although having a formal university education with courses on software engineering, enterprise software architecture & database design I have been guilty of every single one of those things at one time or another. This is completely subjective & Eclipse oriented.” Read article.
Keep it simple, stupid
The KISS principle (acronym for “Keep It Simple, Stupid”) states that design simplicity should be a key goal and unnecessary complexity avoided. It serves as a useful principle in a wide array of disciplines, such as software development, animation, photography, engineering, and strategic planning. Common variants of the acronym include: “Keep It Sweet & Simple”, and “Keep It Short & Simple”. The form “Keep It Simple, Silly” is sometimes used in situations (for example, explaining the phrase to children) where “stupid” may be perceived as being too harsh.