Posts

Showing posts with the label Blogging Tips and Tricks

How to Choose Your Blog Name

Image
Blogging is one of the Best approaches to Make Money Online.  Many of you contemplate Blogging however don't know how to get it started. Making a Blog is simple. So you have decided to start your own blog but you are confused about the name of your blog that how to choose it. A great blog title is must for any blog; Even a Blog with superb content can go down because of a poor title. There are numerous components that must be thought seriously about when selecting a Blog Title.There are many approaches for how to pick a blog name. Here are some best practices I distinguished: This article will help you Choose a Best Blog Name. Build Your Brand Your blog's name ought to help establish and reflect your site's brand. This methods it ought to set a certain tone for the site, which reflects the substance you want to convey, the type of blog you're composing and, hopefully, your personality. Consider it, the name is the first bit of substance a visitor sees on...

Why Choose Blogger for Website?

Image
Blogger is the main free and powerful substance administration stage yet despite getting the credit and acknowledge individuals dependably corrupt it for its drowsy and corroded conduct. Have you took a gander at blogger of late? 7 years back it had only 250,000 clients, however today it is the main stage which has more than 400 million clients. That is more than the whole populace of South America. Over the recent years, Blogger has advanced as an adaptable CMS stage. We have seen that numerous top businesses like Twitter is utilizing blogger stage to have their substance. It is not simply a standard a stage. It is a capable apparatus with strong peculiarities. We have gathered a couple of reasons that why you ought to utilize Blogger, What are its key peculiarities, And Why Blogger is superior to others. Why You Should Use Blogger? In my eyes the following reason to Chose the Blogger platform Blogger a Free-to-use Platform: Blogger is an open source stage, it differ...

What are the Blogger Limitations ?

Image
The vast majority of the individuals dependably want to pick blogger.com to give a solid begin to their blogging vocation. The truth of the matter is clear that first it is allowed to-utilize (no compelling reason to spend a solitary penny over obtaining space or facilitating) and second it is not difficult to utilize. The main value that you may pay for picking this FREE stage is that, it has heaps of restrictions. Tragically, Blogger.com has loads of limits which we will be examining in today's article (What are the restrictions of Blogger Account). Number of Blogs: You can make 100 separate blogs every account. Then again, in the limits that the breaking point gets surpassed then Google powers have the privilege to handicap your account as well as confine your right to gain entrance to your blogs. In this way, dependably remember that your blog list does not surpass the 100 imprint. Number of Posts: Luckily, there are no such breaking points for the quantity ...

Animated Flying Man Widget

Image
This is a amazing widget for blogger blog. The Blogger users use many type of different widget. Some users want to use effective and cool widgets. So, today I tell you amazing and cool widget Animated Flying android man widget for blogger How to add Animated Flying android man widget for blogger Step # 1: Go to your Blogger Dashboard > Layout > Add a Gedget Step # 2: Select the HTML/Javascript from the list Step # 3: copy the following code and paste in to the box <script type="text/javascript" src="http://makingdifferent.github.io/blogger-widgets/flying_android_man.js"\></script> <script type="text/javascript"> var twitterAccount = "username"; var tweetThisText = "tweettexts"; tripleflapInit(); </script><noscript><span style="font-size:11px;">Flying android man Widget By <a href="http://www.makingdifferent.com\">makingdifferent.com</a></...

Add A Different Background For Author Comments In Blogger's Threaded Comments

Image
In this tutorial we will learn how to highlight the author comments so that they will have a different background color, border, or anything that makes them stand out from the others. To achieve this, we need to add a code in the Blogger's template and to modify the style according to our preferences. blogger tricks, blogger comments   How to highlight author comments in Blogger: Step 1. Go to Template, click on Edit HTML blogger threaded comments, customize blogger comments Step 2. Click anywhere inside the code area and try to find - using CTRL + F keys - this tag: </body> Step 3. Just above it, paste the following code: <script src='http://code.jquery.com/jquery-latest.js'/> <script> $(function() { function highlight(){ $('.user.blog-author').closest('.comment-block') .css('border', '1px solid #FFA500') .css('background','#F1F1F2 url("http://www.blogblog.com/1kt/transparent/white8...

