According to the last poll, 75% of you wouldn’t pay for a WOW guide under any conditions, 12% would if the preview were good, 6% would if the guide’s author were authoritative, and 6% would if the author were authoritative and the preview were good. That’s about the mix I expected. Thank you!
New poll, because I’ve been thinking about which characters I’m going to drop in favor of worgen once the expansion drops. Right now I’m going with my warrior and my warlock; I would have done a worgen druid, but let’s face it, you’re not going to actually see worgen form, ever, if you’re a druid, so why not just work on the night elf druid I already have?
Anyway, now I want your opinions! Which classes are you going to roll once the expansion drops?
Read more…
If you are following me on Twitter, and if you have logged on at just the right times, you may be aware that my wife has started a business providing copywriting and consulting services to small businesses. She wants to work with bloggers, designers, and other creative types – especially people who run handcrafting businesses, of the type you’d find on Etsy.
At the moment, she’s running a holiday giveaway: she’s giving out two one-hour consulting sessions, where she’ll go over the presentation of your site and your web copy and help you figure out how to draw more readers and get the readers you do have to stick around more (and, if you’re selling something, to buy more of what you’re selling). There’s no obligation on your part – all you have to do is head over to this post and leave a comment, and you’re entered into the drawing. The deadline for entering is 11:59 PM EST this Saturday, so head over and leave a comment.
(It is possible that you are now saying “but Chris, what can a copywriter do for me?” I could respond in a number of ways, from listing generic benefits to actually going to your site and giving some pointers, but the bottom line is this: if you go comment on that post, it costs you nothing to find out what a copywriter can do for you!)
I’ve shuffled some things around on the server, and hopefully now the old etherjammer.com/wowblog/* links will redirect to ducttape.etherjammer.com/* . Specifically, this should mean that RSS readers using www.etherjammer.com/wowblog/feed should start updating again! If you’re still having trouble, please let me know below.
Originally published here on 4/6/2008.
Yesterday, I wrote up an quick-and-dirty guild roster for my World of Warcraft guild on Boulderfist. There’s no styling at all; it’s just “here, output this table”. But it works just like I want it to: there’s a back-end script that fetches the data from the Armory once every night and feeds it into a mySQL database, and then a front-end page that fetches the data from the mySQL database on demand.
I guess the next step is to style it up and add AJAX; I’ve already got all the data pulled from the database, and it’s not changing (except once a day at midnight), so why not save myself some database calls and have the page update dynamically?
The whole thing has been a nice refresher on PHP (I wrote a very basic roster in PHP a couple months ago, and yesterday’s project was actually built on that, which is why I didn’t just do it in Ruby on Rails, my pet language/framework at the moment) and on web programming. I should do stuff like this more often.
Recent Comments