Monday, November 19, 2012

Hack To Improve Blogger Label and Archive Pages


How to display post titles only on Blogger archive page?
How to show blog posts titles on Blogspot archive page?
How to set Blogger to show only blog titles on archive page?
How to show titles only on archive pages of Blogger blog?

How to display post titles only on Blogger label page?
How to show blog posts titles on Blogspot label page?
How to set Blogger to show only blog titles on label page?
How to show titles only on label pages of Blogger blog?

This hack will enhance the label and archive pages on a Blogspot blog.

blogger archive title only

Showing only the titles and not the content.

Dashboard > Layout > Edit HTML > check Expand Widget Templates box

Then find this code line:



Replace that line with this coding.










Save.

Now you have summarized label and archive pages.

5 Free Online Photo Uploader


What websites can be used to upload photos?
What are the free picture uploaders online?

1) Flickr

flickr logo

Flickr is almost certainly the best online photo management and sharing application in the world.

2) Photobucket

photobucket logo

Upload all your photos, videos, and images for free. Make photo slideshows to share with friends.

3) Imageshack

imageshack logo

No registration required at all. However, photos can go missing sometimes.

4) Windows Live Skydrive

windows live skydrive logo

Sign in easily with your Windows Live ID - and that includes Hotmail accounts.

5) Tinypic

tinypic logo

TinyPic is a photo and video sharing service that lets you easily upload, link, and share your images and videos on MySpace, eBay, Orkut Scrapbooks, blogs and message boards.

Enjoy photo-uploading

Blogger Open Image with Lightbox


How to open image with Lightbox on Blogger?
How to open image with Lightbox on Blogspot?
Show image with Lightbox on Blogger.
Show image with Lightbox on Blogspot.

Blogger has recently added a new feature for the photos and images on the blog posts. With the new Lightbox feature, the images can be clicked and be displayed with a darkened background.

blogger image lightbox

Also, all the images and photos within the blog post will be listed below, allowing readers to view them one by one - like a slideshow.

Currently, Blogger blogs in default have "Open images with Lightbox" setting enabled. To configure it, go to Dashboard > Settings > Formatting.

Then you'll see the setting mode for Lightbox. Either yes or no.

blogger lightbox setting

According to the description: If yes is selected, when a reader clicks on an image in a post, it will be displayed in a slideshow-like overlay instead of leaving your page and navigation to the image.

It could seem rather annoying if readers unintentionally click on it. But if your blog is a photography blog, it's definitely suitable.

How To Open Links In New Window or Tab


How to open links in new windows or tabs?

Usually when one clicks on a link, the window will be directed to the link. However, if you want your blog to stay when your visitors do so, add this extra line to the tag:

target="_new" or target="_blank"

Example:

VISIT!

In Firefox, both of these lines will open a new tab. It might differ depends on the web browser you're using.

Top 4 Free Blogging Platform


Here are the top 4 free blogging platform by Simple Blogger Tips.

blogger logo

Blogger.com - Majority of the bloggers started of with Blogger. A great starting site to get a taste of blogging, very easy to use. Has almost everything you need from widgets to template designing and modification. The entries are easily indexed by Google search engine because it's owned by Google.

wordpress logo

WordPress.com - The free and easy way to blog with Wordpress without the need of technical blog installation knowledge. It has most of the latest features but with limited access over the modification of the preset template. As a result, advertisements from external parties aren't allowed. Nevertheless, it offers inspiring writers to pen down their words professionally.

tumblr logo

Tumblr.com - Probably the easiest way to blog. A platform with a focus on allowing media-rich posts. Suitable for those who love to share photos, videos and links without the need to lengthy words. Allows others to re-blog a particular post as well, that's the unique feature of Tumblr.

posterous logo

Posterous.com - Labeled themselves as the easiest way to share photos, collaborate with others, share new ideas, create a travel journal, share passions and share videos. The unique feature about Posterous is that you don't need to sign up, know any code or even know how to do anything. Just send an email to set up your own Posterous blog and start sharing your ideas and media.

How to Add Facebook Like Button on Blogger

How to add Facebook Recommend Button on Blogger blog?
How to add Facebook Like Button on Blogspot blog?
How to customize Facebook Like Button on Blogger?
How to customize Facebook Recommend Button on Blogger?

You want to add the official Facebook Like or Recommend Button at the end (or at the top) of each of your blog post, here's how.

facebook like button

Firstly, go to Dashboard > Design > Edit HTML. Then click Expand Widget Templates.

Search for this code:



Then, here's the code to add the Facebook Like Button.

Promote Blog With Bloggerunited


Here's a great site to promote your blog to a blogging community - Bloggerunited.

