Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Sunday, March 21, 2010

Wordpress Premium Blogger Themes Free Download

Its time that I start uploading those wonderful Blogger converted wordpress themes. I had tried each one of these for my blog and was too confused to select any. To make your selections more confusing and gruelsome, here are a few premium Blogger themes. You can also get the original Wordpress template download links here.

1. Zexee
A surely sexy theme for fashion and personal portfolio blogs
Zexee
Theme Name: ZEXEE
URI: http://thedesignsuperhero.com
Description:
Version: 1.6
Author: Aravind Ajith
Author URI: http://thedesignsuperhero.com



Wordpress Theme
Demo | Download
Blogger Template
Demo | Download


2. Imagination
A truly creative idea that would suit designers and serious themed blogs.






Theme Name: Imagination
Theme URI: http://www.cssjockey.com
Description: Imagination - Fully Customizable WordPress Theme. A gift from CSSJockey.com to all WordPress users. Make sure you share this theme with your loved ones. Check for Updates
Version: 1.0
Author: CSSJockey
Author URI: http://http://www.cssjockey.com/
Wordpress Theme
Demo | Download
Blogger Template
Demo | Download


3. Furvious
Though it needs some works to be done, it is simply beautiful.

Theme Name: Furvious
Theme URI: http://www.kreativethemes.com
Description: Free themes by Kreativethemes.
Version: 1.0
Author: Kreativethemes
Wordpress Theme
Demo | Download
Blogger Template
Demo | Download
 

4. Bams GrayYel
A bit complicated with a touch of magazine styles.

Bams_GrayYel
Description: GrayYel is a 2 column wordpress theme with Gray and Yellow combination for that perfect web 2.0 stylish look. Gray and Yellow combination, mouse hover effects on the rss links, sidebar links, header pages make this theme very appealing. It also include category psd to make more caregories in the sidebar.
Author: Bams
Author URI: http://www.blogaboutmysite.com/templates/category/wordpress-templates/
Wordpress Theme
Demo | Download
Blogger Template
Demo | Download


5. Shalom Typo
A typographic theme especially suited for designers.
SHALOM*TYPO
Theme Name: SHALOM*TYPO
Theme URI: http://www.davidhellmann.com
Description: Theme by David Hellmann converted to Wordpress by Sanid Jusic
Version: 1.1
Author: David Hellmann
Author URI: http://www.davidhellmann.com
Wordpress Theme
Demo | Download
Blogger Template
Demo | Download

Please do share the files if you loved it... 

Saturday, January 16, 2010

Custom fonts on your blog

A really nice feature for improving even more your blog is to show custom fonts, that will not only make your website eye-candy, but will improve the typography of your webdesign.
I have found a really nice script for font replacement called Cufón. It allows us to use any font on our webdesign without worrying about whether the visitor will have that font on his computer or not. It is really fast, easy to use, and there is no flash or image required.




Step 1 – Preparation

To have cufón installed on your blog you’ll only need 3 things: jQuery Library , Cufón JavaScript and a free font. The reason why you need a free font file is to make sure that you’ll have permission to use that font for web embedding without worrying about license or copyright stuff. You can find a great selection of free fonts here, I recommend you to go for the “Sans Serif” ones, they look great, stay away from the fancy ones, they will only make your blog look terrible

Step 2 – Installing Cufon

Snapshot05 Oct. 04 03.11
Once you have your font file, you are ready to install cufón on your blog. To do that just paste the following code right before your tag.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js' type='text/javascript'/>
<script src='http://bloggertuts.googlecode.com/files/cufon-yui.js' type='text/javascript'/>

Step 4 – Generating your font

Now it’s time to generate the script for your custom font that will be used together with Cufón in order to replace the general fonts at your blog.
Just download your font (make sure it’s a free one) and head to the Cufón font generator, you will get something like this:
Snapshot06 Oct. 04 03.18
On Regular typeface, submit your font file, if you would like to use its bold and italic version just do the same on the boxes below it. Also make sure you check the The EULAs of these fonts allow Web Embedding (without Adobe Flash) option, otherwise it will not work

Snapshot07 Oct. 04 03.21
On this step, you can check the boxes as you wish, but I recommend you to leave it the same as the picture above in order to get a reasonable file size.
Snapshot08 Oct. 04 03.23

On Security, type your blog’s address, this is a great feature, and will keep your font files working only at your blog, what is a great feature to prevent copies.
Snapshot09 Oct. 04 03.25
Just leave the rest as it is, make sure you check the I acknowledge and accept these terms box, and click Let’s do This!

Step 5 – Using Cufon

Now that you have generated your font script, you’ll need to host it somewhere. There are many free file hosting services around, I recommend using Dropbox, it is pretty much the best I’ve ever seen for hosting JavaScript files for free.

Once you have your font hosted, get the public link to the file and save it somewhere. To replace the fonts you should paste the following code, right befor your tag.


Remember to replace Vegur_300.font.js for your font’s URL, and .post h3 for the element you want to be applied.

Step 6 – Internet Explorer Fix

To make sure everything goes well, place this code right before your tag.
<script type="text/javascript">

   Cufon.now(); 
script>

Final Words

That’s it, now you have a nice way to implement custom fonts at your blogs, improve your typography and make it beautiful.