Creating Wordpress Themes from scratch.

wordpress screenshot

This first article is meant to give you a global picture about creating Wordpress themes. Let’s start by answering a few common questions.

Do you need to know PHP to create or edit Wordpress themes?

The short answer is no. It would help to know some PHP but many theme designers don’t, and they do just fine.

Do you need to understand MySQL to create or edit Wordpress themes?

Again, no. Mysql is the database that drives Wordpress and is a key component … nonetheless, it has no impact on creating themes. So don’t worry about it.

What do you need to know in order to be able to edit or create a Wordpress theme?

I would say that you need to know three basic things:

  1. HTML/XHTML
  2. CSS
  3. The Wordpress page hierarchy and behavior.

I think the first two are obvious, but the last needs some more explaining.

Continue reading ‘Creating Wordpress Themes from scratch.’

Flash CS3 Video Tutorial: Nested Animations in Movie Clips


video_tutorial

Hi,

This is just the first of many new video tutorials on Flash CS3 (and the upcoming Flash CS4) and Actionscript 3.0.

Video: Nested Movie Clips in Flash CS3

Summary of the video tutorial:

Using Nested Animations in Movie Clips with Flash CS 3
By: Santo Romano
Tutorial level: Beginner to intermediate Flash users.
Flash version: Flash MX, MX2004, CS2, and CS3

When creating simple animations in Flash, the main timeline is often the best place to position your animations. However, when these animations are repetitive, the best way to handle them is to utilize the movie clip symbol in Flash. Unlike the other symbols you’ll find in the Flash environment, the Movie clip symbol is perfectly suited to handle this kind of work. Rather than creating multiple key frames over and over again, it is much better to nest the simple animation inside of a Movie Clip, and to let it handle most of the work.

Thanks,

Stefan Mischook

www.killersites.com

Cleaner code is better than faster code

I can’t tell you how many times that my programming experience (in Java, PHP etc) has guided me in my web design work … and strangely, even in other aspects of my life not at all related to topics ‘nerd’.

… Ah, nerd wisdom prevails in all aspects of life.

:)

Anyway, here yet again, is another example where programming guides me: this time, it’s all about web design and code.

-

Over the last few years, the consensus in the web design community has been to streamline code. In real terms, that comes down to:

  • collapsing html
  • collapsing css
  • … and consolidating css code into one file, to minimize the number of server hits.

… The idea is to speed up web page load times and to reduce web server loads.

This is an important goal and something all web designers should be concerned about. The problem is that if you are concentrating on optimizing your CSS or HTML to speed things up, you are concentrating on the wrong parts of your websites.

The fact is, that most of the optimization opportunities is actually found in your images, Flash movies and other multimedia content - not the code.

Continue reading ‘Cleaner code is better than faster code’

Protecting against blog comment spam.

Hi,

First things first: thank you for Akismet!

wordpress screenshot

… I just wanted to offer my sincere appreciation for the Wordpress anti-spam plugin: ‘Askimet’.

This nifty plugin has saved me countless hours (and possibly days) of work by filtering out hundreds of spam post each and every day!

I can easily say that for me, Askimet has proven to be the most important plugin for Wordpress.

… Just in the time it took me to write this post, Askimet has caught 7 spam comments!

If you see a spammer, smack him!

It is clear that blog spammers are among the worst of Web citizens. They are the hyena’s of the Web, trying to steal traffic they don’t deserve.

Blog spam protection tips

Being a high value spam target (the juicier the traffic …), I can offer the following advice:

Continue reading ‘Protecting against blog comment spam.’

Alexa Rankings - how accurate are they?

One of the Web’s most popular places to get an idea of a web site’s traffic is Alexa.com.

There is one major problem though: Alexa is not accurate at all.

Alexa gets a lot of it’s traffic data from its’ Alexa toolbar and other nebulous source they don’t identify. So that leads me to think that they still get most of their data from the toolbar.

alexa-rankings-chart

Sounds OK, except for one glaring problem - who uses the Alexa toolbar?

Continue reading ‘Alexa Rankings - how accurate are they?’