<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>aip solutions developer's blog</title>
	<link>http://blog.aip-solutions.com</link>
	<description>aip solutions developer's blog</description>
	<lastBuildDate>Thu, 10 Dec 2009 09:38:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>footer stick on bottom</title>
		<description>DOCTYPE:
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;
&#60;html xmlns="http://www.w3.org/1999/xhtml"&#62;
CSS:
html,body    {min-height:100%;height:100%;}
.siteContent {position:relative;min-height:100%;_height:100%;}/*IE hack*/
.pageContent {padding:0 0 25px;}
.footer      {position:absolute;bottom:0;width:100%;height:25px;}
HTML:
&#60;html&#62;
&#60;body&#62;
    &#60;div class="siteContent"&#62;
        &#60;div class="pageContent"&#62;&#60;/div&#62;
        &#60;div class="footer"&#62;&#60;/div&#62;
 ...</description>
		<link>http://blog.aip-solutions.com/311/footer-stick-on-bottom-2/</link>
			</item>
	<item>
		<title>Round corners with css &#8230; only!</title>
		<description>One post inspired me to experiment with font-size and line-height. Here is the result of a few hours tests in IE6 and FF.
My result
Here is the CSS:
* 	{font-family:Arial,sans-serif;}

html,body{text-align:center;}

div	{position:relative;
         width:300px;
         margin:130px auto 0;padding:15px 0;
     ...</description>
		<link>http://blog.aip-solutions.com/242/round-corners-with-only-css/</link>
			</item>
	<item>
		<title>List of products - no tables, no floats</title>
		<description>Check this post for a nice solution with unordered list - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ </description>
		<link>http://blog.aip-solutions.com/238/list-of-products-no-tables-no-floats/</link>
			</item>
	<item>
		<title>Useful add-ons</title>
		<description>This is a quick list of Add-ons in FF that I use:

	Firebug - http://getfirebug.com/
	IE Tab - https://addons.mozilla.org/en-US/firefox/addon/1419
	MeasureIt -http://www.kevinfreitas.net/extensions/measureit/
	ColorZilla - http://www.colorzilla.com/firefox/
	Resizeable textarea - https://addons.mozilla.org/en-US/firefox/addon/3818
	Web Developer - http://chrispederick.com/work/web-developer/
	HTML Validator - http://users.skynet.be/mgueury/mozilla/
	CSS Validator - http://www.nu22.com/firefox/cssvalidator/
	Operator - http://www.kaply.com/weblog/operator/
	Tails Export - https://addons.mozilla.org/en-US/firefox/addon/2240?id=2240
	ShowIP - http://code.google.com/p/firefox-showip/
	YSlow - http://developer.yahoo.com/yslow/
 </description>
		<link>http://blog.aip-solutions.com/231/useful-add-ons/</link>
			</item>
	<item>
		<title>Footer stick on bottom with css</title>
		<description>A few weeks ago I found in Internet two beautiful posts to footer stick - lucky accident considering the huge information in the web. And lucky me, if you can imagine how long I've been trying to find out how to avoid using tables for layout. Even if it is ...</description>
		<link>http://blog.aip-solutions.com/103/footer-stick-on-bottom/</link>
			</item>
	<item>
		<title>First Law of Internet Communications</title>
		<description>Be liberal in what you accept,
and conservative in what you send.
Jon Postel </description>
		<link>http://blog.aip-solutions.com/101/first-law-of-internet-communications/</link>
			</item>
	<item>
		<title>inside dl.swf</title>
		<description>I'll try to describe the creation process of dl.swf- a small class for publishing flash in html page.

A great overview for the concepts and common solutions of this problem can be found at: Embed Flash or Die Trying
Btw, nice title too... I will start from there, so reading the above ...</description>
		<link>http://blog.aip-solutions.com/49/inside-dlswf/</link>
			</item>
	<item>
		<title>Table abstraction with DList - part 1</title>
		<description>It is well-known that programmers are lazy people. Thanks to this fact a lot of good stuff are written. The same is the story with DList. It starts on one sunny day near the old office of AIP Solutions. The server-side team of the company, represented by Me and Mr. ...</description>
		<link>http://blog.aip-solutions.com/50/table-abstraction-with-dlist-patr-1/</link>
			</item>
	<item>
		<title>coding- what&#8217;s that?</title>
		<description>I've been coding for a while... scared to say it- a decade!

It's not I'm too old, I just started early :)

Anyway 20 years is a lot of time, especially in programming. Everything changes so fast, new technologies are coming, programming languages are born and the code quality concepts are totally ...</description>
		<link>http://blog.aip-solutions.com/36/coding-whats-that-part-1/</link>
			</item>
	<item>
		<title>Include flash content in html page</title>
		<description>Recently I've made a small research and found many JavaScript classes that include dynamically flash in HTML pages. Most of them were easy to use and offered reasonable compatibility with different user agents and platforms. That's great, but as a javascript developer I need to know also what's behind the ...</description>
		<link>http://blog.aip-solutions.com/11/include-flash-content-in-html-page/</link>
			</item>
</channel>
</rss>
