<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>CSS Mania &#187; Articles</title>
	<link>http://www.cssmania.pl/en</link>
	<description>CSS and logos gallery</description>
	<pubDate>Sat, 04 Feb 2012 08:09:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>More than 50 ways to navigation menu using CSS</title>
		<link>http://www.cssmania.pl/en/articles</link>
		<comments>http://www.cssmania.pl/en/articles#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Tab navigation has been one of the most fundamental element in any modern web structure. In order to make sure visitors can properly navigate through the website. One of the biggest challenge web designers and developers faced is to integrate a simple and nice tab navigation that not only don’t confuse, but helps visitors easily [...]]]></description>
			<content:encoded><![CDATA[<p>Tab navigation has been one of the most fundamental element in any modern web structure. In order to make sure visitors can properly navigate through the website. One of the biggest challenge web designers and developers faced is to integrate a simple and nice tab navigation that not only don’t confuse, but helps visitors easily understand where they should be clicking.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/feed</wfw:commentRss>
		</item>
		<item>
		<title>Kalkulator jednostek - inna wersja</title>
		<link>http://www.cssmania.pl/en/articles</link>
		<comments>http://www.cssmania.pl/en/articles#comments</comments>
		<pubDate>Wed, 07 May 2008 13:34:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Może się komuś przydać bardziej rozbudowany kalkulator jednostek, który potrafi zamieniać praktycznie we wszystkich jednostkach:

% — procent
em — em, firet, stopień pisma
ex — wysokość x dla danego kroju pisma (x-height)
pc — pica
pt — punkt (point)
px — piksel (pixel)
in — cal (inch)
mm — milimetr
cm — centymetr
]]></description>
			<content:encoded><![CDATA[<p>Może się komuś przydać <a href="http://taat.pl/narzedzia/typo/kalkulator_jednostek.html" class="external">bardziej rozbudowany kalkulator jednostek</a>, który potrafi zamieniać praktycznie we wszystkich jednostkach:</p>
<ul>
<li>% — procent</li>
<li>em — em, firet, stopień pisma</li>
<li>ex — wysokość x dla danego kroju pisma (x-height)</li>
<li>pc — pica</li>
<li>pt — punkt (point)</li>
<li>px — piksel (pixel)</li>
<li>in — cal (inch)</li>
<li>mm — milimetr</li>
<li>cm — centymetr</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fiddler</title>
		<link>http://www.cssmania.pl/en/articles</link>
		<comments>http://www.cssmania.pl/en/articles#comments</comments>
		<pubDate>Tue, 25 Mar 2008 15:39:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and &#8220;fiddle&#8221; with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.
Fiddler is freeware and can debug traffic [...]]]></description>
			<content:encoded><![CDATA[<p>Fiddler is a Web Debugging Proxy which logs all <acronym title="HyperText Transfer Protocol">HTTP</acronym>(S) traffic between your computer and the Internet. Fiddler allows you to inspect all <acronym title="HyperText Transfer Protocol">HTTP</acronym>(S) traffic, set breakpoints, and &#8220;fiddle&#8221; with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.</p>
<p>Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/feed</wfw:commentRss>
		</item>
		<item>
		<title>Positioning in CSS</title>
		<link>http://www.cssmania.pl/en/articles</link>
		<comments>http://www.cssmania.pl/en/articles#comments</comments>
		<pubDate>Thu, 20 Mar 2008 09:42:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[There are many ways to position your elements in CSS. Relative positioning, absolute, float or a combination of them. Those different techniques are clearly explained with example pages and coding examples.]]></description>
			<content:encoded><![CDATA[<p>There are many ways to position your elements in <acronym title="Cascading Style Sheets">CSS</acronym>. Relative positioning, absolute, float or a combination of them. Those different techniques are clearly explained with example pages and coding examples.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/feed</wfw:commentRss>
		</item>
		<item>
		<title>Reset CSS</title>
		<link>http://www.cssmania.pl/en/articles</link>
		<comments>http://www.cssmania.pl/en/articles#comments</comments>
		<pubDate>Wed, 27 Feb 2008 09:08:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. One of the solution give us Eric Meyer.


/* v1.0 &#124; 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. One of the solution give us Eric Meyer.</p>
<p>
<pre><code>
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
</code></pre></p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/feed</wfw:commentRss>
		</item>
		<item>
		<title>Blueprint 0.7 CSS Framework - final version</title>
		<link>http://www.cssmania.pl/en/articles/blueprint-07-css-framework-final-version</link>
		<comments>http://www.cssmania.pl/en/articles/blueprint-07-css-framework-final-version#comments</comments>
		<pubDate>Fri, 22 Feb 2008 13:35:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.cssmania.pl/en/artykuly/blueprint-07-css-framework-final-version</guid>
		<description><![CDATA[Blueprint 0.7 CSS Framework has finally been released.]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/blueprintcss/downloads/list" class="external">Blueprint 0.7 <acronym title="Cascading Style Sheets">CSS</acronym> Framework</a> has finally been released.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/blueprint-07-css-framework-final-version/feed</wfw:commentRss>
		</item>
		<item>
		<title>23 narzędzia do oczyszczania i kompresji CSS</title>
		<link>http://www.cssmania.pl/en/articles/23-narzedzia-do-oczyszczania-i-kompresji-css</link>
		<comments>http://www.cssmania.pl/en/articles/23-narzedzia-do-oczyszczania-i-kompresji-css#comments</comments>
		<pubDate>Thu, 31 Jan 2008 21:25:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.cssmania.pl/artykuly/23-narzedzia-do-oczyszczania-i-kompresji-css</guid>
		<description><![CDATA[Jest wiele narzędzi, które mogą pomóc &#8220;oczyścić&#8221;, skompresować czy wskazać błędy w arkuszu stylów CSS. Wypróbuj 23 narzędzia, które mogą pomóc w codziennej pracy z CSS.]]></description>
			<content:encoded><![CDATA[<p>Jest wiele narzędzi, które mogą pomóc &#8220;oczyścić&#8221;, skompresować czy wskazać błędy w arkuszu stylów <acronym title="Cascading Style Sheets">CSS</acronym>. Wypróbuj <a href="http://vandelaydesign.com/blog/css/clean-css-code/" class="external">23 narzędzia</a>, które mogą pomóc w codziennej pracy z <acronym title="Cascading Style Sheets">CSS</acronym>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/23-narzedzia-do-oczyszczania-i-kompresji-css/feed</wfw:commentRss>
		</item>
		<item>
		<title>Jak znaleźć rozmiar okna przeglądarki?</title>
		<link>http://www.cssmania.pl/en/articles/jak-znalezc-rozmiar-okna-przegladarki</link>
		<comments>http://www.cssmania.pl/en/articles/jak-znalezc-rozmiar-okna-przegladarki#comments</comments>
		<pubDate>Sun, 13 Jan 2008 20:05:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.cssmania.pl/artykuly/jak-znalezc-rozmiar-okna-przegladarki</guid>
		<description><![CDATA[Znalezienie rozmiaru okna przeglądarki można podzielić na 3 wersje, używając:

window.innerHeight/Width
Dotyczy większości przeglądarek, ale nie IE.

document.body.clientHeight/Width
Dotyczy więszkości przeglądarek, w tym również IE.

document.documentElement.­clientHeight/Width
Dotyczy przeglądarek obsługujących DOM, w tym IE.


Więcej informacji znajdziesz w artykule pt. Finding the size of the browser window.]]></description>
			<content:encoded><![CDATA[<p>Znalezienie rozmiaru okna przeglądarki można podzielić na 3 <q>wersje</q>, używając:</p>
<ul>
<li><code>window.innerHeight/Width</code>
<p>Dotyczy większości przeglądarek, ale nie <acronym title="Internet Explorer">IE</acronym>.</p>
</li>
<li><code>document.body.clientHeight/Width</code>
<p>Dotyczy więszkości przeglądarek, w tym również <acronym title="Internet Explorer">IE</acronym>.</p>
</li>
<li><code>document.documentElement.­clientHeight/Width</code>
<p>Dotyczy przeglądarek obsługujących <acronym title="Document Object Model">DOM</acronym>, w tym <acronym title="Internet Explorer">IE</acronym>.</p>
</li>
</ul>
<p>Więcej informacji znajdziesz w artykule pt. <a href="http://www.howtocreate.co.uk/tutorials/javascript/browserwindow" class="external"><q>Finding the size of the browser window</q></a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/jak-znalezc-rozmiar-okna-przegladarki/feed</wfw:commentRss>
		</item>
		<item>
		<title>Formularze i Ajax</title>
		<link>http://www.cssmania.pl/en/articles/formularze-i-ajax</link>
		<comments>http://www.cssmania.pl/en/articles/formularze-i-ajax#comments</comments>
		<pubDate>Sat, 29 Dec 2007 19:53:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.cssmania.pl/artykuly/formularze-i-ajax</guid>
		<description><![CDATA[Formularze wymagają m.in. opracowania wyglądu i funkcjonalności. Nie zawsze o wszystkim pamiętamy podczas ich projektowania. Pewną ciekawą inspiracją może być zbiór różnych formularzy z wykorzystaniem Ajaksa pt. 47+ Excellent Ajax CSS Forms.]]></description>
			<content:encoded><![CDATA[<p>Formularze wymagają m.in. opracowania wyglądu i funkcjonalności. Nie zawsze o wszystkim pamiętamy podczas ich projektowania. Pewną ciekawą inspiracją może być zbiór różnych formularzy z wykorzystaniem Ajaksa pt. <q><a href="http://www.noupe.com/ajax/47-excellent-ajax-css-forms.html" class="external">47+ Excellent Ajax <acronym title="Cascading Style Sheets">CSS</acronym> Forms</a></q>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/formularze-i-ajax/feed</wfw:commentRss>
		</item>
		<item>
		<title>Warstwa z okrągłymi narożnikami</title>
		<link>http://www.cssmania.pl/en/articles/warstwa-z-okraglymi-naroznikami</link>
		<comments>http://www.cssmania.pl/en/articles/warstwa-z-okraglymi-naroznikami#comments</comments>
		<pubDate>Thu, 27 Dec 2007 22:22:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.cssmania.pl/artykuly/warstwa-z-okraglymi-naroznikami</guid>
		<description><![CDATA[Próbowałeś kiedyś zrobić warstwę z okrągłymi narożnikami? Nie jest to trudne i jeden ze sposobów jest opisany w artykule pt. Liquid layer with rounded corners using CSS [en].]]></description>
			<content:encoded><![CDATA[<p>Próbowałeś kiedyś zrobić warstwę z okrągłymi narożnikami? Nie jest to trudne i jeden ze sposobów jest opisany w artykule pt. <q><a href="http://woork.blogspot.com/2007/12/liquid-layer-with-rounded-corners-using.html" class="external">Liquid layer with rounded corners using <acronym title="Cascading Style Sheets">CSS</acronym></a></q> [en].</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssmania.pl/en/articles/warstwa-z-okraglymi-naroznikami/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

