'Shabby Blogs' is detected as a Malware site

Shabby Blogs, a well known website for Bloggers to design their blogs with backgrounds,buttons,tutorials and many more things has been blacklisted on Google.

Shabby Blogs http://shabbyblogs.com/ , has been suddenly blacklisted on Google for spreading malware. 'Shabby Blogs' has been a good source of designs for many blogger's.


But something happened strange, all Blogs and Websites using 'Shabby Blogs' elements started displaying warning message that if you proceed to the site your computer might catch virus.

I came to know about it in Blogger Help Forum in this thread, as i never used ShabbyBlogs add-on i don't exactly know how it's used. The ShabbyBlogs website is also displaying an warning message, so people can avoid visiting the site.

I am not sure what happened to ShabbyBlogs, had it been hacked ? Is it some internal errors from Google spam systems ? God knows.

But if you are using ShabbyBlogs add-ons on your blog remove it completely or Google will start display warning messages for your blog too.

I will update if i get more information on what's happening to ShabbyBlogs.

Displaying wrong Authorship in Google search results ?

One of the best feature 'Authorship markup' is obviously great for authors of blogs and websites, it takes some time to update in Google Search results but feels good when it do, it gives more accessibility for users to see the author of the blog. But the fun is ruined because of some errors that Google is facing.Let's talk
After the launch of Google+ thousands of people started verifying their authorship for their Blog to get a good display in the search results, it's very useful for SEO, at least people like to view sites that have authorship verified because it looks professional then. 


When i added the tags to verify my authorship, it took some days to properly show in the Google search results. It's feels very good to have some credits on the search results.

But a major issue has arisen, the first time i saw it was in Blogger Help Forum in this thread where a woman faced this issue and to get some help she posted the question on the forum. It feels awkward when someone else is credited for your work, wouldn't it ? The problem was not as easy to understand as i thought, the issue was very new to me and i didn't even knew what to do. But there are some points which you may remember and understand.
  1. There were no authorship markup tag to the incorrectly display author information Google account 
  2. When checked in Webmaster Rich Snippet tools it didn't showed any verified markup
  3. There was no link to the blog (which was displaying wrong author info.) in the 'About' section of the Google+ account that was appearing in the Google search of that blog. 
All these three points tells us that it's an error that is done by the Google system, because none of the people who owns the Blog, who is being appearing on a blog that they don't author.

I was not sure how to help with that question and was new to the problem, first of all i checked the blog's source code and i didn't find tag that cause any other Google account to show on the authorship information on the search results. Now i was confused myself, but thought about it for a minute and came up with solution that will work correctly.

The idea was to redirect your Google profile to make it appear on under your blog's search results. When someone's else profile is showing under your blog authorship info then why not your's will display when you add your markup tags ? 


You just need to know how to add Authorship markup to your Blogger Blog, i have also written it on the thread in a reply or just check this tutorial

Now check your your blog in Rich Snippet Testing tool if you did everything correct (adding authorship tag) then a demo preview will be display, but your blog will not show Authorship markup, as it takes some days for it to successfully appear in the search results. It took about 10 days or more for me.


Here how it looks when you implemented the authorship markup validation tags to your blogs HTML. Just remember to add a good looking photo of yours of 260px*260px it's ideal size picture to be displayed on Google search results.

But what if it's not even showing correctly in the Rich Snippet tools or you are facing other problems that don't seem to be fixed ? Then refer to these forums 



If you are sure that your problem is what we posted about and still no success, then please post these details in the Comments
  • Full Name
  • Blog Address
  • Search term where you see wrong authorship info.
  • Google+ account (if you have one)
That's it, we will try our best investigate your issue and help you.
 



         

Find Bloggers in your city or locality

This article will highlight how to find bloggers in your city or locality, it's a good thing to find bloggers in your city  that will create a good network of bloggers in your own city.

Have you ever thought of finding Bloggers in your city, imagine how fun it would be to meet other bloggers of your city. You will then create a good reputation in your city as a Blogger by having contacts with other bloggers of your locality. 


