• WordPress Robot.txt – The Correct Way

    6

    Whenever I take over a website to help with improving the organic rankings, I always take a look at what Google has indexed and is currently displaying in search results for the website. In almost all case, if it’s a WordPress site, the search will show the theme folder has been indexed along with all the files in wp-content, wp-admin, and cgi-bin folder. Needless to say, Google, MSN, Yahoo, etc. has now indexed redundant files that have nothing to do with your website and in most cases this opens up possible security issues and can cause a hit to your organic search results by indexing these files.

    The sad part is that all this can be prevented by the use of a good Robots.txt file that you can upload right to the root directory of your website. Takes a few minutes to do, and then you have to wait for the search engines to update your website indexing.

    How to make a Great Robots.txt File.

    Read more

  • 2 Must Have WordPress Plugins

    2

    WP Security Scan – This handy plugin will scan your wordpress installation to look for any possible security / vulnerability holes in WordPress. Most of the security items that it finds, it can fix automatically by itself, with no work on the users part. The only things that need to be performed by the user is to change the chmod permissions of files indicated as security risk. Easy to install, just extract to your plugin directory and activate the plugin.

    Nofollow Reciprocity
    – Essentially what this plugin does, is look through a list of websites that use nofollow rules for links on their website. It then checks your blog for links going to these website, and adds nofollow to these links so you do not bleed off your pagerank which can cause a loss of serp because of non-recriporcal links. The plugin website goes into indepth detail of why you need to run this plugin and how it will help you with Organic Search Ranking. Easy install, just activate the plugin and it does the rest for you.

    Note: My only complaint with Nofollow was the link it puts in the footer that says

    This blog contributes to the web with Nofollow Reciprocity.

    So I decided to remove it because it was messing up my theme, and looks bad to have a link hanging at the bottom of my website outside of my wp theme.

    Here are instructions to remove it, if you wish to do so. Read more

  • Common Mistake In Search Engine Ranking

    2

    This article is intended to help people get immediate traffic to their website(s) from search engines.

    It’s a common dream among website owners to be number one in organic search ranking for certain keywords, but the mistake that they make, is not realizing that this is only a dream. They believe they can have amazing keyword ranking right from the start with common keywords, not even realizing that this type of ranking feat can take several hundred hours of time, energy, work, and dedication. In the end, the website owner gets burned out, loses a lot valuable time and over looks very simple ways to get traffic and customers.

    Instead it would have been wiser to start off with geographically localized keywords. As a result they would be trying to get ranking results over a handful of websites instead of competing against hundreds, possibly thousands of websites for a common keyword. Read more

  • Using StumbleUpon For Traffic

    4

    Stumbleupon Using StumbleUpon For Traffic

    I have been using StumbleUpon since the very beginning of this website, which is a little over a month ago, and I have had good success with it, considering I had no friends on the service to vote I Like It. StumbleUpon brings over 100 visitors, and growing each day. I have noticed that unlike Digg, Stumble has a delay time before you start getting traffic, usually around 2 to 4 days, but unlike Digg traffic, Stumble traffic is stable and visitors continue to come day after day, long after the article / website was posted.

    The process of submitting a website to StumbleUpon is an easy uncomplicated process and takes all of a minute to do. Then in an ideal world, people will come to your website or blog entry and click I like it on the stumble bar and this votes up your website, which results in more traffic.

    I do not see a need to write a full article about this service, because so many people have written amazing articles on StumbleUpon and the several ways to use it effectively. I have read everyone of these pages and recommend them to anyone who is actively trying to get traffic or least quality backlinks to their websites. I have listed 3 links to websites explaining everything and anything someone would want to know about the service, and how you should build your StumbleUpon profile so that you can get people Stumbling your page or pages.
     

    How to Use StumbleUpon for Your Business: The Definitive Guide

    Build Super Links and Traffic With StumbleUpon

    A Comprehensive Guide to StumbleUpon: How to Build Massive Traffic to Your Website

     

  • Things To Check When Using WordPress

    5

    wordpress check(1) Things To Check When Using Wordpress

    I am writing this post as a result of my lack of due diligence. I am usually good at checking the important parts of a website to make sure everything is working and correct, but this little tiny thing that I forgot to check, went unnoticed until today.

    So here I am, testing out some search engine ideas for my website, and I noticed in Google search that the description for howbits was way off, in fact it was nothing like what I had put into the all in one SEO plugin. So off I go, back to my website to investigate this weird issue and come to find out, when I changed website design I had forgotten to remove the default meta description and keyword code for the theme.

    I learned that, all in one SEO loads it’s meta tags after the themes header information, so if a meta tag is used before all in one SEO meta tags, the first meta tags are shown and not the later ones. As a result all in one SEO description was not showing up, and my website description was the default blog description.

    So for anyone who has a WordPress website, who uses themes, and the plugin All in one SEO, you may want to follow this list of what to remove out of your themes header file. Read more

  • Googles Newest Toy – Google Sky

    0

    messier82 Googles Newest Toy   Google Sky

    This is awesome, Google is now offering a Google maps of outer space. I actually spent a lot of time looking at the Historical overlay of the stars, funny to see the map of the sky from the old times.

    Here is a quote from the website, I recommend checking it out.

    Traveling to the stars has never been easier

    To help you explore the far reaches of our universe, we have teamed up with astronomers at some of the largest observatories in the world to bring you a new view of the sky. Using Google Maps this tool provides an exciting way to browse and explore the universe. You can find the positions of the planets and constellations on the sky and even watching the birth of distant galaxies as seen by the Hubble Space Telescope.

    We are particularly excited about the ability to view the universe at different wavelengths, to see how it would look if our eyes worked in the x-rays or infrared. As you explore these new layers, play with the transparency to blend between the different wavelengths and see how different parts of the universe light up at different wavelengths

    If you are interested in what’s happening on the sky tonight or over the next few months then check out the podcasts from Earth and Sky or search for the position of your favorite planet.

    Google Sky

    About Google Sky

  • Decoding Encrypted PHP Files

    28

    Since I was just dealing with an encrypted footer.php file for the theme I use, I thought I would post how to decode encrypted Php files. This took me a few hours to find a source that actually worked. The most common way to decode a file is to create three files, decrypt.php, encode.txt, and decode.txt, to bad this didn’t work for me, and time consuming trying to figure out why it didn’t work. So as a result I found an easier way to get the information from encrypted php files.

    I am posting this for legal use, if you use this for illegal use, keep it to yourself, because that’s not the reason I am putting this on here. I am posting it to keep WP theme creators honest, and not loading up the footer with links to webpages you do not support. In the case of this theme, they had lots of links to online casino and gambling websites. I have no problem keeping a link on my page to the theme creators website and WordPress.org, but anything else is pushing it.

    Update – Try this method before proceeding to the code below. Change the php encrypted code from eval to Echo and then open the file in a browser, when the page comes up, goto view, page source, and this should be the exact code for the encrypted information. If this did not work, then try the code entered below.

    Note: If the code is $_F=__FILE__;$, this is another type of encoding that will not work with this code, it is encoded using Source Cop. 

    This is the easiest way I found to get the encoded information

    Copy this code into notepad, or whatever editor you prefer to use. Read more

  • Helpful Tips For Housework Part 2

    1

    no housework(1) Helpful Tips For Housework Part 2

    1. Need to paint a room, but hate the noxious fumes? Add two teaspoons of pure vanilla extract to a gallon of (water based) paint. It neutralizes the odor.

    2. If you have stains on your golf balls or piano keys, erase them-with an old fashioned pink eraser.

    2. Did you spill coffee on the carpet? Sop it up with a baby wipe. It won’t even stain.

    4. To prevent tools from rusting, keep a charcoal briquette inside the toolbox. It absorbs moisture.

    5. Don’t use paper towels or rags to clean windows and mirrors. They’ve got lint on them. Instead, use coffee filters. They’re lint-free

    6. Attention cheaters: Lipstick stains on a collar go away with a dab of petroleum jelly.

    7. Ink is one of the hardest substances to get off of skin. If a pen leaks on your hand, rub shortening on it to help remove the stain.

    8. Hard-to-remove price stickers can be taken off with a dollop of corn oil.

    9. Denture-cleaning tablets don’t clean just fake teeth. Dissolve one in water to polish diamonds…or hubcaps.

    10. Toothache? Apply a dab of Tabasco sauce to the gum.

    11. When a metal shaving-cream can gets wet and rusts on the bottom, it can stain a shelf or counter top. To prevent this, apply a coat of nail polish to the bottom of the can and let dry.

    Tips from bathroomreader.com

  • Quick Tips For WordPress Speed Up

    3

    wordpress speedometer(2) Quick Tips For Wordpress Speed Up

    The subject of optimizing WordPress and making a website Stumble / digg proof, has been rehashed so many times, that I had to talk myself into even writing a post about it. This list is short and straight to the point about optimizing WordPress, with easy to use plugins and tips. Most of these have been mentioned several times before, but since I just re-did the design on my website and had to optimize it all over again so that it would load as fast as possible, I figured now would be a good time to post about how to do it, since it’s still fresh in my mind. This list is for people who don’t have access to the http.config file or the Php.ini file. It is over the top configuration, so no editing of the htaccess file.

    Recommended website to check out the loading speed of your website, and how big the web site file that is sent to each visitor. Website Speed Test

    WordPress Plugins – This article includes an advanced tweak for wp super cache, I have also included instructions on other things you should do instead of relying on the plugins to do all the work. I just wrote an article about must have and highly recommend WordPress plugins and all of these plugins are listed, with some other plugins that most bloggers should have and use.

    Wp-Super-Cache – Whenever your website is viewed or indexed, your database dishes out the information for the page. This can cause the website to load slow if the database has to do this for every visitor on your website. Wp super cache, takes the database information and makes static content that can be resent thousands / millions of times, so that the database doesn’t have to recreate the webpages every time someone visits your website.
    Advanced Wp Super Cache tip – Some people try to get the most out of this great plugin. The most common tweak is adding Gzip to the plugin, so that the page is zipped up and sent in a package to a visitor, which can result in a faster loading webpage. I say to use this at your own risk, I have had some issues with it where my webpage comes up as a blank index with nothing loading up, even though to me the page appears to be working fine. I ended up removing this tweak, even though the problem occurs only a couple times a week. For those brave souls out there that want to give it a try, heres how you add it. Read more

  • Today Is Edit The Website Day

    0

    6 days ago, was the 1 month point for howbits.com. I have owned this website for a little under a year, but I have never used it for anything until I created this blog, which was February 4th. I am constantly trying out new ideas and testing designs to improve this website. So today I have decided, since it’s somewhat of a day off for me, that I am going to update some things on the website which is a result as some test I have been running.

    So as a result, my website may be a little slow loading at times as I am uploading some files, new plugins, and various other additions to the website.

    I want to do a Thank You shout out to all my readers, subscribers, and daily visitors. As of last week, Howbits.com is now receiving over 300 unique visitors a day, and Picbits has gone over 400 unique visitors a day, and increasing at a nice pace. On a side note – I am still getting my sea legs for blogging and finding my niche for this website. I really do believe that it takes a few weeks to a couple months to find your spot on the internet and to get into the habit of blogging. In the last 4 weeks as my writing skills, thought processes, and how I explain things have improved; I have gone over my old articles and updated them and continue to make subtle changes to each one. I do believe that a website / blog is never finished, and in keeping with this, I monitor my website statistics and make changes wherever need  be to make sure that this website is Web surfer friendly and approved icon smile Today Is Edit The Website Day

    I will be done with the renovations in about 2 hours from this posting, I try to go over every part of the website to make sure everything is working as intended. Once I know that everything is working then I go and pester some friends to go and try it out. Then I do the switch so that the updates are viewable to everyone else on the website.

Page 5 of 12« First...«34567»10...Last »

Bad Behavior has blocked 2465 access attempts in the last 7 days.

Follow Me on Twitter