Verbose Logging

software development with some really amazing hair

T + G I F R

Articles tagged with "wordpress"

Tiny Little Fails

· Posted in Editorial
There are lots of tiny little fails out there. Here are some that I’ve found. The Digg iPhone app The Digg app came out for the iPhone to much fanfare but I wasn’t originally a fan. First off, you can only really use the app if you have a regular Digg account. If you have a straight Facebook account like I did, there is no way to login. FAIL. If you’re going to release an app to let your users use your product, don’t alienate some of them becaus…

Blogging System Shootout

· Posted in Software
So I have this blog. You might have one, but odds are, we aren't using the same system. Well, actually since I run my own system, there is probably no way in hell we are running the same system. Anyway. There are a few other systems out there, I'm thinking of moving my other blog off my own server, and want to do some other stuff, so naturally I want to find out about some of these other systems out there. I'm only doing hosted services, since t…

Get Your Wordpress Out Of My Blogging Software

· Posted in Programming
Hopefully you didn't notice much, except the speed increase, but my blog is no longer on the behemoth that is Wordpress. While Wordpress served me well for quite some time on my other blog it always kind of bugged me. Well no more! I took a couple days (basically 2 full days and 2 evenings) and wrote my own little blogging engine from scratch. You can find it on github and get forking if you so choose. What I used: ruby and sinatra They are pret…

Wordpress Multipart Posts, Inlined With jQuery: Part 2

· Posted in Programming
(See (remote-inline)Part 1) And we're back! So, just take a look up below the title…see that little link? Yeah go ahead and click that. If I did my job right (tested in Safari on Windows, Chrome, FF), the contents for Part 1 should slide in above this post. In this post, since I use the Textile 2 plugin, I add this snippet at the top: (See [(remote-inline)Part 1](/2009/07/08/wordpress-multipart-posts-inlined-with-jquery-part-1)) In textile land,…

Wordpress Multipart Posts, Inlined With jQuery: Part 1

· Posted in Programming
This is the first of a multipart post. I'll be the first to admit, after you read this, and part 2, ignoring the context and concentrating on the actually content, you'd wonder why, but it makes sense when it's all together. So I've seen many multipart posts out there, do this today, tomorrow do this, and every time, in order to view them all together, you, um, can't. You have to have multiple tabs open and read one, then read the next, flipping…

Supercharge Wordpress

· Posted in Software
Wordpress is pretty much the blogging engine of choice. It's used by so many people, and has so many plugins and an amazing following, you'd wonder why anybody would use anything else (well there are a number of reasons, but we can talk about that later). Some problems that come with Wordpress, with all that power, is sometimes it's slow. Combine php, lots of plugins, and everything else, and your blog can come to a crawl, especially if you writ…

Einstein@Home Statistics In Wordpress Sidebar

· Posted in Programming
If, like me, you participate in some sort of grid computing project, it's interesting to see your progress. I take part in Einstein@Home, and I wanted to display my stats in my sidebar (on my other blog). I'll give you two ways to accomplish this. First way is the quick way, which involves including the jQuery Javascript library, and a second which involves writing your own Javascript. The second option results in a smaller file, but the jQuery …