Blogger let's it users find other bloggers in your city or state very easily, we don't need to put much effort to find Bloggers in your city. It will be fun to find other blogs of similar interests.

Now i will explain how to do it. To find Bloggers you need to have your own Blogger Profile it should be fully filled with your Information such as Location, this is very important if you are going to search for Bloggers in your city.

How to search for Bloggers in your city

You can find Bloggers in Google search but it's very tough to find each and every bloggers. We will tell you a easy way to do that.

Go to your Blogger Profile, to do that you can easily log in to your Blogger Account here, on top right corner click on your name and hit Blogger Profile



This is my Blogger Profile http://www.blogger.com/profile/09720758850729600278. Now when you are on your Blogger Profile, scroll down you will see your City or location info. Click on your City to find Bloggers in your City, click on State to search for Bloggers in your State. Just like that you can do it for Country.
 

I am from Guwahati city and when i click on Guwahati, it will bring all the Bloggers that have Guwahati in their location. It brought all bloggers in Guwahati and i contacted some. Bloggers with latest activity will be shown first, that is how list of blogger appear there.



Good luck with finding Bloggers in your City. 

How to make an Animated header without Flash in Blogger

My blog's header is something that most of my readers asks 'how to make a header like that', this post is especially for them. You can use Flash to make a header animate but the problem is that flash makes website slower but with CSS it's too easy and comfortable, it's friendly with the page. Let's see how to make header like mines

This tutorial is for Blogger user, other's might use the CSS but remember to set the class at the right place.


The header on my has a good popularity and many readers wanted to know the key, how to make their header like this too, i said them wait for a post and now here it is. We will mainly work with CSS, as we have to only design the Header, HTML is already in the template.

The CSS we will use

To form an animation effect on hover, we have used the new CSS3 properties for better experience, CSS3 is a new version of CSS, with CSS3 it's not easy to create more attractive pages and designs and so as the header.


Actually there's two mode, one is that you can only set the effect for pages other than home-page. I will provide CSS for both the modes. You may only apply one CSS code block, adding all modes will cause errors.

No header Effect on Home Page - This CSS will make your header animated and designed only on post pages,pages, index pages etc. Your header will be default on Home Page.


.Header h1 a 
{
border-color:black !important;
text-decoration: none;
font-size: 70px;
font-family: consolas;
background-color: aliceblue ;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
padding: 20px 25px 20px 25px;
border-radius: 15px;
border-width: 16px;
border-bottom-right-radius: 76px;
border-top-left-radius: 76px;
color: black !important;
transition:background-color 1s,border-style 1s,border-top-style 1s,border-radius 1s,border-width 1s,border-bottom-right-radius 1s,border-top-left-radius 1s;
-webkit-transition:all 1s,border-color 1s ease-in-out;
-ms-transition:all 1s,border-color 1s ease-in-out;
-moz-transition:all 1s,border-color 1s ease-in-out;
-o-transition:all 1s,border-color 1s ease-in-out;
}

.Header h1 a:hover
{
color: white !important;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
border-width: 16px;
padding: 20px 25px 20px 25px;
border-radius: 15px;
border-bottom-left-radius: 76px;
border-top-right-radius: 76px;
background-color: Gainsboro !important;
border-color: Grey !important;
}

The CSS is long, but works great when applied to blog. Don't know where to add this CSS ? Click here to know how to add CSS in Blogger


If you are feeling to lazy to paste such big CSS, then you might use the hosted CSS file to get the CSS styles. To do that you have to paste an HTML tag inside your <head> tag, for blogger user Go to Blogger Dashboard > Template > Edit HTML > Proceed > Using CTRL+F search for </head> in the template and paste this link tag just above it.
 
<link rel='stylsheet' href='http://dl.dropbox.com/u/80435960/header-linkeffect.css' type='text/css'/>

And Save. It should look like this. 


 

