Archive for December, 2009

Upselling

I am of those people who hates to shop. When I do I like to get in and out of the shops as fast as possible. This normally means I am totally focus on I went in to get that I forget to get the other things that I may need. For instance on the [...]

Read more

WordPress just got better

So I just found another reason to love wordpress with the iPhone app for wordpress allowing me to post posts while out. This means that I can write posts in a lot of new places and give out a lot more random thoughts. So I have to admit that it is not as easy to [...]

Read more

A website is your number 1 sales person

A website needs to be thought of as a sales person who is always working, takes payments upfront, and costs significantly less (no holidays, no super, and no christmas party). As such your website does need to be treated as apart of the sales team, it should present the image of your company, be up-to-date [...]

Read more

Connecting your plugin to the WordPress Database

Connecting to the WordPress database is very simple. The $wpdb variable connects to the class which controls the access to the database meaning your plugin can easily use the database without having to write a connection script. The $wpdb class also contains routines which will make your life easier. This post details the $wpdb variable [...]

Read more