Showing posts with label Hosting. Show all posts
Showing posts with label Hosting. Show all posts

HTML Java Script For Social Sharing Button


So friends today I will introduced a set of subscribe buttons that you can use in your blogger or wordpress platforms weblog without any type of issue, so you just need to add some set of requirements and you will be prepared for displaying your social link with these glossy icons. So now these icons consist of no JavaScript for float cruising impact but it’s the miracle of the CSS so it will not take whenever for running out these ones.

The guidelines offered below are for blogger blogs but these works in wordpress platforms so you can insert the CSS in one position and value in another as you normally do with all your devices. So I will not display any instruction’s for wordpress platforms weblogs.

  • Go to Blogger > Template > Edit HTML.
  • Press Ctrl + F and look for for ]]> and paste below CSS above it.

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}
.bubblewrap li{
display:inline;
width: 60px;
height:60px;
}
.bubblewrap li img{
width: 50px; /* width of each image.*/
height: 50px; /* height of each image.*/
border:0;
margin-right: 4px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}
.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}

  • Now just save template.
  • Now navigate to Blogger > Layout > Add Gadget.
  • Choose HTML/JavaScript and add below value into it.

<ul class="bubblewrap">
<li><a href="https://plus.google.com/u/0/xxxxxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3LKL8OSVb8Virht6zRmhxTrUR-Ek00o7kZLlw3CyfGUow3a0CcAEeRBZ7NetGqFaNBJDYhyphenhyphenCJrkXSuQ0c_v2Pt5Ywpp3EflGzgWTAjoRM1weKJJ9CoC7x4mDtea4zmsGnQjoGRdsai3c/s1600/bloggertrix-google-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.facebook.com/xxxxxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcsb6lbqKRrbFFBW9C3H8K7vw3zTP4KG6NQ1IdssbGsCJ6F6U72wQBeJRRQ88c7orc7tLNbw069CyfW7ZO7ckhFPZOGaHylIWxPf44oHIoNjhDjLgbHq4OB-2ZhR97YPVm0jF_8u5RYV8/s1600/bloggertrix-facebook-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.digg.com/xxxxxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVE6VkQ_EIPXuYVC9czDKQgZCWz9h1QUbz3dKWtBBEUSRdtnIqnpgdhP1Bgs7Vs4dV-oKwm6CrokF_AbF0fM718dGiM4jBW5K2gtA0Ijh8DM0WHMYbTKNXiwp-uzpbAepKcds2caoqGw8/s1600/bloggertrix-digg-icon.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/xxxxxxxxxxxxxx" target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjygQ9_AgnrG1_8T6tHebuH5xTfBrmdk4twXdemN-wrdctj8QDI9ihR_HPKF8bIarZ8M8ol0ZpjYgRInY6JjN4FqYPyhefagp4M8JczM7HQZivlsKEiYg_3qCexa4C9nuodo3-_Pnq0uPc/s1600/bloggertrix-twitter-icon.png" title="Add to Twitter" /></a></li>
<li><a href=http://feeds.feedburner.com/xxxxxxxxxxxxxx target='_blank' rel='nofollow'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijAzbHDFk1Pv6-CAAULTmK0pznuwIgX9hosgBA77DbOQlsOGT38fU9BstUgyBaCM4cK4eLu_VNcms5C6mly5-ga-j0cm-619Mzo4_vWul-jGtLfwNBCQHnMB3dhjkGZH4Ixubirs8ZdXY/s1600/bloggertrix-rss-icon.png" title="Add RSS Feed" /></a></li>
</ul>


  • Now just modify the red xxxxxxxxxxxxxx with your own personal website usernames, that is it now appreciate people have fun using these discussing control buttons.

How To Auto Arranged Your Blogger Photos Into Full Size