Effect on header on all pages and home page - If you have tried the last CSS, then you have seen that it only works on post-pages and other pages other than homepage, this CSS is universal and applies the effect on homepage also. Let's overview the CSS.

/************************************************
Design taken from http://stramaxon.blogspot.com
Designed by : Deepak Kamat
************************************************/
.Header h1 a
{
border-color:black !important;
text-decoration: none;
font-size: 70px;
font-family: consolas;
background-color: aliceblue ;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
padding: 20px 25px 20px 25px;
border-radius: 15px;
border-width: 16px;
border-bottom-right-radius: 76px;
border-top-left-radius: 76px;
color: black !important;
transition:background-color 1s,border-style 1s,border-top-style 1s,border-radius 1s,border-width 1s,border-bottom-right-radius 1s,border-top-left-radius 1s;
-webkit-transition:all 1s,border-color 1s ease-in-out;
-ms-transition:all 1s,border-color 1s ease-in-out;
-moz-transition:all 1s,border-color 1s ease-in-out;
-o-transition:all 1s,border-color 1s ease-in-out;
}

.Header h1 a:hover
{
color: white !important;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
border-width: 16px;
padding: 20px 25px 20px 25px;
border-radius: 15px;
border-bottom-left-radius: 76px;
border-top-right-radius: 76px;
background-color: Gainsboro !important;
border-color: Grey !important;
}


/***********************************
Both Link and Non-link
***********************************/

.Header h1
{
cursor:default;
border-color:black !important;
text-decoration: none;
font-size: 70px;
font-family: consolas;
background-color: aliceblue ;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
padding: 20px 25px 20px 25px;
border-radius: 15px;
border-width: 16px;
border-bottom-right-radius: 76px;
border-top-left-radius: 76px;
color: black !important;
transition:background-color 1s,border-style 1s,border-top-style 1s,border-radius 1s,border-width 1s,border-bottom-right-radius 1s,border-top-left-radius 1s;
-webkit-transition:all 1s,border-color 1s ease-in-out;
-ms-transition:all 1s,border-color 1s ease-in-out;
-moz-transition:all 1s,border-color 1s ease-in-out;
-o-transition:all 1s,border-color 1s ease-in-out;
}

.Header h1:hover
{
color: white !important;
border-style: solid;
border-top-style: none;
border-bottom-style: none;
border-width: 16px;
padding: 20px 25px 20px 25px;
border-radius: 15px;
border-bottom-left-radius: 76px;
border-top-right-radius: 76px;
background-color: Gainsboro !important;
border-color: Grey !important;
}

How do i add this CSS in Blogger ?

If you think the CSS is very complicated and you don't just want to mess things up then you may try this. Adding this link tag inside your template's <head> then it will load the given CSS. This is an one line link tag.
For blogger user Go to Blogger Dashboard > Template > Edit HTML > Proceed > Using CTRL+F search for </head> in the template and paste this link tag just above it.


<link rel='stylsheet' href='http://dl.dropbox.com/u/80435960/header-effect.css' type='text/css'/> 

So now you know how to make a cool looking header like mine, hope you will share the post. 


Related Posts -

'Subscribe to this blog' gadget under every posts to get more readers

Bloggers today want more readers for their blog, even if you are getting traffic it's not important that you will get readers for sure, you have to create a stunning and good looking gadget that will suite your blog. This tutorial will teach you how to make one.



This tutorial is good for Bloggers who are not too tech savvy and works very less with HTML/CSS, the tutorial becomes more easy because you don't need to work with those complicated JavaScript codes.

Demo

The subscribe box will be rendered under posts, so that after reading article the visitor will love to join your blog via subscribing it. But before we start you need an feedburner account and a RSS feed of your blog.



We will edit the template code in the tutorial so if something went wrong you need a backup of your blog template -Backup your Template.

You need to make some changes in the HTML code, so that visitors are redirected to your feeds not mine, i will guide you how to and where to make those changes. So here's the HTML Code. 



