Tuesday, December 22, 2009

Aubrey Miles Prosti Clips



Wednesday, December 16, 2009

Smoke From Self Cleaning Oven

Merry Christmas Christmas Offer Google Chrome by



" Share Google Chrome is now very easy. So if you're looking for ideas for your gifts, why not gift wrap Google Chrome with our special artistic packaging, and you give a super-fast navigation? Google Chrome is so user friendly that even your grandmother's love . "

Tuesday, December 15, 2009

Poem For Money Shower

Effect of snow on the blog

This striking effect Snow has been well known for the Christmas season, but it never hurts to remember:

To add to the template we find (Ctrl + f) the \u0026lt;/ head> and paste it just before:

\u0026lt;script type = "text / javascript" src = " snow.js "> \u0026lt;/ script>

The script you can download it from here .
Demo: The effect is operating in this blog.

Post-traumatic Hydroceles

a particular header: # 2

As the second part of this post I wanted to show how to add the effect to move each tag with just grab it. The truth is that not very useful by itself, but manages to distract a bit, and I've heard from visitors who are put to "play" with the clouds in Z-Graphics:)

The html code that we already had is:

\u0026lt;div id=" nube1 "> \u0026lt;img src = "images / tag . png "/> \u0026lt;/ div> \u0026lt;div id="
nube2 "> \u0026lt;img src="images/ nube2.png /> \u0026lt;/ div>
\u0026lt; div id = " nube3 "> \u0026lt;img src="images/ nube.png /> \u0026lt;/ div>

The first thing to do is (if we have not done) add the jQuery library to the template (just before \u0026lt;/ head>): \u0026lt;script

 src="https://www.google.com/jsapi"> \u0026lt;/ script> 
\u0026lt; script>
google.load ('jquery', '1 .3.1 ');
\u0026lt;/ script>

Or we can also use:

\u0026lt;script type = "text / javascript" src = "http : / / ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js "> \u0026lt;/ script>

After this we must add also the effect scripts:

\u0026lt;script Type="text/javascript"
src="ui.core.js"> \u0026lt;/ script> \u0026lt;script type="text/javascript"
src="ui.draggable.js"> \u0026lt; ; / script>

Both the above files you can download it here: ui.core.js and ui.draggable.js . You can use these directions if you have nowhere to host the scripts, but I recommend you change it.

After adding the libraries create the effect: \u0026lt;script type="text/javascript">


