Sunday, December 9, 2007

How Much Is 20% Discount On 155$

How to include a bar "Loading Page"? -75 - How to include a


Inserts a bar in the middle of the page specifying the site is loading its content. Once finished, remove the bar and shows the entire page.

1. Go to Template, then Edit HTML and before \u0026lt;/ head> paste the following code:

\u0026lt;script type='text/javascript'> window.onload = detectarCarga; detectarCarga function ()

{document.getElementById ("imgLOAD.") style.display = "none";}
\u0026lt;/ script>

2. Then go to Page Elements and paste the following code:


\u0026lt;div id = 'imgLOAD' style = "TEXT-ALIGN: center"> \u0026lt;b> Loading \u0026lt;/ b> \u0026lt;IMG src = "http://i151.photobucket.com/albums/s137/andrewmusic1/loading . gif "> \u0026lt;/ div>
Then drag it where we see fit.

Note:

This also can be placed within the template code. There pages that offer different types of bars Loading Page:

Napyfab





Load Info
Activity Indicators




Friday, October 12, 2007

Nadine Jensen Milking Movie Clip

Counters Visitors to Blogs with Widgets

Surely you've seen on this blog two counters of visits in addition to the number of visitors will also teach the countries from which these visits. Furthermore, the second counter also gives the city from which visitors as well as the article of the blog they are visiting.

counter the globe you can find on the site geovisite is free and you have several choices. Online visitors counter also teaches you the city of your visitors and the content they are visiting you can find it in Feedjit

Greetings.

Whats The Best Mobil Home

geolocation for our blogs

We all like to have our blog pimp, with widgets, well, those little programs that pimp blogs, giving either of the time, counting visits, teaching phrases random visitors ... as you must know there are thousands of them scattered around the internet, and often find one we like is an odyssey.

To make life easier there are sites like WidgetBox , where there are many, many of those little utilities that will give you a little extra 2.0 to our blog.

Personally I like to have some in my blogs, but not many, because too many widgets can make the burden of our blog is too slow, and that is not good, as our readers probably will not like no waiting.

Here I leave the link to WidgetBox.
Link: WidgetBox
Greetings.

Thursday, October 11, 2007

Vocabulary Workshop Level D Answers

Online Radio Blog? -74 -


If you want your favorite radio sound to your blog, you can do using a simple code below will provide you:
1.
need to get the URL of the radio, ie the direction from which transmits its signal. Normally you can get from the same player that the station has on its website, then you have to listen to the radio, then put your mouse over the player, then press the right button, which opens a window and click Properties that's where you'll see the URL which transmits its music.
2. Paste the following code where you want, either in the sidebar or main column:


\u0026lt;EMBED type = "application/x-mplayer2" pluginspage = "http://www.microsoft.com/windows/ windowsmedia / en / download / default.asp? TCODE = 9 # location2 "src =" http://URL-de-la-Radio-Online "name =" MC1 "height = 45 width = 280 AutoStart = False ShowStatusBar = True ShowGotoBar = Talsa TransparentAtStart = true bbclient = 0> \u0026lt;/ EMBED> * Where does the URL of the online radio, put the address of the station. * To work you must change: AutoStart = False
by AutoStart = True. Note: For example, you can put your mouse over the player, then follow the steps above and you'll see that the direction from which it transmits the radio you're hearing is: http://216.246.4.18/asxfiles- live/ny60winlive7001.asx
are you listening Kiss Radio (Spain)

Friday, September 7, 2007

Indoor -outdoor Games For Kinder Garten

How to make a tag cloud? -73 -

A
tag cloud is a visual representation of the "tags" or keywords used on a website . Usually this word list is sorted alphabetically and with different size according to relevance.
To begin to put our tag on the blog we have to label


all our post.
1. Go
template design, then Edit HTML and click Expand Widget Templates and you have to paste between \u0026lt;b:skin> \u0026lt;! [CDATA [and ]]>\u0026lt;/ b: skin>. Preferable that hit near the end (before ]]>\u0026lt;/ b: skin>.)

/ * Label Cloud ----------------------------------------- Styles ------ * / # 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: ""! important}

2.
Then add the following code between ]]>\u0026lt;/ b: skin> and \u0026lt;/ head>. Preferable that hit near the end (before \u0026lt;/ head>). \u0026lt;script Type='text/javascript'>
/ / Label Cloud User Variables var lcBlogURL = 'http://ayudaparaelblog.blogspot.com'; maxFontSize var = 20;
maxColor var = [0, 0.255];
minFontSize var = 10; minColor var = [0,0,0]; lcShowCount var = false; \u0026lt;/ script>
3.
Find the widget with ID Label1 and the title tags. This I find where it says: \u0026lt;div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>


<b:widget id='Label1' locked='false' title='Etiquetas' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title><h2>
<b:if>
<div class='widget-content'>
<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'><?xml:namespace prefix = data />
</data:label.name></a> </b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>

<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>


4.
Once located, you have to replace all the previous code as follows:

\u0026lt;b:widget id='Label1' locked='false' title='Label Cloud' type='Label'> \u0026lt; b: includable id = 'main'> \u0026lt;b:if cond='data:title'>
\u0026lt;h2> \u0026lt;data:title/> \u0026lt;/ h2>
\u0026lt;/ b: if> ;