<b:if cond='data:blog.pageType == "item"'>
<form class='feed-frm' action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=MyBlog', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<div class='get-sbs'>Subscribe to our Free Email newsletter</div>
<div class='inp-btntx'>
<p class='ent-emltx'>Enter your email address:</p>
<p class='inp-ares'><input class="sbscribe-eml" type="text" style="width:140px" name="email"/></p>
<input type="hidden" value="MyBlog" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input class="submit-btn" type="submit" value="Subscribe" />
</div>
<p class='fd-feedbrnr'>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p>
<div class='mdt-links'>
<div class='mdt-feed'><a href='http://stramaxon.blogspot.com/2012/05/subscribe-to-this-blog-gadget-under.html' target='blank'>Add this Gadget</a></div>
<div class='mdt-feed2'><a href='http://stramaxon.blogspot.com' target='blank'>Gadget by Deepak Kamat</a></div>
</div>
</form>
</b:if>


This is the HTML that has to be pasted in your template so that it will render a 'subscribe to feed' gadget under the Post entry, that will catch your visitors eye. 


Change the values

You have to change some values so that it will redirected the feed to your feed. Go to your feedburner account, you will see the list of your feeds, click on the feed name and then go to the Publicize tab. On left hand side you will see 'Email Subscription' click on it and you will get your own code, just copy the value, like here the value is 'Stramaxon', just like that you will change the HTML to redirect it to your's feed. See this edit

<b:if cond='data:blog.pageType == "item"'>
<form class='feed-frm' action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=MyBlog', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<div class='get-sbs'>Subscribe to our Free Email newsletter</div>
<div class='inp-btntx'>
<p class='ent-emltx'>Enter your email address:</p>
<p class='inp-ares'><input class="sbscribe-eml" type="text" style="width:140px" name="email"/></p>
<input type="hidden" value="MyBlog" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input class="submit-btn" type="submit" value="Subscribe" />
</div>
<p class='fd-feedbrnr'>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p>
<div class='mdt-links'>
<div class='mdt-feed'><a href='http://stramaxon.blogspot.com/2012/05/subscribe-to-this-blog-gadget-under.html' target='blank'>Add this Gadget</a></div>
<div class='mdt-feed2'><a href='http://stramaxon.blogspot.com' target='blank'>Gadget by Deepak Kamat</a></div>
</div>
</form>
</b:if>

In place of MyBlog (line 4 and line 11) in the code change it to your blog's feed name which is as follows http://feedburner.google.com/MyBlog the character in the link is your Feed Name, which is to be pasted in the HTML code, just replace the MyBlog with your feed name which you will find in the blog feed address. 

Paste the HTML

The HTMLs given above is just for making you understand what to do, so you know that you have to change several values so that visitors will be redirected to your feeds. 

<b:if cond='data:blog.pageType == "item"'>
<form class='feed-frm' action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=MyBlog', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<div class='get-sbs'>Subscribe to our Free Email newsletter</div>
<p>Enter your email address:</p>
<p><input class="sbscribe-eml" type="text" style="width:140px" name="email"/></p>
<input type="hidden" value="MyBlog" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input class="submit-btn" type="submit" value="Subscribe" />
<p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p>
<div class='mdt-feed'><a href='http://stramaxon.blogspot.com/2012/05/subscribe-to-this-blog-gadget-under.html' target='blank'>Add this Gadget</a></div>
</form>
</b:if>


Go to your Blogger Dashboard > Template > Edit HTML > Proceed > Expand Widgets Template > Now search for this line <div class='post-footer'> and paste the HTML given , just above <div class='post-footer'>



In the screenshot you can see, i have paste the HTML code just above the div element, placing the code here will render the feed subscription box at bottom of every posts.

We aren't done yet, we have just posted the HTML, but to make it look good we need some CSS that will do the job. So let's continue with the CSS.

You won't believe but the CSS is very lengthy, so i am hosting the CSS file, you have link it.



