My Computer Back in Service

“Make Your Computer Smile Again!”

Home ~ Blog ~ About Joe ~ About MCBS ~ Contact ~ Need Help?

My Preferred Consulting Tool

 Posted by Joe Hauckes

If you're new here,  You may want to Subscribe to my RSS Feed or if you prefer ... Subscribe via e-mail. Thanks for visiting!

crossloop_small There is an interconnective tool I have been using for a while to remotely help clients solve problems. It’s called CrossLoop. You may have noticed links to the download on different pages around here.

The underlying technology simplifies the process of securely working with others located in different physical locations through a Broadband internet  connection. It enables me to see their screen and control the mouse and keyboard from a remote computer. It’s as if the client and I are working side by side at the same PC. CrossLoop is a powerful tool that enables us to collaborate from anywhere in the world.

In order to access the Host Computer I need to contact the other party (client) to get an Access Code which is randomly generated and encrypted. This way unscrupulous people cannot find a password because there is none. As each session ends, the access code ends as well. A New Access Code is issued for every New Session.

Personally, I find this a much easier way to help solve problems that clients are having with their computers. Once they give me access, I can run their computer, all the while they can see what I am doing so they can take notes. They can see the screens being used and what steps are employed to solve that particular dilemma.

For more information regarding Security and FAQs about CrossLoop, visit their Home Page.

Related Posts:
  • Use Windows Live Writer for Offline Publishing
  • If you Blog, you know that most of the time spent writing a post is online....
  • Answers to a Readers Question About SEO
  • The other day, I asked everyone What Do YOU Want to Know? Brooke from Snipp...

    Need Help?


    2 Reasons to Cross Check Browsers

     Posted by Joe Hauckes

    Something that I keep running into is customers having problems with differences in Various Browsers.

    The most common problem I come across is the way a site renders one way on Internet Explorer and very differently on FireFox. The only real way to fix this type of situation is to test in each Browser and adjust as necessary. I have a copy of both on my computer for just such a purpose.

    There are online services that provide screenshots, 2 that I know of are:

    1. Browsershots.org which is fee to use, but takes a long time to load and get results from what I understand.
    2. BrowserCam which is free for a short trial period, but seems to be a lot faster than most on rendering results.

    Another problem I see fairly often is that a page will lock up or not load at all on one Browser and the other will be just fine. If this happens, the most likely cause is probably an incompatable Script of some sort. The most likely culprit could be either a recent Plugin or Add-on that you installed. Or maybe some code you added for a service of some kind.

    In either case, what you need to do is:

    1. Disable the New Script, Plugin or Add-on. If the problem is resolved then go to step 2.
    2. Contact the Original Author or Company that supplied the code. Describe the problem in as much detail as possible. In most cases they should be happy to help.

    These are just two of the reasons to always Cross Check Browsers and the easy solutions. Can you think of any more? Please share in comments.

    Related Posts:
  • Open For Business - My Computer Back in Service
  • Hello and Welcome Sure there are lots of Self-help, Tips and How To Blog...
  • About Joe
  • Please Allow Me to Introduce Myself A Little Background My name is Joe...

    Need Help?


    There may come a time when things are going along just fine. Everything seems to be working exactly as they should and then BAM. Nothing works. You may not even be able to boot up your computer to a normal state. You can’t even get as far as the System Logo and it goes down again.

    What do you do?

    Think… What changed since the last time you tried to get on the computer and had no problems?

    • Did you Add something? A new program or upgrade to an existing program?
    • Did you Delete something? Accidents do happen, that’s why they usually have a confirmation for deletions.
    • Did you download something from the internet unintentionally (like a virus)?

    Let’s assume you did none of the above, but you are still having problems and the computer still won’t boot properly. What then?

    As the computer is booting, you should see text telling you what it is trying to do. It will show you that it is accessing your hard drive, CD-ROM, memory etc. When there are problems detected, it should give you a menu with some options like:

    1. Start Normal Mode
    2. Start Safe Mode
    3. Start from Last Known Good Configuration

    If you have an idea of what caused the problem, you can start in Safe Mode and try to uninstall or end the program that is at fault.

    If you have no idea what is causing the problem, but know that you added something, or there was an automatic upgrade to your system, go with the Last Known Good Configuration option.

    If none of the above works, you may have to reinstall your whole operating system (I hope not, you lose a LOT of your stuff that way).

    If you are having this type problem and nothing seems to solve the problem, let me know.

    Related Posts:
  • About MCBS
  • Click the Logo to go Directly to the "Need Help?" page in an Emergency! (o...
  • About Joe
  • Please Allow Me to Introduce Myself A Little Background My name is Joe...
  • Welcome to MCBS
  • Click the Logo to go Directly to the Need Help? page in an Emergency! (or i...

    Need Help?


    In the post about Putting Post Preview Back the other day, I had an “*” for the Copy & Paste process to use the code I had shown. The reason being… 

    When you copy & paste code sometimes it doesn’t work.

    This happens because sometimes you aren’t getting the “real” code. You are getting the “viewing” code instead of the actual characters that the computer reads.

    As an example:

    When the code calls for…

    ?>
    <div id=’preview’ class=’wrap’>

    so the computer knows where the “divider” is and what class the “preview” is and how it works, this is what the computer needs to run the code correctly.

    But when you code it for viewing, it looks like this…

    ?& gt;
    & lt;div id=’preview’ class=’wrap’& gt;

    to the computer.

    Does that sound confusing? Well, that’s what happens to the computer when it tries to read the “view” that we see instead of the “real”code that it needs. It gets confused.

    So, the next time you Copy & Paste some code and it doesn’t work right the first time, try Typing the exact code you see in the text. The odds are that the code is right, but you are getting the “view” code instead of the “real” thing.

    Related Posts:
  • Want Post Preview Back in WordPress?
  • If you're like me and prefer having an inline Post Preview, instead of ...
  • How To Put AdSense Ads After A Single Post per Page
  • Do use AdSense on your Blog? Do you want to put some Ads after your posts b...
  • 2 Reasons to Cross Check Browsers
  • Something that I keep running into is customers having problems with diffe...

    Need Help?


    Want Post Preview Back in WordPress?

     Posted by Joe Hauckes

    newwplogo.png

    If you’re like me and prefer having an inline Post Preview, instead of having to go through the extra step of clicking preview>> and having it open in another window. There is a little bit of code you need to add to WordPress on your Host Server.

    You have to be comfortable working in the background code of your post.php, but it is fairly simple to do. Go to the wp-admin folder on your server, find your post.php and copy & paste* the code below.

    Here’s the steps you will need to know…

    • Open up your post.php file from your wp-admin directory.
    • Navigate to approximately half way down and find the following line of code:
    • include('edit-form-advanced.php');

    •  Directly underneath that line, add the following code:
    • ?>
      <div id='preview' class='wrap'>
      <h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?></h2>
      <iframe src="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" width="100%" height="600" ></iframe>
      </div>
      <?php

    • Save your changes to post.php.

    There, Done… Simple, huh?

    Now you can view a preview of the post you are working on without going through all those extra steps. (Remember, you Still have to Save and Continue Editing for viewing)

    *If Copy & Paste doesn’t work, you may need to actually TYPE the code, but it does work.

    Source: Will Lee

    Related Posts:
  • Why Copy & Paste Doesn’t Work on Some Code
  • In the post about Putting Post Preview Back the other day, I had an "*" for...
  • Offer Your Readers The Option to Print Your Posts
  • How many times have you read an article on one of your favorite Blogs and s...
  • Want Excerpts in Recent Posts?
  • If you have been here before, you may notice a little change in the Sidebar...

    Need Help?


    `