Automatically Resize Blogger Images To Fit Blog Post Area

Image
Blogger offers most of the tools you would need to add and resize Blogger images quick and easy. You can upload photos directly on the platform and even change the dimensions based on the type of content that you are attempting to produce. In order to do this, create a post and click on the small photo icon on the top toolbar next to the font style settings. A pop-up will show up on your screen asking you where you'd like to upload the image source. You have a choice between adding pictures from: Your local computer Previously uploaded images on the blog Picasa Web Albums An image URL upload blogger image Once you select the image that you want to use, you'll see four image sizes to choose from - small, medium, large, and x-large; it also gives you the option to determine the alignment. If you find that the four preset dimensions aren't providing the outcome you desire, there are easy ways to resize Blogger images to custom dimensions in order to fit your ...

Adding A Youtube Video In The Background Of A Blogger Blog

Some of you might have wondered how to put a video to play in the blog's background, so that instead of having just a color or an image, to have a video. We can do this thanks to the jQuery plugin Tubular that lets you use a YouTube video as a background of a web page. Although the result can be very original and attractive, I must say it has three drawbacks: they can not be silenced, if the video has ads, they will also appear, and it can slow the loading time of the blog, so if anyone wants to use it, may consider putting it only on special occasions, or on blogs that load very quickly. Also it can be done in HTML5, the problem with this method is that you need to load the video in 3 different formats (.mp4, .webm and .ovg) along with a picture for browsers that do not support them, so this YouTube option seems more practical to me, despite the drawbacks. Steps 1. The first step is to just above the </head> tag, this script: <script src='http://ajax.googl...

Add Masonry, Grid Layouts To Blogger Posts With CSS And Javascript

How a website's content is displayed can spell the difference between being popular and obscure. Anything that looks chaotic or hardly readable is never going to be anyone's favorite. This is why content must be displayed in an organized, easy to follow and straightforward manner. Nothing works better than a structured grid, in this case. Posts listed in grid view provide an excellent viewing experience for both the blogger or website owner and the visitors. This is especially true if the grid comes with images that would play with a person's visual inclination. What is great about grids is the seamless and smooth layout, complemented with a structured yet simple architecture. This makes it easier to navigate through a blog archive or product page. The style also enables a website owner to present posts in a more artistic and informative manner, without delving into the details. Suffice to say that a grid view demands creativity to be effortlessly mixed with functionalit...

Add keyboard Key Effect in Blogs Text In blogger

