Archive for the ‘Webmasters’ Category

Webmaster Articles Blog Carnival Aug 2007 Edition

Tuesday, August 28th, 2007

Welcome! We have another truckload of webmaster articles for you today. If you have a blog post of interest for our next edition, feel free to submit it. If you’re interested in hosting an edition on your blog, feel free to let us know (a comment is fine).

First, the Miscellaneous:

In the Design category…

In the General category…

In “Monetization”…

And Traffic-Building…

Technorati tags: , .

“Starting a Great Blog” Tutorial Completed

Friday, June 15th, 2007

Webmaster-Source’s Starting a Great Blog (with Wordpress) tutorial is now complete. The twelve-part series walks you through starting a blog. The sections are as follows:

  • Domains and Hosting
  • Installing Wordpress
  • Configuring Wordpress
  • Themes
  • Posting
  • Spreading the Word
  • Monetization
  • Stat Tracking
  • Wordpress Plugins
  • Social Bookmarking
  • Conclusion

That’s a lot of reading, isn’t it? Take a look if you’re interested in starting a blog. Stand out from the Blogger and Livejournal users. How? Get a domain, hosting, and spend time (and effort) to make it a good blog. A domain and hosting will only cost you $35/year, so what are you waiting for? If you have something to write about, start a blog.

Google Acquiring Feedburner

Sunday, June 3rd, 2007

Google just bought Feedburner! Is that surprising? It’s not to me (well, not too much anyway). Think of it this way:

  •  Feedburner = RSS “re-hosting”, feed stats, and feed ads
  •  Google = Web site stats, website ads

So, you combine the two.

I believe the feed stats will eventually be integrated with Google Analytics, the ads with Adsense, and the “re-hosting” as-is. I’m guessing feedburner.com will stay as it is now, but the services will be available in other parts of Google as well.

For example, you could access your feed’s stats at either feedburner.com or through Google Analytics.

I wonder how much Google paid for Feedburner. More or less than youTube? Personally, I think Feedburner is worth more than YouTube.

CSS Slicing Guide

Wednesday, April 25th, 2007

Hey, I saw a useful thing on Digg today (unbelievable, I know)! CSS Slicing Guide, a website that teaches how to use Photoshop (or other programs) to slice a layout into working CSS code instead of tables.

As you may have noticed, there are tons of sites that still use tables to line up images into a layout. I admit I’ve done it in the past. If you’ve ever used Photoshop/Imageready to slice a layout, you have to admit it’s a lot easier to do it as a table. Hopefully this guide will help improve the state of the web. :) Personally, I don’t mind the table-based layouts…others do though.

I’m going to have to read the guide thoroughly. Why? I want to improve my slicing techniques for CSS layouts. I’ve gotten pretty good at tables, but I’m not anywhere near as good with the CSS output. I can hand-code CSS layouts fine, put dealing with the output from Imageready isn’t much fun. Then again, it’s not much fun editing the output for table-based layouts either…

I wish Imageready had options to output code that can hold content (of varying lengths, of course) instead of a bunch of stuff that just holds images in place. It’s a big pain to go through all of it and change 3/4 of the code just so it will hold content without breaking up funny.