Friday, July 24, 2009

“Integrated Gmail : All Google Products at one place” plus 1 more | Blogsolute

“Integrated Gmail : All Google Products at one place” plus 1 more | Blogsolute

Link to Blogsolute

Integrated Gmail : All Google Products at one place

Posted: 24 Jul 2009 12:19 PM PDT

Integrated Gmail is a Firefox extension for the lovers of simplicity, there are many more options than you think of using Gmail in a minimalist way.

Just install this addon and your Gmail is reduced to an abstract, in fact a link, with total unread messages. Then we can add other things under it like Google Apps, Google Maps or Google Reader.

Whenever, you want to see through your emails just click and as we see in the picture, it all comes down to a simple interface and fill our screen. Something that contributes to the fact that links us to use Google services which will be expanded or collapsed accordingly, so that when not in use are minimized.

Allows you to make the Inbox Collapsible and loads your choice of Google Calendar, Reader, Notebook, Groups, Maps, Picasa, Sites, News and Portfolio plus Custom URLs (w/navigation buttons innframe) and Google Gadgets seamlessly into the Gmail interface below the inbox (rather than the sidebar) using a collapsible box. If your are inbox minimalist, enable minimalist mode to clean up the inbox even more.

Integrated Gmail Addon

Integrated Gmail Addon

Related: Trick to show emails from another account in Multiple Inboxes

Download Integrated Gmail Addon

You may also like to read


Automatic Configurable “Read More” on Blogger

Posted: 24 Jul 2009 11:43 AM PDT

If you just want to show summary of post on frontpage of blogger then unfortunately, you don’t have any option by default. You will need a external script to make it working.

It’s true that, there have been many hacks released to have Read more option on Blogspot or Blogger blogs. Problem with them is that you cannot select the cut-off point and also, there was no support for thumbnail too initially. Here are some scripts which can solve both issues.

This new script, which derives from the “read more thumbnails” (in fact,  its an improved version) has two advantages:

  1. You can choose the cutoff point according to the summary of each post, choosing to show or not show a thumbnail image.
  2. Limit the article’s excerpt is set at a number of words, not characters (and the words will not be cut off).

read more configure blogger

It’s a simple two step operation.

1) Find the following code in your template (with expanded HTML):
<data:post.body/> and Replace it by

2) Insert this before <body>

Settings

Now, you can set up a script to change the following variables:

  • thumbnail_mode var = 'no-float';
  • classicMode var = false;
  • summary_noimg var = 60;
  • summary_img var = 50;
  • img_thumb_height var = 150;
  • img_thumb_width var = 220;

Thumbnail_mode determines the variable buoyancy to the left of the image. If you choose 'no float', the image will not show thumbnails if you choose to 'float' will display a thumbnail on the left of the posts on the homepage.

ClassicMode determines whether all entries are to be cut at the same point or not. It is advisable to change it soon changed to true if the variable value thumbnail_mode to 'float'.

Var Summary_img and Summary_noimg corresponds to the cutoff of the abstract when your post has no image and when it does, respectively. The value 50, for example, means "50 words".

Img_thumb_height and img_thumb_width correspond to height and the width of the thumbnails (thumbnail image).

The novelty of this version of the script is that you can put Read more on your posts, just like Wordpress.

For Example :

<Summary> <! – More -> <Rest of Article>

You may also like to read


No comments:

Post a Comment