IT Services for Small Business Professionals

Get With it, Twit!

When I first heard about Twitter, I thought that it was the most ridiculous service I had ever heard of.  Why would I want to take the time to tell people what I’m doing right now…right now, no…now…maybe now.  It just didn’t make any sense.

Twitter is where you can type a quick note to the world about what you’re doing.  It can be anything.  “I just brushed my teeth,” or “The Cardinals just won!!!”  Whatever you feel like saying.  The power of Twitter comes from the ability to follow the shouts of specific twitter users (when you shout at twitter, you’re tweeting, therefore, they are called Tweets.)

Not only can you follow, but you can be followed.  So, whatever you’re saying is seen by the world, and anyone who has chosen to follow just you.

Most of us don’t have time to sit at our computer and tweet all day, but when we couple Twitter with other tools, such as Tweetdeck and Wordpress (blogging software) we can drill down the information that we really want to know about.

With blogging platforms, you are able to post an article and tweet to the world at the same time which means you don’t have to spend time Tweeting.  Tweetdeck is a third-party program that allows you to “tune-in” to your favorite Twits to see what they’re writing about.  It’s also a great way to monitor the entire Twitter system for specific keywords that you might be interested in knowing about.

Get on board today at Twitter.com.


Turning Off Comments for IntenseDebate

I have designed this site to display comments only on blog posts.  In Wordpress, the pages that show blog posts are considered “post pages” and are not actually “page” pages.  A page in Wordpress is a static article or content that is permanent and does not follow an article timeline.  Pages do not show up in your post section.  They’re great for “About Me,” “Testimonials,” etc.

In Wordpress, when you create a page, you typically clean it up by removing the ability for users to comment on the static information and limit them only to commenting on the blog posts.  To do this, simply uncheck the comments check-box in the Quick Edit section when you view your list of Pages (Assumes Wordpress version 2.7.)

When you install a plugin like IntenseDebate, it takes over the commenting feature and renders that checkbox useless (currently so, but I suppose plans are in the making to change this.)

I had a particular problem with my site.  I needed to remove the commenting feature from the pages, except for one.  I wanted people to be able to comment on my Testimonials page only.  As soon as I installed IntenseDebate, I was basically forced to show a commenting interface on every page.  So, I had to come up with a quick edit to my Wordpress theme to accomodate this.

In a normal Wordpress theme that has not be creatively crafted by it’s author, there is usually a “page.php” file in the root of the site.  In this file is a section that calls a comment function called “comments_template().”  Since my particular theme has re-arranged where this function is called, I had to do a bit of hunting, but once I found the code (it was buried in what’s called an include folder) I was able to modify it.

IntenseDebate let me know that as long as I could control the comments_template() function call in any of my files that I could essentially turn on or turn off the IntenseDebate plugin based on whatever page it was on.

The following is the code that was in the comments.php file that I located before I made the edit:

<?php

if (function_exists(’wp_list_comments’)) {

comments_template(”, true);

} else {

comments_template();

}

?>

Reading this in plain english one would read:  If comments are enabled on the blog, and the post or page is set to allow comments, then display the comment form for users, otherwise don’t.  We’ll call this the Comment Test.

The following is what I changed it to:

<?php if(is_page(’Testimonials’)) : ?><?php

if (function_exists(’wp_list_comments’)) {

comments_template(”, true);

} else {

comments_template();

}

?><?php elseif(is_page()) : ?><? else : ?>

<?php

if (function_exists(’wp_list_comments’)) {

comments_template(”, true);

} else {

comments_template();

}

?><? endif; ?>

Reading this in plain english it reads:  If the page being viewed has a title of “Testimonials,” then run the Comment Test to see if IntenseDebate should be displayed, otherwise if it’s just a regular page, don’t display any comments, but if it isn’t a regular page, go ahead and display the IntenseDebate comments.

I know, if you’re not a programmer (which strangely enough I thought I would never be and still don’t think I am) then you’ll be completely confused by this “if then else” language.  Programmers have to think in terms of every step possible, from “I just thought about picking up my coffee” to “if I have a pencil in my hand, put the pencil down, then reach for the coffee.  If my fingers are clenched, open then, reach through coffee mug handle, but if handle is turned away from me, turn the coffee cup first, then while the coffee cup is turning around, do this or that.”

Really quite tedious…but it got the job done.  I love my coffee!


How to Make Money With Your Website

This topic could go on and on forever, but most people want to know how they can make money on their website without actually selling a product.

The real answer is, “you can’t.”  You have to sell something, whether it’s actual tangible goods, a service, or simply the content that you provide.  Thankfully, you don’t actually “sell” the content.  You simply entice others to read it, and you make it compelling enough for others to want to read it too.  The more eyes you have looking at your sight, the higher the likelihood that someone will respond to an advertisement on your site.