<link href='http://fonts.googleapis.com/css?family=Judson|Poiret+One|Sirin+Stencil|Oleo+Script|Felipa|Holtwood+One+SC|Italiana' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="http://dl.dropbox.com/u/80435960/gadget-subs.css"/>

Where to add this ? Easy, go to your Blogger Dashboard > Template > Edit HTML > Proceed > Now using browser's default search feature find </head> and paste the HTML link tag for CSS just above  </head>.
If you did it right, then the it will look like this.


 
After pasting the link tag lines, save template ! And you are done.

Thank you for using our gadget, now it's your, hope you will start getting more subscribers with this cool looking subscription box.

If you found any glitch or errors feel free to post comment. 

Blog posts showing twice on Blogger? Fix it

This short tutorial will show you how to solve the double posts issue that blogger user suffer, even i don't know why this happens probably double HTML of blog post in the template or some other errors. 

Some bloggers, not to tech savvy are disturbed of these errors caused by some weird template errors. It's not good to give your readers see the post two times, so if you are worried about the double post issue and want to solve it now, then you might follow the steps.

Kept this blog post short so that blogger user can easily resolve this issue. Follow the step by step instruction which has been given for your ease. 



We will use CSS to solve the issue, you can also resolve the issue by deleting the source HTML in the template code but it's complicated and you won't understand it.

1. First of all copy this very small CSS


#Blog2
{
visibility:hidden;
display:none !important;
}

2. Now Go to Blogger Dashboard > Template > Customize > Advanced > Add CSS 
3. On the right input area paste the CSS given above and Apply to Blog


Now reload your blog and then check, if you did everything right then it will disappear but even after you done everything and it doesn't go then clear your cookies and then reload your blog.

If you think your issue is not going to be solved by this solution, then please comment with your blog address.  

Remove shadows from content outer in Blogger Default Template

If you are using the simple template or default template provided by Blogger, you will see shadows on content outer, some people likes it and some wants to remove it, so this tutorial is for those who don't want the shadows. 


You will see the shadows on default template by Blogger, if you are using some light and clean background then the shadows will look awkward and you will want to remove it. For your ease i am posting this tutorial.

See the difference between template with shadow and without.

Before
remove shadows from outer content simple template


After
removed shadows how to


There are two ways to remove the shadows, one is to write/add a CSS to your template that will overwrite the existing codes that is rendering the shadows and other is removing the code directly. I prefer removing the code directly, if you overwrite (as found on much tutorials) , you won't be able to style it again. 

This tutorial will require you to make changes to your template, so before your proceed please backup your template.

Let's start, go to your Blogger Dashboard > Template > Edit HTML > Proceed > Now hit CTRL+F and search for this line in the template code. Inserting the first line will bring up the whole CSS code block.


.content-outer {
-moz-box-shadow: 0 0 $(content.shadow.spread) rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 $(content.shadow.spread.webkit) rgba(0, 0, 0, .15);
-goog-ms-box-shadow: 0 0 $(content.shadow.spread.ie) #333333;
box-shadow: 0 0 $(content.shadow.spread) rgba(0, 0, 0, .15);
margin-bottom: 1px;
}

Once you find the line, select it 


css remove shadows from template simple blogger

Delete the line and hit on Save Template

Hope it helps you but remember that it's now important for this trick to work on your own custom template, if you want to get solution for your own template then please comment with your blog address. 


Post Customization is back in Blogger Help forum

The new Blogger help forum first gave a full customization options for members to customize their reply, but after few days, they discontinued it, don't know why. But it's back now.

I am happy that the customization options are back for all, because in Blogger Help forum we need more than just plain text, without the Code option in customization it's very difficult to highlight any codes posted.

Hope that these options will remain there for everyone so that we can communicate in the forum more efficiently. 




 

Now it will be fun to work in the forum to help blogger users with their problems.

- Thank you

Apply CSS only on Post Page, Archive page or only a specific page on Blogger

This tutorial will help you learn how to render a CSS only on post pages or homepage, this is helpful if you want different design for home-page and post pages. 