\u0026lt;div class='widget-content'>
\u0026lt;div id='labelCloud'/>
\u0026lt;script type='text/javascript'>

/ / Do Note change anything past this point -----------------
function s (a, b, i, x) {
if (a> b) {
where m = (ab ) / Math.log (x), v = a-Math.floor (Math.log (i) * m)

} else {
where m = (ba) / Math.log (x), v = Math. Floor (Math.log (i) * m + a)
} return v}

was taking = 0
var c = [];
was Label count = new Array ();
was ts = new Object;
\u0026lt;b:loop values='data:labels' var='label'>
was theName = "\u0026lt;data:label.name/>";
ts [theName] = \u0026lt;Data: label.count / >;
\u0026lt;/ b: loop>
for (t in ts) {
if (! Label count [ts [t]]) {
label count [ts [t]] = new Array (ts [t]) } }
tz = labelCount.length-1;
LC2 = document.getElementById ('label cloud');
ul = document.createElement ('ul'); ul.className = 'label-cloud';
for (var t set ts) {
for (var i = 0; 3> i; i + +) {
c [i] = s (minColor [i], maxColor [i], ts [t]-ta, tz)
}
was fs = s (minFontSize, maxFontSize, ts [t]-ta, tz);
li = document.createElement ('li');
li.style.fontSize = fs+'px';
li.style.lineHeight = '1';
a = document.createElement('a');
a.title = ts[t]+' Posts in '+t;
a.style.color = 'rgb('+c[0]+','+c[1]+','+c[2]+')';
a.href = lcBlogURL+'/search/label/'+encodeURIComponent(t);
if (lcShowCount){
span = document.createElement('span');
span.innerHTML = '('+ts[t]+') ';
span.className = 'label-count';
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 ('');
ul.appendChild (abnk);}

lc2.appendChild (ul);
\u0026lt;/ script>

\u0026lt;noscript>
\u0026lt;ul>
\u0026lt; b: loop values \u200b\u200b= 'data: labels' var = 'label'>
\u0026lt;li>
\u0026lt;b: f 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>

\u0026lt;/ b: includable>
\u0026lt;/ b: widget>



step
Explanation No. 2


-
In lcBlogURL, you must put the address of your blog.


-
In maxFontSize, we can change the font size shown.


-
In maxColor = [0,0,255], we can change the color of the displayed font.
For example:
[255,0,0] = Red clear
[0,255,0] = Light Green
[128,0,0] = Dark Red
[0,128,0] = Dark Green
[0,0,128] Dark blue =
More color combinations


HYPE's Color Specifier


.


-
In minFontSize, we can change the font size shown.


-
In minColor = [0,0,0], we can change the color of the displayed font.

-
In lcShowCount (true or false) .- If true will display a tag with the number of entries that exist. While in false just see a tag without the corresponding number.
Note: - so that it is this trick you have up to more than 2 entries otherwise not be shown.



Saturday, August 18, 2007

Coboalt Power Steering Fluid Fill

Tags (Categories or sections) in the form of a menu of tabs or flaps -72 -



Some websites are a menu of tabs horizontally for better navigation. Probably for some it is quite useful for fast and easy page navigation.

to start putting our menu tabs on the blog we have to label


all our post. 1. Go
template design, then Edit HTML and click Expand Widget Templates and seek the following:
\u0026lt;b: section class = "header" id = "header" maxwidgets = "1

" showaddelement = " not ">

* Change values \u200b\u200bmawidgets =" 2
"and showaddelement =" yes
.

2.
\u0026lt;b:section class='sidebar' id='sidebar' preferred='yes'>
\u0026lt;b: widget id = 'Label1' locked = 'false' title = 'Tags' type = 'Label'>
\u0026lt;b:includable id='main'> \u0026lt;b:if cond='data:title'> \u0026lt;h2 > \u0026lt;data:title> \u0026lt;h2> \u0026lt;b:if> \u0026lt;div class='widget-content'> \u0026lt;ul> \u0026lt;b:loop values='data:labels' var='label'>
\u0026lt;li>
\u0026lt; ; b: if cond = 'data: blog.url == Data: label.url'> \u0026lt;data:label.name/> \u0026lt;b:else/>
\u0026lt;a expr: href = 'data: label.url '> \u0026lt;? xml: namespace prefix = data />
\u0026lt;/ data: label.name> \u0026lt;/ a> \u0026lt;/ b: if> (\u0026lt;data: label.count / >) \u0026lt;/ li> \u0026lt;/ b: loop>
\u0026lt;/ ul>
\u0026lt;b:includable name='quickedit'/> \u0026lt;/ div> \u0026lt;/ b: includable> \u0026lt;/ b: widget>

3.
Once located, you have to replace all the previous code as follows:

\u0026lt;b:widget id='Label1' locked='false' title='' type='Label'> \u0026lt;b : includable id = 'main'> \u0026lt;div id='tabsE'>
\u0026lt;ul>
\u0026lt;li> \u0026lt;a expr:href='data:blog.homepageUrl'> \u0026lt;span> Home \u0026lt;/ span> \u0026lt;/ a> \u0026lt;/ li> \u0026lt;b:loop values='data:labels' var='label'>
\u0026lt;li> \u0026lt;a expr:href='data:label.url'> \u0026lt;span> \u0026lt;data: label . name /> \u0026lt;/ span> \u0026lt;/ a> \u0026lt;/ li> \u0026lt;/ b: loop>
\u0026lt;/ ul>
\u0026lt;! - \u0026lt;b: include name = 'QuickEdit' / > ->
\u0026lt;/ div>
\u0026lt;/ b: includable>
\u0026lt;/ b: widget>




4. We
in the template. The code following leave for last, because it refers menu style, which may make changes, using your criteria. The code will need to paste between \u0026lt;b:skin> \u0026lt;! [CDATA [and ]]>\u0026lt;/ b: skin>. Preferable that hit near the end (before ]]>\u0026lt;/ b: skin>), it may be that at some point, do not want this and you will make it easier to locate it to delete it.

