Blogger Tools

Website Indexer|Instantly Get Your Blog or Website Indexed

Index-Website

After creating a blog, next step is submitting blog to search engines, So that your blog get indexed by search engines, and appear in search results. Normally it takes several days to index your Webpage or blog. While googling I found an interesting tool Website Indexer, according to this application developer, this tool provides instant result, so that blog or website can be indexed by search engines, within 1-5 hours.

Read more…

Onlinerel Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

3 comments - What do you think?  Posted by Chandrashekhar - July 27, 2010 at 8:25 pm

Categories: Blogger Tools   Tags: , , ,

Customize WordPress Dashboard With Fluency Admin Plugin

Here is new WordPress Plugin Admin Fluency which adds new feather to your WordPress dashboard. By using this plugin you can customize your WordPress dashboard according to your need without playing with PHP script.

Features of Fluency WordPress Plugin

Custom Logo for WP-Menu and WordPress Admin Page

Every blogger love to use this option, by using this you can display your own logo at the top of WP-Menu, and it also allows you to add your own logo on top of WordPress admin page, I think this is very cool option for multi author blog.

Read more…

Onlinerel Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

Be the first to comment - What do you think?  Posted by Chandrashekhar - June 28, 2010 at 2:16 pm

Categories: Blogger Tools   Tags: , , , ,

How I Recovered My Hacked WordPress Blog

Several bogglers suffered by hackers attack on their blog, and many of them loosed their years of work. My blog also recently hacked by Indonesian hackers.

Early morning when i opened my blog , I shocked my blog has been hacked, I am getting Flashy messages that your blog has been hacked by xo.hackers. I am not able to conclude what I have to do know.

My Blog Screenshot When it is hacked by hackers

So first I contacted Web hosting provider for their support, then I logged in to my c-panel account changed my password and then taken backup my wordpress SQL Database,after successfully  downloading the database, deleted my wordpress SQL Database frpm C-panel.

After several hours of working my hosting support section removed hacker page from index page. But when try to login to wordpress admin section once again hackers page showed their existence. Once again I confused, where they implanted their script.

Read more…

Onlinerel Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

5 comments - What do you think?  Posted by Chandrashekhar - April 27, 2010 at 11:17 pm

Categories: Blogger Tools   Tags: , , , , , , ,

Free HTML To PHP Converter

when we replacing the HTML double-quote into PHP single-quote which is really sucks! but  maybe we can replace it as easy in Notepad, but how about ‘echo’ in the front and ‘;’ at the end? I’ve search across the internet for this tool, but  they cost at least $20. Paying $20 for simple replacing text tool?No way….!

So I came across  this tiny useful tool (36 Kb in size)while searching .It saved most of my time. You can download it and use it for free.


Download
Onlinerel Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

1 comment - What do you think?  Posted by Chandrashekhar - January 23, 2010 at 4:57 am

Categories: Blogger Tools, Free Downloads   Tags: ,

Display your logo on Browser Addressbar-Cool Fevicon Tutorial

Faviconis basically a tiny 16×16 .ico file which is displayed in the browser address bar, bookmarks, explorer shortcuts,browser tabs and also inblog feeds. Majority of favicons are static images, Recent browserversions Firefox,Internet explorer 8 now support animated GIFs or thetransparent PNG formats.

We can create favicons very easily without using expensive photoshop or Coreldraw.Windows icon files are named with extension ico. Favicons can be created from pictures(jpeg,gif,png),or even from text also. If youwant to designs professional looking 3D icons,you can invest for Microangelo Icon Editor. For Basic icon editing Irfanview with icon plugin is good enough to design cool favicons. Apart from this don’t steal any icons from other sites because just like logos and pictures icons are also undercopyright laws.

Step 1: We have to choose a picture or logo for favicon
While you can create a favicon from an image of virtually any size, butit is not looking good when it is squeezed to a 16×16 graphic icon.So better thing is open your picture or logo in any photo editingsoftware [like Picasa, Paint.NET or online image editors] and crop the image in 1:1 proportion of lenght:width keeping only the relevantportions. For instance, if you want to show your own pic as the favicon, you might trim down everything except face.

Step 2: How to creat a favicon from the picture Once your picture ready upload your picture here (Favicon from pics) or you can use your own and click generate favicon.ico,you will instantly get a zip file containing some four files includingthe favicon.ico. Extract only that favicon file to your desktop andyou can rename keeping .ico extension.

Step 3: Upload the favicon file to your web server If you have your own web space, you can upload the file their but ifyou are using a free blog service like Blogger, you may use Googlepages or imageboo to host that favicon file. Once uploaded, copy the faviconlocation url.which will be required in the next step.

Step 4: Modify your blog template by editing HTML. This is the Final step. Now we have to do some HTML coding but it’s very easy and simple Click on Page layout tab,then click edit HTML.You will find HTML template code. Then you you have to find tag. Right inside the section, you may find some meta tags andlink tags. Leave them as such and look for the line that says Just above the closing head tag, add the following lines:

<link rel=”icon” href=”www.xyz.com/myicon.ico” type=”image/x-icon”>
<link rel=”shortcut icon” href=”www.xyz.com/myicon.ico” type=”image/x-icon”>

The value of www.xyz.com/myicon.ico will have to be replaced by your favicon url Step 3 Now press the save template button and click on view button to acess your blog with new cool favicon. If you want to change your blog favicon in future, you can just replace the icon file with another version. Now your blog looking cool with favicon.
Onlinerel Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

Be the first to comment - What do you think?  Posted by Chandrashekhar - January 12, 2010 at 8:10 am

Categories: Blogger Tools, News   Tags:

How to Add XML,HTML and JAVASCRIPT in Blogger Post as Plain Text

Add XML, HTML or JavaScript as a plain text in Blogger’s post is very difficult task so many blogspot users, many bloggers still don’t know whythey are not able to post the html or java script codes in thereblogger posts, Here is a Trick with simple mozillaaddon which can help you to solve this problem with ease.


1. First You Have Firefox Browser and then Install Greasemonkey script on your Firefox browser with below link.
  https://addons.mozilla.org/en-US/firefox/addon/748
 Now Click on add to firefox and then install.
Restart the Firefox after successful installation of add on, and youwill find the Monkey icon in bottom right corner of your firefoxwindow. (Status Bar)

 2. Click on the below link and install the User script ‘Blogger – HTML encode on post edit’ to blogger.
http://userscripts.org/scripts/source/42696.user.js
The script will add the new button at the bottom of your new post area.It encodes the selected text so that it can be posted as plain text inBlogger.It will look like the Below image.
If  you want to encode some code select it and cick on ‘HTML ENCODE SELECTION’ button.
Finally Your code will look like as given below after being encoded.Now you can publish your post and see the result.
 That’s it ! Now your post with xml source code.
[ via]
Onlinerel Facebook Twitter Myspace Friendfeed Technorati del.icio.us Digg Google Yahoo Buzz StumbleUpon

1 comment - What do you think?  Posted by Chandrashekhar - January 4, 2010 at 11:32 am

Categories: Blogger Tools, News   Tags:

Next Page »