<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<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>Fri, 16 Apr 2010 09:26:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>footer stick on bottom</title>
		<description><![CDATA[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;
    &#60;/div&#62;
&#60;/body&#62;
&#60;/html&#62;
BROWSERS:
IE6, IE7, [...]]]></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><![CDATA[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;
         background:black;
  [...]]]></description>
		<link>http://blog.aip-solutions.com/242/round-corners-with-only-css/</link>
			</item>
	<item>
		<title>List of products &#8211; no tables, no floats</title>
		<description><![CDATA[Check this post for a nice solution with unordered list &#8211; 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><![CDATA[This is a quick list of Add-ons in FF that I use:

Firebug - http://getfirebug.com/
IE Tab &#8211; https://addons.mozilla.org/en-US/firefox/addon/1419
MeasureIt -http://www.kevinfreitas.net/extensions/measureit/
ColorZilla &#8211; http://www.colorzilla.com/firefox/
Resizeable textarea &#8211; https://addons.mozilla.org/en-US/firefox/addon/3818
Web Developer &#8211; http://chrispederick.com/work/web-developer/
HTML Validator &#8211; http://users.skynet.be/mgueury/mozilla/
CSS Validator &#8211; http://www.nu22.com/firefox/cssvalidator/
Operator - http://www.kaply.com/weblog/operator/
Tails Export &#8211; 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><![CDATA[A few weeks ago I found in Internet two beautiful posts to footer stick &#8211; lucky accident considering the huge information in the web. And lucky me, if you can imagine how long I&#8217;ve been trying to find out how to avoid using tables for layout. Even if it is only to stick the footer [...]]]></description>
		<link>http://blog.aip-solutions.com/103/footer-stick-on-bottom/</link>
			</item>
	<item>
		<title>First Law of Internet Communications</title>
		<description><![CDATA[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><![CDATA[I&#8217;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&#8230; I will start from there, so reading the above is a good idea. Also [...]]]></description>
		<link>http://blog.aip-solutions.com/49/inside-dlswf/</link>
			</item>
	<item>
		<title>Table abstraction with DList &#8211; part 1</title>
		<description><![CDATA[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. Marin Todorov, decided to have [...]]]></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><![CDATA[few thought of coding- what it means for me]]></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><![CDATA[Small and simple JavaScript class for dynamic include of Flash content in HTML page. Part of dynlite, but also can be used standalone.]]></description>
		<link>http://blog.aip-solutions.com/11/include-flash-content-in-html-page/</link>
			</item>
</channel>
</rss>