/ *- Menu Tabs E --------------------------- * / # tabs


{float: left;
width : 100%;
background: # 000;
font-size: 93%
line-height:normal;

}
#tabsE ul {
margin:0; padding:10px 10px 0 50px; list-style:none;
}
#tabsE li {
display:inline; margin:0;
padding:0;
}
#tabsE a {
float:left;
background:url("http://i151.photobucket.com/albums/s137/andrewmusic1/tableftE.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsE a span {
float:left;
display:block;
background:url("http://i151.photobucket.com/albums/s137/andrewmusic1/tabrightE.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color: # FFF;} / * Commented Backslash Hack hides rule from IE5-Mac \\ * / # tabs a span
{float: none;}
/ * End IE5-Mac hack * / #
tabs a: hover span {
color: # FFF;}

# tabs a: hover {background-position
: 0%-42px;}

# tabs a: hover span {
background-position: 100%-42px ;}




which says:
# tabs ul {
margin: 0;
padding: 10px 50px 10px 0

;
number 50 refers to the adjustment, ie move to the left, for example change it to 0 and see what happens.
then below says, padding:

5px 15px 4px 6px;
the number 5 refers to the space, for example cambailo to 0 and see what happens.


Note:
I'll provide some menu styles that I uploaded to Photobucket for you to use on your blog. But using a style, you have to make a simple modification.







Tabs A Color of Tabs: White



Tabs B


Color of Tabs: Grey





Tabs C

Color of Tabs: Green



Tabs D
Color of Tabs: Rosas


Tabs E Color of Tabs:
Rojas
Tabs F
Color of Tabs: Celeste Tabs G
Color of Tabs: Blue Tabs
H Color of Tabs: Black
Tabs I
Color of Tabs:
Oranges Tabs J Color of Tabs: Crystal
Tabs K
Color of Tabs: Cafe For example, if you use the style to, then you go to step 2 \u0026lt;div id='tabsF'> and you change the id for the style you've chosen. In this case we have chosen the style then it would be A, \u0026lt;div id='tabsA'> 5. Finally when you go to save the changes you will probably come out a message:
are about to be deleted gadgets Please confirm that the following widgets should be deleted. Will erase all configuration information for the devices. Label1
• Confirm and save Just keep and confirm. Note: To that is all this must go to Page Elements
and drag Tags rinsing under the header.

Monday, July 9, 2007

Tattoo Designs Below Navel

Templates by 2nd Sidebar (3 columns) -71 -

1. To use these templates you have to download the file and copy the code that is shared.

2. Go to blog. Go to template design, then Edit HTML
(no need to expand widget templates) and automatically shows you the template code you use today.

3. Select all the code and delete it. Now paste the code had already copied (the template).
4. Save your changes. Rebuild your blog and go.


Minima

Download

Minima Black
Download

Minima Blue
Download


Minima Ochre

Saturday, June 30, 2007

Male Brazilian Wax Maimi

Hide / Show Blogger navigation bar (2) -70 -

About mouse below to display the image and alejalo to disappear. consists of hiding the navigation bar and show it when you put the mouse on top of the blog or page. So to hide this bar have to do the following: - Go to Template, then Edit HTML (no need to expand widget templates) and add the following code between ]]>\u0026lt;/ b : skin> and \u0026lt;/ head>. \u0026lt;script


src='http://wiki.script.aculo.us/javascripts/prototype.js' type='text/javascript'/> <script src='http://wiki.script.aculo.us/javascripts/scriptaculous.js?load=effects' type='text/javascript'/> <script type='text/javascript'> function navbarShow() { new Effect.Opacity('navbar-iframe', {duration:0.5, from:0.0, to:1.0}); } function navbarHide() { new Effect.Opacity('navbar-iframe', {duration:0.5, from:1.0, to:0.0}); } function navbarHack() { Event.observe('navbar-iframe', 'mouseover', navbarShow, false); Event.observe('navbar-iframe', 'mouseout', navbarHide, false); navbarHide ();}

Event.observe (window, 'load', navbarHack, false);
\u0026lt;/ script>

Hodavame




