Should You Upgrade WordPress? 4 Guides to WordPress 3.0

WordPress 3.0 is out with a batch of new features and improvements that take it closer to being a content management system rather than a blogging platform. If you’re wondering if it’s worth the trouble of upgrading or switching from another platform, here are four resources that can help you make up your mind:

1) WordPress 3.0: The 5 Most Important New Features

Mashable has a strong guide to its new features.

2) 8 New Exciting WordPress 3.0 Features

Alex Bor focuses on eight improvements and how to use them in your site.

3) What Did You Like In WordPress 3.0?

Keith Dsouza isn’t so sure it’s all that and a bag of chips. He doesn’t have a review yet but there’s a pretty spirited discussion of the new version in the comments.

4) WordPress 3.0 “Thelonious”

The official WordPress announcement of what you can do.

What would you like to see work better in WordPress?

Have You Upgraded To Windows 7?

While going through the comments on “Which OS Do You Use?”, I found that many of our readers are still stuck with Vista for some reason.

I noticed many of you using Mac and Linux. Both of them are great, no doubt. But Windows 7 Professional isn’t bad either. It has got rave reviews from the tech community, and both XP and Vista users are recommended that they upgrade to it.  But endorsements may not matter all that much, considering that many who did upgrade to Vista when XP was still holding down the fort have had considerable frustrations.  Unlike with Vista, however,  the recommendations this time around are a bit more widespread – and positive.

Some time ago over at Dumb Little Man, I wrote two articles on why you should switch to Windows 7 and check before upgrading. Check them out and then tell us here if you still have a reason to use Vista or XP.

What’s Your Workout Routine?

Keeping on top of your game both at work and in life is a real challenge; you can’t stay super-productive if you’re super-exhausted.  It just won’t happen.

This is where having a workout routine comes into play.

It’s called a “workout” for a reason – it’s work.  You have to treat it as such.  If you didn’t show up for work when you were scheduled, you’d have to face the consequences.  Same goes with working out.  Both set of consequences could spell long-term trouble for you.

Freelancers may have an easier time consistently working out – they generally have a strong sense of self-discipline to call on and keep them honest.  That said, they may be “too busy” to do a regular workout.  Those who work at the office 9 to 5 will use the same excuse – or bring up plenty of others that fit the bill.

A site I like to check out for fitness tips is NerdFitness – and it’s fitting that the creator of the site, Steve Kamb, took the plunge this week by quitting his “safe” job to focus solely on the site.  He’s got the goods to make it all work, too.

So, what’s your workout routine?  What are your favorite sites to get fitness tips?  Let us know in the comments.

Quick Tip: Multiple Borders with Simple CSS


Did you know that we can achieve multiple borders with simple CSS, by using the :after amd :before psuedo-classes? This is something I recently learned myself! I’ll show you how to add more depth to your designs, without images, in just a few minutes.


Final Code

<!DOCTYPE html>

<html lang="en">
<head>
	<meta charset="utf-8">
	<title>Multi-Borders</title>
	<style>
		body { background: #d2d1d0; }

		#box {
			background: #f4f4f4;
			border: 1px solid #bbbbbb;
			width: 200px;
			height: 200px;
			margin: 60px auto;
			position: relative;
		}

		#box:before {
			border: 1px solid white;
			content: '';
			width: 198px;
			height: 198px;
			position: absolute;
		}

		#box:after {
			content: '';
			position: absolute;
			width: 196px;
			height: 196px;
			border: 1px solid #bbbbbb;
			left: 1px; top: 1px;
		}
	</style>

</head>
<body>
	<div id="box"></div>
</body>
</html>

In short, any browser that supports the :before and :after psuedo-elements (all major browsers) can take advantage of this effect. Of course, there are alternatives, including the use of box-shadow, as well as adding additional mark-up to the page; however, this is clean solution that you should definitely consider. Thanks for watching!

Sofware Creation

Hello,

I am looking for a software builder,
I need to create a brand new software (seo software). Not too complicated one, but simple.

the main task will be the SUBMISSION OF WEBSITES AND ARTICLES to Directory Websites, Social networks, forums, comments….
that means the software will be able to handle all of the login information and able to populate such sites/networks.

Please I need your advice on this (code language to use, time to build it, price…)

Thanks
J

WordPress Blog Expert

I have quite few clients that own many different sites that periodically need different types of work.

Here is what I need today:

On www.HowCelebritiesLoseWeight.com the hosting company took the site offline for 1 hour a couple of weeks ago and ever since then, the banners on the right hand side had shifted a little bit and now they show at the bottom of the posts. Fix that.

For another site, www.onlyhotchicas.com:
Had a programmer that made few changes to banners and picture sizes. Ever since then the site has been very slow. Need someone to look at the code and clean it up and make the site perform a lot faster. Also the banners seem to move every time I change the code. Please fix that and add 2 to 3 additional 160×600 banners on the posts page.
He did something with the Google code because it is not showing most of the time. The ads by Google are not showing half the time and when someone clicks on a post, there should be 3 banners 300×250 showing on top. The middle banner is supposed to be a Google ad. Half the time nothing shows up.

Webhosting Company Website Php

webhosting website like www.webnode.com
a website where customers can have an option to create
a website under their own domain name with free and paid subcriptions.
Basically the project is 2 websites based on the same script.
1) webhosting with ready templates that customers can choose from.
2) tourist guide with option for business to create a page inside my website like on tripadvisor.
If you contact me i can send a detailed list of my specifications for both websites.