The basic principle is this:  Make your site a popular destination and advertisers will pay you for it.

How?  Well, it’s actually easier than you would think.  Traditional advertising models are nearly impossible to work with when you don’t have millions of page-views (every time someone looks at one of your web pages) every month.  So, the infinite wisdom of creative marketers led to the implementation of advertisements that pay you when someone clicks on them, and the advertisements that show up on your site are automatically shown based on the content of the text on your site.

Google Adsense is the most widely known system, and it works, but the key to making it work is placing your advertisements in the right location on your site and making sure you have enough traffic to your site.  Getting traffic means writing compelling articles or posting information that specific people would find useful and then telling people about it.  Outdated information doesn’t cut it, and websites certainly don’t market themselves at first.

When someone views your website, if you have implemented Google Adsense advertisements, the end-user may see ads that are relevant to the content on the website itself.  The advertisers that show up have agreed through Google’s Adwords program (notice, Adsense and Adwords are two different programs) to pay Google whenever someone clicks on an advertisement on your site.  When they click, Google collects, and they pay you a percentage for being so kind as to make a home for those advertisements.

Your job is to drive traffic to your site, which can be done using traditional advertising techniques, or more importantly, by word of mouth, or in these days, by click of the finger.  Setting up advertising on your site requires some geek knowledge and can take a bit of time to fine tune.

In some cases, you may find advertisements that compete with your services.  That’s okay, as long as you’re paid for it, but if you don’t want competitors, Adsense allows you to filter out specific competition.

When it comes to advertising with Google, you can either be the one with the product, in which case you’d pay Google to display your advertisement on someone else’s site, or you’d be the publisher, agreeing to show other people’s advertisements on your site.  The two tools combined can help you monetize your website and promote it at the same time.

One of my services includes implementation and management of your advertising campaigns on Google.  If this is something that you’d like to do, please don’t hesitate to call me.  (602) 312-3262.


A Common Printer Problem

Whether your printer is connected physically to your computer through a printer port, through a USB port, or through a wireless connection or network share, the computer you’re printing from must have the driver of the printer you’re printing to on that computer.  Not only that, but the driver must be configured to use the right port.

This is the common problem that I have seen.  Many times, the driver for a printer is correctly installed on your computer, but it’s not set to the right port.  For instance, it may be set to USB1 instead of USB2, or LPT2 instead of LPT1.

When you print, you’ll see that the printer is in your list of printers, but you won’t actually see a successful print.  Your computer keeps a list of available printer ports, whether virtual or actual physical ports on your computer.  Each driver installed (assuming you have more than one printer) can be set to use any one of those ports.  When you install a printer initially, the software that came with the printer usually creates or identifies the correct port and you never have to worry about it.  Sometimes that doesn’t guarantee that your ports won’t get crossed.

To confirm which port a particular printer is connected to, simply go into your printers folder (Control Panel –> Printers), right click the printer you’re attempting to troubleshoot, click properties, then click the ports tab.

You’ll see a list of all of the ports that your computer currently has registered.  You’ll also see a checkbox in one of those ports for the printer you’re investigating.  If your printer isn’t printing, but it seems to be online, make sure that the correct port is selected for your printer.  If you do not know what the correct port is, you may need to contact your printer’s manufacturer, or simply uninstall and re-install your printer per your printer’s installation manual (usually a quickstart page that came with the printer.)

Sometimes your printer will not only be set to the wrong port, but it will have the wrong driver associated with the printer icon in the printers folder.  If this is the case, you can set the correct driver under the Advanced tab in the Properties of that printer.  (Right click the printer –> click properties –> click the Advanced tab).  There’s a drop down list that may be improperly set.

If the driver you need isn’t in that list, you probably need to reinstall your printer using the disk that came with the printer.  If you don’t have the original disk, you can go to the manufacturer’s website and download the latest driver from their support section.

I hope this was somewhat informative.


Tech Services Launched!!!

To those of you who encouraged me to continue pursuing this endeavor, thank you!  I owe my success as a Realtor and Computer Consultant to you!!!

With that, I am pleased to be offering you my computer services in tough economic times.  We’re all in the same boat, but one thing’s for sure, if you’re spending your valuable time screwing around with technology, then you’re taking away from the time that you could be generating income.

Why do $50/hour work when you could be out doing $150/hour work?  Just think about how much more money you could be making by outsourcing some of your less profitable tasks to someone like me!

I would love to have an opportunity to help you succeed.  If you’re banging your head on the table trying to figure out what I already know, then you’re losing ground.  Give me a call today!!!