Blogger is a blogging platform that gives it users a simple and easy interface to work,but it's not simple as it looks, there are many things you can do with Blogger. Have you ever imagined having different designs on home page and post pages, that's possible.

There are many reasons you want to have different designs on homepage and post pages, like some of my stand alone page like 'About me' page don't show header, because I have add the CSS in page editor in HTML mode to hide it, this should be done when you want a CSS style only on one specific page.

But what if you want all post pages to render some CSS but not the homepage ? If you have ever searched for 'show gadgets on homepage only' etc. You might have found an way to display a gadget only on homepage or post pages, but what about CSS ? How to render it only a post page or homepage. 


It's very easy we will use Blogger's conditional tags.  

Not only HTML but you can also wrap CSS around these tags, so it only renders homepage or post-page, or anywhere you define. 

Let's say if you want to hide header on the post pages, then we will do this. Go to Blogger Dashboard > Template > Edit HTML > Now find </head> and i will put this CSS. 


<style type="text/css">
header
{display:none !important;}
</style>

Now this is not appropriate if you want it to only render on  post pages, we haven't added the conditional tags yet. The following HTML and CSS will hide the header on post pages.  

<b:if cond='data:blog.pageType == "item"'>
<style type="text/css">
header
{display:none !important;}
</style>
</b:if>

You can see that I added the conditional around the CSS, this will render the CSS only on Post Page. 

You just have to put those conditional tags around the CSS or you can also put it around a HTML to display it on post page or Homepage.

Display an element or CSS only on post pages

This conditional tag will show the HTML/CSS  or any code only on post pages. The use of these conditional tag has been written above. 

<b:if cond='data:blog.pageType == "item"'>
<style type='text/css'>
div {
width:10px;
height:10px;
color:black;
font-size:5px;
}
</style>
</b:if>

The first and the last line of this code is the condition tag which decides whether code should wrapped inside it should be loaded or not.  Wrapping any code inside this particular condition tag will load the code only pages that are of type "item" i.e post pages.

Display an HTML or CSS only on HomePage

Now this tag will help you render a CSS code only on homepage. Just remember to wrap the CSS rules in a <style> tag before adding it inside the conditional tag. 

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<style type='text/css'>
div {
width:10px;
height:10px;
color:black;
font-size:5px;
}
</style>
</b:if>

The only change in the conditional tag here is 'data:blog.url == data:blog.homepageUrl' this simply means if the blog URL (which is the current page URL) is equal to the homepage URL then load the stuff inside it.

What is you want it only for a specific link on blog ?

But sometimes you may want to load or render a code only on a specific page or a URL on your page. It can also be achieved with blogger's conditional tag, here the condition attribute is a bit different as it compares for the blog URL.

<b:if cond='data:blog.url == "POST-URL-GOES-HERE"> 
<style type='text/css'>
div {
width:10px;
height:10px;
color:black;
font-size:5px;
}
</style>
</b:if>

Replace PUT-THE-POST-URL-HERE with the URL of the page you want the code to render on. Example :

<b:if cond='data:blog.url == "stramaxon.blogspot.com/2012/05/earn-money-online-by-writing.html"> 
<style type='text/css'>
div {
width:10px;
height:10px;
color:black;
font-size:5px;
}
</style>
</b:if>

Or just on the Static Pages

Or if you plan to load a code on just static pages and then this conditional tag is for you.

<b:if cond='data:blog.pageType == "static_page"> 
<style type='text/css'>
div {
width:10px;
height:10px;
color:black;
font-size:5px;
}
</style>
</b:if>

How does this works?

These are nothing more than conditional statements that checks for a condition and if it is true then performs the task given to it and in our case it's just parsing code.

<b:if cond='data:blog.pageType == "static_page"> 