Tuesday, June 26, 2007

Remington 700 Tactical With Elite 3200 10x40

shortcut menu, a button (2) -69 -

This drop down is to click the button and displays a list of options.

1. Go to template design. Then click on Edit HTML (not Expand Widget Templates) and add the following code between \u0026lt;b:skin> \u0026lt;! [CDATA [and ]]>\u0026lt;/ b: skin>. Preferable that hit near the end (before of ]]>\u0026lt;/ b: skin>)


. texthidden
{display: inline}


. Shown
{display: block}





2. Among
]]>\u0026lt;/ b: skin> and \u0026lt;/ head> adding:

\u0026lt;script src = 'http://andrewhonors.googlepages.com/fecha.js' type =' text / javascript '/> 3.
Go to Page Elements, click Add a Page Element and select HTML / Javascript. There will have to add following code: \u0026lt;a href="javascript:void(0);" onclick="expandcollapse('musica')"> \u0026lt;img border = "0" src = "http://dirección- de-la-image-of-button "/>\u0026lt;/ a> \u0026lt;br/>

\u0026lt;ul id="musica" class="texthidden">
\u0026lt;li> \u0026lt;a href = "http://www.radioblogclub.com/" target = "_blank"> Radio Blog \u0026lt;/ a> \u0026lt;/ li> \u0026lt;li> \u0026lt;a href = "http://www.goear. com / index.php "target =" _blank "> Goear \u0026lt;/ a> \u0026lt;/ li> \u0026lt;/ ul>

<a href="javascript:void(0);" onclick="expandcollapse('video')"><img border="0" src="http://dirección-de-la-imagen-del-botón"/></a><br/>

<ul id="video" class="texthidden">
<li><a href="http://www.youtube.com/" target="_blank">Youtube</a></li>
<li><a href="http://www.veoh.com/" target="_blank">Veoh</a></li></ul>


**
As a starting point we have a menu of music
in which a list: Radio Blog and Goear. In addition, a video menu
in which it appears, YouTube and Veoh
- In this part of code you can repeat as many times as you want, you have to build it to your liking.

-
only have to add the button, the address of the page with its own name. - You can also add a picture just before the text that appears in the list.

Explanation: - If, for example, want to party music video then to create another button on expandcollapse ('music') change where it says music video. In addition, the id = "music" as modified by video.
- In \u0026lt;img border="0" src="http://direccion-de-la-imagen"/>, next to the button image.
- Where Radio Blog says, Goear, You Tube, they become a list.
- In \u0026lt;a href="http://www.radioblogclub.com/" target="_blank">, next to the link of the linked page.
Example: Create




buttons

Buttonator



Via:
A Consuming Experience


Monday, June 18, 2007

How Much Does Hiatal Hernia Surgery Cost

Add emoticons on the blog -68 -


Emoticons
.- They are figures constructed characters spelling, or gestures to express emotions in messages sent and users use daily in their chat. Some of the most common are:

1.
Go to template design. Then click on Edit HTML (not Expand Widget Templates) and add the following code between \u0026lt;head> \u0026lt;/ head>. Preferable that hit near the end (before \u0026lt;/ head>), it may be that at some point, do not want this and you will do able to locate it easier to clear. \u0026lt;script



src='http://benjamin0331.googlepages.com/addSmiley.js' type='text/javascript'/>


2. Among \u0026lt;b:skin> \u0026lt;! [CDATA [and ]]>\u0026lt;/ b: skin> add: . Post-body {img # new margin: 0;
padding: 0 ;
border: none;} * This is to prevent moving or Emoticons look with an edge.
-
Smilies be seen in the post (inputs) and the comments when are expanded. Once the blog will finish charging smileys. These emoticons will work well if you use
not Read More (Inputs expandable).
Via:

Ben's

Saturday, June 16, 2007

Hiv.aids Awareness Sayings

Change the background color of the comments -67 -




consists of adding a background color to the comments, which you can assign a background color for the author of the blog ( a text color too) and one for the author of the other blogs.

1.
design Go to the Template, then Edit HTML and click Expand templates of widgets. Find the id = 'comments-block'.

\u0026lt;dl id='comments-block'>
\u0026lt;b:loop values='data:post.comments' var='comment'> \u0026lt;dt class = 'comment-author' expr: id = "" comment-"+ data: comment.id '> \u0026lt;a expr:name='"comment-" + data:comment.id'/>
\u0026lt;b: if cond =' data: comment.authorUrl '>
\u0026lt;a expr:href='data:comment.authorUrl' rel='nofollow'> \u0026lt;/ a> \u0026lt;b:else/> \u0026lt;data:comment.author/> </b:if>
<data:commentPostedByMsg/>
</dt> <dd class='comment-body'>
<b:if cond='data:comment.isDeleted'> \u0026lt;span class='deleted-comment'> \u0026lt;data:comment.body/> \u0026lt;/ span> \u0026lt;/ b: if>
\u0026lt;/ dd> \u0026lt;/ b: if>

\u0026lt;dd class='comment-footer'>

* Add what is
red.


3. We
in the template. Among \u0026lt;b:skin> \u0026lt;! [CDATA [and ]]>\u0026lt;/ b: skin> find that (style of commentary):

