Sort By:  Date - Rank - Title
Moving Elsewhere. Slowly
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.... Read Full Story
Share Your Reading Habits: Google Reader
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 ... Read Full Story
Helium: Getting Started and Writing on an Existing Topic
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. Each Topic Has Multiple Articles On a writing site, you would expect to find a collection of articles. You might expect to find a list of titles - and each title represents one article. This is where Helium is a bit unique. Helium is more li... Read Full Story
Helium - Writing for Profit and a Community
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 overvie... Read Full Story
Binary Code and Bitwise Operators (in PHP)
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. “Normal” Num... Read Full Story
Google Analytics: Inserting Into a Wordpress Template
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?” Where the Analytics Code Goes When you sign up for Google Analytics, Google provides you with a short piece... Read Full Story
Spread the Love: Intersite Linking
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. Instant Indexing When I checked my site’s info in Webmaster Tools the next day, I found something strange - a page in the s... Read Full Story
Marking Up and Styling an Image Gallery
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 th... Read Full Story
Moving Wordpress: Individual 301 Redirects with PHP
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 th... Read Full Story
Five Useful, Simple Wordpress Plugins
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. Akismet - Spam Protection This plug-in c... Read Full Story