Quoterizer
I’ve put together an editor to add quotes to my blog. I’ve incorporated it into the WordPress interface … I thought that would be the quickest and easiest way to get it into a secure area. You need to be logged in to WP in order to access it. It’s just a simple editor to add quotes to the database table I created. I don’t have very many quotes in it yet, so I’m not going to actually add it to the blog display yet. I’ll work on that tomorrow nite.
I had a little bit of confusion when I started this. I’m used to working with MSSQL syntax at work ‘cuz that’s the type of database we work with. I had to re-familiarize myself with MySQL. I just had to look at some of the other things I’ve coded and then I rememebered the correct syntax.
I still need to add the ability to edit an existing quote, but that isn’t a high priority for me right now. I’m the only one who is going to be using this … unless some other WP user out there is interested in it since it’s integrated into the WP admin interface.
accomplished