Post design is always the significant key to great viewers, how you add written text, pictures and video clips to your content really issues, their dimension, shades and everything relies on your imagination. So the one factor you can do is to get your pictures in high excellent so that when ever a personal comes to analysis your content he should be meets with you post design so I have posted on how you can create your picture fit to your blog’s dimension using CSS, so using this css technique you can instantly create every picture fir in your blog’s dimension so if the picture is too large than your blog’s dimension it will be still kept in the advantage while keeping its overall measurements.

But many persons asked for me that if I can offer them with some program that can instantly create every picture fit to weblog dimension even if its little dimension and size, well I just discovered a program that can do exactly what you are looking for out. With this program included to your website every newest and mature content pictures will get 100% weblogs dimension that indicates automated picture resizing to the advantage, so if you have some small pictures then they will also get extended to the 100% + every picture will get caption in their bottom with the alt written text you will add in them.

  • Open Blogger > Template > Edit HTML
  • Now press CTRL + F and find for and paste below code above it.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>//<![CDATA[ $(document).ready(function(){ var areawidth = $('#Blog1').width();

//$('.sidebar').find('.clear').each(function(n, layer){ //var layer = $(layer);
//if (layer.css('clear') == "both") layer.css('clear','none');
//});
$('#Blog1').find('div').each(function(n, layer){ var layer = $(layer);
if (layer.css('clear') == "both") layer.css('clear','none');
});

$('.post-body').find('img').each(function(n, image){ var image = $(image);
alt = image.attr('alt');
id = image.index();
imageAltId = 'imagealt'+n;
var originalWidth = image.width();
var originalHeight = image.height();
image.attr({src : image.attr('src').replace(/s\B\d{3,4}/,'s' + 1200)});
image.attr('width',areawidth);
//var newHeight = (originalHeight/originalWidth * areawidth).toFixed(0);
image.attr('height','auto');
image.css('height','auto').css('float','none').css('margin','0');
image.parent().css('margin-left',0).css('margin-right',0).css('margin-top',0).css('margin-bottom',0);
image.parent().addClass('postImage');
image.parent().parent().css('clear','none');
if (alt) {
image.after($('<div>').css('padding','5px 5px 8px 5px').css('background-color','#ffffff').css('opacity','0.6').css('filter','alpha(opacity=60)').attr('id',imageAltId).text(alt));
var divHeight = $('#'+imageAltId).height() + 13;
$('#'+imageAltId).css('margin-top','-'+divHeight+'px');
}
});

});

// the following values are in milliseconds
var speedOut = 2200;
var speedIn = 2200;
var pauseShow = 6000;

function goSlideshow(imageDestination, captionDestination, picasaEmail, picasaAlbum, picasaResults, picasaDimension){
var url = 'http://picasaweb.google.com/data/feed/api/user/' + picasaEmail + '/album/' + picasaAlbum + '?kind=photo&imgmax=' + picasaDimension + '&max-results=' + picasaResults + '&alt=json';
($.getJSON(url, 'callback=?')).success(function(data){
var slides = new Array();
var captions = new Array();
var heights = new Array();
var widths = new Array();

$(data.feed.entry).each(function(i, entry){
slides[i] = entry.content.src;
captions[i] = entry.summary.$t;
heights[i] = entry.gphoto$height.$t;
widths[i] = entry.gphoto$width.$t;
});

if(slides){
var urlValue = 'url(' + slides[0] + ')';
if (heights[0] > widths[0]){
$(imageDestination).css('background-size','auto 100%');
} else $(imageDestination).css('background-size','100% auto');
$(captionDestination).text(captions[0]);
$(imageDestination).css('background-image',urlValue);
var counter = 1;

window.setInterval(function(){
if (counter >= slides.length) counter = 0;
$(imageDestination).fadeOut(speedOut,function(){
var urlValue = 'url(' + slides[counter] + ')';
$(imageDestination).css('background-image',urlValue);
$(captionDestination).text(captions[counter]);
if (heights[counter] > widths[counter]){
$(imageDestination).css('background-size','auto 100%');
} else $(imageDestination).css('background-size','100% auto');
$(imageDestination).fadeIn(speedIn);
counter++;
}
);
},pauseShow);
}
}).error(function(data){
console.log('error getting feed data');
});
}
//]]></script>


  • Now if you have the red range revealing the jquery already in your website than there is no need to add it again so you can eliminate that range and then Preserve the Design.
  • Now renew your website and see that every picture in your websites will be resized to complete blog’s dimension even if it is little in dimension.

