Thursday, February 17, 2011

Preview Text in VariousFonts Installed on your Computer All At Once

When ever I sit down to design something on any applications like Photo-shop, the very first time consuming thing is selection of fonts. It is true that fonts are the integral part of Web designing & Graphics and choosing the best from thousands of fonts installed on our computer by selecting each one by one and looking which looks perfect, It’s a very time consuming task.
The problem is not only mine. Most of the designer waste lots of time in picking up the unique and beautiful fonts for their design.  I found a new service which lets you clearly preview all the fonts installed on your computer.
Wordmark.it is a free and simple web based tool that previews all the fonts it finds on your computer. The service is very easy-to-use. Suppose you have to make a logo for your new website then you just have to open wordmark.it and enter your blog name. It scans your computer for all the available fonts and preview the text (Blog Name) in fonts installed on your computer all at once. Look at the below image.



The preview size can be adjusted and you can also see it in positive and negative. You can pick the ones you like and filter them out from the rest to fine tune you selection. Now I’m going to use this tool whenever I’ll need to make a new logo for my websites. This tool will make the lives of designers a bit better.

Enjoy..........

Use " WOT for blogs" in Wordpress and Blogger

You would know about WOT (Web of Trust) Firefox Addon, if not, it’s safe surfing tool that tells you which websites or links you should trust when you search, shop and surf on the Web. Now WOT Addon has been using by thousands of people.(I already post WOT for Mozilla) Till now, WOT was only available for browsers and shows reputation ratings with Traffic-light rating symbols. Now ‘WOT for Blogs’ Plugin for Word-press or code for blogger has just been launched by WOT.
‘WOT for Blogs’ is a WordPress plugin adds WOT reputation symbols to posts and comments on your blog keeping you and your readers safe from any untrustworthy external links.




By default, only outgoing links in posts and comments have the WOT rating symbols added to them but you can add your CSS selector in the plugin editor to get rating symbols to appear in different places.

 Word-Press


Install this extension if you’re using Word-press Platform and if you want to keep your users safe from any potentially malicious/untrustworthy links. If you’re using blogger platform you can add WOT ratings to your blogger blog too. Check out this Official Blog Post of WOT Blog.

Blogger

We created a sample blog that shows how to add the widget to your Blogger pages.
1. Click the "Customize" link on your blog.
2. Click the "Edit HTML" link on the Layout page.
3. Scroll down the "Edit Template" field until you find the </head> tag.
4. Copy and paste the following snippet just before the tag:

<script type="text/javascript">
var wot_rating_options = {
selector: ".post-body a[href], .comment-body a[href]"
};
</script>
<script type="text/javascript"
src="http://api.mywot.com/widgets/ratings.js"></script>

This adds ratings to your blog posts and user comments. If you only want to show them for user comments, set the selector option to ".comment-body a[href]".


Enjoy.........