<?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>data sheets</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/data-sheets/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>data sheets</description>
	<pubDate>Thu, 11 Mar 2010 18:02:44+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Database development norms</title>
		<link>http://www.codeweblog.com/database-development-norms/</link>
		<comments>http://www.codeweblog.com/database-development-norms/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[design principles]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[performance scalability]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[relational database]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[decomposition]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[database development]]></category>
<category><![CDATA[data integrity]]></category>
<category><![CDATA[data redundancy]]></category>
<category><![CDATA[storage table]]></category>
<category><![CDATA[3nf]]></category>
<category><![CDATA[index design]]></category>
<category><![CDATA[automatic id]]></category>
<category><![CDATA[key field]]></category>
<category><![CDATA[regularization]]></category>
<category><![CDATA[standardization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/database-development-norms/</guid>
		<description><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...]]></description>
		<content:encoded><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/software-performance/" title="Software Performance">Software Performance</a> 2009-03-01 06:35:02</li>
					<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/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/database-development-norms/</wfw:commentRss>
	</item>
		<item>
		<title>learning ruby</title>
		<link>http://www.codeweblog.com/learning-ruby/</link>
		<comments>http://www.codeweblog.com/learning-ruby/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[column name]]></category>
<category><![CDATA[migration]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[rake]]></category>
<category><![CDATA[adoption]]></category>
<category><![CDATA[mysql database]]></category>
<category><![CDATA[custom id]]></category>
<category><![CDATA[empty database]]></category>
<category><![CDATA[string time]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/learning-ruby/</guid>
		<description><![CDATA[Start from the database Assuming you already have a project to be carried out by. To set up a MySQL database using Rails applications, use this command Quote rails-d mysql ProjectName Then in the Proj ...]]></description>
		<content:encoded><![CDATA[Start from the database Assuming you already have a project to be carried out by. To set up a MySQL database using Rails applications, use this command Quote rails-d mysql ProjectName Then in the Proj ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</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/learning-ruby/</wfw:commentRss>
	</item>
		<item>
		<title>ruby Study</title>
		<link>http://www.codeweblog.com/ruby-study/</link>
		<comments>http://www.codeweblog.com/ruby-study/#comments</comments>
		<pubDate>Thu, 07 May 2009 05:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[column name]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[rake]]></category>
<category><![CDATA[adoption]]></category>
<category><![CDATA[mysql database]]></category>
<category><![CDATA[config directory]]></category>
<category><![CDATA[data migration]]></category>
<category><![CDATA[file format]]></category>
<category><![CDATA[custom id]]></category>
<category><![CDATA[empty database]]></category>
<category><![CDATA[string time]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-study/</guid>
		<description><![CDATA[Start from the database Assuming you already have a project to be carried out of the. To set up a MySQL database using Rails applications, use this command Quote rails-d mysql ProjectName Then at Proj ...]]></description>
		<content:encoded><![CDATA[Start from the database Assuming you already have a project to be carried out of the. To set up a MySQL database using Rails applications, use this command Quote rails-d mysql ProjectName Then at Proj ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</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/ruby-study/</wfw:commentRss>
	</item>
		<item>
		<title>RoR explained</title>
		<link>http://www.codeweblog.com/ror-explained/</link>
		<comments>http://www.codeweblog.com/ror-explained/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[web application]]></category>
<category><![CDATA[database configuration]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[dynamic languages]]></category>
<category><![CDATA[dynamic language]]></category>
<category><![CDATA[ejb3]]></category>
<category><![CDATA[scale application]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[performance test]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[directory name]]></category>
<category><![CDATA[concealment]]></category>
<category><![CDATA[business idea]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[mda]]></category>
<category><![CDATA[generators]]></category>
<category><![CDATA[grammar]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ror-explained/</guid>
		<description><![CDATA[ROR is Ruby on Rails. Ruby is a well-known has been very good dynamic language It&#39;s dynamic language. Simple and easy. Dynamic languages are interpreted, but the performance may make a discount, b ...]]></description>
		<content:encoded><![CDATA[ROR is Ruby on Rails. Ruby is a well-known has been very good dynamic language It&#39;s dynamic language. Simple and easy. Dynamic languages are interpreted, but the performance may make a discount, b ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ror-explained/</wfw:commentRss>
	</item>
	</channel>
</rss>
