<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>XPRESS Weblog</title>
	<atom:link href="http://abuxpress.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abuxpress.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 25 Feb 2008 18:47:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='abuxpress.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a737536ebde033cc4d1d41e54eab9e5d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>XPRESS Weblog</title>
		<link>http://abuxpress.wordpress.com</link>
	</image>
			<item>
		<title>SE-4</title>
		<link>http://abuxpress.wordpress.com/2008/02/25/se-4/</link>
		<comments>http://abuxpress.wordpress.com/2008/02/25/se-4/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 18:47:08 +0000</pubDate>
		<dc:creator>abub4u</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abuxpress.wordpress.com/2008/02/25/se-4/</guid>
		<description><![CDATA[HOW was the FIRST COMPILER, COMPILED?
 
Compiler: - a compiler is not one piece of software. It starts out with a lexical, then a parser &#8230; and ends with the assembly code which the linker takes to map virtual add to the physical addresses. So, basically, it&#8217;s a tool which checks for syntax and semantics of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=11&subd=abuxpress&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="text-align:center;line-height:normal;" align="center"><span class="normtext"><b><span style="font-size:24pt;color:red;">HOW was the FIRST COMPILER, COMPILED?</span></b></span><b><span style="font-size:27pt;color:red;"></span></b></p>
<p class="MsoNormal" style="line-height:normal;"><b><span style="font-size:14pt;"> </span></b></p>
<p class="MsoNormal" style="line-height:normal;"><b><span style="font-size:14pt;">Compiler: -</span></b><span style="font-size:14pt;"> a compiler is not one piece of software. It starts out with a lexical, then a parser &#8230; and ends with the assembly code which the linker takes to map virtual add to the physical addresses. So, basically, it&#8217;s a tool which checks for syntax and semantics of a language, creates the code readable by the machine.</span></p>
<p><span style="font-size:14pt;font-family:'Calibri','sans-serif';">A <i>compiler</i> is a specialized computer program that converts <i>source code</i> written in one programming language into another language, usually <i>machine language</i> (also called <i>machine code</i>) so that it can be understood by <i>processors</i> (i.e., logic chips). </span></p>
<p><span style="font-size:14pt;font-family:'Calibri','sans-serif';">Source code is the version of software (usually an application program or an operating system) as it is originally <i>written</i> (i.e., typed into a computer) by a human in <i>plain text</i> (i.e., human readable alphanumeric characters).</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:14pt;"> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:14pt;">First was machine code: &#8211; first programs written directly in the hardware&#8217;s machine code</p>
<p>Then was assembler: &#8211; A program written in machine code to interpret asm into machine code.</p>
<p>Then was a compiler: &#8211; A set of programs (lexical analyser, parser linker etc) which could convert source code to assembler/machine code.</span><b><span style="font-size:14pt;"></span></b></p>
<p class="MsoNormal" style="margin-bottom:12pt;line-height:normal;"><span style="font-size:14pt;"><span> </span>The &#8220;first&#8221; compiler was created by <span style="color:black;">Rear Admiral Dr. Grace Murray Hopper</span> in 1949.</span><span style="font-size:14pt;"> The compiler, written in assembly language, converted symbolic mathematical code into machine code.</span><span style="font-size:14pt;"> </span></p>
<p class="MsoNormal" style="margin-bottom:12pt;line-height:normal;"><span style="font-size:14pt;">By 1949 programs contained mnemonics that were transformed into binary code instructions executable by the computer. Admiral Hopper and her team extended this improvement on binary code with the development of her first compiler, the A-O. The A-O series of compilers translated symbolic mathematical code into machine code, and allowed the specification of call numbers assigned to the collected programming routines stored on magnetic tape. One could then simply specify the call numbers of the desired routines and the computer would &#8220;find them on the tape, bring them over and do the additions. This was the first compiler,&#8221;</span></p>
<p class="heading2"><span style="font-size:14pt;font-family:'Calibri','sans-serif';">It should be pointed out that the original &#8216;compilers&#8217; were closer to what we would today call a linker, i.e., a tool for combining existing libraries into a program. The name came from the fact that they &#8216;compiled&#8217; the libraries into a single binary image.<br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--><b></b></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:14pt;">Admiral Hopper believed that the major obstacle to computers in non-scientific and business applications was the dearth of programmers for these far from user-friendly new machines. The key to opening up new worlds to computing, she knew, was the development and refinement of programming languages &#8211; languages that could be understood and used by people who were neither mathematicians nor computer experts. It took several years for her to demonstrate that this idea was feasible.</span></p>
<p class="MsoNormal" style="line-height:normal;"><b><span style="font-size:14pt;"> </span></b></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/abuxpress.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/abuxpress.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abuxpress.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abuxpress.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abuxpress.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abuxpress.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abuxpress.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abuxpress.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abuxpress.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abuxpress.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abuxpress.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abuxpress.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=11&subd=abuxpress&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abuxpress.wordpress.com/2008/02/25/se-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22a2d67b45b102f26ea66ef3677333bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">abub4u</media:title>
		</media:content>
	</item>
		<item>
		<title>SE-3</title>
		<link>http://abuxpress.wordpress.com/2008/02/17/se-3-2/</link>
		<comments>http://abuxpress.wordpress.com/2008/02/17/se-3-2/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 19:17:09 +0000</pubDate>
		<dc:creator>abub4u</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abuxpress.wordpress.com/?p=7</guid>
		<description><![CDATA[SQL QUERY HOW TO USE IT IN ZOHO PLATFROM
&#160;
This is 21 century. We are living an era called information era. All information stores in digital device that understand o or 1 binary digit. All Information is store in name called database. Creating your own database and running SQL query itself was a challenged. But when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=7&subd=abuxpress&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"><b><u><span style="font-size:20pt;line-height:115%;font-family:'Cambria','serif';color:red;">SQL QUERY HOW TO USE IT IN ZOHO PLATFROM</span></u></b></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">This is 21 century. We are living an era called information era. All information stores in digital device that understand o or 1 binary digit. All Information is store in name called database. Creating your own database and running SQL query itself was a challenged. But when ZOHO come into the picture it makes our life easy. It not only provides us creating your own online database and query but also make it very simple.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">There are some steps to follow create and run this data base.</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-size:14pt;line-height:115%;font-family:Symbol;"><span><img src="///C:/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" alt="*" height="16" width="16" /><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">    </span></span></span><!--[endif]--><span style="font-size:14pt;line-height:115%;">Go to the website and create an your own user account in <a href="http://www.db.zoho.com/">www.db.zoho.com</a></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-size:14pt;line-height:115%;font-family:Symbol;"><span><img src="///C:/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" alt="*" height="16" width="16" /><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">    </span></span></span><!--[endif]--><span style="font-size:14pt;line-height:115%;">Then create a database by any of the four options displayed i.e. import via excel sheet, enter data right away, create database from template, create blank database. Then name the tables (in my case EMPLOYEE &amp; DEPARTMENT).</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-size:14pt;line-height:115%;font-family:Symbol;"><span><img src="///C:/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" alt="*" height="16" width="16" /><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">    </span></span></span><!--[endif]--><span style="font-size:14pt;line-height:115%;">If you need to change some characteristic of Table you can do it after creating it.</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-size:14pt;line-height:115%;font-family:Symbol;"><span><img src="///C:/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" alt="*" height="16" width="16" /><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">    </span></span></span><!--[endif]--><span style="font-size:14pt;line-height:115%;">Now run SQL query according to your need.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">According to my database three SQL queries were run and thus three query tables (views) were generated namely JOIN, AVERAGE QUERY &amp; CONDITIONS. But the main issue is ‘How to run a query? Earlier if you want to run and use SQL database you need to have SQL database knowledge. But ZOHO platform make this complicated system to simple. Now it becomes easy to create, delete update and query of SQL database. Here one can write query functions and can also have SQL functions (table and column name) from the box besides query writing area.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">There are three query tables one is for joining the tables and the syntax is</span></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Select &#8220;Employee_id&#8221;,&#8221;First Name&#8221;,&#8221;Last Name&#8221;, &#8220;Salary&#8221;,&#8221;Commision&#8221;, &#8220;Salary&#8221;</p>
<p class="MsoNormal">+&#8221;Commision&#8221;*&#8221;Salary&#8221; from&#8221;EMP&#8221; where &#8220;Depart_ment&#8221; = &#8216;SALES</p>
<p><span style="font-size:11pt;font-family:'Calibri','sans-serif';"></span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"> </span><span style="font-size:14pt;line-height:115%;color:black;"></span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">Here </span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">EMP=Employee</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">DEPT=Department</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;color:black;">SQL query for getting average salary of the firm’s employee. This is in average value of salary in Employee table.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;color:black;">Syntax for this SQL query is </span></p>
<p class="MsoNormal">Select AVG(&#8220;Salary&#8221;) from&#8221;EMP&#8221;;</p>
<p class="MsoNormal">Select max(&#8220;Salary&#8221;) from&#8221;EMP&#8221;;</p>
<p class="MsoNormal">Select SUM(&#8220;Salary&#8221;) from&#8221;EMP&#8221;;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"><span> </span>Here it generate the average salary of employee from employee table</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">This gives the average of the values of the column chosen. This is a multiple row function. Accordingly there are other functions also such as sum, max, etc.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">SQL query for various restrictions such as OR, AND, wild cards is to obtain constrained view.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"> </span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"> </span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">Next are </span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">Select   &#8220;Employee_id&#8221; , &#8220;First Name&#8221; ,&#8221;Last Name&#8221; from &#8220;EMP&#8221; where (&#8220;First Name&#8221;=&#8217;Abu&#8217;  OR &#8220;First Name&#8221;=&#8217;Faizan&#8217;  or &#8220;First Name&#8221; like &#8216;D%&#8217;)</span><span style="font-size:14pt;line-height:115%;"> </span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">This gives the customized view of the database. Here according to the command the three respective columns are selected. Which are encompassed through restrictions that are elements of first name are equal to two of the identified elements of first names? Means only those rows are selected which have identified elements in them. Also column name1 which is ‘name’ is subjected to constrain that name should start with ‘A’.</span></p>
<p class="MsoNormal">Select &#8220;Employee_id&#8221;, &#8220;Last Name&#8221;,&#8221;First Name&#8221;, &#8220;Location&#8221; from EMP&#8221;, &#8220;DEPT&#8221; where &#8220;EMP&#8221;.&#8221;Employee_id&#8221; = &#8220;DEPT&#8221;.&#8221;E_id&#8221;</p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"><span> </span>In this SQL query three commend very important and it uses are most of time the command is ‘select’, ‘delete’ and ‘update ’. </span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">Limitation of db.zoho.com is that only SELECT query can run.</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;">To see Query tables please go to the link mention below:</span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"> </span></p>
<p class="MsoNormal"> <span style="font-size:14pt;line-height:115%;"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004401&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004401&amp;STANDALONE=true</a></span></p>
<p class="MsoNormal"><span style="font-size:14pt;line-height:115%;"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004310&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004310&amp;STANDALONE=true</a></span></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:'Times New Roman','serif';"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004963&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004963&amp;STANDALONE=true</a></span></p>
<p class="MsoNormal"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004932&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004932&amp;STANDALONE=true</a></p>
<p class="MsoNormal"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004876&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004876&amp;STANDALONE=true</a></p>
<p class="MsoNormal"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004760&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004760&amp;STANDALONE=true</a></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><a href="http://db.zoho.com/ZDBDataSheetView.cc?OBJID=24430000000004635&amp;STANDALONE=true">http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000004635&amp;STANDALONE=true</a></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/abuxpress.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/abuxpress.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abuxpress.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abuxpress.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abuxpress.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abuxpress.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abuxpress.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abuxpress.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abuxpress.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abuxpress.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abuxpress.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abuxpress.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=7&subd=abuxpress&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abuxpress.wordpress.com/2008/02/17/se-3-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22a2d67b45b102f26ea66ef3677333bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">abub4u</media:title>
		</media:content>

		<media:content url="/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" medium="image">
			<media:title type="html">*</media:title>
		</media:content>

		<media:content url="/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" medium="image">
			<media:title type="html">*</media:title>
		</media:content>

		<media:content url="/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" medium="image">
			<media:title type="html">*</media:title>
		</media:content>

		<media:content url="/Users/vikas/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif" medium="image">
			<media:title type="html">*</media:title>
		</media:content>
	</item>
		<item>
		<title>SE-3</title>
		<link>http://abuxpress.wordpress.com/2008/02/17/se-3/</link>
		<comments>http://abuxpress.wordpress.com/2008/02/17/se-3/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 19:15:03 +0000</pubDate>
		<dc:creator>abub4u</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abuxpress.wordpress.com/2008/02/17/se-3/</guid>
		<description><![CDATA[Hi,
Check out my &#8220;EMPLOYEE&#8221; Sheet in the link below:
http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000003064&#38;STANDALONE=true
Thank you and Have a Nice Day,
Abu Talib
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=8&subd=abuxpress&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi,<br />
Check out my &#8220;EMPLOYEE&#8221; Sheet in the link below:<br />
http://db.zoho.com:80/ZDBDataSheetView.cc?OBJID=24430000000003064&amp;STANDALONE=true<br />
Thank you and Have a Nice Day,<br />
Abu Talib</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/abuxpress.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/abuxpress.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abuxpress.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abuxpress.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abuxpress.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abuxpress.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abuxpress.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abuxpress.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abuxpress.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abuxpress.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abuxpress.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abuxpress.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=8&subd=abuxpress&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abuxpress.wordpress.com/2008/02/17/se-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22a2d67b45b102f26ea66ef3677333bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">abub4u</media:title>
		</media:content>
	</item>
		<item>
		<title>PRAXIS-LIBRARY-DATABASE</title>
		<link>http://abuxpress.wordpress.com/2008/02/11/praxis-library-database/</link>
		<comments>http://abuxpress.wordpress.com/2008/02/11/praxis-library-database/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 21:28:21 +0000</pubDate>
		<dc:creator>abub4u</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abuxpress.wordpress.com/?p=4</guid>
		<description><![CDATA[


Students                                                                 




student_id                                                                                                                                                                                                                   




students_name      




students_address




email_address   




other_students_deatils   



 
 
 
 
 



Books_Out_on_Loan                                                                                                                                                                                                                                                                             




book borrowing_id




rule_id(FK)




student_id(FK)




isbn(FK)




sys_control_id(FK)




date_issued                                                                                   




date_due_for_return                                                    




date_returned                                




amount_of_fine



 
 
 
 
 
 
 
 



Books   




Isbn




book_tital                                         




date_of_publication                  



 
 
 
 
 
 



Books_by_Category




category_id(FK)




Isbn(FK)



   
 
 
 



Books_by_Author




author_id  (FK)




Isbn (FK)



    
 
 
 



Categories                                                                                                                                                                                                                                                                              




category_id 




category_name   



  
 
 
 



Author                 




author_id




author_firstname




author_lastname 



                                                            
 
 
 
 
 
 
 



Library_Rules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            




rule_id




rule_description




rule_value



 
 
 



System_Control_Parameter                                                                                                        




system_control_Parameters_id




overdue_daily_fine



 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=4&subd=abuxpress&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:11.15pt;">
<td style="border:1pt solid black;width:114.7pt;height:11.15pt;padding:0 5.4pt;" valign="top" width="153">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Students<span>                           </span><span>                           </span><span>           </span></span></b></p>
</td>
</tr>
<tr style="height:11.15pt;">
<td style="width:114.7pt;height:11.15pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="153">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">student_id <span>  </span><span>                                     </span><span> </span><span>         </span><span> </span><span>                                                 </span><span>                                                                                                              </span><span> </span></span></p>
</td>
</tr>
<tr style="height:11.15pt;">
<td style="width:114.7pt;height:11.15pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="153">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>students_name   <span>   </span></span></p>
</td>
</tr>
<tr style="height:11.15pt;">
<td style="width:114.7pt;height:11.15pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="153">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>students_address</span></p>
</td>
</tr>
<tr style="height:10.55pt;">
<td style="width:114.7pt;height:10.55pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="153">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>email_address<span>   </span></span></p>
</td>
</tr>
<tr style="height:11.15pt;">
<td style="width:114.7pt;height:11.15pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="153">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>other_students_deatils   </span></p>
</td>
</tr>
</table>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:13.7pt;">
<td style="border:1pt solid black;width:112pt;height:13.7pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Books_Out_on_Loan<span>                          </span><span>                          </span><span>     </span><span>                                                      </span><span>                    </span><span>                               </span><span>                                                       </span><span> </span><span>                                                   </span><i></i></span></b></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">book borrowing_id<i></i></span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>rule_id(FK)</span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>student_id(FK)</span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>isbn(FK)</span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>sys_control_id(FK)</span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>date_issued   <span> </span><span> </span><span> </span><span>       </span><span>               </span><span>                                                       </span></span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>date_due_for_return<span>                                                    </span></span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>date_returned<span>                                </span></span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="149">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>amount_of_fine</span></p>
</td>
</tr>
</table>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:13.95pt;">
<td style="border:1pt solid black;width:109.7pt;height:13.95pt;padding:0 5.4pt;" valign="top" width="146">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Books <span>  </span></span></b></p>
</td>
</tr>
<tr style="height:13.95pt;">
<td style="width:109.7pt;height:13.95pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="146">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">Isbn</span></p>
</td>
</tr>
<tr style="height:13.95pt;">
<td style="width:109.7pt;height:13.95pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="146">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>book_tital<span>                                         </span></span></p>
</td>
</tr>
<tr style="height:13.2pt;">
<td style="width:109.7pt;height:13.2pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="146">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>date_of_publication<span>                  </span></span></p>
</td>
</tr>
</table>
<p class="MsoNormal"><i> </i></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:14.05pt;">
<td style="border:1pt solid black;width:117.95pt;height:14.05pt;padding:0 5.4pt;" valign="top" width="157">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Books_by_Category</span></b></p>
</td>
</tr>
<tr style="height:13.25pt;">
<td style="width:117.95pt;height:13.25pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="157">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><i><span>category_id(FK)</span></i></p>
</td>
</tr>
<tr style="height:14.8pt;">
<td style="width:117.95pt;height:14.8pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="157">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><i><span>Isbn(FK)</span></i></p>
</td>
</tr>
</table>
<p class="MsoNormal"><span>   </span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:13.7pt;">
<td style="border:1pt solid black;width:112.95pt;height:13.7pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Books_by_Author</span></b></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:112.95pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><i><span>author_id<span>  </span>(FK)</span></i></p>
</td>
</tr>
<tr style="height:14.5pt;">
<td style="width:112.95pt;height:14.5pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><i><span>Isbn (FK)</span></i></p>
</td>
</tr>
</table>
<p class="MsoNormal"><span>    </span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:13.2pt;">
<td style="border:1pt solid black;width:116.5pt;height:13.2pt;padding:0 5.4pt;" valign="top" width="155">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Categories<span>                                                                                </span><span>                              </span><span> </span><span>  </span><span>                                           </span><span>           </span><span>                     </span><span>                          </span><span>     </span><span> </span><span>                                                  </span></span></b></p>
</td>
</tr>
<tr style="height:13.95pt;">
<td style="width:116.5pt;height:13.95pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="155">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">category_id </span></p>
</td>
</tr>
<tr style="height:13.95pt;">
<td style="width:116.5pt;height:13.95pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="155">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>category_name<span>   </span></span></p>
</td>
</tr>
</table>
<p class="MsoNormal"><span>  </span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:13.2pt;">
<td style="border:1pt solid black;width:113.5pt;height:13.2pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Author<span>                 </span></span></b></p>
</td>
</tr>
<tr style="height:13.95pt;">
<td style="width:113.5pt;height:13.95pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">author_id</span></p>
</td>
</tr>
<tr style="height:13.95pt;">
<td style="width:113.5pt;height:13.95pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>author_firstname</span></p>
</td>
</tr>
<tr style="height:13.2pt;">
<td style="width:113.5pt;height:13.2pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="151">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>author_lastname </span></p>
</td>
</tr>
</table>
<p class="MsoNormal"><span>                                                            </span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0">
<tr style="height:14pt;">
<td style="border:1pt solid black;width:120.25pt;height:14pt;padding:0 5.4pt;" valign="top" width="160">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>Library_Rules<span>  </span><span>                                                                                         </span><span>                            </span><span>   </span><span>                                                                                                                         </span><span>                                                                                                                     </span><span>        </span><span>                      </span><span>                                                                                      </span></span></b></p>
</td>
</tr>
<tr style="height:14.85pt;">
<td style="width:120.25pt;height:14.85pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="160">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">rule_id</span></p>
</td>
</tr>
<tr style="height:14pt;">
<td style="width:120.25pt;height:14pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="160">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>rule_description</span></p>
</td>
</tr>
<tr style="height:14.85pt;">
<td style="width:120.25pt;height:14.85pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="160">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>rule_value</span></p>
</td>
</tr>
</table>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<table class="MsoNormalTable" style="border:medium none;width:150.8pt;border-collapse:collapse;margin-left:6.75pt;margin-right:6.75pt;" align="left" border="1" cellpadding="0" cellspacing="0" width="201">
<tr style="height:13.7pt;">
<td style="border:1pt solid black;width:150.8pt;height:13.7pt;padding:0 5.4pt;" valign="top" width="201">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><b><span>System_Control_Parameter<span>                                                 </span><span>                                                       </span></span></b></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:150.8pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="201">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span style="color:red;">system_control_Parameters_id</span></p>
</td>
</tr>
<tr style="height:13.7pt;">
<td style="width:150.8pt;height:13.7pt;border-color:0 black black;border-style:none solid solid;border-width:medium 1pt 1pt;padding:0 5.4pt;" valign="top" width="201">
<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal;"><span>overdue_daily_fine</span></p>
</td>
</tr>
</table>
<p class="MsoNormal"> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/abuxpress.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/abuxpress.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abuxpress.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abuxpress.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abuxpress.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abuxpress.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abuxpress.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abuxpress.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abuxpress.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abuxpress.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abuxpress.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abuxpress.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=4&subd=abuxpress&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abuxpress.wordpress.com/2008/02/11/praxis-library-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22a2d67b45b102f26ea66ef3677333bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">abub4u</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://abuxpress.wordpress.com/2008/01/30/hello-world/</link>
		<comments>http://abuxpress.wordpress.com/2008/01/30/hello-world/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 11:52:00 +0000</pubDate>
		<dc:creator>abub4u</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=1&subd=abuxpress&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/abuxpress.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/abuxpress.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abuxpress.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abuxpress.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abuxpress.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abuxpress.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abuxpress.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abuxpress.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abuxpress.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abuxpress.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abuxpress.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abuxpress.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abuxpress.wordpress.com&blog=2668936&post=1&subd=abuxpress&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abuxpress.wordpress.com/2008/01/30/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22a2d67b45b102f26ea66ef3677333bc?s=96&#38;d=identicon" medium="image">
			<media:title type="html">abub4u</media:title>
		</media:content>
	</item>
	</channel>
</rss>