Custom Search

Thursday, August 5, 2010

Read This Before Regiter Your Website Domain Name

Are you thinking about registering your own website  domain name? Good idea, but are you aware of the many choices and variables at play when making this critical step?

Selecting your appropriate website name, choosing the most appropriate domain extension, while making your most cost-effective choice has become something that should be identified as a real investment, and one for which it is wise to think and prepare well before acting.
 
While most everyone knows that a website domain name is a unique label that you apply to your website so that people can find your site on the Internet, very few can clearly list the key reasons for which IT IS SO IMPORTANT to register your own domain name.
  • Findability A well-chosen domain name makes it easier for people to remember and find your website without having to use notes or bookmarks.
  • Credibility If you own a business, a domain name helps your brand become more easily recognized and trusted on the web. A generic URL provided by a free web host like Blogger.com may not always provide the idea of a professional, trustable entity - essentially because it is free.
  • Brand Investment By purchasing a website domain, you own the property of something that is related to your business, your marketing strategy, your company or anything else that is connected to you. By registering your website domain, you also prevent anyone else from using that web address in the future.
  • Focus People can tell what your site is about and your location right from the extension (.com, .org., biz) of your domain name. The .com suffix is generally used for commercial US-based domains, .org is for no-profit organizations or websites, .biz indicates commercial websites, .gov stands for an institutional website, and so on.
  • Brand Strength By registering multiple website domain names (e.g. Ind4u.org, Ind4u.com, Ind4u.net) you can secure your brand against malicious competitors who may offer content while leveraging your name but on a different domain extension. By pre-emptying those complementary domains you secure a stronger presence online that is more difficult to attack.
The domain registration process itself is quite straightforward, but the options and variables at play are not as easy to spot and understand if you have never registered a website domain before.

Visit MasterNewMedia.com. They guide you will find all of the basic information you need to start registering your web site domain name, including some strategic advice and the key steps you need to take to make your domain name selection and registration process a full success. 

Reference:
  • MasterNewMedia.com

Hide or Remove Blogger (Blogspot) Nav Bar


If you don't like Blogger Nav Bar on your blog and you want hide it or remove it. its very easy just follow the steps and hidden or remove your Blogger Nav Bar.
  • Go on Dashboard > Layout / Design > and click on Edit Html.
  • Paste Hide Nav Bar Code before this line }]]></b:skin>
  •  Hide / Remove Blogger Nav Code
#navbar-iframe { height:0px; visibility:hidden; display:none; }
 If you have any problem share in comments.

Mac OS style social bookmarking widget for Blogger (Blogspot)

Get new sharing widget especially for blogger that using the new jQuery features, and If you like the OS X dock, you’ll love this widget. This new widget in originally released by AddThis.com, and I customized it to be able easily used with blogger. If you want this tool to add on your blog just follow the steps.

  • Go on Dashboard > Layout / Design and click on Add a Gadget.
    • A new window will be opened. Choose HTML/JavaScript Gadget. Leave title empty and paste the following script in the content area.
      <style type="text/css">
        #sharedock { position: fixed; bottom: 0; left: 0; width: 100%; height: 90px; z-index: 999; }
        #dock { position: relative; bottom: 0; font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif; }
        .dock-container { position: relative; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjITcc36638RVbOq6J9G-hPVZs4SD1DWS0JCpxEWXV6rFIML8lbXueT206dynMuxT3uIZ9rUQ8-fLWmeQGlPHqVkE_aSLZiozOWy7sWVT6rZvRUqXMNOKP_fCH_RGVmVChSUXdTw9FAfazy/s1600/widget-bg-ind4u-blogspot-com.gif) no-repeat bottom center; height: 50px; padding: 20px 0 20px 0; }
        .dock-container .custom_images a { display: block;  position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; cursor: pointer; }
        .dock-container .custom_images span { background: rgba(0,0,0,.75); display: none; padding: 2px 8px; margin-left: 17px; font-size: 11px; color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
        .dock-container .custom_images img { border: 0; margin: 5px 0px 10px 0px; width: 100%; }
        </style>

      <div id="sharedock">
        <div id="dock">
        <div class="dock-container">

      <div class="addthis_toolbox">

       <div class="custom_images">

       <a class="addthis_button_facebook"><span>Facebook</span><img src="http://addthis.com/cms-content/images/gallery/aquaticus_facebook.png" alt="Share to Facebook" /></a>
        <a class="addthis_button_twitter"><span>Twitter</span><img src="http://addthis.com/cms-content/images/gallery/aquaticus_twitter.png" alt="Share to Twitter" /></a>
      <a class="addthis_button_myspace"><span>MySpace</span><img src="http://addthis.com/cms-content/images/gallery/aquaticus_myspace.png" alt="Share to MySpace" /></a>
      <a class="addthis_button_stumbleupon"><span>Stumble</span><img src="http://addthis.com/cms-content/images/gallery/aquaticus_stumbleupon.png" alt="Stumble It" /></a>
      <a class="addthis_button_reddit"><span>Reddit</span><img src="http://addthis.com/cms-content/images/gallery/aquaticus_reddit.png" alt="Share to Reddit" /></a>
      <a class="addthis_button_delicious"><span>Delicious</span><img src="http://addthis.com/cms-content/images/gallery/aquaticus_delicious.png" alt="Share to Delicious" /></a>
        <a class="addthis_button_more"><span>More...</span><img src="http://addthis.com/cms-content/images/gallery/addthis_64.png" alt="More..." /></a>
        </div>
        </div>
        </div>
        </div>
        </div>

        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript" src="http://addthis.com//cms-content/images/gallery/fisheye-iutil.min.js"></script>
        <script type="text/javascript">
        $(function () {
        // Dock initialize
        $('#dock').Fisheye(
        {
        maxWidth: 30,
        items: 'a',
        itemsText: 'span',
        container: '.dock-container',
        itemWidth: 50,
        proximity: 60,
        alignment : 'left',
        valign: 'bottom',
        halign : 'center'
        }
        );
        });
        </script>
      •  now click on Save and check you blog.