There may be hundreds of forums that may pass on link juice. Passing on link juice means removing 'no follow' attribute. Our blog gets backlinks-one way backlinks if we happen to leave behind our link to blogs as a signature.
But, I know all such 'do follow' forums may not be interesting to bloggers. Forums must be in our niche to participate-right?
Feedburner forum is definitely a nice for bloggers and it follows our links. I was encouraged to join this forum because it has more 75,000 members.
But, what a disappointment when I opened that site. It is on the verge of closing. I think I have missed out on a golden opportunity to get backlinks and readerships by not being aware of the feedburner forum earlier.
To start or continue a discussion about FeedBurner, please visit our new FeedBurner Help Group, part of Google Groups.
Sunday, November 30, 2008
Forums that pass on link juice.
Saturday, November 29, 2008
Mobile blogging agent GBlogger
Mobile GBlogger Basic is the completely free version of the GBlogger service. It is also the easiest to get going with. Simply download and install the client for your Windows Mobile device and you’re ready to go. With Mobile GBlogger Basic you get the following features:
* Publish or save as Draft full blog posts for all of your blogs.
* Insert preset HTML tags and objects such as hyperlinks, text formatting, YouTube Video objects, and others
With the free GBlogger service a small, one line advertisement for Mobile GBlogger is inserted at the end of the post. If you want to remove the ad, you can choose using the Mobile Gblogger Pro software version, cost $15 / year.
You can find more information and download the software from the developers’ website: http://www.pocketwatchsoftware.com/gblogger
Mobile Gblogger carries rating 3 of 5 on the RateItAll Rating List of 32 Free Utilities for Bloggers.
Tuesday, November 25, 2008
How the Moroccan furniture is known?
Do you know how the Moroccan furniture is known to the world? It is because, the Moroccan tiles and the sheer décor they added to any interior. The brilliant patterns made with pleasing and at the same time innovative color combination has been the choice of kings to households of yesteryears.
Even my husband’s ancestral home had Moroccan Alhambra tiles in the prayer room. I wonder how the Moroccan culture had penetrated deep into


Alhambra Tiles
Source: Google Images
Seen those tiles in many places? I know! But you didn't know they are Moroccan Alhambra tiles! I have seen this in those huge mansions in