$ (function () {
$ (". insert). Draggable ();
});
\u0026lt;/ script>

And add a few styles to the class" insert "

\u0026lt;style type="text/css">
. {Insert
cursor: url (images / hand.png), pointer;
position: absolute;
z-index: 1;}

\u0026lt;/ style>

Finally add the removable type, which is what has the effect of clouds. To replace the html code that we had before:

\u0026lt;div id="nube1"> \u0026lt;img src="images/cloud.png" class=" movable /> \u0026lt;/ div> \u0026lt;div
id="nube2"> \u0026lt;img src="images/cloud2.png" class=" movable /> \u0026lt;/ div>
\u0026lt;div id = "nube3 "> \u0026lt;img src="images/cloud.png" class=" movable /> \u0026lt;/ div>


Demo Download
. Rar

Sunday, December 13, 2009

Adult Gaviscon For Baby

clouds animated e-referrer: Where do your visitors come from?

E-Referrer is a simple way to know from where the visitors to your blog or website.
To implement only need to register and index the javascript code that give us an item in the blog.

can see the example at the bottom of the sidebar of this blog (references).

Saturday, December 12, 2009

Cydia Sources Japanese

a particular header: # 1 animated clouds

Demo
This particular effect makes the header of our blog / web site in an added attraction. I implement Z-Graphics and I've heard from some visitors who get to play with the clouds:) (although in this part of the tutorial will discuss how to put the animation).

The library that we use to add movement is called $ fx and free downloads. The first thing to do is download it to our computer and upload to any server, once done this should be added to the template:

\u0026lt;script type = "text / javascript" src = "url" fx.js " > \u0026lt;/ script>

We (Ctrl + f) tag: \u0026lt;/ head> and paste just before The following JavaScript code:

 
\u0026lt;script type="text/javascript"> var ani = {
var_nube1 :
{type: 'left',
from: 5,
to: screen.availWidth ,
step: 1,
delay: 50
}
var_nube2 :
{type: 'left',
from: 0,
to: screen.availWidth,
step: 1,
delay: 100,
OnStart : function () {
this.style.display = 'block';}

}
var_nube3 :
{type: 'left',
from: 600,
to: screen.availWidth,
step: 1,
delay: 100,
OnStart: function () {
this.style.display = 'block';

}}}
;

startAnimation function () {$
fx (' # nube1 '). fxAdd (ani. var_nube1 ). fxRun (null, -1);
$ fx (' # nube2 '). fxAdd (ani. var_nube2 ). fxRun (null, - 1);
$ fx ('# nube3 '). fxAdd (ani. var_nube3 ). fxRun (null, -1);}


\u0026lt;/ script>

What we just did is to create each of the variables needed every cloud, ie define the type of movement (from left to right: left) from where the animation should start, as far as the animation must be: screen.availWidth regards the width of the window, and the speed with that will move the cloud. Following
paste this code must also styles

 \u0026lt;style type="text/css"> 
# nube1
{position: absolute;
top: 5%;
left: 5%;
width: 125px;
height: 67px;
filter: alpha (opacity = 5);
-moz-opacity: .5;
opacity: .5}
#
nube2
{position: absolute;
top: 10%;
  left: 15%;  
width: 125px;
height: 67px;
filter: alpha (opacity = 7);
- moz-opacity: .7;
opacity: .7
} #
nube3
{position: absolute;
top: 20%;
right: 5%;
width: 125px;
height: 67px ;
filter: alpha (opacity = 7);
-moz-opacity: .7;
opacity: .7

} \u0026lt;/ style>

For each layer (# nube1 , # nube2 and # nube3 ) defines a width (width), high (height) and position: top and left. if the animation was from right to left position is not given by left but by right. attributes filter: alpha (opacity = 7);-moz-opacity: .7; opacity: .7 refer to the opacity of the layer, defined three because not all browsers use the same.

Animation locate the clouds appear where, in this case must be at the top of the blog, but as we have defined we can put absolutely positioned just below the \u0026lt;body>:

\u0026lt;div id = " nube1 "> \u0026lt;img src = "images / nube.png " /> \u0026lt;/ div> \u0026lt;div id="
nube2 "> \u0026lt;img src="images/ nube2.png /> \u0026lt; ; / div> \u0026lt;div id="
nube3 "> \u0026lt;img src="images/ nube.png /> \u0026lt;/ div>

One last thing: to make the animation work we call it, the methods may be found in the documentation for the library but complications do not enter the call from the body by replacing \u0026lt;body> \u0026lt;body onload=" startAnimation ();">


Demo Download
. Rar

Tuesday, December 8, 2009

How Long Do Colleges Keep My Information On File

Z-Graphics Guidelines on Identifying

have some time come to believe in Z-Graphics as a company, I always wanted to use what little I have learned during my experience in blogger to serve and expand ideas through the web. Today that idea has evolved a bit, I've partnered with some friends and colleagues and today is the big day: the day they launch www.z-graphics.us . (8 - Dec 09 / 4:00 pm)

I've been a little busy in its design and is largely for this reason that I have not post as often as before, but it would be gratifying to receive feedback, suggestions and general comments about its design.

All this new experience has left me too many ideas to explain and bring to the blog, so very soon I will continue posting resources to do a little more bearable our path by blogger.

To give you an idea of \u200b\u200byour design will leave a picture of the design in photoshop: