<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss"><id>tag:blogger.com,1999:blog-3536535808171978447</id><updated>2009-10-25T06:11:05.281-07:00</updated><title type="text">gяαficα</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/blogspot/awyw" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-4558190665048099069</id><published>2009-06-18T13:32:00.000-07:00</published><updated>2009-06-20T04:54:56.790-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="html" /><title type="text">-&gt; нτмl ρiù cσмυиi</title><content type="html">L'elemento base del linguaggio è il tag, una parola chiave racchiusa da simbolo di minore &lt;&gt;
&lt;br /&gt;esempio:
&lt;br /&gt;&lt;textarea&gt;&lt;br /&gt;&lt;/textarea&gt;
&lt;br /&gt;Spesso le informazioni su cui "agisce" il tag devono essere racchiuse fra un tag d'apertura ed uno di chiusura, quest'ultimo indicato apponendo il carattere slash (/) dopo &lt;. esempio:  &lt;textarea&gt;&lt;b&gt;testo in grassetto&lt;/b&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Elenco tag HTML comuni&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Accapo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;br /&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Linea&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;hr /&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;b style="color: rgb(255, 0, 0);"&gt;Immagine&lt;/b&gt; &lt;img src="http://img.forumfree.net/html/emoticons/smile.gif" alt="image" /&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;img src="http://indirizzo_immagine" /&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;l'immagine deve essere online
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Collegamento a una pagina web o file&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;a href="http://indirizzo_sito"&gt;testo&lt;/a&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Collegamento a un punto della pagina&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;a name="target"&gt;&lt;/a&gt;&lt;/textarea&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;a href="#target"&gt;testo&lt;/a&gt;&lt;/a&gt;&lt;/textarea&gt;
&lt;br /&gt;&lt;a name="target"&gt;&lt;/a&gt;
&lt;br /&gt;&lt;b style="color: rgb(255, 0, 0);"&gt;Immagine con collegamento&lt;/b&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;a href="http://indirizzo_sito"&gt;&lt;img src="http://indirizzo_immagine" /&gt;&lt;/a&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Centrare un'immagine o un testo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;div align="center"&gt;immagine/testo&lt;/div&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Immagine o testo in movimento&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;marquee direction="up" scrollamount="1" height="30" width="70%"&gt;immagine/testo&lt;/marquee&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;i style="font-weight: bold;"&gt;direction&lt;/i&gt;&lt;span style="font-weight: bold;"&gt; indica la direzione&lt;/span&gt;
&lt;br /&gt;&lt;i style="font-weight: bold;"&gt;scrollAmount&lt;/i&gt;&lt;span style="font-weight: bold;"&gt; indica la velocità&lt;/span&gt;
&lt;br /&gt;&lt;i style="font-weight: bold;"&gt;height&lt;/i&gt;&lt;span style="font-weight: bold;"&gt; indica l'altezza del campo di scorrimento&lt;/span&gt;
&lt;br /&gt;&lt;i style="font-weight: bold;"&gt;width&lt;/i&gt;&lt;span style="font-weight: bold;"&gt; invece indica la larghezza del campo di scorrimento rispetto alla larghezza della pagina&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Immagine o testo in movimento che si ferma al passaggio del mouse&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;marquee onmouseover="this.stop()" onmouseout="this.start()"&gt;immagine/testo&lt;/marquee&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;marquee onmouseover="this.stop()" onmouseout="this.start()"&gt;&lt;/marquee&gt;
&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;questo codice non può essere inserito nella firma&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Immagine o testo in movimento che rallenta al passaggio del mouse&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;marquee scrollamount="'5'" onmouseover="'this.scrollAmount=" onmouseout="'this.scrollAmount="&gt;immagine/testo&lt;/marquee&gt;&lt;/textarea&gt;&lt;marquee scrollamount="5" onmouseover="this.scrollAmount=1" onmouseout="this.scrollAmount=5"&gt;&lt;/marquee&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo in grassetto&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;b&gt;testo&lt;/b&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo in corsivo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;i&gt;testo&lt;/i&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo sottolineato&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;u&gt;testo&lt;/u&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo barrato&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;s&gt;testo&lt;/s&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Colore testo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;span&gt;testo&lt;/span&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Dimensione testo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;span&gt;testo&lt;/span&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Font testo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;span&gt;testo&lt;/span&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Cambiare colore, dimensione, font ad un testo&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;span&gt;testo&lt;/span&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo con alone &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;(visibile solo da Internet Explorer)&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;div style="width:100%;filter:glow(color=colore)"&gt;testo&lt;/div&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo sfumato &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;(visibile solo da Internet Explorer)&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;div style="width:100%;filter:blur"&gt;testo&lt;/div&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Lista&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;ul type="disc"&gt;&lt;br /&gt;&lt;li&gt;voce&lt;/li&gt;&lt;br /&gt;&lt;li&gt;voce&lt;/li&gt;&lt;br /&gt;&lt;li&gt;voce&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Si può cambiare &lt;/span&gt;&lt;i style="font-weight: bold; color: rgb(255, 0, 0);"&gt;disc&lt;/i&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt; con &lt;/span&gt;&lt;i style="font-weight: bold; color: rgb(255, 0, 0);"&gt;circle&lt;/i&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt; o &lt;/span&gt;&lt;i style="font-weight: bold; color: rgb(255, 0, 0);"&gt;square&lt;/i&gt;
&lt;br /&gt;&lt;ul type="disc"&gt;&lt;li&gt;Ecco&lt;/li&gt;&lt;li&gt;come viene&lt;/li&gt;&lt;li&gt;con &lt;i&gt;disc&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul type="circle"&gt;&lt;li&gt;Ecco&lt;/li&gt;&lt;li&gt;come viene&lt;/li&gt;&lt;li&gt;con &lt;i&gt;circle&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul type="square"&gt;&lt;li&gt;Ecco&lt;/li&gt;&lt;li&gt;come viene&lt;/li&gt;&lt;li&gt;con &lt;i&gt;square&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Lista numerata&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;voce&lt;/li&gt;&lt;br /&gt;&lt;li&gt;voce&lt;/li&gt;&lt;br /&gt;&lt;li&gt;voce&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Ecco&lt;/li&gt;&lt;li&gt;come viene&lt;/li&gt;&lt;li&gt;la lista numerata&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Area di testo  &lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;testo&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 153, 255);"&gt;&lt;&lt;b&gt;textarea&lt;/b&gt;&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 153, 255);"&gt;testo&lt;/span&gt;&lt;span style="color: rgb(255, 153, 255);"&gt;&lt;&lt;b&gt;/textarea&lt;/b&gt;&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Valori tipici del campo type&lt;/span&gt;
&lt;br /&gt;&lt;b&gt;text&lt;/b&gt;          &lt;input value="testo" type="text"&gt;
&lt;br /&gt;&lt;b&gt;password&lt;/b&gt; &lt;input value="testo" type="password"&gt;
&lt;br /&gt;&lt;b&gt;checkbox&lt;/b&gt; &lt;input type="checkbox"&gt;
&lt;br /&gt;&lt;b&gt;radio&lt;/b&gt; &lt;input type="radio"&gt; 1 &lt;input type="radio"&gt; 2
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Menù a tendina
&lt;br /&gt;&lt;/span&gt;&lt;select&gt;&lt;option value="1"&gt;1&lt;/option&gt;&lt;option value="2"&gt;2&lt;/option&gt;&lt;option value="3"&gt;3&lt;/option&gt;&lt;/select&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;select&gt;&lt;br /&gt;&lt;option value="1"&gt;1&lt;/option&gt;&lt;br /&gt;&lt;option value="2"&gt;2&lt;/option&gt;&lt;br /&gt;&lt;option value="3"&gt;3&lt;/option&gt;&lt;br /&gt;&lt;/select&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Pulsante&lt;/span&gt;
&lt;br /&gt;&lt;button&gt;testo&lt;/button&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;button&gt;testo&lt;/button&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo apice&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;sup&gt;...&lt;/sup&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Testo pedice&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;sub&gt;...&lt;/sub&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;Iframe&lt;/span&gt; (includere una pagina esterna nel proprio forum)&lt;/span&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;iframe src="http://indirizzopagina" width="100" height="100"&gt;&lt;/iframe&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-4558190665048099069?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/4558190665048099069/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/blog-post_4943.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/4558190665048099069" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/4558190665048099069" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/blog-post_4943.html" title="-&gt; нτмl ρiù cσмυиi" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-169775852123341579</id><published>2009-06-18T13:18:00.001-07:00</published><updated>2009-06-18T13:26:15.059-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><title type="text">-&gt;cязαяз υи вσяdσ τяαττзggiατσ</title><content type="html">&lt;div style="text-align: left;"&gt;Create un'immagine di 8x8 pixel con sfondo trasparente:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/5072/bordi019uk.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Poi fate una cosa del genere:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/4585/bordi020mx.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Poi salvate il pattern:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/2707/bordi030wu.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Questa cosa la dovrete fare solo la prima volta ^.^&lt;br /&gt;ora aprite l'immagine che volete abbia i bordi tratteggiati:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/1312/bordi002ns.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Poi fate zoom sull'immagine e selezionatela ad un pixel dai bordi:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/6483/bordi042ji.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Poi cliccate col tasto destro la selezione e fate "selezione inversa":&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/8526/bordi057up.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Poi sempre col tasto destro selezionate "riempi":&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/8623/bordi061yq.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;poi selezionate il pattern che abbiamo creato in precedenza:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/7765/bordi071se.jpg" alt="image" /&gt;&lt;br /&gt;&lt;br /&gt;Ed ecco il risultanto finale ^.^, semplice ma carino no?:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img152.imageshack.us/img152/2506/bordi086zm.jpg" alt="image" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-169775852123341579?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/169775852123341579/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/blog-post_8293.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/169775852123341579" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/169775852123341579" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/blog-post_8293.html" title="-&gt;cязαяз υи вσяdσ τяαττзggiατσ" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-5830470269913317667</id><published>2009-06-18T12:53:00.000-07:00</published><updated>2009-06-19T13:00:36.030-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><title type="text">-&gt;cязαяз iммαgiиi cσи зffзττi gliττзя</title><content type="html">&lt;div&gt;Vi spiegerò come creare l'effetto constellation nelle immagini...tutto quello che vi serve è Adobe Photoshop cs2 e il filtro "alien skin xenofex", per installare tale filtro cliccate&lt;span style="color: rgb(255, 0, 0);"&gt; &lt;/span&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://www.gwyngrafica.org/plugin.htm"&gt;qui&lt;/a&gt;&lt;a href="http://www.gwyngrafica.org/plugin.htm"&gt; &lt;/a&gt;e seguite le seguenti instruzioni:&lt;/div&gt; &lt;ol&gt;&lt;li&gt;salvate il filtro in una cartella qualsiasi... se volete create un nuova cartella ( in modo tale da avere meno confusione possibile...ovviamente ricordatevi dove e come l'avete salvata!) &lt;/li&gt;&lt;li&gt;finito di salvare il filtro...andate ad aprire l'archivio e cliccate su xenofex2demo.EXE.. e vedrete che vi aprirà una finestra per l'installazione...allora voi dovete cliccare su next&gt;accept&gt;next e adesso dovete scegliere dove installare il filtro il percorso è il seguente C:\Programmi\Adobe\Adobe Photoshop CS2\Plug-Ins\Filters se volete evidenziatelo e copiatelo nell'indirizzo per l'installazione &lt;/li&gt;&lt;li&gt;bene fatto questo cliccate su ok e successivamente finish...e vedrete che vi installerà il filtro.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Perfetto fatto questo aprite Adobe Photoshop e aprite un 'immagine qualsiasi io scelgo questa: &lt;/p&gt;&lt;p align="center"&gt;&lt;img style="width: 294px; height: 330px;" src="http://img139.imageshack.us/img139/8656/bacio4ez3.jpg" width="284" height="368" /&gt; &lt;/p&gt;&lt;p align="left"&gt;Se la volete la potete prendere...anche solo per prova se nn vi piace  ne scegliete un'altra a vostro piacimento... &lt;/p&gt;&lt;p align="left"&gt;Adesso dovete fare lo stesso procedimento che avete usato per creare l'immagine glitter...ossia creare il livello dello sfondo...cliccando quindi con il tasto destro del mouse sulla parte evidenziata del vostro livello ( che in questo caso è nominato "sfondo") e poi cliccate su livello dallo sfondo e scrivete livello 1 e date l'ok...adesso avete il vostro primo livello...ora lo dovete duplicare e quindi dovete pigiare il tasto ctrl + j per due volte e rendere visibile ( ed evidenziare) solo un livello... &lt;/p&gt;&lt;p align="left"&gt;Adesso passiamo all'effetto constellation...cliccando su filtri  noterete che oltre alla sfilza di filtri che sono già predefiniti su Adobe vi è il filtro...alien skin xenofex demo...e cliccate su continue...( anche se è una demo fuziona lo stesso...nn vi preoccupate...) &lt;/p&gt;&lt;p align="left"&gt;ora dovete mettere i seguenti valori come nella figura...( se volete potete modificare alcuni valori per vedere che effetto ha sulla vostra immagine)&lt;/p&gt;&lt;p align="left"&gt;&lt;a href="http://imageshack.us/"&gt;&lt;img alt="Image Hosted by ImageShack.us" src="http://img118.imageshack.us/img118/7933/costexy5.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left"&gt;Poi cliccate su ok...e ora fate lo stesso procedimento per gli altri due livelli cambiano per il secondo livello random seed 50 e per il terzo livello random seed 1 e poi lo inviate ad Image Ready &lt;/p&gt;&lt;p align="left"&gt;Duplicate i livelli nell'animazione ed associate ( evidenziando e mettendo l'occhietto ai vari livelli), e poi cliccate sul tasto paly dell'animazione guardate il risultato! è un bell'effetto vero??? ora potete salvarlo su salva ottimizzato come...e lo salvate infine andate su questo &lt;a style="color: rgb(255, 0, 0);" href="http://tinypic.com/"&gt;sito&lt;/a&gt; per hostare la vostra immagine ottimizzata e copiate il codice html sul rispettivo spazio html del vostro sito! &lt;/p&gt;&lt;p align="left"&gt;  &lt;/p&gt;&lt;p align="left"&gt;Ecco il risultato è il seguente! &lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://imageshack.us/"&gt;&lt;img style="width: 338px; height: 337px;" alt="Image Hosted by ImageShack.us" src="http://img119.imageshack.us/img119/2349/bacio4ez3pq6.gif" width="334" border="0" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-5830470269913317667?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/5830470269913317667/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/blog-post_18.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/5830470269913317667" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/5830470269913317667" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/blog-post_18.html" title="-&gt;cязαяз iммαgiиi cσи зffзττi gliττзя" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-3841251652551149450</id><published>2009-06-17T10:01:00.000-07:00</published><updated>2009-06-18T13:30:17.081-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><title type="text">-&gt; cязαяз σяσlσgi з dαταяi ρзя il vσsτяσ вlσg</title><content type="html">&lt;h1 style="color: rgb(255, 153, 255); text-align: justify; font-family: verdana;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CJacK%5CIMPOST%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CJacK%5CIMPOST%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CJacK%5CIMPOST%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:hyphenationzone&gt;14&lt;/w:HyphenationZone&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;IT&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"A Yummy Apology"; 	panose-1:0 0 4 0 0 0 0 0 0 0; 	mso-font-charset:0; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 2.0cm 2.0cm 2.0cm; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&lt;/style&gt;&lt;/h1&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Fase 1 : preparazione dell'immagine&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Siccome la prima parte del procedimento è uguale per tutti e tre , questo tutorial è la preparazione di base da seguire sia per calendari , che datari , che orologini , cambierà solo l'inserimento del codice.&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Apri il programma Front Page e posizionati su "normale",fai "inserisci---&gt;livello"...vai ora in "codice",clicca col mouse prima del tag e fai , dalla barra in alto "inserisci---&gt;immagine---da file",cerca nel tuo pc l'immagine da inserire e clicca ok.&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Ora vai su "normale",clicca sul bordino dell'immagine in modo che il livello dell'immagine sia selezionato (facendo in  modo che il nuovo livello che ora creeremo resti inglobato a quello creato prima) e fai nuovamente "inserisci---&gt;livello"&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div  style="text-align: justify; color: rgb(255, 255, 255);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;&lt;img style="width: 607px; height: 420px;" alt="http://www.giulyx.it/tutorials/images/immagine2ui3.jpg" src="http://www.giulyx.it/tutorials/images/immagine2ui3.jpg" /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Ti ritroverai un quadratino dai bordini azzurri nel riquadro del programma è il  nuovo livello creato). Premi il tasto del mouse sul riquadro in alto a sinistra,  dove vedi sritto "livello 1" per spostarlo nella posizione dove più ti piace  sull'immagine, così&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;div  style="text-align: justify; color: rgb(255, 255, 255);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;&lt;img style="width: 617px; height: 420px;" alt="http://www.giulyx.it/tutorials/images/immagine3ov2.jpg" src="http://www.giulyx.it/tutorials/images/immagine3ov2.jpg" /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per poter essere visualizzato in linea, l'immagine deve essere hostata su un  servizio di hosting free, carica quindi l'immagine che hai usato direttamente  nel tuo spazio web, oppure usa servizi come "&lt;/span&gt;&lt;a style="color: rgb(255, 255, 255);" href="http://tinypic.com/"&gt;tinypic&lt;/a&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;", in modo da avere l'url  da inserire al posto del percorso interno al tuo pc messo dal programma al  momento dell'inserimento immagine &lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;div  style="text-align: justify; color: rgb(255, 255, 255);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;&lt;img style="width: 658px; height: 451px;" alt="http://www.giulyx.it/tutorials/images/immagine4gx1.jpg" src="http://www.giulyx.it/tutorials/images/immagine4gx1.jpg" /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Fase 2 : inserimento del codice per il calendario&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Vai in "codice" e ti ritroverai il &lt;/span&gt;&lt;div style="color: rgb(255, 255, 255);"&gt; appena creato sottolineato di azzurro
&lt;br /&gt;
&lt;br /&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CJacK%5CIMPOST%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CJacK%5CIMPOST%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CJacK%5CIMPOST%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:hyphenationzone&gt;14&lt;/w:HyphenationZone&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;IT&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"A Yummy Apology"; 	panose-1:0 0 4 0 0 0 0 0 0 0; 	mso-font-charset:0; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 2.0cm 2.0cm 2.0cm; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabella normale"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 153, 255);font-family:verdana;font-size:100%;"  &gt;&lt;div&gt;&lt;div  style="text-align: justify;font-family:verdana;"&gt;&lt;div&gt;&lt;span style="font-size:100%;"&gt;&lt;img style="width: 654px; height: 450px;" alt="http://www.giulyx.it/tutorials/images/immagine5ys9.jpg" src="http://www.giulyx.it/tutorials/images/immagine5ys9.jpg" /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Clicca con il mouse subito prima del tag di chiusura&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);"&gt; ora scarica questo  codice in formato zip&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;a style="color: rgb(255, 255, 255);" rel="lightbox; width:800; height:600" href="http://www.giulyx.it/tutorials/calendario.zip"&gt; SCARICA CODICE&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;...scompatta il file, salvalo in blocco note, così lo avrai ogni volta che ti  servirà copialo ed incollalo dove avevi cliccato prima, prima del tag &lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;L'unica parte che puoi modificare, per pesonalizzare ed adattare alla tua  immagine, è quella relativa al font, che vedrai, in front page, colorata di  verde chiaro &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;div  style="text-align: justify; color: rgb(255, 255, 255);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;&lt;img style="width: 629px; height: 518px;" alt="http://www.giulyx.it/tutorials/images/immagine1kz6.jpg" src="http://www.giulyx.it/tutorials/images/immagine1kz6.jpg" /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Se ora vai su anteprima potrai vedere il tuo calendario in funzione, se la  posizione non è perfetta, torna su "normale" e sposta il livello.  		&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Quando è tutto a posto copia il codice e incollalo in una nuova pagina web (o al  massimo in un foglio del blocco note, non salvare MAI direttamente da front  page)&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per l'inserimento in spazi web come blog o pagine internet bisognerà creare il  frame, lo faremo nell'ultima lezione&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per ora vediamo solo il risultato del mio, finito, come lo dovreste vedere  andando su "anteprima"&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Fase 2 : inserimento del codice per l'orologio&lt;/span&gt;
&lt;br /&gt;&lt;div  style="color: rgb(255, 255, 255); text-align: justify;font-family:verdana;"&gt;&lt;span style="font-weight: bold;"&gt;
&lt;br /&gt;&lt;/span&gt;Vai in "codice" e ti ritroverai il &lt;div&gt; appena creato sottolineato di azzurro
&lt;br /&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;&lt;img style="width: 627px; height: 432px;" alt="http://www.giulyx.it/tutorials/images/immagine5ys9.jpg" src="http://www.giulyx.it/tutorials/images/immagine5ys9.jpg" /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;Clicca con il mouse subito prima del tag di chiusura &lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);"&gt; Ora copia tutto  questo codice&lt;/span&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;&lt;textarea&gt;&lt;script language="JavaScript"&gt;&lt;br /&gt;&lt;br /&gt;function tS(){ x=new Date(); x.setTime(x.getTime()); return x; }&lt;br /&gt;&lt;br /&gt;function lZ(x){ return (x&gt;9)?x:'0'+x; }&lt;br /&gt;&lt;br /&gt;function tH(x){ if(x==0){ x=24; } return (x&gt;24)?x-=24:x; }&lt;br /&gt;&lt;br /&gt;function dT(){ if(fr==0){ fr=1; document.write('&lt;span&gt;&lt;b&gt;&lt;span id="tP"&gt;'+eval(oT)+'&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;'); } tP.innerText=eval(oT); setTimeout('dT()',1000); }&lt;br /&gt;&lt;br /&gt;var fr=0,oT="lZ(tH(tS().getHours()))+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())";&lt;br /&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;script language="JavaScript"&gt;dT();&lt;/script&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;&lt;script language="JavaScript"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 													function tS(){ x=new Date();  		x.setTime(x.getTime()); return x; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 													function lZ(x){ return  		(x&gt;9)?x:'0'+x; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 													function tH(x){ if(x==0){  		x=24; } return (x&gt;24)?x-=24:x; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 													function dT(){ if(fr==0){  		fr=1; document.write('&lt;span style="font-family:Tahoma;font-size:85%;color:#f74208;"&gt;&lt;b&gt;&lt;span id="tP"&gt;'+eval(oT)+'&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;'); }  		tP.innerText=eval(oT); setTimeout('dT()',1000); }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;  													var  		fr=0,oT="lZ(tH(tS().getHours()))+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=""&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;script language="JavaScript"&gt;&lt;br /&gt;&lt;br /&gt;function tS(){ x=new Date(); x.setTime(x.getTime()); return x; }&lt;br /&gt;&lt;br /&gt;function lZ(x){ return (x&gt;9)?x:'0'+x; }&lt;br /&gt;&lt;br /&gt;function tH(x){ if(x==0){ x=24; } return (x&gt;24)?x-=24:x; }&lt;br /&gt;&lt;br /&gt;function dT(){ if(fr==0){ fr=1; document.write('&lt;span style="font-family:Tahoma;font-size:85%;color:#f74208;"&gt;&lt;b&gt;&lt;span id="tP"&gt;'+eval(oT)+'&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;'); } tP.innerText=eval(oT); setTimeout('dT()',1000); }&lt;br /&gt;&lt;br /&gt;var fr=0,oT="lZ(tH(tS().getHours()))+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())";&lt;br /&gt;&lt;br /&gt;&lt;/script&gt;      &lt;span style="color: rgb(255, 153, 255);font-family:verdana;font-size:100%;"  &gt;&lt;script language="JavaScript"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;              function tS(){ x=new Date();    x.setTime(x.getTime()); return x; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;              function lZ(x){ return    (x&gt;9)?x:'0'+x; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;              function tH(x){ if(x==0){    x=24; } return (x&gt;24)?x-=24:x; } &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;              function dT(){ if(fr==0){    fr=1; document.write('&lt;span style="font-family:Tahoma;font-size:85%;color:#f74208;"&gt;&lt;b&gt;&lt;span id="tP"&gt;'+eval(oT)+'&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;'); }    tP.innerText=eval(oT); setTimeout('dT()',1000); }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;               var    fr=0,oT="lZ(tH(tS().getHours()))+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())";&lt;/span&gt;&lt;br /&gt;&lt;b&lt;/script&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;ed incollalo dove avevi cliccato prima, prima del tag  L'unica parte che  puoi modificare, per pesonalizzare ed adattare alla tua immagine, è quella  relativa al font  &lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;textarea&gt;&lt;span style="font-family:Tahoma;font-size:85%;color:#f74208;"&gt;&lt;/textarea&gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;puoi quindi, rispettivamente, variare la grandezza, il colore e tipo di  font&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;		Se ora vai su anteprima potrai vedere il tuo orologio in funzione, se la  posizione non è perfetta, torna su "normale" e sposta il livello.&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;div  style="text-align: justify; color: rgb(255, 255, 255);font-family:verdana;"&gt;&lt;span style="color: rgb(255, 153, 255);font-size:100%;" &gt;&lt;img style="width: 614px; height: 423px;" alt="http://www.giulyx.it/tutorials/images/immagine6qd9.jpg" src="http://www.giulyx.it/tutorials/images/immagine6qd9.jpg" /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div  style="text-align: justify;font-family:verdana;"&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Quando è tutto a posto copia il codice e incollalo in una nuova pagina web (o  al massimo in un foglio del blocco note, non salvare MAI direttamente da front  page)&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per l'inserimento in spazi web come blog o pagine internet bisognerà creare il  frame, lo faremo nell'ultima lezione&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per ora vediamo il mio, finito, come dovreste vederlo andando su "anteprima"&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Fase 2 : inserimento del codice per il datario&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Vai in "codice" e ti ritroverai il &lt;/span&gt;&lt;div&gt;&lt;span style="color: rgb(255, 255, 255);"&gt; appena creato sottolineato di azzurro&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;img style="width: 600px; height: 414px;" alt="http://www.giulyx.it/tutorials/images/immagine5ys9.jpg" src="http://www.giulyx.it/tutorials/images/immagine5ys9.jpg" /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Clicca con il mouse subito prima del tag di chiusura &lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(255, 255, 255);"&gt; ora copia questo  codice&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;
&lt;br /&gt;&lt;textarea&gt; &lt;span id="webpos"&gt;&lt;script type="text/javascript"&gt;WebDate(); &lt;/script&gt;&lt;/span&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;&lt;span id="webpos"&gt;&lt;script type="text/javascript"&gt;WebDate(); &lt;/script&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;e incollalo dove avevi cliccato prima, prima del tag &lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Poi copia anche questo codice&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);font-size:100%;" &gt;&lt;span style="color: rgb(255, 153, 255);"&gt;&lt;div&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;
&lt;br /&gt;&lt;/span&gt;&lt;!-- Original:  Andrea Bianchi  --&gt; &lt;!-- Web Site:  http://www.web-link.it --&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;&lt;script type="text/javascript" language="JavaScript"&gt;   		function WebDate() {&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 		var now = new Date();&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 		var year= now.getYear();if (year &lt;&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 		nameDay = new  		Array('Domenica','Lunedi','Martedi','Mercoledi','Giovedi','Venerdi','Sabato');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 		nameMth = new Array('Gennaio','Febbraio','Marzo','Aprile','Maggio',  		'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre',  		'Novembre','Dicembre');&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 		document.write('&lt;p style="color: #00308A;font-size:12pt; font-weight :  		bold;font-family:tahoma; "&gt; '+nameDay[now.getDay()]+ ' ' + now.getDate()  		+ " " + nameMth[now.getMonth()] + " " + year+'&lt;/p&gt;')&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;	 		}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 		&lt;/script&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;&lt;span style="color: rgb(255, 153, 255);" font=""&gt;&lt;script type="text/javascript" language="JavaScript"&gt; function WebDate() {&lt;br /&gt;&lt;br /&gt;var now = new Date();&lt;br /&gt;&lt;br /&gt;var year= now.getYear();if (year &lt; nameday =" new" namemth =" new" style="color: #00308A;font-size:12pt; font-weight : bold;font-family:tahoma; "&gt; '+nameDay[now.getDay()]+ ' ' + now.getDate() + " " + nameMth[now.getMonth()] + " " + year+'&lt;/p&gt;')&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/script&gt;&lt;/span&gt;&lt;script type="text/javascript" language="JavaScript"&gt; &lt;!-- Original:  Andrea Bianchi  --&gt; &lt;!-- Web Site:  http://www.web-link.it --&gt;    function WebDate() {&lt;br /&gt;&lt;br /&gt;  var now = new Date();&lt;br /&gt;&lt;br /&gt;  var year= now.getYear();if (year &lt; nameday =" new" namemth =" new" style="color: #00308A;font-size:12pt; font-weight :    bold;font-family:tahoma; "&gt; '+nameDay[now.getDay()]+ ' ' + now.getDate()    + " " + nameMth[now.getMonth()] + " " + year+'&lt;/p&gt;')&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;  &lt;/script&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);font-size:100%;" &gt;&lt;textarea&gt;&lt;script type="text/javascript" language="JavaScript"&gt;  function WebDate() {&lt;br /&gt;&lt;br /&gt;var now = new Date();&lt;br /&gt;&lt;br /&gt;var year= now.getYear();if (year &lt; nameday =" new" namemth =" new" style="color: #00308A;font-size:12pt; font-weight : bold;font-family:tahoma; "&gt; '+nameDay[now.getDay()]+ ' ' + now.getDate() + " " + nameMth[now.getMonth()] + " " + year+'&lt;/p&gt;')&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/script&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;ed incollalo, invece tra i tag &amp;amp;lthead&gt; L'unica parte che puoi modificare, per  pesonalizzare ed adattare alla tua immagine, è quella relativa al font&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Se ora vai su anteprima potrai vedere il tuo datario in funzione, se la  posizione non è perfetta, torna su "normale" e sposta il livello. 		&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Quando è tutto a posto copia il codice e incollalo in una nuova pagina web (o  al massimo in un foglio del blocco note, non salvare MAI direttamente da front  page)&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per l'inserimento in spazi web come blog o pagine internet bisognerà creare il  frame, lo faremo nell'ultima lezione&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;Per ora vediamo solo il risultato del mio, finito, come lo dovreste vedere  andando su "anteprima"&lt;/span&gt;&lt;span style="font-size:100%;"&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-3841251652551149450?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/3841251652551149450/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/ca-lgi-daai-il-vs-lg.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/3841251652551149450" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/3841251652551149450" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/06/ca-lgi-daai-il-vs-lg.html" title="-&gt; cязαяз σяσlσgi з dαταяi ρзя il vσsτяσ вlσg" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-4746537218974884573</id><published>2009-05-10T14:10:00.000-07:00</published><updated>2009-06-17T09:56:01.345-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="scambio link" /><title type="text">-&gt; scαмвiσ liиk</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-4746537218974884573?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/4746537218974884573/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/blog-post.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/4746537218974884573" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/4746537218974884573" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/blog-post.html" title="-&gt; scαмвiσ liиk" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-9053823868290778051</id><published>2009-05-08T07:08:00.000-07:00</published><updated>2009-06-02T08:56:01.358-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="frasi Vasco Rossi" /><title type="text">-&gt; iммαgiиi cσи fяαsi dзl gяαиdз vαscσ</title><content type="html">&lt;div style="text-align: left;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i39.tinypic.com/1z1aalg.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i42.tinypic.com/2yv6uiv.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i39.tinypic.com/2iqfvvc.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i39.tinypic.com/71ibe8.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i40.tinypic.com/msn674.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i39.tinypic.com/hvrk07.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 552px; height: 397px;" src="http://i43.tinypic.com/10p1x75.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-9053823868290778051?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/9053823868290778051/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/igii-c-fsi-dl-gd-vsc.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/9053823868290778051" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/9053823868290778051" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/igii-c-fsi-dl-gd-vsc.html" title="-&gt; iммαgiиi cσи fяαsi dзl gяαиdз vαscσ" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-5922133402437066792</id><published>2009-05-08T07:04:00.000-07:00</published><updated>2009-06-02T08:59:57.357-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="frasi Jim Morrison" /><title type="text">-&gt; iммαgiиi cσи fяαsi</title><content type="html">&lt;div style="text-align: left;"&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 294px; height: 234px;" src="http://i41.tinypic.com/2hxate9.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;  &lt;/a&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 360px; height: 318px;" src="http://i39.tinypic.com/1z4l9uu.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 414px; height: 346px;" src="http://i44.tinypic.com/2mow5eh.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt; &lt;/a&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 613px; height: 459px;" src="http://i44.tinypic.com/2vcj87p.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 369px; height: 491px;" src="http://i43.tinypic.com/o8yo8p.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt; &lt;/a&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 399px; height: 532px;" src="http://i43.tinypic.com/wbc8bc.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 526px; height: 414px;" src="http://i42.tinypic.com/2ci9v60.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i42.tinypic.com/2d3o02.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt; &lt;/a&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 400px; height: 398px;" src="http://i44.tinypic.com/2h4yrrr.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-5922133402437066792?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/5922133402437066792/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/igii-c-fsi.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/5922133402437066792" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/5922133402437066792" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/igii-c-fsi.html" title="-&gt; iммαgiиi cσи fяαsi" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-7874266767894455546</id><published>2009-05-06T08:38:00.000-07:00</published><updated>2009-06-03T13:31:40.211-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="animazioni" /><title type="text">-&gt; αиiмαziσиi lατзяαli</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 310px; height: 371px;" src="http://i41.tinypic.com/ab5ah0.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;        &lt;/a&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 383px; height: 320px;" src="http://i41.tinypic.com/2q07yq0.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 218px; height: 291px;" src="http://i42.tinypic.com/4rb6dt.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 274px; height: 205px;" src="http://i40.tinypic.com/2urv5mh.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt; &lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i41.tinypic.com/o8gdqo.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i41.tinypic.com/10xg5cp.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i43.tinypic.com/98g02g.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i44.tinypic.com/15yemx0.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 250px; height: 250px;" src="http://i44.tinypic.com/k12qad.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i43.tinypic.com/hvw50o.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img src="http://i42.tinypic.com/ekqate.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-7874266767894455546?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/7874266767894455546/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/aizii-lli.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/7874266767894455546" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/7874266767894455546" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/aizii-lli.html" title="-&gt; αиiмαziσиi lατзяαli" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-1345727775207220568</id><published>2009-05-04T10:52:00.000-07:00</published><updated>2009-05-24T15:36:40.231-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="immagini" /><title type="text">-&gt; iммαgiиi di взиvзиυτσ</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;span&gt;&lt;span style="font-size:78%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 676px; height: 263px;" src="http://i42.tinypic.com/2qnuv4g.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 662px; height: 198px;" src="http://i41.tinypic.com/24dhr7t.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-1345727775207220568?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/1345727775207220568/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/sz-v.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/1345727775207220568" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/1345727775207220568" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/sz-v.html" title="-&gt; iммαgiиi di взиvзиυτσ" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3536535808171978447.post-4327102733084161728</id><published>2009-05-04T10:50:00.001-07:00</published><updated>2009-05-24T15:37:26.410-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="immagini" /><title type="text">-&gt; iммαgiиi di salυτσ</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 669px; height: 257px;" src="http://i39.tinypic.com/35copqv.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 674px; height: 224px;" src="http://i41.tinypic.com/dqt2lv.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt; &lt;/div&gt;&lt;div style="text-align: center;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;img style="width: 684px; height: 206px;" src="http://i44.tinypic.com/23lgsw.gif" alt="Image and video hosting by TinyPic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://it.tinypic.com/" target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'&gt;&lt;img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/&gt;&lt;/a&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=valeee"&gt;&lt;/script&gt;&lt;/div&gt;
&lt;!-- AddThis Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3536535808171978447-4327102733084161728?l=dolcegrafichina.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://dolcegrafichina.blogspot.com/feeds/4327102733084161728/comments/default" title="Commenti sul post" /><link rel="replies" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/sz-sal.html#comment-form" title="0 Commenti" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/4327102733084161728" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/3536535808171978447/posts/default/4327102733084161728" /><link rel="alternate" type="text/html" href="http://dolcegrafichina.blogspot.com/2009/05/sz-sal.html" title="-&gt; iммαgiиi di salυτσ" /><author><name>vαlзяiα</name><uri>http://www.blogger.com/profile/17008972248433087231</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04020807883509811169" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry></feed>
