Jump-start your blog with free gifts from ProBlogger.

2 Comments

ebook Jump start your blog with free gifts from ProBlogger.If one of your new year resolutions for 2010 is to improve your blogging and take your blog to the next level then I have a great news for you. ProBlogger Darren is offering a sweet deal on his very popular 31 Days to Build a Better Blog workbook. For a limited time you will receive following three items for free when you buy the workbook. More

article clipper vert Jump start your blog with free gifts from ProBlogger.
 

TwitterTools plugin publishing tweets without URL

4 Comments

I have TwitterTools plugin to tweet my new blog posts to my twitter account. Recently I noticed that my tweets from TwitterTools plugin do not have the URL to my posts. I checked my plugin settings and everything looked OK. More

article clipper vert TwitterTools plugin publishing tweets without URL
 

Reset CSS: A simple solution to browsers’ inconsistencies.

No Comments

One of the challenges web designers face is to get various web browsers render their web pages in a consistent manner. The reason is every browser assigns slightly different default styles to certain page elements.


A simple approach to handle this cross-browser inconsistency is to overwrite browsers’ default styles. This technique is known as resetting CSS. To me it is more like setting a starting point for your web page being rendered by various browser. By setting (or resetting) the base styles you start with a consistent base for each browser. More

article clipper vert Reset CSS: A simple solution to browsers inconsistencies.
 

WordPress 2.9.1 released.

No Comments

Earlier this week WordPress 2.9.1 was released to fix some minor bugs found in release 2.9. It also fixes the annoying issue some bloggers faced with posts scheduling and pingbacks. It is always a good idea to keep your WordPress installation (and all plugins) uptodate, so I would strongly encourage you to upgrade to 2.9.1 as soon as possible.

You can upgrade directly from you Admin console or if you prefer you can download the latest version here.

Good luck.

article clipper vert WordPress 2.9.1 released.
 

Update copyright year on your blog

No Comments

While you are celebrating the arrival of the new year, don’t forget to update the year on the copyright notice on your blog. The simplest way is to edit the file and replace 2009 with 2010, but a better solution would be to replace the year in your copyright declaration with following line of PHP code.

<?php echo date("Y"); ?>

More

article clipper vert Update copyright year on your blog
 

Publish your blog posts to Twitter with Feedburner.

3 Comments

One of earliest third party tools that I started using for Twitter is TwitterFeed. This service automatically tweets your new blog posts for you. I have been using TwitterFeed for almost two years and I wrote about this service when I started using this. I am quite satisfied with this service but I am switching now to recently announced service by Google.
More

article clipper vert Publish your blog posts to Twitter with Feedburner.
 

How to customize More tag in WordPress

2 Comments


One of the widely used WordPress is the More tag. This tag is used split a post so that only a portion of the post is
displayed on the front page. When WordPress sees More tag, it inserts a link to next line of the post. By default
the text of the link is “Read more”. But you can easily change the text and appearance of the link.
More

article clipper vert How to customize More tag in WordPress
 

How to limit number of posts on your WordPress homepage.

1 Comment


If you have been blogging regularly for more than few months, chances are you have quite a few posts on your blog. That is a good thing. As a blogger you are supposed to blog regularly to provide useful and relevant information to your blog readers. But unless you dictate how your homepage is displayed WordPress will display several posts (or excerpts of posts) on the homepage. Usually you don’t want to display all your posts on the front page. So how do you tell WordPress to display only a certain number of posts on the front page? The answer is simple. More

article clipper vert How to limit number of posts on your WordPress homepage.
 

How to convert an ArrayList to array in Java

1 Comment


Today, I will share a very basic Java program that converts an ArrayList to array. For most Java developers this is a routine task, but many new comers to Java have asked me this question of how to convert an array to ArrayList. Here is the example code.
More

article clipper vert How to convert an ArrayList to array in Java
 

How to add Amazon affiliate links to your posts in one step.

7 Comments

Amazon.com being the largest online retailer offers a variety of merchandise. Because of their huge selection of products it is no surprise that Amazon affiliate program is so popular among bloggers.

With an astonishing number of products available through Amazon.com it is quite likely that every blogger will find a related product to link in every blog post. On the other hand, this vast jungle of products can also be overwhelming for bloggers who naturally want to spend their time on writing post not searching for related products.

Unfortunately, Amazon did not offer any help to bloggers to easily create affiliate-links for its products. Every affiliate has to find related products using their keywords and then manually create the link into the articles. This is laborious and cumbersome exercise.

But now there is a better alternative. More

article clipper vert How to add Amazon affiliate links to your posts in one step.
 

Older Entries Newer Entries