Tagged Posts with: Wordpress

How to be a Rockstar WordPress Designer Book Review

February 16th, 2009 | Posted in Books
33

WordPress is an impressive open source blog engine and it's been a long time since I have been this enthusiastic about a new application. WordPress is easy to extend and manage; not an easy feat to achieve. Enough praise about this great app, let's get to the book....

SlideShowPro and WordPress

January 6th, 2009 | Posted in Flash, Wordpress
2

I ran into an issue with images not loading with SlideShowPro and WordPress. I would get the gray frame but no controls or images from the gallery. To fix the issue I did the following. Update SlideShowPro Open the SlideShowPro .fla you are working with in Flash. Select to Window/Component Inspector or Shift + F7. ...

Move Your WordPress Blog from Development/Staging to Production

December 8th, 2008 | Posted in MySQL, Wordpress
1

When you are finished with development and staging reviews there are some database changes that need to be made in order for your WordPress blog to work properly. You can use any MySQL tool you have available, my favorite is Navicat. Options Table The options table stores all of the main settings for your blog. ...

Create a Custom WordPress Page

November 20th, 2008 | Posted in Wordpress
1

Here is how you can add a custom page to WordPress. This is useful if you want to create a page that uses your own code for a custom function and you want to use the template you have installed on your WordPress blog. So let’s get to it… Create your custom page For this ...