Blogger Templates Designs Plugins Widgets Hacks Tips Tricks Tutorials
Showing posts with label Blogspot. Show all posts
Showing posts with label Blogspot. Show all posts

08 October 2008

Theme Freshy Blogger Templates XML Web 2.0

Theme Freshy Blogger Templates XML Web 2.0


Theme Freshy Blogger Templates XML Web 2.0

Features
- Defining colors on the panel.
- Two columns.
- Customizable menu.
- Icons famfamfam
- Designed for firefox

Installation
To install the consultation Videotutorial by Patricia Pilar and our mini-installation. You can also read our FAQ and find out the most common problems and their solution.

Setting
This template has a menu to customize to your liking, change it to go to the tab "template" or also known as "design" from the desktop and then to the "Edit HTML".
<ul class='menu'><li class='current_page_item'><a class='first_menu' href='/'>Home</a></li><li class='page_item'><a href='#'>Blog</a></li><li class='page_item'><a href='#'>Fotos</a></li><li class='page_item'><a href='http://blogyweb.blogspot.com'>Blogger Templates Designs</a></li>
In that code, change the signs # for your links and save.

Read More...

05 October 2008

Theme Business Blue Blogger Templates XML Web 2.0

Theme Business Blue Blogger Templates XML Web 2.0

Theme Business Blue Blogger Templates XML Web 2.0


Theme Business Blue Blogger Templates XML Web 2.0

Read More...

10 February 2008

Add Label Cloud Widget For Blogger

Blogger Hacks- How To Put Widgets Label Cloud Or Widgets Tag Cloud On Blogger Sidebar

Blogger Hacks- How To Put Widgets Label Cloud Or Widgets Tag Cloud On Blogger Sidebar

A tag cloud or label cloud for blogger is a list of all the labels used within a blogger blog displayed with style.You can see a demo of the Label cloud widget here on my site. This Tag Cloud Widget was originally developed by phydeaux3. I have just simplified and made it easier to install..

You can see a good implementation of this label cloud widget on one of our readers blog -Speak Media Blog.
First Of all Goto Your blogger Layout>Page Elements page and add a Labels Widget there..You can Do that using the Add a Page Element Option on that page.

Blogger Hacks- How To Put Widgets Label Cloud Or Widgets Tag Cloud On Blogger Sidebar



Choose to sort the labels Alphabetically when prompted.

After Adding the Label Widget Goto Layout>Edit Html (Do not expand the widget templates for the sake of easy explanation)

You will find some code similar to


<b:widget id='Label1' locked='false' title='Labels' type='Label'/>


Add Code New

<b:widget id='Label1' locked='false' title='Label Cloud' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<div id='labelCloud'/>
<p align='center'>
<script type='text/javascript'>
var cloudMin = 1;
var maxFontSize = 25;
var maxColor = [0,255,0];
var minFontSize = 10;
var minColor = [0,0,0];
var lcShowCount = false;
// Don't change anything past this point -----------------
// Cloud function s() ripped from del.icio.us
function s(a,b,i,x){
if(a&gt;b){
var m=(a-b)/Math.log(x),v=a-Math.floor(Math.log(i)*m)
}
else{
var m=(b-a)/Math.log(x),v=Math.floor(Math.log(i)*m+a)
}
return v
}

var c=[];
var labelCount = new Array();
var ts = new Object;
<b:loop values='data:labels' var='label'>
var theName = &quot;<data:label.name/>&quot;;
ts[theName] = <data:label.count/>;
</b:loop>
for (t in ts){
if (!labelCount[ts[t]]){
labelCount[ts[t]] = new Array(ts[t])
}
}
var ta=cloudMin-1;
tz = labelCount.length - cloudMin;
lc2 = document.getElementById(&#39;labelCloud&#39;);
ul = document.createElement(&#39;ul&#39;);
ul.className = &#39;label-cloud&#39;;
for(var t in ts){
if(ts[t] &lt; cloudMin){
continue;
}
for (var i=0;3 &gt; i;i++) {
c[i]=s(minColor[i],maxColor[i],ts[t]-ta,tz)
}
var fs = s(minFontSize,maxFontSize,ts[t]-ta,tz);
li = document.createElement(&#39;li&#39;);
li.style.fontSize = fs+&#39;px&#39;;
a = document.createElement(&#39;a&#39;);
a.title = ts[t]+&#39; Posts in &#39;+t;
a.style.color = &#39;rgb(&#39;+c[0]+&#39;,&#39;+c[1]+&#39;,&#39;+c[2]+&#39;)&#39;;
a.href = &#39;/search/label/&#39;+encodeURIComponent(t);
if (lcShowCount){
span = document.createElement(&#39;span&#39;);
span.innerHTML = &#39;(&#39;+ts[t]+&#39;) &#39;;
span.className = &#39;label-count&#39;;
a.appendChild(document.createTextNode(t));
li.appendChild(a);
li.appendChild(span);
}
else {
a.appendChild(document.createTextNode(t));
li.appendChild(a);
}
ul.appendChild(li);
abnk = document.createTextNode(&#39; &#39;);
ul.appendChild(abnk);
}
lc2.appendChild(ul);
</script>
</p>
<noscript>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a expr:href='data:label.url'><data:label.name/></a>
</b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>
</noscript>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>


Now find

]]></b:skin>


Add CSS Label Cloud Widgets for Blogger

#labelCloud {text-align:center;font-family:arial,sans-serif;}
#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}
#labelCloud ul{list-style-type:none;margin:0 auto;padding:0;}
#labelCloud a img{border:0;display:inline;margin:0 0 0 3px;padding:0}
#labelCloud a{text-decoration:none}
#labelCloud a:hover{text-decoration:underline}
#labelCloud li a{}
#labelCloud .label-cloud {}
#labelCloud .label-count {padding-left:0.2em;font-size:9px;color:#000}
#labelCloud .label-cloud li:before{content:&quot;&quot; !important}
]]></b:skin>


Save your template and now you should get a working Label Cloud On your Blog.

How to Add Label Cloud Widget For Blogger

Read More...

08 January 2008

Adding a Google Gadget to your blog Video Clip

Adding a Google Gadget to your blogger

Add thousands of Google Gadgets to your Blogger blog by following this video tutorial!

Spice Up Your Blog with Google Gadgets!
Fresh out of Blogger's own Testing ground, Google Gadgets have now been enabled for all layouts blogs. This new interface allows for the integration of iGoogle Gadgets directly into your sidebar, with an array of customization options for easy tweaking. Also built into Gadgets is our robust Gadget Directory, which lets you browse through thousands of cool gadgets and add them to your blog with a simple click of a button.

You can access Gadgets from your dashboard under the Layout | Gadgets tab (the tab formerly known as "Layout | Page Elements.")



Gadgets have built-in configuration for easy integration into your layout. All gadgets are automatically sized to match the width of your sidebar, and their height in pixels can be adjusted using the Gadget's built-in options. Our large list of Gadgets is constantly growing and evolving. You can browse them all from our comprehensive Gadget Directory, which runs the gamut from sports updates to site counters, and flash games to local information tickers. To bring up the Gadget Directory, just click Add a Gadget from your layout. Have an idea for a gadget that isn't listed? Then build it yourself! We are always on the lookout for great ideas, so please submit your own creation to the iGoogle Gadget Directory, and then let us know about it in our Help Group— we may just add it to our 'Featured Gadgets' Section.

Itching to get started? Have a look at our our help video below for some guidance on browsing, adding, and customizing a gadget on your blog:


Read More...

07 January 2008

Purchasing and setting up a Custom Domain through Blogger

Purchasing and setting up a Custom Domain through Blogger

Have you ever wanted to set up your own Custom Domain through Blogger? Check out this video tutorial!



How do I buy a custom domain through Blogger?
Interested in purchasing and setting up a custom domain through Blogger? Either read the instructions below or click on the video to watch a tutorial!

You can buy a domain from the Settings | Publishing tab,. Just select the Custom Domain option, enter the domain name you'd like and click Check Availability. This will take you to the Google Apps domain purchase website, which will let you know if the domain is available and proceed with the registration if it is. Finally, you'll go to Google Checkout where you'll make your payment. Your domain is registered with one of our registration partners, either eNom or GoDaddy.

You'll get a domain registration confirmation email from Google Apps. Clicking the link in this email allows you to sign this domain up for an Apps account. Google Checkout will also send you an email with the order receipt.

Read More...

06 January 2008

How to create a blog with Blogger Video Clip

How to create a blog with Blogger Sign in to use Blogger with your Google Account

The new Blogger requires a Google Account to access your blogs. Haven't switched yet? Sign in using your old Blogger account instead.

Blogger is a free blog publishing tool from Google for easily sharing your thoughts with the world. Blogger makes it simple to post text, photos and video onto your personal or team blog. Sign in to use Blogger
with your Google Account


Read More...