/ * ----------------------------------
Comments ------------- * / # comments h4



{margin: 1em 0;
color: $ dateHeaderColor;
} # comments h4 strong {
font-size: 110%;
still more code}
style ... ..
... ..
....

.
deleted-comment {
font-style: italic;
color: gray;}


4. The following code
leave it for last because it refers to the style of the commentary (as amended), which can make changes using your criteria. Once located the style of the commentary we replace with the following:

# comments {margin: 0;
} # comments h4 {
margin: 0 0 10px; padding-top: .5 em; -line height: 1.4em;
font: bold 110% Georgia, Serif;
color: # 333;}

# comments-block {
line-height: 1.6em;} .
comment-author {background: # e6e6e6 url ("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkOnzqQGORy5NBNc_e6Lq66iXFIRqDoFFn1bN0ZwSO4FA0RFquObTKq-7LHYAwuZrUHfq-YUvV0c8LcJk2Z38JKoiCwSt9JXH12OKrcaKNRuUoBMvfJS6HSDZCN02lRjmTwf8SD4lKHB4h/s200/page_edit.png") no-repeat 2px .35 em;
margin: .5 em 0 0;
padding: 3px 0 0 18px;
font-weight: bold;}

.
comment-body { background:#eeeee6;
margin:0;
padding:7px 7px 7px 7px;
}
.comment-body p { margin:0 0 .5em; }
.comment-body-author {
background:#e5e5e5;
margin:0;
padding:7px 7px 7px 10px;
}
.comment-body-author p { font-size:105%; margin:0 0 .2em 0;
color:#6728B2;
text-decoration:bold;
} .comment-footer {
background:#e6e6e6;
margin:0 0 .5em;
padding:0 0 .75em 20px;
color:#996;
}
.comment-footer a:link {
color:#996;
}
.deleted-comment {
font-style:italic;
color: gray;}





Explanation:

- In. comment-author, the name of the author and can change the background color and the url becomes the icon
-. comment-body, then displays the background color for those who leave comments.
-. Comment-body-author, then displays the background color for the blog author.
-. Comment-body-author p, can change the text color of the blog author.
-. Comment-footer, is the date and you can change the background color.



Via:



Stubborn Fanatic








consists

Tuesday, June 12, 2007

Where To Buy Polymer Clay Sydney

random colors at the bottom of the blog -66 -

in a different color every time we go to the blog.


1.
Go to template design. Then click on Edit HTML (not Expand Widget Templates) and look for the following:



body {background: $ bgcolor;
... }

* Delete background: $ bgcolor;



2.
Add the following code after \u0026lt;body>

\u0026lt;script type='text/javascript'> bgcolorlist var = new Array ("# \u200b\u200b626868", "# 515f6c", "# 999966", " # 9ea8a8 "," # b2bdbd "," # 41485e "," # 777777 " "# Eeeee6") bgcolorlist document.bgColor = [Math.floor (Math.random () * bgcolorlist.length)] \u0026lt;/ script> - In new Array (), you can change the color codes you want. On the other hand, if you want more colors you add more or change otherwise you take away.

- You see the result in your blog press F5 on your keyboard and see different colors displayed at the bottom of the blog.

Sunday, June 10, 2007

Air Space Needed For P18s4

Last Post (2) -65 - How to modify



In Blogger there is a way of adding to our blog titles the last post, but many did not like, perhaps because the number post maximum is five, among other things. But there is a new trick and I feel much better.



"

Go to design template, click Add a page element and select HTML / Javascript . There will have to add:

\u0026lt;script src=" http://andrewhonors.googlepages.com/showrecentposts_es.js"> \u0026lt;/ script> \u0026lt;script language="javascript"> numposts var = 7;
numchars var = 100;
showpostdate var = true;
showpostsummary var = true; standardstyling var = true;
\u0026lt;/ script> \u0026lt;script
src="http://andrewmusicmovie.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"> \u0026lt;/ script>


Explanation:

can modify:

numpost .- It is the number of posts to show from 1 to 25. showpostdate (true or false) .- If true it shows the post date.
showpostsummary (true or false) .- If true will display a summary of the post (inputs). standardstyling (true or false) .- If true apply a standard style. The summary will be displayed in italics and with a gap between each comment. While in false will look all together.

** Where says andrewmusicmovie.blogspot.com change it to the address of your blog . Track: Beautiful Beta





Last Post (Blogger)




Friday, June 8, 2007

Thank You For Coming First Birthday

Column and Sidebar pricipalmente the blog? -64 -

To increase or decrease the size of the main column and sidebar need to make some changes to the blog .
This practically it is for the following templates: All Minima (Dark, Blue, Ochre, Lefty, Stretch, Stretch Lefty), Denim.




"

Go to template design. Then click on Edit HTML (not Expand Widget Templates.)


1.
In the template we have to place the following:
/ * Header ----------------------------------- ------------ # header-wrapper
{width: 660px;
... } / * Outer-Wrapper ---------------------------------------- ------- * /

# outer-wrapper {width: 660px; ... } # main-wrapper

{width: 410px;
} # sidebar-wrapper

