Moving Elsewhere. Slowly

December 7th, 2008

If you take a look at the archives, you may notice that this site hasn’t been updated in quite some time. April, to be specific.

In the late Spring, I got burnt out and kind of lost momentum to continue posting things. Ironically, the site was increasing in traffic and readership. Doh.

I was otherwise occupied throughout the summer (Damn you, WoW!). When the school year swung around, and I officially quit WoW, I decided it was time to revive my old web development/publishing pursuits.

However, for a variety of reasons, I chose not to just pick up with this site and continue. For one thing, I wanted to combine a handful of projects into one, manageable project. One reason I stopped posting here was to work on a blog about World of Warcraft. My new project - This Life of Brian - incorporates a couple of different topics/websites under one umbrella. It makes it a lot easier to keep things up to date.

Also, I grew tired of this domain name. It sounded catchy at first, but now I think it’s a bit spammy. I had a couple articles do well on Digg, and some commenters pointed out the domain name. Doh.

I’m now in the process of slowly migrating the archives of this site to my new project. They’ll all be contained in the web development and publishing section of the site - Nerds at Work. It’s pretty well segregated from the other topics (online gaming, education, and random blogging pursuits). It’s got its own theme and its own RSS feed.

I’m also hosting all of my new content at that site, and this site will no longer be updated. I just renewed the domain for another year, so this site will be here until next December. However, don’t expect anything new here… and hopefully all of the old articles will be at Nerds at Work by the spring time.

So what are you waiting for? Head on over and check out my latest work.

Share Your Reading Habits: Google Reader

April 28th, 2008

Part of developing a successful blog and your identity as a blogger is creating a web of blogs that you read and participate in. Imagine the blogosphere as a giant web. You want to connect your website to a bunch of others - you don’t want to just be a random thread connected to nothing.

Google Reader provides you with a nifty tool to help you do this. With the “Share” feature of Google Reader, you can easily syndicate a list of articles that you recently read and found interesting.
Read the rest of this entry »

Helium: Getting Started and Writing on an Existing Topic

April 27th, 2008

As I mentioned before, Helium is another great place to publish your writing online. It ranks up with Associated Content as one of my favorite writing sites.

So how do you get started? Is it hard to publish your first article at Helium? Not at all.
Read the rest of this entry »

Helium - Writing for Profit and a Community

April 12th, 2008

This site has kind of strayed from my original intent - to explore and report on ways to make money online. For a couple months now, I’ve focused almost exclusively on the development and design end to working the web for cash.

I think it’s time to take a step back and look at a site where you can write for profit - without requiring any tech, design, or development savvy. I’ll be working on a complete section about Helium, but in the meantime here’s a quick overview.
Read the rest of this entry »

Binary Code and Bitwise Operators (in PHP)

April 6th, 2008

At it’s core, all of the information on your computer is made up of bits - or 0’s and 1’s. There’s quite a bit of interpretation that goes on between that basic binary code and the information as it is displayed on your screen.

However, you may find a time to work with data at the binary level in PHP (and many other programming languages). Here’s a quick guide to understanding binary numbers and the common operators for handling them.
Read the rest of this entry »

Google Analytics: Inserting Into a Wordpress Template

March 29th, 2008

Google Analytics is a great tool for gathering data about your website. You can track and analyze all kinds of data about your visitors, their navigation paths, and the effectiveness of your content.

To use Google Analytics, you need to place some javascript on your website. A commonly asked question in forums is, “How do I add Google Analytics to my Wordpress template?”
Read the rest of this entry »

Spread the Love: Intersite Linking

March 27th, 2008

I recently started working on a new website - the one I mentioned in the article on creating individual 301 redirects for Wordpress.

I got the site up and running, updated some content, and then submitted my sitemap information to the Google Webmaster Tools. As usual, the next step is to wait and see how long it takes Google to start regularly indexing the site.
Read the rest of this entry »

Marking Up and Styling an Image Gallery

March 25th, 2008

While working on a new site (Rolling Horde), I decided to include a small image gallery. I randomly display four images from a flickr album in the sidebar.

The pictures are presented in the mark-up that flickr creates, and I used the styling that came with the template I was working from. It creates a simple two by two square of photos, with a slight gap in between them.

Although I like the way they are presented, I’m not sure I like the mark-up that flickr creates. What would be the simplest, semantic way to mark-up and style images in a small album like this?
Read the rest of this entry »

Moving Wordpress: Individual 301 Redirects with PHP

March 23rd, 2008

I recently decided to move part of an old blog to an independent site.

In order to maintain the meager search engine and referral traffic that the old pages had, I planned on using 301 Redirects. I figured that I would re-create each of the old articles (~10 total articles) on the new site and set up an individual 301 Redirect to send users and search engine spiders to the new location.

The problem, however, was that the standard .htaccess rewrite that Wordpress uses was conflicting with the 301 Redirects. For some reason, they just weren’t working - so I turned to a PHP-based solution.
Read the rest of this entry »

Five Useful, Simple Wordpress Plugins

March 20th, 2008

I’ve been playing around with developing Wordpress sites for a while now. I love how quick and easy it is to launch a site and update content.

One of the greatest features is the thousands of plug-ins available for Wordpress. You can find a plug-in for just about anything you want to do - or if you have some PHP know-how, you can develop your own.

Here are five basic Wordpress plug-ins that I’d recommend using for any project you start.
Read the rest of this entry »