Ads 468x60px

Featured Posts

Wednesday, June 27, 2012

Send Anonymous E-mail

From this program. You are free to send "ANONYMOUS" e-mail.
Anonymous e-mail means you can send e-mail anonymously by filling-up the form in the program and put a valid/real email address in the first textbox so you can try it by sending an e-mail to yourself and checking it in your inbox. You can put any e-mail address in the From: textbox like admin@godknowsjhomz.com or etc.

Hope you like my Anonymous E-mail Program.

Here is the result of Virus Total for my program.
Results




Click Here To Download It.

Thursday, June 14, 2012

How Google Penguin Update Will Affect Your Blog ?



What is Penguin Update


Simply put, the Penguin update aims at identifying sites and blogs which use malpractices such as keyword stuffing and link spamming. The idea is to encourage bloggers to adopt white hat SEO techniques in order to build high-quality blogs with appealing visuals and stellar content.

At the same time, the Penguin update is likely to catch you in a net if you adopt black hat SEO techniques to promote your blog. Google says the Penguin update is an effort to detect ‘stuff in the middle’.

How does it affect you?

In general, if you follow Google’s quality guidelines, the Penguin update should cause no harm to your blog. However, if you actively pursue any of the following practices, there’s a good chance that your blog will be classified as ‘Spam’ by Penguin sooner than later.


  • Linking to unsafe & dangerous sites
  • Linking to low quality blogs
  • Backlinking to sources offering poor quality content
  • Linking to spam comments


In general, you should always link to trusted sites and blogs offering high-quality content.


Penguin Update classified my blog as Spam, what should I do?

Google admits that the Penguin update isn’t perfect and there may false positives. If you believe your blog has been unduly penalized by the Penguin update, Google recommends you fill this form and submit a spam report. Make sure to put the word ‘Penguin’ in your report. Once Google receives this report, they will scrutinize your blog/ site and provide you appropriate feedback.

Google recommends you use the above form only in case you’ve received a warning about the Penguin update’s implications for your blog.

Lessons from Penguin Update

Even if your blog hasn’t been affected the Penguin update, there are good lessons to be learnt. For a start, the Penguin update offers an insight that the SEO landscape is evolving and you need to keep up with the advancements to make the most of this opportunity. Secondly, it serves as a reminder that you MUST adhere to Google’s quality guidelines or else risk your and your blog’s future.

Has your blog been affected by the Google Penguin update? Do you think the Penguin Update is a step in the right direction by Google to streamline SEO? Please share your opinion by leaving a comment.

Monday, June 4, 2012

Cool Fixed Position Slide Open Egg Social Bookmarking Gadget For Blogger

Add The Share This Egg To Your Blog


Remember Always Back Up Your Template Before You Make Changes

View Demo Here

Step 1. In The New Blogger Dashboard Click The Drop Down Menu For Your blog And Choose > Template > Under your blogs screenshot choose "Edit Html" > Then Proceed

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)

</head>

Step 3. Copy and Paste the following code Directly Above / Before </head>



Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)

</body>

Step 5. Now Copy And Paste This Code Directly Above / Before </body>



Important, Move The Position Of The Gadget :

The Gadget is currently set to be in the bottom right corner of your blog but you can easily change this.In yellow above you can see bottom: 2%; left: 2%;.You can change Bottom to top for it to be at the top of the page and left to right for it to be on the right of the page.You can also change the percentages to have it further from the bottom/top and left/right.

Step 6. Save Your Template.

That's it the gadget has been added to your blog.

Animated Sassy Social Bookmark Gadget For Blogger


I know how much you all like social bookmarking gadgets and widgets especially unique gadgets that can catch the eye of readers and get them bookmarking your blog.Today I have a very cool social bookmarking gadget with a stylish animated effect.With the Sassy bookmarks gadget a basic share button is placed in the corner of your blog, then on hover 6 icons for the main social bookmarking websites appear in a semicircle.The buttons that appear are for Pinterest, Google+, Facebook, Twitter, Tumblr and Email.Below we have a live demo then check out the tutorial to add the Sassy Bookmarks to Blogger.


View Demo Here