Moroccan furniture
Soure: Google images
How to brand your blog?
No wonder he is very popular and respected in the blogosphere.
Apart from gathering information about various essential tools for bloggers, I read an interesting article about the importance of branding your blog and not you as an author.
This means you concentrate on building up the blog readership based on the content of the article and exclusively the domain of your blog. He has cited the examples of two great bloggers whom I also admire.
They are Pete Cashmore and Peter Rojas.
They are the authors of Mashable.com and Gizmodo.com respectively.
This is what he says about them:
Muse on this please!
The disadvantages of being slim.
Don’t imagine that there are only advantages of being slim! There are areas where a fat person is able to claim certain privileges over me just because I am slim.
Infolinks pays you to blog.
Ads relevant to the keywords in yours blog will appear when the mouse hovers over the keyword that has two lines underneath it. When the ad is clicked, you are paid. When the mouse is moved away from the hyperlink, the ad disappears.
Bloggers are getting a lot of opportunities to earn from blogs. Every now and then, some innovative blog advertising appears on the scene and bloggers are presented with one more opportunity to get paid by blogging.
Features of Info Links:
. You can run it along with Google AdSense.
• Quick and easy setup with no changes to your website
• Ads are tightly integrated with your content - no additional space required
Yes, you got it right; it is similar to Kontera.
I have experienced some good customer support from Info Links. Sign up now with Info Links.
Monday, November 24, 2008
Create multiple articles avoiding duplicate content
DupeFreePro is a free software tool that will make your life easier to avoid using duplicate content when you’re posting articles here and there on the Internet. Note that it is not similar to those automated programs which create hundreds of junk articles, but it will help to evaluate your own modified articles for perceived uniqueness.
As you may know, Google ignores duplicate content while assessing the site SEO ranking. If you post the same article (containing a link to your web site) in more than one location, when Google calculates your web site’s rankings, it uses what it considers to be the first posting or the earliest article and ignores the others.
For optimal results, you want to rewrite the article enough so that Google perceives it as original content. This can be tricky, since it’s difficult to know when you have modified an article enough to rate as new content.
DupeFreePro solves this tricky problem for you, among others. DupeFreePro will tell you if the two articles are sufficiently different to be considered unique. It will also give you a keyword density rating so you can be sure your keyword or keyword phrase appears the “right” number of times. Additionally, it suggests other related words that Google expects to find in an article that contains your keyword phrase.
You can use DupeFreePro to be sure your rewritten PLR articles are sufficiently different from the originals; you can use the software to prevent accusations of plagiarism if you are using material you have researched online; and lastly, you can use it to optimize your articles’ keyword density for the search engines.
DupeFreePro is freeware and it can be considered as mature well-developed product. It’s a good help to anyone who uses article marketing, PLR articles, Squidoo lenses, HubPages, blogs or similar. There’s nothing to buy, or any special offers, just a form to opt-in and get the software.
Developers’ direct link: http://www.dupefreepro.com/
Additional Reading:
http://www.businessbrainwaves.com/blog/2007/02/useful-free-software/dupefreepro
http://www.junecampbell.name/?m=200802
http://imstemp.blogspot.com/2007/11/dupefreepro-helps-fight-duplicate.html
Sunday, November 23, 2008
How to increase marketing conversion rate?
Every blogger is striving hard to promote his blog to get more and more visitors daily. I am tapping several blog marketing resources like actively participating in bloggers forum and blogging communities.
New way to get one way backlinks.
Yes, writing articles with an author's byline is definitely a method to get one way backlinks but do you really think people will look for blogging tutorials in an article directory rather than in an exclusive site for blogging tutorials?
I would first search dedicated sites for blogging for guides and tutorials for blogging.
Here is WPTUT, a shortened name for Wordpress tutorials. This is a place where beginners can learn wordpress by browsing through great tips and guides for operating a blog based on wordpress.
If you have some knowledge about wordpress to share, you can submit your tutorial and point it directly to your blog post where the tutorial can be read in full.
There is also a forum in the site but that is still new and hence no activity as of now.
Friday, November 21, 2008
Removing Newer and Older Post Links in Blogger Blog
For those, who prefer their blog to be maximally close to the static webpages, these links not just unnecessary, but are plainly irritating. There is a way to remove them once and forever. And that is quite easy to do, even for not very experienced users. Note, that this hack will also remove “home” link from the bottom of the blog page.
Open Layout Tab in your blog profile page, choose Edit HTML, and search your code in your blog template for the following text:
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
Now replace that code with the following code:
#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}
Save the template and you are done. I hope that was indeed an easy and straightforward one.
Additional Reading:
http://bloggeruniversity.blogspot.com/
http://tipsforwebsite.blogspot.com/2008/09/how-to-remove-post-and-post-link-on.html
Thursday, November 20, 2008
If it is Las Vegas, it must be…