REMEMBER Using this program on your blogger weblog can create your picture unclear as resizing them looses their overall excellent but still if you need to re-size every picture in your website to 100% that this is the greatest remedy.

Top Paying Adsense Keywords


As the importance of blogging is increasing, there are many people searching for the following queries
  • Best google adsense keywords that pay high
  • Top paying google adsense niches
  • List of google adsense categories that pay high
Even I used to search for these concerns in my beginning times of blogging. So I thought of sharing the list of high paid niches for Google Adsense. The record is completely based on my experience in Writing a blog & Adsense as well as few guidelines from other blog owners.

Adsense Keywords:

  1. Health: Weigh Loss & Fitness, Anti-aging, Cancer, Dentistry and Orthodontics
  2. Insurance: Car and auto insurance, Health and Medical Insurance
  3. Computers and Internet: Computer Hardware, Computer Repairs, PC and Internet Security, Dedicated Hosting, ISP and Networking, Online Degree, SEO software and tools, Web Development, Stock Broking
  4. Banking and Finance: Loans and Mortgage, Credit and Finance, Debt consolidation
  5. Legal representation: Searches for attorney increased the bidding rate for this niche
  6. Digital Photography: digital photography schools, certificate, digital photography education, Careers in photography
  7. Psychotherapy: We can include this category in health, but i think it is best to treat this as a different niche as it gives more adsense revenue as a separate site.
  8. Real Estate: A damn good niche for getting good adsense income. Google pays nice price for clicks on these Real Estate related ads.
  9. Consumer Electronics: Gadgets, Mobiles and many other Electronic devices
  10. Antiques and Collectibles: Another good niche to choose for getting high adsense income.
  11. Dating: There are Lots of lonely hearts out there and the online dating sites are willing to pay more money to find them.

I know what you're thinking now! Start weblogs in all keyword and get huge sum of cash from Google Adsense! Right?

That's really a wrong idea. If you do so, you'll definitely feel bored of blogging in a few times. Only select the market that passions you. It is always advisable to blog on your passions rather than writing just for cash. Because, you can create valuable and excellent material if the topic you select is of your interest. Or-Else you have to suffer from low excellent material which in turn impacts your visitors as well as the earnings from Adsense.

So, my advice is select a market that passions you, Write Quality Content, Boost your web page for Search Engines using SEO and then growth.. Your web page will get great compensated ads thus leading to excellent Adsense Revenue.

Top Five Domain Register


A domain name is the magic that turns a raw IP address like 69.60.7.199 into a understandable text like ScienceVilla.com. Here's a look at five of the most popular domain name registrars that help you sign-up and handle your websites.

In this week we survey for top five domain register and now we found the five most popular domain register. For the benefit of developing a guideline for comparison, we've noted the cost of a one season .COM registration at each domain registrar beside their name. We'd urge to study the terms and conditions at each domain registrar, however, because saving $3 on a registration isn't much of a savings if you miss out on useful additional functions (like free domain vehicle parking, e-mail sending, etc.) the slightly more expensive domain registrar provides.

Namecheap @ $9.98 per Year:


Domain registration at Namecheap is economical, as their name implies, but Namecheap hasn't designed a name for itself just by providing the absolute most affordable offers in town. Namecheap's reputation sets on fantastic client support and value-added offers. You get solid client support, free email and URL forwarding, free and personalized domain vehicle parking, free domain transfers, powerful DNS solutions if you want to redirect a domain to your home server, and more. You can jump right to their pricing schedule or read more about their free features.