Whenever you log in to Bloggerunited (BU), your latest blog post will be displayed on the main page, allowing more chances for other BU users to see and read your post.

So when you keep logging in, there are more chances for other BU users to know about your blog. Here's an example of what will be shown when you log in.

blogger united main

It contains the latest post title, together with an excerpt and the first picture of your blog. So to attract more visitors from BU, you should always have a nice first picture! You can tweet any posts on BU too, just click on the Tweet button to tweet the post.

Also with BU, you can favourite blog posts by other BU users and they'll be displayed in the Favourite Blog Posts list. In return, other BU users can favourite your posts back, if they like yours too.

blogger untied favourite blogs

You can also stand a chance to be listed under Popular Bloggers of The Month if you're active in BU.

popular blog

There is actually an invisible point system for every user, to calculate your activeness in BU. For example, visiting other blogs, discussing in the forum called Lounge, doing blog reviews, favouriting blog posts, providing referral and a few more - will gain you points.

So the more active you are in BU, the higher the reward. It's your hard work and effort after all.

Not forgetting the forum in BU called Lounge, where BU users can bring up topics and discuss with each other.

blogger united lounge forum

If you're very active on a particular day, you gain more points and your chances of being Featured Blogger of The Day will be higher. By being featured, your recent blog posts will be displayed and it can promote you blog better.

blogger united blogger

It is a great community to engage and get to know more bloggers, especially around Malaysia and Singapore. Friendships could be made too, who knows?

You can be in the Popular Today list or have your blog posts in the Popular Post Today too. The more presence you have in BU, the more BU users know about you - giving your blog more promotion.

Lastly, the BU users can vote their Favourite Bloggers. The more votes you have, the higher you climb up the Favourite Bloggers list.

blogger united favourite bloggers

Besides all those that have been mentioned, there are more features that you will be able to use. Keep exploring and you'll master The-Art-of-Bloggerunited! In fact, it's user-friendly and easy to be used!

So what are you waiting for?

How To Add Table To Blog Post


How to include table in blog post?
How to add boxes for text in blog post?

AB
CD

Here's the example of the code used to create a table with 2 rows and 2 columns.

center
" border="1" cellpadding="5" cellspacing="1" width="400"> AB CD
As you can see, is the tag to begin a row, and the tag ends with .

While in between and , we have to indicate a particular column in the row, and it ends with . In between that, you can type the text you want. The example given is "A".

You can have as many your text you want in between the and tag.

Once you are done with a particular row, you can start another row my using again. And the process continues.

You can also modify the values of table align, border, cell padding and cell spacing. Changing the values will show different table styles. Try it out.

For the width, you can either use the pixel value (example "400") or the percentage (example "90%") to suite your preference.

Here's an example of another table with these values:

table align="center" border="10" cellpadding="10" cellspacing="10" width="90%"

And you might also want the values to be in the center. So just add
A
to the text.

A
B
C
D

Feel free to try it. Enjoy!

How To Check Blog Ranking


How to check page rank?
How to increase page rank?
How to check traffic rank?
How to increase traffic rank?

To check Page Rank, use Google's Page Rank.

google page rank logo

To increase page rank, get more backlinks from other sites. The more backlinks your site have, the higher the rank. One way is to exchange links.

To check Traffic Rank, use Alexa's Traffic Rank.

alexa logo

To increase the traffic rank, get more traffic.

The result may vary from time to time depending on the blog's performance.

How To Add Facebook Profile on Blog


How to get profile badge from Facebook?
How to create Facebook profile badge?
How to include Facebook profile on website?

First, go to your Facebook account and log in. Then head on to your profile page, by clicking on your name or "Profile" on the top navigation bar.

Then on the left sidebar, scroll down until you see "Create a Profile Badge", something like this.

facebook profile badge

After a new page has loaded, click on "Create a new badge" on the top right corner. The button looks like this.

facebook profile badge

Select the layout and the information (items) you would like to display.

facebook profile badge

And then click save.

facebook profile badge

After that, select the code, copy and paste it to your blog as one of the page gadget on the layout settings page.

That's all!

NOTICE INVITING TENDERS




NATIONAL HIGHWAY AUTHORITY TENDER NOTICE







MINISTRY OF INTERIOR TENDER NOTICE





TEACHER REQUIRED


MINREL WATER COMPANY JOBS

CAREER OPPORTUNITIES



SECURITY STAFF JOBS


NATIONAL COMMISSION FOR HUMAN DEVELOPMENT JOBS


MUGHAL STEEL JOBS


MONITORING OFFICER JOBS IN SCHOOL


GRAPHIC DESIGNER JOBS IN ISLAMABAD

OIL FIELDS SERVICE COMPANY JOBS

FIELD OFFICERS JOBS

ENGINEERS JOBS IN LAHORE