Many of you might remember the wonderful movie, “If it is Tuesday, it must be
But to enjoy the above, you must plan well in advance. There is a particular show called “Spanish Trail Lunch Ride” in
Though horse back riding is not my chunk of sports, the idea of wearing one of the western straw hats and riding through the desert is quite tempting. Oh, I could even dress like Ursula Andress!
There are more exciting shows in
Image courtesy: Google Images.
Tuesday, November 18, 2008
Create online buzz hires bloggers.
Visit http://www.createonlinebuzz.com and register as a blogger. The rest of the formalities are nothing to seasoned Bloggers.
Monday, November 17, 2008
How to disable text selection on Blogger blog
This hack was created by Dynamicdrive as well in the form of Javascript, and is also applicable to those bloggers who don’t like their content copied by others. If this concern is on top of your priorities list, then Copy the following code and Paste it to your blog template:
<script type="text/javascript">
/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false} How to disable
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
Friday, November 14, 2008
Slim claims?
Quick slim pills consumers claim more than the slim pills manufacturers. Is it a sales strategy? It must be because I too know a few persons who are on regular diet pill for long but still show no visible signs of matching my figure.
Thursday, November 13, 2008
SEO guide from Google itself.
I started implementing slowly what I read and I definitely see a better search engine traffic. The comments for my blog posts are from new visitors.
Some of the content in the SEO starter guide from Google.
* How to create unique, accurate page titles
* How to make use of the “description” meta tag
* How to Improve the structure of your URLs
* How to make your site easier to navigate
* Write better anchor text
* Use heading tags appropriately
* Optimize your use of images
* Helpful resources for webmasters
I should thank Search for Blogging for having wrote about this SEO starter guide from Google.
Smart Blogger Assistant for Simple Blog Publishing
Smart Blogger allows centralized management of your all diaries and blogs regardless of its Internet location. The software has a single universal interface for reading and sending messages to all blogs; it makes text formatting possible. With this application, you can monitor your friends' diaries checking their blogs for new postings. You can also look through commentaries to your postings as well as other peoples, place comments in blogs, and leave answers to threads.
The software supports three web-blogs:
- LiveJournal
- Blogger
- WordPress
Disadvantages:
This post has been made in Smart Blogger. I already see several disadvantages of using this free software for blogs publishing:
1. No possibility of the text alignment options.
2. Very basic text formatting: color and bold/itallic/under only.
3. No spell checking option.
4. No advanced features as horizontal lines or tables generation.
5. Small publishing field, not very convenient for big posts.
Advantages:
1. Nice and pleasant interface.
2. Easy to use.
3. Portable software exists, so you do not need to install the software on your PC
Developers WebSite: http://www.smartpctools.com/smart_blogger/index1.html
Assessment: The software is good for the light operations, small notes in your Journal, but is lacking functionality for serious blogging.
Software carries rating 3 of 5 in the RateItAll List of 29 free software titles:
http://www.rateitall.com/t-24825-blog-publishing-freeware.aspx
If you have personal experience using this software, you are welcome to leave your feedback in the rating widget below:
Monday, November 10, 2008
Marketplace for freelance bloggers.
Well, Freelance Bloggers is actually a forum which also serves as a marketplace for bloggers and organizations looking for bloggers. As the press release said bloggers can post free profiles highlighting their blogging expertise; companies, organizations, and individuals can post open blogging jobs.
As I am writing this, I noticed a bunch of opportunities are posted for bloggers to grab. But, you should the patience of an eagle to read as the site is abysmally slow. Here are two sample posts:
Looking for Writer/Blogger
Sports Writer/Blogger
As my blogging assignments are already tieing me down, I am really not looking forward to sign up for more paid blogging jobs.
Customize 404 Error Page on WordPress Blog
By default, most Web servers return a simple "404 Not Found" error message when they are getting a request for a URL that they don’t have. This error message violates the three basic guidelines for error messages. All error messages must be:
- written in plain language that is easy to understand for non-technical users and that does not imply that the mistake is the user’s fault
- precise in specifying exactly what was done wrong (that is, not be generic or vague)
- constructive in suggesting steps the user can take to correct the problem
The Importance of 404
Why working on the 404 optimization makes sense? It does not matter, if readers were looking something on your site and got there by mistake, or the link is incorrect, or visitors misspelled the address. They might go forever, never turning their head back to you and your site; even thou the site might have an excellent content. So, the main reasons your visitors may stumble into a 404 "Not found" page on your website are:
- A mistyped URL, or a copy-and-paste mistake
- Broken or truncated links on web pages or in an email message
- Moved or deleted content
Tips for Improving Your 404
- Don’t call it a 404 page. Your visitors have no idea what this means. Personalize your 404 page to make it user-friendly and understandable to any level of technical expertise.
- Provide a way for the visitor to search for what they were looking for, installing the search box on the page.
- Show them what you have to offer - the best of the best. Try to surprise and attract the visitors. You have may be just one chance to keep him. Show your blog sitemap or provide the easy visible link to one to let visitor know that you have indeed good stuff under your belt.
- If none of the other options work for them (in other words, at the end of all of this, at the bottom of the page) get them a link to your contact form. If they get stuck, you want to know about it. Of course this is a last-resort option since no typically wants to contact the site owner when they have a problem. Just in case.
One of the beautiful parts about Wordpress is that you can very easily fix up your 404 page. It’s as easy as changing a template file.
- Go to your Wordpress Theme Editor under Presentation. Select the 404 page to edit.
- Edit the page using the offered guidelines. Two possibilities here:
- If you’re a designer you should make this page look like the rest of your theme. I
- If you’re only a user, do your best to customize what you can. Change the headline, at the very least, to something like “Whoops, it’s not here!” or something of the like.
Find below a small collection of the funny and smart custom 404 pages screenshots, found on the Web.




































































