Add The Animated Sassy Bookmarking Gadget To Your Blog


Remember Always Back Up Your Template Before You Make Changes

Step 1. In Your Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Template > Then Edit Html > Tick The Expand Widget Templates Box

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)
</body>

Step 3. Copy and Paste the following code Directly Above / Before </body>



Step 4. Save Your Template.

That's it the animated Sassy Bookmarks gadget is on your blog !

How To Use Blogger New Crawlers And Indexing Feature Effectively For Improved SEO

Guest Post - Today's host is Chris who provides indept information on using the new search preferences settings on Blogger.Want to get involved ? See How To Become a guest author on Spice Up Your Blog.

After blogger updated their interface, they added more useful features such as edit Meta tag modify crawlers and indexing, add authors, etc. This post I'm going to show you how to use blogger new crawlers and indexing feature effectively for improve your blogs SEO.
Before start this guide, I like to briefly explain what robots.txt is. A robots.txt use for provide instructions to different search engine bots to, how to crawl your site contents, etc as well as provide a sitemap. For instance you can remove certain items on search result using this function as well as improve your site SEO.

Important - If you are unsure of any of the steps do not make any edits.

How to create a custom robots.txt on blogger

1) Log-in to your blogger account.
2) Go to your blog.
3) Now go to "Settings>Search Preferences"
4) Under the "Crawlers and indexing" you can find "Custom robots.txt"
5) Click "Edit" link.
Now you can add different Crawler to instructions. This post I added different useful crawl robots.txt codes. First we identify how this code works.

User-agent: *
Disallow: /search
Allow: /

Above code,

User-agent: - Mention crawler name. For instance, Google bot.
Disallow: - Specify which pages should not crawl.
Allow: - Which pages crawl.
/ (slash):- indicate your home page.


Setup instructions for all robots

If you use above code, it will cause duplicate content issues and your site rank will be reduced. So that, you can use the following code. It will allow index and crawl entire blog but, not allow label and search pages.

User-agent: *
Allow: /

Block label and search pages crawling.

If you use above code, it will cause duplicate content issues and your site rank will be reduced. So that, you can use the following code. It will allow entire blog but, not allow crawl label and search pages.
User-agent: *
Disallow: /search
Allow: /


Block certain page (s).

Some reasons, you many need to hide your selected page or pages from the search engines. At that time you can use the following code.
User-agent: *
Disallow: /p/page-one.html
Allow: /

If you need to block more-than one page add their URL one by one on Disallow section like below.

User-agent: *
Disallow: /p/page-one.html
Disallow: /p/page-two.html
Allow: /

Allow all but block specific crawler.

If you want to block single crawler, you can add the following code.

User-agent: <bot name>
Disallow: /

User-agent: Googlebot-News
Disallow:

Setup AdSense crawler instruction.

To improve your Google AdSense performances; you can specify how AdSense bot crawl your site. Actually there is no need to block anything.

User-agent: Mediapartners-Google
Disallow:

Block Images indexing.

If you don't like to see your blog post’s images on the Google search result, you can remove them by using the following code.

User-agent: Googlebot-Image
Disallow: /

If you need to block any-other bot crawl your site, use following code. However you need to add selected bot name in “User-agent:” section.

User-agent: <required crawler name>
Disallow:

User-agent: *
Disallow: /

You can find more crawlers and their user agent information in here and in here.

Adding site map.

Apart from above crawl instructions, you can add a sitemap. Normally blogger default sitemap provides 26 posts. So that you can add correct sitemap using "Custom robots.txt". This is an example of how to add a sitemap.

Sitemap: http://www.spiceupyourblog.com/atom.xml?redirect=false&start-index=1&max-results=500

Sitemap: http://www.spiceupyourblog.com/atom.xml?redirect=false&start-index=501&max-results=1000

Final result demo.

If you need to improve your blog's search engine visibility and crawl entire blog other than labels and search pages using the following code as your robots.txt.

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /

Sitemap: <your blog site map past here>

Sunday, June 3, 2012

Anime Face Maker v2




To save your work.
Zoom to the main pic and press print screen then paste in paint/adobe photoshop
Right click on the main picture and click Zoom In