Image
For many of us the design and the template are the most important, making our readers be more interested and coming back to our blog. There's an HTML element meant for marking up keyboard keys named <kbd> which can be styled with CSS, so why not use it to make those elements look the keyboard keys? Thus, in this tutorial, I am going to show you how to create a keyboard keys effect with CSS. It doesn't require images so your blog will load faster. how to add keyboard keys with css in blogger How to Add Keyboard Keys to Blogger Step 1. From Blogger Dashboard, select your blog and go to Template > Edit HTML edit the html of blogger template Step 2. Click anywhere inside the code area, press the Ctrl + F keys and search for this piece of code: ]]></b:skin> Step 3: Just above ]]></b:skin> paste this CSS style: kbd{ border:1px solid gray; font-size:1.2em; box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444; -web...

Add Disqus Recent Comments Widget in Blogger

Image
Today, we will discuss a simple but valuable tutorial how to Add Disqus Recent Comments widget in blogger. Gadgets like these let readers think about the discussions going ahead at your blog, and in case you're genuinely active, it adds a decent impression. This gadget being referred to is well-scripted and the JavaScript is facilitated at Disqus so as to reduce the load time in your blog. Add Disqus Recent Comments Widget in Blogger Step # 1: Login to your account and go to Layout > Add a Gadget > HTML/Javascript Step # 2: Copy the following code and paste in tho the HTML/Javascript box <div id="RecentComments" class="dsq-widget"> <script type="text/javascript" src="http://yourdomian.disqus.com/recent_comments_widget.js?num_items=5&hide_mods=0&hide_avatars=0&avatar_size=32&excerpt_length=50"></script> </div> Step # 3: Now you replace the text in bold with your own domain name (yourdo...

Ways to Detect Invalid Ad Click in Adsense

Image
Checking your site's performance should not be ashore however a need. After all, how else will you know how to serve your group of onlookers better and gain new ones? On the off chance that you don't know how they get to you. What they do on your website and who they are? Google Analytics is a tool that does all that, yet despite is complexity, you account can be suspended for invalid activity. So, in this article, we learn ways to detect invalid activity in Google AdSense. Introduction and Explanation Clicks: number of times a visitor has clicked on your Ads CPC: Cost Per Click, what you get whenever a user clicks on your ads Page views: Refers to action the visitors takes of viewing a WebPages with an ad showing CTR: Click through rate, calculated as (Clicks x CPC) x 100 and given in percentage Ways to detect invalid activity in Google AdSense 1. You have CTR over 20%. The typical reach for CTR is 1% to 11%, yet anything over these tells Google that ther...

Back To Top Rocket Man Widget For Blogger

Image
Hello everybody, Today we learn a beautiful and amazing blogger widget Add Rocket Back to Top Widget for blogger blog. It is so helpful for visitor and most important for every blog because through this your visitors can go easily back to top. How to Add this Following these steps Step # 1: Login to your account and go to Template > Edit HTML Step # 2: Click Ctrl + F and search this </body> tag Step # 3: Copy the following code and paste after </body> tag <style>#rocketbacktotop{background: url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgR4xm2pLzrvEXilY8-RTafO26Azzpv4ziXHropM7VWxSPwVYENCeb8RuaDJTHNQfIf6odV0FJHSGZ3tjDbwPmdD7IcL54C1Sh_JRCOob9rrrcpC34EDxuEtL9ZPr5u3Q7bLlevN3CDat4/s1600/back-to-top-sprite-30224d9b.png&#39;) 0 0 no-repeat;height: 130px;width: 72px;padding:5px;position:fixed;bottom: 5px;right: 5px;cursor:pointer;    z-indez:1;}  #rocketbacktotop:hover{    background:url(https://bl...

How to Reduce Bounce Rate

Image
Most website pages proprietors go for the money rather than the quality of clicks that their page has received once they open up their Analytics control panel. However the nature of a single click that a website page gets is even more relevant than the number. Luckily, you can choose it easily through your bounce rate. Visitor’s data and crusade results are the secret purposes of attention while checking on site visitors utilizing an Analytics dashboard; then again, you must give the bounce equivalent care. But what's Bounce Rate? Bounce rate is an especially essential statistic for site administrators. It simply show the ratio of visitors that are leaving your site just in the wake of arriving. They simply look a page and after that "boom", they're gone! There are many reasons to reduce bounce rate. Some reasons are The visitor moved back clicking the Back button in their internet browser. The visitors terminated browsing. The visitor captivated on ...

Back to Top Widget For Blogger Gadget script

Image
Back to top of the post buttons is a button once clicked it will navigate the visitor to the top point of the page or post. It is essentially use for better scrolling, clients don't need to navigate using parchment bars they can utilize this button to reach to top without loss the time. Those bloggers who wishes to compose a long post or in the event that you have a video blog where you post many of pictures in the single post once more to the top point of the post button is exceptionally helpful for you. Just follow the following way to Add Back to Top of the Post Button in Blogger Blog. Login to your blog account and Go to Layout > Add a Gedget >HTML/Javascript Now copy the following code and paste into the box <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" > /*********************************************** * Scroll To Top ...

Different Background for Each post and Page Blogger

In this post you will see how you can add different backgrounds in any specific page or post of blogger, through this you give a new look and beautiful view. It is not difficult, if your knowledge is good in CSS. So, it’s very easy. How to Add Different Backgrounds In Blogger Post/Page Step # 1: Login to your Blogger Account and Go to Dashboard > Template > Edit HTML Step # 2: Click Ctrl + F open search bar and find </head> tag Step # 3: Copy and paste the following code, just above the </head> tag <b:if cond='data:blog.url == &quot;POST-OR-PAGE-URL&quot;'> <style> body { background-image: url(BACKGROUND-IMAGE-URL);background-position: center; background-repeat:repeat; background-attachment: fixed; } </style> </b:if> Note: Replace, POST-OR-PAGE-URL" with the specific page or post URL where you want to show desired background and do not forget to replace the "BACKGROUND-IMAGE-URL" with direct link of ...

Facebook Comment Widget

Image
Facebook has released many different plugins for blogs and websites. Presently Facebook developer's released "Facebook Comment Box". That is so amazing to making comments system on your blogger blog. With facebook comments box. Your bloggers visitors ready to comments on your blog posts and those post comments automatically share on their facebook comments wall. How to Add New Stylish Facebook comments Box To add this follow these instructions Step # 1: Go to your blogger account and go to Template > Edit HTML Step # 2: Click Ctrl + F and open search box and search the following code <data:post.body/>  Step # 3: Copy the following code and paste below of <data:post.body/> <div id='fb-root'/>     <script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>      <fb:comments expr:href='data:post.url' num_posts='5' width='500'/>  Step # 4: Replace 500 with your desired width box a...

Disable Mouse Right Click in your website

You are noted, that some sites don't permit their visitors to use right mouse click while pointer is in the blog. This method is helpful for the website or blog owner, who needs to minimize the possibilities of the content copying. Right click on any web browser is imperative element and we must use it with regards to duplicate or altering texts and so on. It's so important when it come to webmaster too. At the same time some people may use in a wrong way and you may need to make click right disabled on your blogger blog or website to secure you content, pictures links and so on. Following are the simple steps to Disable Right click in Blogger Blog. Step # 1: Login to your account and go to Layout > Add a Gadget Step # 2: Select the HTML/Javascript widget Step # 3: Copy the following code and paste into the HTML/Javascript widget box <script language="JavaScript"> <!-- //Disable right mouse click Script //By Maximus (maximus@nsimail.com) w...

Why your site is not Making any Money?

Image
The greater part of the bloggers on the internet does blogging to make some money and support their families. I read on a few forums people requesting help on the best way to build earning and why their blog is not earn money. So I thought to provide for a few tips to my fellows bloggers. I will talk about in detail why your blog is not earned and what remedies if you take to increase the income. Some reasons you can consider when your blog is not earn good money. You can compose these some reasons in a notepad file or some place in a note copy and so remember that you need to work with these points and increase your income with your blog. More Earning needs more traffic. Blog traffic is explained as the visitors received by blog. So the first thing you may be lacking with regards to is that your blog has not great number of visitors and that is the reason you are not making money. So, if your blog is having low traffic, you should to increase your traffic because this ...

Get Huge Traffice From Google Plus

Image
For all beginner bloggers how to get traffic from google plus. Google plus is one of the popular social media site similar to facebook and twitter. You can create google plus profile using your google account Here you can get lot of friends and followers for free. Simply you can connect with this world using google plus like other social media services. In google plus you can share your favorite topics with your followers and community members. So here is the way to get natural traffic to your new blogs. Basically many beginners getting low traffic from google when new blog is launched. So in this time you can try to increase your social media referral traffic for boost your blog traffic instantly. This will also bring you more daily visitors and your seo also will increases. Follow below steps for increase your blog traffic using google plus. The below tips are commonly used by most webmasters to drive traffic from google plus to a new blog. Also if you will get more social ...

Floating Facebook Like Box For Blogger

Image
Having a Floating Facebook Like Box can help get more Facebook likes and make it simpler for you to impart to your fans and get some attention. Social Media Play very important role to increase your website traffic. So, In this article we are discuss How to add floating Facebook like box widget for blogger. Step # 1: Login to your account and go to Layout > Add a Gadget Step # 2: Click on HTML/Javascript Step # 3: Copy the following code and paste in to the HTML/Javascript box <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"> </script> <script type="text/javascript"> //<!-- $(document).ready(function() {$(".floatinglikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);}); //--> </script> <style ...