{width: 220px;
... } 2. We will have to modify

width (width) of the # header-wrapper, # outer-wrapper, the # main-wrapper and # sidebar-wrapper.
Example:

# header-wrapper {width :
900 px;
...


} # outer-wrapper {width
:
900 px; ...


} # main-wrapper {width
:
500 px; ...


} # sidebar-wrapper
{width: 320
px; ...



} 3.
To see the changes you click Preview and if you think you've done well the changes, simply click Save Template.
Note: you Perhaps this can serve as a guide for other templates.


Sunday, June 3, 2007

Ride Go Karts In Louisiana

How to put a scrolling text in the status bar and title? -63 -




The title bar is at the top and shows us the web page where the browser is located.

The status bar, we displayed in browsers usually down and often show information about the page.

To add the following code you have two ways to add:

- Go to design the template, click Add a page element and select HTML / Javascript
.

-
Go to design the template, then Edit HTML and add before
\u0026lt;/ head>



For the title bar
\u0026lt;script type = "text / JavaScript ">
var repeat = 1 / / enter 0 to Not repeat scrolling after 1 run, othersise, enter 1 var title = document.title title.length
var leng = var start = 1
titlemove function () { titl = title.substring (start, leng) + title.substring (0, start) if (start == leng +1) {start = 0
if (repeat == 0 )}

return setTimeout ("titlemove ()", 140) } if (document.title)
titlemove ()
\u0026lt;/ script>
** setTimeout ("titlemove ()" 140), this line refers to the movement of text, if you want to change the value of 140 with another value.
Probably the very next text you see or do not appreciate well, then options, Basic and Title you add dashes or dots. But remember that would change the title of your blog, that is to be with dots or dashes.
For the status bar
\u0026lt;script language="JavaScript">
var MessageText = "Help Welcome to the Blog ..." Var
DisplayLength = 50 var pos = 1 - DisplayLength;
ScrollInStatusBar function () {var
scroll = "";
pos + +;
if (pos == MessageText.length) pos = 1 - DisplayLength;
if (pos

{for (var i = 1; i
scroll = scroll + "" scroll = scroll +
MessageText.substring (0, DisplayLength - i + 1);}
else
Scroll = scroll +
MessageText.substring (pos, pos + DisplayLength)
window.status = scroll;
setTimeout ("ScrollInStatusBar ()", 100);}

ScrollInStatusBar ()
\u0026lt;/ script>

- In var MessageText, write your message.
- DisplayLength var, it becomes the length of your message.
-
setTimeout ("ScrollInStatusBar ()", 100), this line refers to the movement of text, if you want to change the value of 100 with another value.

Thursday, May 31, 2007

Investment Opportunity 2010 Calgary

Customize the date of the post (inputs) -62 -




default Blogger puts the date of the post in single line, so this time we will change the appearance of the date in a different style, which you can customize to your liking.



1.
Go to Settings. Then Format. Hence, where it says: Date Header Format, choose the following option: <0)

<=Math.abs(pos); i++)




Click on image to enlarge


*
not forget you have to Save Settings.

2.
Go to Template, then Edit HTML and click Expand Widget Templates. Then add the following code between \u0026lt;head> \u0026lt;/ head>. Better than hit the end (before \u0026lt;/ head> ), it may be that at some point, do not want this and you will make it easier to locate it to delete it. \u0026lt;script

src='http://andrewhonors.googlepages.com/fecha.js' type='text/javascript'/>

3. After looking
class='blog-posts'> .... \u0026lt;b:if cond='data:post.dateHeader'> \u0026lt;h2 class='date-header'>
\u0026lt;data:post.dateHeader/> \u0026lt;/ h2>
\u0026lt;/ B: if>

4. Once located, replace \u0026lt;data:post.dateHeader/> by the following: \u0026lt;div

id='fecha'> \u0026lt;script> remplaza_fecha ('\u0026lt;data: post.dateHeader />');\u0026lt;/ script> \u0026lt;/ div>

5. We in the template. The following code leave it for last, because it refers to the style of the date, which may make changes, using your criteria.
The code will need to paste between \u0026lt;b:skin> \u0026lt;! [CDATA [ and ]]>\u0026lt;/ b: skin>. Preferable that hit near the end (before
]]>\u0026lt;/ b: skin>
), it may be that at some point, do not want this and you will make it easier to locate it to delete it.

# date {display: block;
margin: 0px 1px; float: right; padding: 5px;
color: # 464646;
background: # cccccc;
border: 1px solid # cccccc;
text- transform: capitalize;}

. fecha_dia {display: block;
font-size: 16px;
font-weight: bold;}
. fecha_mes {display: block; font-size: 10px;}

. Fecha_anio
{display: block; font-size: 10px;}


Explanation: # date {
In margin, see here


.
float, you can change its position, either left or right.
padding, you can increase or decrease the date format.
color and background, you can change the text color as the background.
border, change the color and 1px for another value, either 2 or 3 (increasing over the edge).