Understanding this is not necessary but it can be helpful if you plan to try out more conditional things in blogger (and it's fun to experiment with these designs). In the above code the snippet between the double quotes after cond is the thing that the parser on the server reads.

Each of the page on your blog holds data for itself, data like what type of page it is, what is its URL etc. So this variable data:blog.pageType will output the type of the page. And then using the comparision operator == we compare the value of  data:blog.pageType with static_page and if it matches the parser simply includes the code inside that particular conditional tag and is sent to the client (browser).

Earn money online by writing

Today internet is a huge medium for many people to earn money online, and today i will highlight one of the easiest way to earn money online, writing!

Many people today earn money online and everyone is allowed to earn money online if they have talent and knowledge. There are yet many other ways to earn money online other than writing such as cyber-squatting (crime) and other spamming ideas, which is not good, earning money with your talent is always good and you gain reputation.

Most people with good knowledge of their fields writes about it on their blog, people with similar interest reads it and enjoys, and the advertisement displayed on their blogs/website make them earn money. If you are good in something, then you might write blogs on it.

But the problem is you have to wait and keep patience as it needs contents on your blog to be able to earn more online, it would take time for you and your blog attract readers, so it's good way but not suitable for people who want fast money.

iWriter.com is a something that you are looking for, it's based on content writing. iWriter will let you make money just for writing about a specific topic, you are not free to write content on your own topic, other people who wants articles for their blog or website offer other writers on iWriter to write for them, if you write something that the Client loved and want it on their website or blog etc. you will be paid money for it, even if you write 10 articles perday and 5 got approved then you are in good profit. Along with this you can earn money also by starting a blog on side and also write on iWriter. 

The art of writing in very precious and even if you have full knowledge about something but you will need the art of writing, so you have to work hard on it also. If you think you are good then don't just let you talent go wasted, use it.

You get paid only for what you deserve so hardwork is the most important thing, people won't just give money to someone for what they don't deserve even you, yet many people ask me 'how to earn money' online and i answer them 'with hardwork and patience' whatever you do or write like a fashion blog, tech blog or etc. you have to put your hardwork into it to get the fruit. You have to take time to learn about it and then write something.

 

Place an Admin tag next to your disqus comments

Disqus is the best comment service for blogs and websites, it's free and anyone can use it, today I am going to show you how to create an Admin tag on your comments on your website to make your comments different from others. 

It's great to highlight yourself in comments forum, that you are the admin of this blog or website, then people can easily understand that you are the admin. So this tutorial is for them who wants this Admin tag.


Don't worry, to achieve this you don't need to be an expert, all you need is active disqus comment form on your blog or website. Fortunately, moderator's comments are classed little different in disqus, so it was not difficult to create a effect like this.


See the difference between, with the style and the normal one.
Before
disqus admin design moderator
After
disqus designs for author admin moderator comments

Now you can see the difference, now the comment is looking unique and visitors would sure read the comment as the comment is highlighted , so let's do it.

I have prepared two styles that you will like, although you don't need to change the styles as it's looking great with what it is, simple is better, but if you prefer you can make changes as per your needs.

We have used CSS :after selector to put string into it, so we don't have to do anything with the HTML, CSS will do it all on it's own. Here's the CSS code for the effect shown in picture above.


.dsq-moderator .dsq-commenter-name:after
{
/******************************
From Stramaxon.blogspot.com
Designed by Deepak Kamat
*******************************/
content:" Admin";
font-size:10px;
bottom:5px;
position:relative;
font-weight:normal;
padding-right:5px;
text-transform:uppercase;
color:black;
}
.dsq-moderator .dsq-comment-header {
/********************************
This CSS is for color highlight
of your comment header
*********************************/
background-color: aliceBlue; /* Change the color to fir your needs */
border: 1px solid grey; /* You can change the values here too */
}

You can place this CSS at two places, there's two options for you, one is to put in your Blogger's CSS or other is to apply it on disqus settings. 


To add the code in blogger CSS : Blogger Dashboard > Template > Customize > Advanced > Add CSS > In the right input area, paste the CSS and Apply to blog.
- How to add CSS to blogger blogs

Add on disqus site : Log in to your Disqus account, when you are on Dashboard, select your website on the left pane > Now click on Settings tab on top right corner > Select the Appearance tab > Scroll down and at bottom end you will see Custom CSS you can paste the CSS there also. > Save Changes.


More style


If you want a little different style and want to highlight the admin tag more then you might use this CSS, this is also very simple looking and that's good, keep it as simple as possible. Fancy colors will ruin the style.

So here's the CSS for your new style.If you add this style, remember to discard the style i have given above or it will create problems and will look buggy.
  
.dsq-moderator .dsq-commenter-bio:after
{

/******************************
From Stramaxon.blogspot.com
Designed by Deepak Kamat
*******************************/
content:" {Admin}";
font-size:20px;
position:relative;
font-weight:normal;
padding-right:5px;
text-transform:uppercase;
color:black;
left:140px;
letter-spacing:15px;
font-family:"Sorts Mill Goudy";
text-shadow:1px 2px 1px white;
}
.dsq-moderator .dsq-comment-header {

/********************************
This CSS is for color highlight
of your comment header
*********************************/
background-color: aliceBlue; /* Change the color to fir your needs */
border: 1px solid grey; /* You can change the values here too */
}

This CSS will render this :

Hope you liked this post, for free subscription to our blog click here 

More for you to read :

Using small picture background for better Experience

Most of new bloggers use big pictures for their thumbnail to illustrate their blog, the blog looks quite good but the main problem is loading time, even delay of micro seconds may cause low pagrank, speed matters alot in Pagerank. So read this to know how to prevent this.  

Many new bloggers don't know the value of fast load speed of their blog, and without knowing anything about it they use big pictures for their blog background, i know design is important, but having pictures as background that will take time to load might make your load slow and also make it look unprofessional.


Blogger's custom option gives you option for a large variety of pics that you can set as your background at the spot, but there's also option for you to upload your own picture for the blog background. If you use pictures from blogger's gallery then you and your visitors have to suffer  
slow loading time, that no one likes. If you see my background picture on this blog, you can see that i have only used a 127*127 picture that's only 8kb in size, which will load in seconds, but if i choose a big picture it would have taken some time to first load the background. 


For this post i have prepared some good background pictures that you would like to apply on your blog or website. 



These photos are all for you, if you request me to make a background to fit your needs please feel free to drop your comments. I would like to design a background for you. 


To tell the world that we are with you, use our 'Link to us' code on the right sidebar to connect with us publicly. 

Making Custom Templates for Bloggers

There are many peoples who ask me to post a guide on making Custom Templates for blogger, but i never answered them, so this is the post that will help them through it.


Is it easy ? Can i make ?

It's not easy at all, if you don't have knowledge about HTML,XML,JavaScript and CSS then it's next to impossible for you to make a custom template. It needs a lot of hardwork and you have to put your day in it to achieve it, if you don't know those web languages then first you have to learn about it,even if you learn basic of these languages you can achieve what you want. You will find million of resources from where you can learn HTML, JavaScript, CSS etc. but all you have to do is keep patience, because you can't learn these in 1 day, do a part every day and in month you can make your own CSS designs etc.

Using Inspect Element : Whenever applying CSS to your blog or website remember to test it once in Inspect Element, inspect element is not a external plugin, you will find it in chrome easily, right click on a blank area on your browser window and then select Inspect element from the list.


W3Schools : If you just want to learn the basics of CSS and HTML, you can get to learn and know more about it in W3schools.com, they provide good tutorials with examples of each feature of any language. 

Learn what other websites do : With the inspect element feature, you can also check what other websites are using, what CSS and HTML are they using to make particular element on their site, this might help you to learn more and apply it to your blog also. Wherever you get knowledge, don't let it go.

There are many things you will learn with experience, experiment with blogger and websites and you will find yourself as a rising web designer.

*Most blogger's can't afford that much time designing their website, but want to make their blog as they want, so if you want to design your blog or website, just hire me.