Whenever you add a new entry in your blog, Roller does not yet
automatically ping Technorati yet.
There is a Roller feature to ping weblogs.com, but not Technorati.
So now I manually ping Technorati. I have bookmarked the following URL:
http://www.technorati.com/ping.html?url=http://blogs.sun.com/alur
You could do the same, except that instead of my blog's URL, replace it with
your blogs URL, bookmark it and hit the bookmark anytime you make an update to your blog.
Roller
Blogging
Blog
Technorati tags are cool. This
link on Technorati site explains all about
them. Here is how I tag my blog entries:
For each blog entry you make in Roller blog, I put a simple link at the end of the entry to categorize that post with one or more tags. For example to tag an entry with these 2 tags: Software, and Patterns, I just include the following
HTML at the end of my post.
<A HREF="http://www.technorati.com/tag/Software" rel="tag">Software</A>
<A HREF="http://www.technorati.com/tag/Patterns" rel="tag">Patterns</A>
It's that easy! Give it a try and your entries will start showing up under
Technorati tags soon. Make sure you ping Technorati everytime you make a new
entry to your blog.
Roller
Blogging
Blog
Here are some instructions to leverage the benefits of Technorati from your Blog:
- Go to
www.technorati.com and become a member.
- Update your profile with the correct information and a picture (optional)
- Once you become a member, claim
your blog.
- You will receive an email from technorati with instructions on updating
your blog to include Technorati scripts and links so that it can be watched.
The script looks something like:
<script type="text/javascript" src="http://technorati.com/embed/9xyxyabcde.js"></script>
- Include this script in your weblog. It will result in link to your Technorati
profile being displayed in your blog where you put the script. I put this
script in my side bar so it looks like the picture shown here. Take a look
at my blog's sidebar to see what it
looks like.
How to add Technorati Cosmos Link
I couldn't really add much to what Todd Fast and Pat Chanezon have said about this topic. So I will just include those two links here.
- Todd Fast on How To Add Technorati Cosmos Links
- Pat C's suggestions adding on to Todd's instructions
But if you want to be lazy I think I have condensed those instructions to the following 2 steps for
b.s.c bloggers:
- Download and upload the cosmos.gif to your blog
- Edit your _day template and insert the following HTML lines at the end of the #foreach loop (i.e. just before the #end macro)
#set ($permalink = "$absBaseURL$entry.permaLink")
#set ($encodedpermalink = $utilities.encode($permalink))
<a href='http://www.technorati.com/cosmos/search.html?rank=&url=${encodedpermalink}'>
<img align='top' style='border:0px' alt='Technorati cosmos' src='${absBaseURL}/resources/${userName}/cosmos.gif'/></a>
Now isn't that easy?
Roller
Blogging
Blog
In my blog, I display a list of badges to show my affinity to various
projects and communities. If you wish to display it on your blog, just cut and
paste the following HTML in your side column or whereever you wish to display
these badges. Alternatively, you can download these badge images (GIF files)
to your blog and display them in anyway you wish. If that is too much work,
just use all or portions of this HTML, I will assure that I will leave those
images unharmed so just linking it using this HTML will work.
<a href="http://www.java.com">
<img src="http://blogs.sun.com/roller/resources/alur/badge_java.gif" border="0"></a>
<a href="https://mustang.dev.java.net/">
<img src="http://blogs.sun.com/roller/resources/alur/badge_mustang.gif" border="0"></a>
<BR>
<a href="http://www.jxta.org">
<img src="http://blogs.sun.com/roller/resources/alur/badge_jxta.gif" border="0"></a>
<a href="http://www.jini.org">
<img src="http://blogs.sun.com/roller/resources/alur/badge_jini.gif" border="0"></a>
<BR>
<a href="http://www.sun.com/software/solaris/">
<img src="http://blogs.sun.com/roller/resources/alur/badge_solaris.gif" border="0"></a>
<a href="http://www.opensolaris.org/">
<img src="http://blogs.sun.com/roller/resources/alur/badge_opensolaris.gif" border="0"></a>
<BR>
<a href="http://www.netbeans.org">
<img src="http://blogs.sun.com/roller/resources/alur/badge_netbeans.gif" border="0"></a>
<a href="http://blogs.sun.com/roller/resources/username/username.jnlp">
<img src="http://blogs.sun.com/roller/resources/alur/badge_bscchat.gif" border="0"></a>
<BR>
<a href="http://www.getfirefox.com">
<img src="http://blogs.sun.com/roller/resources/alur/badge_firefox.gif" border="0"></a>
<a href="http://www.mozilla.org/products/thunderbird">
<img src="http://blogs.sun.com/roller/resources/alur/badge_thunderbird.gif" border="0"></a>
<BR>
<a href="http://sun.com/aboutsun/media/features/insidejack.html">
<img src="http://blogs.sun.com/roller/resources/alur/badge_insidejack.gif" border="0"></a>
<a href="http://www.corej2eepatterns.com">
<img src="http://blogs.sun.com/roller/resources/alur/badge_cjp.gif" border="0"></a>
Note: For JXTA blogs chat badge, you have to upload your own JNLP file to your blog and link it. Replace username with your blog id/user name.
If you do end up using any, I would appreciate a link to your blog in the comments
so I can feel happy that someone is using this! 
Roller
Blogging
Blog
Here are some instructions for adding a Favicon to your blog:
- You need an Icon (.ico) file that is 16x16 pixels in size. If it
is not this size, the browser might ignore your icon.
- If you have an image file (JPEG/GIF) that you want to use as the favorite
icon for your blog, you can use this online utility to generate an ICO file:
http://www.html-kit.com/favicon
or you can google
favicon to find a similar resource. The utility creates a favorite.ico
file and the cool thing about it is that it converts any size image into a
16x16 ICO file, but there will be a loss of resolution as it shrinks so it
may not look alright. Check and see.
- Once you obtain the favicon.ico file for your blog logo, upload
it to your blog and add the following line to the header so that it shows
between the <HEAD> and </HEAD> section of your blog. In the URL
below, substitute username with your blog user name to make this
work.
<link rel="shortcut icon" href="http://blogs.sun.com/roller/resources/username/favicon.ico"/>
Watch Out For This:
I first tried to use a JPEG or GIF or PNG file for the favorite icon. This
did not work or worked inconsistently. For example, when I used GIF, the favorite
icon would show up only in the URL field in the browser, but not in the bookmarks
list or shortcut bookmark button. Once I switched to .ico file, it works fine.
Also, favorite Icon does not display in Internet Explorer.
Roller
Blogging
Blog