. Fecha_dia. Fecha_mes and. Fecha_anio {font-size
in, you can change the font size.



Via:



Blog & Web Resources








Sunday, May 27, 2007

Leg Warmers Wholesale, Los Angeles Ca

How to use a blockquote? (Blockquote) -61 -



Blockquote .- Define an appointment. It is commonly used to define long quotations as paragraphs. \u0026lt;blockquote> \u0026lt;/ blockquote>

In some blogs / websites are quotes or phrases with a picture of a double opening quote, which can serve to quote something said by an actress, singer, among other things. 1. Go to template design. Then click on Edit HTML (not Expand Widget Templates) and add the following code between \u0026lt;b:skin> \u0026lt;! [CDATA [and ]]>\u0026lt;/ b: skin>. Preferable that hit near the end (before ]]>\u0026lt;/ b: skin>
), it may be that at some point, do not want this and you will make it easier to locate it to delete it.




blockquote {background: url (http://aquí-la-direccion-de-la-imagen) no-repeat 0 3px;
color: # 666;
padding-left: 25px; font-size
: 15pt;
font-style: italic; margin-bottom: 1px; display: block; padding-top: 5px;} Explanation
- In
url, you should put the link to the image with the double quotes. padding-left, serves to move the text you left edge.
- In font-size, can resize the displayed font. - In font-style defines the font is displayed in one of three ways: normal, italic or oblique (slanted).
-

In padding-top serves to move the text down.
2. For double quotes in an entry to take effect we do the following: write an appointment or phrase, then click shady blockquote or editing HTML but We can also insert.



Click on image to enlarge



Note:
I'll provide some quotes that I uploaded to Photobucket for you to use on your blog.

http://i151.photobucket.com/albums/s137/andrewmusic1/quoteblack.gif

http://i151.photobucket.com/albums/s137/andrewmusic1/quotefirebrick.gif

http://i151.photobucket.com/albums/s137/andrewmusic1/quote.gif

Monday, May 21, 2007

Very Large Number Calculator

Latest Comments (2) -60 -


In Blogger there is a way of adding to our recent blog comments we leave those who visit us, but many did not like, perhaps because the maximum number of comments is five, it takes time to update, among other things. But there is a new trick and I feel much better.


"

Go to design template, click Add a Page Element and select HTML / Javascript. There will have to add: \u0026lt;script style="text/javascript" src="http://andrewhonors.googlepages.com/showrecentcomments2_sp.js"> \u0026lt;/ script>

\u0026lt;script style = "text / javascript"> var numComments = 6; var showcommentdate = true;

showposttitle var = true;
numchars var = 30; standardstyling var = true; \u0026lt;/ script>
\u0026lt;script src = "http://andrewmusicmovie.blogspot.com/feeds/comments/ default? alt = json-in-script & callback = showrecentcomments "> \u0026lt;/ script>
Photo Sharing and Video Hosting at Photobucket

Explanation:
can modify: Photo Sharing and Video Hosting at Photobucket
numComments .- The number of comments to display from 1 to 25.

showcommentdate (true or false) .- If true it shows the date of the comment. Photo Sharing and Video Hosting at Photobucket
showposttitle (true or false) .- If true will display the post title (Inputs), where the user has left your comment.
numchars .- It shows a number of words per comment.
** Where says andrewmusicmovie.blogspot.com change it by the address of your blog
.
Via: Hasckospere
and Beautiful Beta





Latest Comments (Blogger)




Tuesday, May 15, 2007

Wedding Ceremony Melbourne

6.0 GoMeme

Gomeme 6.0 is there for those who do not know what is an initiative to promote blogs among bloggers. This is for those who want to will join me.

promotion is between posts to join this initiative. All you have to do is add your blog to the list and writing a publication about 6.0 GoMeme copying this post and all posts that are on the list. Remember to leave a comment Otháner blog to update the master list and final GoMeme 6.0.


Link List:

  1. WEM
  2. of everything ... but more!
  3. MindBlog
  4. Cago in Tó
  5. Blog
  6. Cies Islands
  7. Those golden years
  8. News blogs
  9. Dale
  10. keyboard
  11. Looking at Barrio
  12. of
  13. Rosales Fernando Diaz Blog
  14. Diary of a zero
  15. motociclisti Blog
  16. Pelekas
  17. Rate
  18. Gendo Desvestir.com
  19. Latest News from the Cosmos
  20. BUM
  21. The 80's Live Spaces
  22. was completed
  23. Fuck Diary of a Bold
  24. The Talking Dead geeked
  25. 's Blog Cowboy Blog
  26. Hispanic
  27. The
  28. AG Cybermundo
  29. Things that happen
  30. Fear
  31. Lifelong
  32. Audacity
  33. Infinite
  34. Travel
  35. Free Software Blog Jerez
  36. Erotízate
  37. Dog
  38. All Music All Movie
  39. Hottest4u.net
  40. habitaquo
  41. ... In my mind I'm not
  42. Physical Education, Sport, Health and Culture
  43. parked How?
  44. Dog Lips
  45. Donella and handsome men
  46. Sabatina
  47. Connection Habitaquo
  48. my life
  49. VideoBang! Sentinel
  50. Digital
  51. Advocate Online Advocate Web
  52. memory forgetful A Professional Blogger
  53. All Gadget
  54. XXI Century Sex Toys
  55. 4 × 4 Sport Division
  56. Damon
  57. Swarley
  58. Nomad Route
  59. habitaquo habitaquo
  60. Humor Laughter
  61. What am I doing here
  62. Tepindro
  63. Ground Wire
  64. hache Hache Bed of Roses
  65. Quo Vadis?
  66. Coffee ... 20 ...
  67. REDESFERA
  68. Useless Art of Choronzon
  69. habitaquo
  70. Log Photoshop
  71. Iveldie
  72. Motor Journalist
  73. That is a matter
  74. All Humor
  75. Chronicles of habitaquo
  76. more
  77. The Geek Blog
  78. I want a Macbook
  79. Webaficionados
  80. From everything to live for
  81. All Blogs
  82. Say no to Popo
  83. Churumbeles
  84. Life ... Everything is Life!
  85. Zappa Web
  86. Metaburogu
  87. A Japanese English
  88. Good Morning, Vietnam!
  89. Wedding
  90. Chinantla
  91. Area 303
  92. Moliere, A dog blogger
  93. What nobody dared to tell about Japan
  94. Cooperating Blog
  95. Janka's Blog
  96. Amoeba Drifting
  97. Celebrity News Blog Kribol
  98. Human Killing! Full
  99. Leisure
  100. Den's Blog
  101. Mission Impossible
  102. Revuelta Verde
  103. We2wore
  104. The Corner
  105. Tontuna MicroZulo
  106. Nomosys
  107. Locos a Mac
  108. ElPijeo
  109. NumLock
  110. SEO Blog
  111. Perfect Point
  112. Video lOl
  113. Earn Money Online
  114. I Do not Feel The Legs!
  115. DMWD
  116. Take possession
  117. Tururú
  118. Cerebral Waste
  119. ElectriBlog
  120. viajes.com
  121. Dogguie
  122. Suriel of the Jungle Lost Blog
  123. JR
  124. M13A Venezuela South
  125. Code
  126. A
  127. taliván
  128. Cinetrailer
  129. Apart
  130. Room
  131. the third Rock From
  132. Dog
  133. Publimaniac
  134. Inforce Ecuador
  135. Carlos Jumbo G.
  136. Revuelta Verde
  137. Pezim!
  138. (Your link goes here! But first, please copy this line and move it one space down to be used by the next person.)

Monday, May 14, 2007

Princess Baby Shower Centerpieces

As legitimately promote a blog

We all like to have a blog with many visitors, but this requires that people know the existence of our corner of the Internet universe. But not only that. Here I post some advice, some that I have served me for other blogs that I have (as this is being born) and others I've read blogs like google.dirson.com
  • so here goes: Being
  • persevering. It is very difficult for a newly born blog has thousands of views, but steadily, writing with regularity, we are conquering readers; write something interesting. Think about the usefulness of what you write, and that is what you are posting is interesting to other men. Try to be clear, organize ideas, to have your blog ordered;
  • Whenever you write something please ping (basically a notification to the directories you've updated your blog); Promote your blog with your friends, your known, include the URL of your blog in your email signature, the status of your Messenger, so you have a few visits, but will also get opinions from people who know you, to help you improve, and pass word, its other friends;
  • Date
  • high in major search engines and directories Blogs (in another post give some directions Blogs Directory) Always try to reply to comments and emails that you send your readers;
  • If someone refers you, you have it into account and link it too, although not obligated to do it, is nice, and helpful, and remember that if you like them blogs, wax a link to them, may one day they'll link to you;
  • Make sure that you link, but without cheating, spam is not well seen, and will not help you at all; Finally think of a blog as something fun that you enjoy doing, and not as a machine make money and not get depressed, and you may end won more than you think, because if you do it with pleasure sure you'll do fine.
  • I hope that you find them useful advice.
  • What Is The Bond Type Of Wax

    Directories enlist your blog

    Several directories to discharge your blog. It is a legitimate way to publicize the existence of your blog, and thus gain some readers and visibility in the blogosphere. Here
  • leave a list of some of the most interesting directories:
  • Blogarama BlogCatalog


    blogd Blogdirectory

      BlogUniverse
    1. Blogalaxia
    2. DirectorioBlogs

    3. Union Blogs

    4. The House of Blogs
    5. Blogion



    Make Salon Blueprints

    Blogger Templates (Blogger Templates)

    are several places that provide us with templates to personalize our blog. Here you have a few places, filled with free templates:
  • BloggerTemplates
  • : Has few templates but they seem well made, as of today has a staff of Pirates of the Caribbean, Shrek ... GeckoandFly
  • : This site has some of the best squads in my opinion have guidelines for Blogger (classic / beta) and Wordpress. Highly recommended if you want good templates. Pannasmontata
  • : Many templates. With this site, one must not weary of the design of your blog.
  • Blogtemplates
  • : Lots of templates with Creative Commons license.
  • Templates4Free
  • : More templates for Blogger.
  • BloggerThemes
  • : Some nice templates for Blogger.
  • BlogSkins: Plenty of templates, a lot of choice. Recommended.
  • I hope this post will help you to find templates for your blog.