1&1 @ $4.99 per Year:


All 1&1 domain users consist of a easy five-page starter website (consider it a "super" domain vehicle parking package), an email consideration with 2GB of storage space, and free individual domain registration to shield your private information. 1&1 also provides free domain transfer. You can view their pricing schedule or read more about their domain offers.

Go Daddy @ $11.99 per Year:


Go Daddy has designed a usage by providing cheap program provides (combining domain registration and web hosting) as well as frequent deals on domain registration. Go Daddy users consist of what amounts to a free mini-hosting plan. You get a five-page web site depending on one of their templates, a scrapbook, blogging tools, and an email consideration with 1GB of storage space. Although Go Daddy doesn't provide free individual registration, if you sign-up five or more websites, it's free for all of them. Read more about their pricing schedule and extras.

Name @ $9.99 per Year:


Name.com goes beyond easy domain name searches and provides alternative suggestions including websites that are currently held but up for public auction. While the majority of us are looking to sign-up websites at low costs and quickly, it's good to know that the domain other solutions would simply flag as "Unavailable" is actually up for public auction. Name.com also has a assistance called Domain Grabber. If you really want a domain but it's not available, you can pay Name.com (typically between $20-50) to pounce on the domain should it become available. If easy domain registration is all you need, however, you can read more about their pricing schedule.

Gandi @ €12/$16.85 per Year:


Gandi's mission as a domain registrar and host is to provide clean, easy, no bullshit service assistance. Every registration includes two free SiteMaker pages, one free DotClear2 blog, individual domain registration, a free 1-year SSL certificate, and a individual email. If you handle a huge number of websites, Gandi also provides a user-friendly dashboard with tag-based organization and search. Research more about their price schedule and free features.

Do You Want To Start Web Hosting?


If you are starting a web page the first thing you should do is look for a hosting company.If you choose the right hosting company it will not only save you from upcoming issues but it is also valuable for SEO of your web page.There are too many hosting company available in the market and many of them will give you bogus guarantees like endless information ,connections ,space etc.But as your web page start getting reasonable visitors they will ask you to update your web hosting programs as they cannot assistance that much visitors under your present strategy. Then most of us have no other choice but have to update the web hosting strategy as going the web page to new hosting is not simple.Moreovere there is no assurance that the new hosting will not play the same techniques.So best web hosting can be really difficult.

Each web hosting usually provides three types of web hosting services

  1. Shared Hosting
  2. Dedicated Hosting server 
  3. Virtual Devoted Hosting server or Exclusive Personal Servers

Shared Hosting:-.
In web hosting same server is distributed by several sites and the sources (bandwidth,space,connections) are restricted.Most of the companies do not assurance powerful in web hosting. It is suggested for new webmasters

Dedicated Hosting server Hosting:-
In dedicated server web web hosting you will have your individual server.It is suggested if your own a community (20-30 blogs),high information web page (like loading sites,image hosting) or if you want to run innovative applications on your server.Dedicated hosts guarantee you look efficiency and great stability.

Virtual Hosting :-
In virtual dedicated hosts there will be many clients on the same server (like distributed hosting) but you will be given individual comfort and sources (like dedicated hosting)

While choosing a any web hosting Plan you will have to choose between Windows Hosting or A linux Hosting

Windows Web Hosting:-
The greatest benefits of windows web web hosting is that you can run Ms applications such as Accessibility and MS SQL directories.If you are a designer then you can also use Ms development technological innovation like Effective Hosting server Webpages (ASP), Visible Primary Programs, MS Catalog Server

Linux Web Hosting:-
Linux web web hosting is less expensive than windows web hosting and it is also known for high-speed and less regular accidents.But you cannot run Ms applications on your A linux systemunix hosting
So choose your web hosting strategy as well as hosting company smartly as it will benefit you in the long run.