<?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"
>

<channel>
	<title>ff</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/ff/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>ff</description>
	<pubDate>Sun, 21 Mar 2010 04:29:23+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Design Patterns: Abstract Factory</title>
		<link>http://www.codeweblog.com/design-patterns-abstract-factory/</link>
		<comments>http://www.codeweblog.com/design-patterns-abstract-factory/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 05:50:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string args]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[abstract class]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[main string]]></category>
<category><![CDATA[design patterns]]></category>
<category><![CDATA[abstract factory pattern]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[public abstract void]]></category>
<category><![CDATA[fruit apple]]></category>
<category><![CDATA[banana banana]]></category>
<category><![CDATA[apples and bananas]]></category>
<category><![CDATA[product families]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/design-patterns-abstract-factory/</guid>
		<description><![CDATA[The abstract factory pattern is that all forms of factory pattern in the most abstract and most of its general nature. Abstract factory pattern can provide an interface to the client, enabling the cli ...]]></description>
		<content:encoded><![CDATA[The abstract factory pattern is that all forms of factory pattern in the most abstract and most of its general nature. Abstract factory pattern can provide an interface to the client, enabling the cli ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/design-patterns-abstract-factory/</wfw:commentRss>
	</item>
		<item>
		<title>Rails use to determine the version of browser</title>
		<link>http://www.codeweblog.com/rails-use-to-determine-the-version-of-browser/</link>
		<comments>http://www.codeweblog.com/rails-use-to-determine-the-version-of-browser/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:55:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[qq]]></category>
<category><![CDATA[lt 1]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[safari]]></category>
<category><![CDATA[ie7]]></category>
<category><![CDATA[regexp]]></category>
<category><![CDATA[isie]]></category>
<category><![CDATA[parsefloat]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[ie8]]></category>
<category><![CDATA[opera browser]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-use-to-determine-the-version-of-browser/</guid>
		<description><![CDATA[The process of development, will inevitably be used to determine the version of the browser, usually we use the following Javascript to achieve, but also with reference to articles JE JS to determine  ...]]></description>
		<content:encoded><![CDATA[The process of development, will inevitably be used to determine the version of the browser, usually we use the following Javascript to achieve, but also with reference to articles JE JS to determine  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/rails-use-to-determine-the-version-of-browser/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript: The Good Parts Reading Notes (2)</title>
		<link>http://www.codeweblog.com/javascript-the-good-parts-reading-notes-2/</link>
		<comments>http://www.codeweblog.com/javascript-the-good-parts-reading-notes-2/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 13:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[two ways]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[reading notes]]></category>
<category><![CDATA[chapter iii]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[nan]]></category>
<category><![CDATA[rhinoceros]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-the-good-parts-reading-notes-2/</guid>
		<description><![CDATA[Nothing in Chapter 2, Chapter III of the next object literal speaker also prototyep, not too many basic content of the book are mentioned rhinoceros, but a small detail that: We generally object to cr ...]]></description>
		<content:encoded><![CDATA[Nothing in Chapter 2, Chapter III of the next object literal speaker also prototyep, not too many basic content of the book are mentioned rhinoceros, but a small detail that: We generally object to cr ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/sui-javascript-rich-ui-library-integration-solution/" title="SUI-JavaScript rich UI library integration solution">SUI-JavaScript rich UI library integration solution</a> 2009-03-03 01:05:04</li>
					<li><a href="http://www.codeweblog.com/advanced-programming-javascript-reading-notes-b/" title="Advanced Programming javascript Reading Notes (b)">Advanced Programming javascript Reading Notes (b)</a> 2009-03-02 00:30:02</li>
					<li><a href="http://www.codeweblog.com/ejb/" title="EJB">EJB</a> 2009-02-27 13:51:25</li>
					<li><a href="http://www.codeweblog.com/jboss-ejb3-message-driven-bean/" title="jboss ejb3 Message Driven Bean">jboss ejb3 Message Driven Bean</a> 2009-02-27 13:50:10</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-the-good-parts-reading-notes-2/</wfw:commentRss>
	</item>
		<item>
		<title>The use of AJAX to some of the issues related to sum up the character encoding</title>
		<link>http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/</link>
		<comments>http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 01:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[character encoding]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[headache]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[html files]]></category>
<category><![CDATA[meta tag]]></category>
<category><![CDATA[tag title]]></category>
<category><![CDATA[title tag]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/</guid>
		<description><![CDATA[1. If the html files with meta tags set character encoding to &quot;utf-8&quot;, the meta tag title tag must be placed on the front, otherwise it will be displayed in the IE blank, do not know the rea ...]]></description>
		<content:encoded><![CDATA[1. If the html files with meta tags set character encoding to &quot;utf-8&quot;, the meta tag title tag must be placed on the front, otherwise it will be displayed in the IE blank, do not know the rea ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-use-of-ajax-to-some-of-the-issues-related-to-sum-up-the-character-encoding/</wfw:commentRss>
	</item>
		<item>
		<title>HTML in AJAX using jQuery imitation effect</title>
		<link>http://www.codeweblog.com/html-in-ajax-using-jquery-imitation-effect/</link>
		<comments>http://www.codeweblog.com/html-in-ajax-using-jquery-imitation-effect/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[img src]]></category>
<category><![CDATA[option value]]></category>
<category><![CDATA[textarea]]></category>
<category><![CDATA[input type file]]></category>
<category><![CDATA[article content]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[fck]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/html-in-ajax-using-jquery-imitation-effect/</guid>
		<description><![CDATA[IE7 and FF but not the same as in effect IE in effect: FF in effect:]]></description>
		<content:encoded><![CDATA[IE7 and FF but not the same as in effect IE in effect: FF in effect:				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/html-in-ajax-using-jquery-imitation-effect/</wfw:commentRss>
	</item>
		<item>
		<title>Commonly used by JS-backup</title>
		<link>http://www.codeweblog.com/commonly-used-by-js-backup/</link>
		<comments>http://www.codeweblog.com/commonly-used-by-js-backup/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 19:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[script type]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[type lt]]></category>
<category><![CDATA[doctype html public]]></category>
<category><![CDATA[gm]]></category>
<category><![CDATA[javascript history]]></category>
<category><![CDATA[object case]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[retreat history]]></category>
<category><![CDATA[output document]]></category>
<category><![CDATA[parent node]]></category>
<category><![CDATA[server location]]></category>
<category><![CDATA[login button]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/commonly-used-by-js-backup/</guid>
		<description><![CDATA[I used HTML type &lt;! DOCTYPE html PUBLIC &quot;- / / W3C / / DTD XHTML 1.0 Transitional / / EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt; ------------------------- ...]]></description>
		<content:encoded><![CDATA[I used HTML type &lt;! DOCTYPE html PUBLIC &quot;- / / W3C / / DTD XHTML 1.0 Transitional / / EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt; ------------------------- ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-page-jump-implementation-of-a-number-of-ways/" title="js page Jump implementation of a number of ways">js page Jump implementation of a number of ways</a> 2009-02-27 14:40:02</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/commonly-used-by-js-backup/</wfw:commentRss>
	</item>
		<item>
		<title>IE under the JavaScript debugging tools Companion.JS</title>
		<link>http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/</link>
		<comments>http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 09:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[error message]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[zh]]></category>
<category><![CDATA[firebug]]></category>
<category><![CDATA[operating system]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[microsoft script debugger]]></category>
<category><![CDATA[system ms windows]]></category>
<category><![CDATA[script debugging]]></category>
<category><![CDATA[filelist]]></category>
<category><![CDATA[success tips]]></category>
<category><![CDATA[internet options]]></category>
<category><![CDATA[hooks]]></category>
<category><![CDATA[companion]]></category>
<category><![CDATA[javascript debugging]]></category>
<category><![CDATA[tool name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/</guid>
		<description><![CDATA[The tool name is Companion.JS, Please note that this is not a js file, but a name, as it is ie the use of plug-ins to install, and require a combination of Microsoft Script Debugger to use, through th ...]]></description>
		<content:encoded><![CDATA[The tool name is Companion.JS, Please note that this is not a js file, but a name, as it is ie the use of plug-ins to install, and require a combination of Microsoft Script Debugger to use, through th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-string-functions-guinness/" title="JavaScript String Functions Guinness">JavaScript String Functions Guinness</a> 2009-02-27 15:45:02</li>
					<li><a href="http://www.codeweblog.com/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/</wfw:commentRss>
	</item>
		<item>
		<title>Companion.JS IE javascript debugging tool</title>
		<link>http://www.codeweblog.com/companion-js-ie-javascript-debugging-tool/</link>
		<comments>http://www.codeweblog.com/companion-js-ie-javascript-debugging-tool/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 02:40:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[map]]></category>
<category><![CDATA[web developers]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[error message]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[firebug]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[convenience]]></category>
<category><![CDATA[possession]]></category>
<category><![CDATA[flexible language]]></category>
<category><![CDATA[language grammar]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[companion]]></category>
<category><![CDATA[microsoft script]]></category>
<category><![CDATA[javascript debugging]]></category>
<category><![CDATA[current situation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/companion-js-ie-javascript-debugging-tool/</guid>
		<description><![CDATA[Friend to do web development are clear, js Debugging is quite depressing, because first of all, more flexible language grammar, it is a weak type of scripting language, a lot of errors are beyond the  ...]]></description>
		<content:encoded><![CDATA[Friend to do web development are clear, js Debugging is quite depressing, because first of all, more flexible language grammar, it is a weak type of scripting language, a lot of errors are beyond the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-ii-study-notes/" title="Hibernate II Study Notes">Hibernate II Study Notes</a> 2009-02-28 15:59:32</li>
					<li><a href="http://www.codeweblog.com/jbpm-development-getting-started-guide/" title="jBPM Development Getting Started Guide">jBPM Development Getting Started Guide</a> 2009-02-28 07:00:10</li>
					<li><a href="http://www.codeweblog.com/openfire-plugin-developer-s-guide/" title="Openfire Plugin Developer's Guide">Openfire Plugin Developer's Guide</a> 2009-02-28 01:55:03</li>
					<li><a href="http://www.codeweblog.com/js-events-dynamically-add-and-write-off/" title="js events dynamically add and write-off">js events dynamically add and write-off</a> 2009-02-27 23:55:03</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/companion-js-ie-javascript-debugging-tool/</wfw:commentRss>
	</item>
		<item>
		<title>css compatible with ie and firefox</title>
		<link>http://www.codeweblog.com/css-compatible-with-ie-and-firefox/</link>
		<comments>http://www.codeweblog.com/css-compatible-with-ie-and-firefox/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 17:00:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[elements]]></category>
<category><![CDATA[background color]]></category>
<category><![CDATA[pointer]]></category>
<category><![CDATA[compatibility problem]]></category>
<category><![CDATA[vertical center]]></category>
<category><![CDATA[edge dislocation]]></category>
<category><![CDATA[css compatibility]]></category>
<category><![CDATA[compatibility solutions]]></category>
<category><![CDATA[line reference]]></category>
<category><![CDATA[left margin]]></category>
<category><![CDATA[bottom edge]]></category>
<category><![CDATA[css layout]]></category>
<category><![CDATA[menubar]]></category>
<category><![CDATA[document types]]></category>
<category><![CDATA[auto center]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[borders]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/css-compatible-with-ie-and-firefox/</guid>
		<description><![CDATA[CSS layout at the role of web development has become increasingly important at the same time, its browser compatibility problem also gives us a lot of problems. The following commonly collected are no ...]]></description>
		<content:encoded><![CDATA[CSS layout at the role of web development has become increasingly important at the same time, its browser compatibility problem also gives us a lot of problems. The following commonly collected are no ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/css-compatible-with-ie-and-firefox/</wfw:commentRss>
	</item>
	</channel>
</rss>
