Divspace Community Forum

December 1st, 2006

Well, I did it. I decided to buy vBulletin today. On top of that, I ordered vBSEO as well. I’m trying to figure out what exactly I want the forums to be about, and it definately isn’t an easy thing.

I guess the hardest part is coming up with the categories. I can literally organize it a thousand different ways, and I must have edited the titles a hundred times already. The hard part is that you don’t want to get so focused on every subject, but at the same time, it makes it much easier in terms of navigation.

Read the rest of this entry »

A Sneak Peak At The Upcoming Divspace Redesign

November 19th, 2006

Well, I’ve run into a couple of setbacks with the redesign. All of them have to do with the backend. The frontend of things is pretty much set. There’s some minor things I want to add, like some images and some hidden features that aren’t available in this screenshot.

To be honest, I don’t think a blog is the best setup for divspace. It’s doing the job for now, but in the near future I’ll be writing my own backend to handle the needs of the site and to turn my vision into a reality.

Read the rest of this entry »

Oooh, I’m Telling Digg!

November 7th, 2006

I guess I should have made this my first post, but thought I would have come up with a design faster than this. Yes, the divspace logo looks just like Digg’s logo. Yes, the gradient header looks just like theirs too. And yes, even the search form mimics theirs.

Can I design? After all, this is a website about web development, which would include web design. And granted there aren’t any articles about web design yet, I can design.

Read the rest of this entry »

Building A Tag Cloud In WordPress

November 4th, 2006

I decided to make a tag cloud for WordPress today, but with a twist. Most of the tag clouds I see were category tag clouds, meaning they were based on the number of posts in a category. I don’t really have enough categories yet to do something like this though. Instead, this is more of a keyword or post tag cloud.

This kind of cloud tag makes a little more sense to me, at least from the perspective of a visitor. They can, in one quick view, tell exactly what you talk about in your blog posts. I also made it so visitors can click on any of the tags and it will use the built-in search engine to find posts with whatever word they clicked on.

Read the rest of this entry »

Top Three Google AdSense Ad Unit Sizes

October 31st, 2006

I do a lot of experimenting with another website of mine that I manage, so I have learned through trial and error what works and what does not. One of the easiest ways to increase your click-thru rate (CTR) is to choose the right ad unit sizes for your website.

I used to think that the Leaderboard (728×90), Banner (468×60), and the Wide Skyscraper (160×600) ad units were the best ones to use, but after doing some research and looking at my own results, the opposite is true.

Read the rest of this entry »

It’s All Relative Baby

October 29th, 2006

Now we’re starting to get into the heart and soul of CSS, which would be positioning, or how a box relates to the rest of the page and elements. Over the next three tutorials I’m going to be talking about the different position types, but this one is going to be about relative positioning. This kind of positioning follows the normal flow rules, the only difference is that the box can be moved according to its offset properites.

Read the rest of this entry »

Go With The Flow

October 28th, 2006

When you create a document using CSS that has more than one container box, there is a default flow to how everything is positioned, assuming that box isn’t an absolute or fixed box, nor a float—and don’t worry, we’ll touch on those terms later.

Read the rest of this entry »