<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BASIC TRADING MULTIMEDIA &#187; css</title>
	<atom:link href="http://www.basictrading.biz/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basictrading.biz</link>
	<description>Information Technology and Design</description>
	<lastBuildDate>Tue, 22 Nov 2011 14:53:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>quick notes for webdesign using html/css/js</title>
		<link>http://www.basictrading.biz/2011/06/quick-notes-for-webdesign-using-htmlcssjs/</link>
		<comments>http://www.basictrading.biz/2011/06/quick-notes-for-webdesign-using-htmlcssjs/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 13:38:53 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[tablets]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/?p=460</guid>
		<description><![CDATA[I&#8217;m just going to write some tricks I&#8217;m finding on the web to design html templates for desktop, tablets and smartphone&#8230; this is not an &#8220;howto&#8221; guide; just some quick notes I need to remind. This is not a &#8220;one &#8230; <a href="http://www.basictrading.biz/2011/06/quick-notes-for-webdesign-using-htmlcssjs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just going to write some tricks I&#8217;m finding on the web to design html templates for desktop, tablets and smartphone&#8230; this is not an &#8220;howto&#8221; guide; just some quick notes I need to remind.</p>
<p><span id="more-460"></span></p>
<h2><a href="http://www.basictrading.biz/wp-content/uploads/2011/06/css_design_notes.jpg"><img class="alignleft size-medium wp-image-476" title="css_design_notes" src="http://www.basictrading.biz/wp-content/uploads/2011/06/css_design_notes-300x198.jpg" alt="" width="300" height="198" /></a></h2>
<p>This is not a &#8220;one time post&#8221;&#8230; it&#8217;s going to be updated in the next days. <strong>Any contribution is defenetly welcome!</strong></p>
<h2>CSS</h2>
<p>Define the media screen size to override classes when the page is shown on ipad, iphone, android or desktop</p>
<ul>
<li>
<pre>ipad landscape: @media screen and (max-width: 1024px)</pre>
</li>
<li>
<pre>ipad portrait: @media screen and (max-width: 880px)</pre>
</li>
<li>
<pre>smartphone: @media screen and (max-width : 620px)</pre>
</li>
</ul>
<h2>HTML</h2>
<p><a href="http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/configuringwebapplications/configuringwebapplications.html" target="_blank">Interesting notes</a> on apple site</p>
<p>Meta Keywords to set the viewport for smartphone</p>
<pre>&lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"&gt;
&lt;meta name="apple-mobile-web-app-capable" content="yes" /&gt;
&lt;meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /&gt;
&lt;meta name="format-detection" content="telephone=no" /&gt;</pre>
<p>Tell IE to use chrome to render</p>
<pre>&lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&gt;</pre>
<h2>JS</h2>
<pre>&lt;script src="js/libs/modernizr-1.7.min.js"&gt;&lt;/script&gt;</pre>
<p>For Png problem in IE</p>
<pre>&lt;!--[if lt IE 7 ]&gt;
&lt;script src="js/libs/dd_belatedpng.js"&gt;&lt;/script&gt;
&lt;script&gt; DD_belatedPNG.fix('img, .png_bg');&lt;/script&gt;
&lt;![endif]--&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2011/06/quick-notes-for-webdesign-using-htmlcssjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>É online bookrepublic.it</title>
		<link>http://www.basictrading.biz/2011/04/bookrepublic-it/</link>
		<comments>http://www.basictrading.biz/2011/04/bookrepublic-it/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 19:21:38 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[satchmo]]></category>
		<category><![CDATA[scss]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/?p=431</guid>
		<description><![CDATA[É online il sito bookrepublic.it di cui ho realizzato la linea grafica ed i template. L&#8217;e-commerce è realizzato seguendo le linee guida html5 e css3 ed è realizzato su una personalizzazione dell&#8217;applicazione Satchmo per il framework python Django. Per realizzare &#8230; <a href="http://www.basictrading.biz/2011/04/bookrepublic-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>É online il sito <strong><a href="http://www.bookrepublic.it" target="_blank">bookrepublic.it</a> </strong>di cui ho realizzato la linea grafica ed i template. L&#8217;e-commerce è realizzato seguendo le linee guida <strong>html5</strong> e <strong>css3</strong> ed è realizzato su una personalizzazione dell&#8217;applicazione <strong>Satchmo</strong> per il framework python <strong>Django</strong>.</p>
<p><span id="more-431"></span>
<a href='http://www.basictrading.biz/2011/04/bookrepublic-it/br_portfolio/' title='br_portfolio'><img width="150" height="150" src="http://www.basictrading.biz/wp-content/uploads/2011/04/br_portfolio-150x150.jpg" class="attachment-thumbnail" alt="br_portfolio" title="br_portfolio" /></a>
<a href='http://www.basictrading.biz/2011/04/bookrepublic-it/2011_bookreublic_01/' title='2011_bookreublic_01'><img width="150" height="150" src="http://www.basictrading.biz/wp-content/uploads/2011/04/2011_bookreublic_01-150x150.jpg" class="attachment-thumbnail" alt="2011_bookreublic_01" title="2011_bookreublic_01" /></a>
<a href='http://www.basictrading.biz/2011/04/bookrepublic-it/2011_bookreublic_09/' title='2011_bookreublic_09'><img width="150" height="150" src="http://www.basictrading.biz/wp-content/uploads/2011/04/2011_bookreublic_09-150x150.png" class="attachment-thumbnail" alt="2011_bookreublic_09" title="2011_bookreublic_09" /></a>
<a href='http://www.basictrading.biz/2011/04/bookrepublic-it/2011_bookreublic_05/' title='2011_bookreublic_05'><img width="150" height="150" src="http://www.basictrading.biz/wp-content/uploads/2011/04/2011_bookreublic_05-150x150.jpg" class="attachment-thumbnail" alt="2011_bookreublic_05" title="2011_bookreublic_05" /></a>
</p>
<p>Per realizzare la base css di questo sito ho utilizzato la libreria <a href="https://github.com/spleenteo/spleen_scss" target="_blank"><strong>SPLEEN_SCSS</strong>, (fork it on <strong>github</strong>!)</a> ed è stato il primo grosso lavoro in cui ho applicato el nuove linee guida HTML5.</p>
<p>Certo riuscire a rendere la compatibiltà sulle versioni 8 e 7 di Internet Explorer non è stato uno scherzo; notti insonni e preoccupazioni crescenti ma alla fine, tra  colpi di javascript e mille tricks recuperati in rete, il sito è diventato compatibile (anche se sempre si possono trovare piccoli bug che via via verranno risolti!)</p>
<p>Sono stati usati vari plugin JQuery e non è potuto mancare il mio fido <strong><a href="http://flowplayer.org/tools/demos/index.html" target="_blank">JQuery tools</a></strong> che ormai mi accompagna nei progetti web!</p>
<p>Ho usato per la prima volta <strong>Mercurial</strong>; essendo un amante di GIT devo dire che ho trovato i due progetti veramente simili, quasi indentici, ma rimango dell&#8217;idea che GIT sia più intuitivo o semplicemente, lo preferisco!</p>
<p>Devo dire che <strong>django</strong> è effettivamente un gran bel pezzo di software e che l&#8217;applicazione per l&#8217;ecommerce Satchmo è impressionante. Mi è risultato un po&#8217; ostico riuscire ad entrare nel filesystem per effettuare l&#8217;overide del codice e poter capire come personalizzare l&#8217;interfaccia, ma grazie al prezioso aiuto di @dvd, mio mentore e programmatore del sito in questione, siamo riusciti a fare tutto!</p>
<p>Ne aprofitto per ringraziare proprio @dvd e @matteoscurati con i queli abbiamo passato romantiche serate in chat e Book Republic per il <a href="http://blog.bookrepublic.it/2011/04/05/2/" target="_blank">post di riferimento</a> con tanto di citazione!</p>
<p>Strumenti/tecnologie usate:</p>
<ul>
<li>Html5 / Css3 / Scss</li>
<li>Django / satchmo</li>
<li>Jquery</li>
<li>Mercurial</li>
</ul>
<p>Compatibilità Browsers:</p>
<ul>
<li>Firefox 3 / 4</li>
<li>Internet Explorer 7 / 8 / 9</li>
<li>Chrome 9 / 10</li>
<li>Opera</li>
<li>Safari</li>
<li>Lynx (browser testuale)</li>
</ul>
<p><a href="http://www.behance.net/gallery/Book-Republic-ebook-store/1220903" target="_blank">Il lavoro nel mio protfolio per vedere gli screenshot del progetto.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2011/04/bookrepublic-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[solved] Sass folder watch is not working</title>
		<link>http://www.basictrading.biz/2011/01/solved-sass-folder-watch-is-not-working/</link>
		<comments>http://www.basictrading.biz/2011/01/solved-sass-folder-watch-is-not-working/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 11:08:59 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[codes]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[sass]]></category>
		<category><![CDATA[scss]]></category>
		<category><![CDATA[solved]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/?p=399</guid>
		<description><![CDATA[Useing sass from a while (haml ruby gem), I&#8217;ve got a problem with it and could not find the solution on the web. After tons of swearwords, I did discover the solution! The problem I like to use the watch &#8230; <a href="http://www.basictrading.biz/2011/01/solved-sass-folder-watch-is-not-working/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Useing sass from a while<a href="http://sass-lang.com/" target="_blank"> (haml ruby gem)</a>, I&#8217;ve got a problem with it and could not find the solution on the web. After tons of swearwords, I did discover the solution!</p>
<h2><span id="more-399"></span>The problem</h2>
<p>I like to use the watch to an entire folder; this allow me to edit any scss file and the observer write the final css file with a compact output. his is the string:</p>
<pre>sass -t compact --watch [the/scss/folder]:[the/css/folder]</pre>
<p>At a certain point it&#8217;s happend that the watcher has stoped to &#8220;feel&#8221; the change written on my editor. The only way was to stop the service and start it again. I&#8217;ve finally understood that was a cache problem. Sass write an hidden .sass cache folder that cause the problem after a while I work at the same project.</p>
<h2>The solution</h2>
<p>Run the sass command without cache adding a -C parameter:</p>
<pre>sass -C -t compact --watch [the/scss/folder]:[the/css/folder]</pre>
<p>Yes, so easy! this is the right twitter in these cases <a href="http://twitter.com/#!/angrydeveloper" target="_blank">http://twitter.com/#!/angrydeveloper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2011/01/solved-sass-folder-watch-is-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: Apple-like Retina Effect With jQuery</title>
		<link>http://www.basictrading.biz/2010/10/tutorial-apple-like-retina-effect-with-jquery/</link>
		<comments>http://www.basictrading.biz/2010/10/tutorial-apple-like-retina-effect-with-jquery/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 09:34:43 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/?p=366</guid>
		<description><![CDATA[Thanks to the great posts of tutorialzine.com, I can share today this interesting tutorial. I don&#8217;t want to promote iPhone or discuss about the usability of the user interface. I&#8217;ve just found intresting this tutorial for CSS and JS tecniques &#8230; <a href="http://www.basictrading.biz/2010/10/tutorial-apple-like-retina-effect-with-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to the great posts of <a href="http://tutorialzine.com" target="_blank">tutorialzine.com</a>, I can share today this interesting tutorial. I don&#8217;t want to promote iPhone or discuss about the usability of the user interface. I&#8217;ve just found intresting this tutorial for CSS and JS tecniques that confirm the possibility to avoid external plugins as flash in modern webpages.</p>
<p><span id="more-366"></span></p>
<p><img class="aligncenter" title="retina effect" src="http://cdn.tutorialzine.com/wp-content/uploads/2010/06/i1.jpg" alt="" width="620" height="460" /></p>
<p>Read the tutorial <a href="http://tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/" target="_blank">@tutorialzine.com</a></p>
<p>As the say in their conclusion: <em>&#8220;As the Flash / HTML5 debate heated up recently, people started looking   for ways to achieve the same level of functionality that flash provides,   without depending on an external plugin. This is possible for simple   interactions, but we still have to make sure that the solution is   cross-browser compatible, which is sometimes rather impossible (think of   IE here).&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2010/10/tutorial-apple-like-retina-effect-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ancora IE 6! e bastaaaaaaa!!!!</title>
		<link>http://www.basictrading.biz/2009/07/ancora-ie-6-e-bastaaaaaaa/</link>
		<comments>http://www.basictrading.biz/2009/07/ancora-ie-6-e-bastaaaaaaa/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:31:05 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/?p=191</guid>
		<description><![CDATA[Che ancora, nel 2009, nell&#8217;era in cui il web 2.0 sta diventando vecchio, che ancora i webdesigners debbano trovarsi a fare i conti per Internet Explorer 6 (quando siamo ormai alla versione 8, quando esistono browser molto più veloci, affidabili), &#8230; <a href="http://www.basictrading.biz/2009/07/ancora-ie-6-e-bastaaaaaaa/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://images.sixrevisions.com/2009/07/25-01_ie6_definitive_lead.jpg" alt="" /></p>
<p>Che ancora, nel 2009, nell&#8217;era in cui il web 2.0 sta diventando vecchio, che ancora i webdesigners debbano trovarsi a fare i conti per Internet Explorer 6 (quando siamo ormai alla versione 8, quando esistono browser molto più veloci, affidabili), questo è lo trovo quantomeno assurdo. Stessimo poi parlando di software &#8220;costosi&#8221; potrei forse capire la questione &#8220;prezzo&#8221;, ma i browser si sa, sono gratuiti. Allora perchè le pubbliche amministrazioni, moltissimi clienti, e la stragande maggioranza del mondo continua ostinatamente ad utilizzare IE6? Perchè??!!</p>
<p>Ogni volta che pronuncio le magiche parole &#8220;me ne frego di IE6, se uno ce l&#8217;ha, si arrangia e vede male i siti&#8221; ecco che arriva un lavoro che richiede massima compatibilità con quel browser&#8230; la bestia!</p>
<p>SIX REVISION offre in questi giorni un ottimo articolo che descrive alcune vie per &#8220;hackare&#8221; i milioni di bug che la bestia ci propina da anni facendo lievitare enormente il numero delle ore spese per il codeing dei nostri siti.</p>
<h2><a title="Permanent Link to Definitive Guide to Taming the IE6 Beast" rel="bookmark" href="http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/">Definitive Guide to Taming the IE6 Beast</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2009/07/ancora-ie-6-e-bastaaaaaaa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>finisce l&#8217;era di power point</title>
		<link>http://www.basictrading.biz/2006/10/finisce-lera-di-power-point/</link>
		<comments>http://www.basictrading.biz/2006/10/finisce-lera-di-power-point/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 14:00:27 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://basictrading.biz/?p=81</guid>
		<description><![CDATA[Finalmente direi! W3.org presenta un metodo molto semplice e a mio avviso molo ben fatto per al creazione di presentazioni  fatte a slide. Quante volte ci sono utili, e quanto potremmo riutilizzarle online senza dover mettere a scariocare gli odiosi &#8230; <a href="http://www.basictrading.biz/2006/10/finisce-lera-di-power-point/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<img alt="w3 org slide show" height="68" src="http://images.del.icio.us/static/img/thumbnails/4/7/8/06f9fc560346136df5e2f9d774a95.png" style="width: 90px; height: 68px" width="90" />
</p>
<p>
Finalmente direi!
</p>
<p>
W3.org presenta un metodo molto semplice e a mio avviso molo ben fatto per al creazione di presentazioni  fatte a slide. Quante volte ci sono utili, e quanto potremmo riutilizzarle online senza dover mettere a scariocare gli odiosi ppt? Inoltre on girando con linguaggi interpretati da webserver, le slide si possono traquillamente mettere su un cd.
</p>
<p>
Occhio, come sempre, all&#8217;incompatibilità con gli standard di IE&#8230; vediamo cosa faranno con l&#8217;immiente uscita della nuova versione
</p>
<p>
<a href="http://www.w3.org/Talks/Tools/Slidy/" target="_blank">slide show W3.org demo </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2006/10/finisce-lera-di-power-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posizionamento dei div</title>
		<link>http://www.basictrading.biz/2005/10/posizionamento-dei-div/</link>
		<comments>http://www.basictrading.biz/2005/10/posizionamento-dei-div/#comments</comments>
		<pubDate>Mon, 31 Oct 2005 09:34:37 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Risorse]]></category>

		<guid isPermaLink="false">http://basictrading.biz/?p=25</guid>
		<description><![CDATA[Per chi sviluppa in html/CSS, il posizionamento dei div è sempre un gorsso scoglio da superare nella prima fase di sviluppo. Gli elementi &#8220;div&#8221; sono ti tipo &#8220;block&#8221; ovvero posso essere posizionati solo uno per riga. Se si vuole mettere &#8230; <a href="http://www.basictrading.biz/2005/10/posizionamento-dei-div/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.positioniseverything.net/articles/onetruelayout/images/screenshots/boxes.gif" style="float: left; margin: 3px;" />Per chi sviluppa in html/CSS, il posizionamento dei div è sempre un gorsso scoglio da superare nella prima fase di sviluppo. Gli elementi &#8220;div&#8221; sono ti tipo &#8220;block&#8221; ovvero posso essere posizionati solo uno per riga. Se si vuole mettere due (o più) elementi div uno accanto all&#8217;altro dobbiamo trovare trucchi e scorciatoie giocando con le proprietà &#8220;display:&#8221; dei css. Questo però fa perdere molte caratteristiche degli elementi block.<br />
Quindi: come realizzare siti a più colonne senza ricorrere alle &#8220;table&#8221;?<br />
Buoni esempi ed un utile strumento per la creazione di codice html/CSS standard sembrano essere su:<br />
<a href="http://www.positioniseverything.net/articles/onetruelayout/examples">http://www.positioniseverything.net/articles/onetruelayout/examples</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2005/10/posizionamento-dei-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

