<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Pinoy Code</title>
    <description>VB .Net Programming</description>
    <link>http://pinoycode.com/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.Net Syndication Generator 1.0.0.0 (http://dotnetblogengine.net/)</generator>
    <language>en-GB</language>
    <blogChannel:blogRoll>http://pinoycode.com/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.freepdfbookdownload.com/</blogChannel:blink>
    <dc:creator>Ruben</dc:creator>
    <dc:title>Pinoy Code</dc:title>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PinoyCode" type="application/rss+xml" /><feedburner:emailServiceId>PinoyCode</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <title>S2xDE Software Data Entry System - Batching Module (Part 1)</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;p&gt;
A pre-defined number of documents to a batching unit including the link of images for production use. Instead of queuing document one at a time, the batch is queued containing a pre-defined number of documents. Normally, a batch for specific project will contain between 10 to 50 documents or many, it depends on the project &lt;a href="http://www.pinoycode.com"&gt;data conversion&lt;/a&gt;.
&lt;/p&gt;
screenshot &lt;a href="http://www.pinoycode.com"&gt;Data Entry System&lt;/a&gt; (Batching Module)&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batching.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;
&lt;strong&gt;Data Entry System - User Input&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;File Pattern&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - the extension of image file (*.tif)&lt;br /&gt;
&lt;strong&gt;Client Code&lt;/strong&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; - unique id for client (FA)&lt;br /&gt;
&lt;strong&gt;Project Name&lt;/strong&gt;&amp;nbsp; - client code plus unique id for project name (FA CL 1900)&lt;br /&gt;
&lt;strong&gt;Batch Code&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;   &amp;nbsp; - unique id for project name plus the county code (CL19AR59)&lt;br /&gt;
&lt;strong&gt;No. of Docs&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   - any number&lt;br /&gt;
&lt;strong&gt;Explorer View&lt;/strong&gt;&amp;nbsp; - control to navigate the image location&lt;br /&gt;
&lt;strong&gt;Fileview&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - display the folder or image file during navigation of explorer view control.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - user should be highlight selected file image or folder in fileview control&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to process during the batching.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Batch Number&lt;/strong&gt; = contain Batch Code plus incremental value of record stored in Batch Header database (dbo.batch_hdr).
&lt;/p&gt;
&lt;p&gt;
During batching process the system create a template record of document in the database table Entry 1 (dbo.e1) and Entry 2 (dbo.e2) and other related table (dbo.e1.bbd_names, dbo.e1.sgp_names) for production use. After the batches done in batching process will automatically available for production entry (E1 &amp;amp; E2) based on a project code. (&lt;em&gt;screen shot below are the template table to be used in data entry&lt;/em&gt;).
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.pinoycode.com"&gt;Batch Header&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batching+e1_hdr.gif" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.pinoycode.com"&gt;Batch Detailed&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batching+detail.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
&lt;a href="http://www.pinoycode.com"&gt;Entry 1&lt;/a&gt; Main Table&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batching+e1.gif" alt="" /&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
&lt;a href="http://www.pinoycode.com"&gt;Borrower Names&lt;/a&gt; (Sub-Table)&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batching+e1_bbd.gif" alt="" /&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
&lt;a href="http://www.pinoycode.com"&gt;Seller Names&lt;/a&gt; (Sub-Table)&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batching+e1_sgp.gif" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
to be continue... Next post will be the design view &amp;amp; code behind of &lt;a href="http://www.pinoycode.com"&gt;Batching Module&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pinoycode.com/post/S2xDE-Software---Database-Schema-and-Table-Structure-(Part-2).aspx"&gt; Previous post of S2xDE Software&lt;/a&gt;  &lt;a href="http://www.pinoycode.com"&gt;Data Entry System&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/JwuF4wh09k0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/JwuF4wh09k0/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/S2xDE-Software-Data-Entry-System---Batching-Module-(Part-1).aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=284b31b8-9ea4-46c7-8e5b-7ad5c77575ab</guid>
      <pubDate>Sun, 06 Jul 2008 13:15:00 -0400</pubDate>
      <category>S2xDE Software</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=284b31b8-9ea4-46c7-8e5b-7ad5c77575ab</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=284b31b8-9ea4-46c7-8e5b-7ad5c77575ab</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/S2xDE-Software-Data-Entry-System---Batching-Module-(Part-1).aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=284b31b8-9ea4-46c7-8e5b-7ad5c77575ab</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=284b31b8-9ea4-46c7-8e5b-7ad5c77575ab</feedburner:origLink></item>
    <item>
      <title>S2xDE Software Data Entry System - Database Schema and Table Structure (Part 2)</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;p&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Table Structure of RES-1900 Project&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Every Task processed in production group have a table repository:&lt;br /&gt;
ex: &lt;strong&gt;[E1] Entry 1&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;dbo.e1_hdr&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; batch header that contains batch no, user id, date issue, number of docs, number of record, number of character.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;dbo.e1&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; main record captured on the documents.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;dbo.e1_bbd_names&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; (sub-record) in one document are allowed four record of borrower names to be captured.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;dbo.e1_sgp_names&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; (sub-record) in one document are allowed two record of seller names to be captured.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Batch Header Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=entry+1+header.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Entry 1 Main Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=res-1900+entry+1+main+table.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Entry 1 sub table - borrower names&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=res-1900+entry+1+sub+table+1.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;/a&gt;&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Entry 1 sub table - seller names&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=res-1900+entry+1+sub+table+2.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
Visual idea of s2xde database schema and table structure, on my next
post we proceed Batching module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://pinoycode.com/post/S2xDE-Software---Database-Schema-and-Table-Structure-(Part-1).aspx"&gt;
Previous Post of S2xDE Software&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/1Hyyv02Cuhw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/1Hyyv02Cuhw/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/S2xDE-Software---Database-Schema-and-Table-Structure-(Part-2).aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=5ca3f006-cf82-4217-ac0c-db01f6bc4098</guid>
      <pubDate>Sun, 29 Jun 2008 14:39:00 -0400</pubDate>
      <category>S2xDE Software</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=5ca3f006-cf82-4217-ac0c-db01f6bc4098</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=5ca3f006-cf82-4217-ac0c-db01f6bc4098</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/S2xDE-Software---Database-Schema-and-Table-Structure-(Part-2).aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=5ca3f006-cf82-4217-ac0c-db01f6bc4098</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=5ca3f006-cf82-4217-ac0c-db01f6bc4098</feedburner:origLink></item>
    <item>
      <title>S2xDE Software Data Entry System - Database Schema and Table Structure (Part 1)</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;p&gt;
&lt;strong&gt;S2xDE Software Database Schema&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) RES-1900&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) RES-ADC&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) RES-EFX&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 4) RES-MAP&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 5) RES-TRACKING&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 6) S2xDE&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+schema.gif" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;S2xDE Software Production Monitoring or Tracking&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; - All activity task code are monitored by the &lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Task Code&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; BA&amp;nbsp; &amp;nbsp;&amp;nbsp; Batching&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; E1&amp;nbsp; &amp;nbsp;&amp;nbsp; Entry 1&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; E2&amp;nbsp; &amp;nbsp;&amp;nbsp; Entry 2&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CO &amp;nbsp;&amp;nbsp; Compare&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; RE&amp;nbsp; &amp;nbsp;&amp;nbsp; Research&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; QC &amp;nbsp;&amp;nbsp; QC Sampling&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ED &amp;nbsp; &amp;nbsp; Edit&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CV&amp;nbsp;&amp;nbsp;&amp;nbsp; Conversion&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
- All task are auto queuing its important to keep track batches by storing the information. See screenshot of RES-Tracking schema.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=res-tracking+table+structure.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Batch Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+batch+table.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Monitoring Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+monitoring+table.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Pending Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+pending+table.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Audit Trail Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+audit+table.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Document Count Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+count+table.gif" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.pinoycode.com"&gt;&lt;strong&gt;Accuracy Table&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+accuracy+table.gif" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
to be continue on next post of &lt;a href="http://www.pinoycode.com"&gt;data entry system&lt;/a&gt;...
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pinoycode.com/post/S2xDE-Software---Data-Conversion-Program-by-Ruben-B-Corral.aspx"&gt;
Previous Post of S2xDE Software&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/ddn3bhKblco" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/ddn3bhKblco/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/S2xDE-Software---Database-Schema-and-Table-Structure-(Part-1).aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=66e2503f-02f4-4c9b-8d8f-a88dd10950e7</guid>
      <pubDate>Sat, 28 Jun 2008 23:00:00 -0400</pubDate>
      <category>S2xDE Software</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=66e2503f-02f4-4c9b-8d8f-a88dd10950e7</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=66e2503f-02f4-4c9b-8d8f-a88dd10950e7</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/S2xDE-Software---Database-Schema-and-Table-Structure-(Part-1).aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=66e2503f-02f4-4c9b-8d8f-a88dd10950e7</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=66e2503f-02f4-4c9b-8d8f-a88dd10950e7</feedburner:origLink></item>
    <item>
      <title>S2xDE Software Data Entry System</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
Screenshot -&amp;gt; &lt;strong&gt;S2xDE Software - Admin User&lt;/strong&gt; (Main Screen)&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+software.jpg" alt="" /&gt;&lt;br /&gt;
&lt;p&gt;
S2xDE Software is a highly robust and flexible customized &lt;a href="http://www.pinoycode.com"&gt;data entry system&lt;/a&gt; application designed and developed specifically for Real Estate Solution projects (FA Core Logic). It was developed under &lt;strong&gt;VB.NET&lt;/strong&gt; platform with a back-end database using &lt;strong&gt;MS SQL Server 2005&lt;/strong&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;This application contains 4 different project known as:&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;1) RES-1900&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;2) RES-ADC&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;3) RES-Foreclosure/Mapping&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;4) RES-EFX&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;a href="http://www.pinoycode.com"&gt;Data Entry System&lt;/a&gt; Program Module&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;1) Batching&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;2) Entry 1 / Entry 2&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;3) Compare&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;4) Research&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;5) QA&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;6) Edit (Validation)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;7) Conversion&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;8) Maintenance&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;9) Reports&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;... etc.&lt;br /&gt;
&lt;br /&gt;
Screenshot -&amp;gt; &lt;strong&gt;S2xDE Software &lt;a href="http://www.pinoycode.com"&gt;Data Entry System&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=s2xde+software+data+entry+1.jpg" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
We put it on my blog site to share other newbies programmer how to develop a customized &lt;a href="http://www.pinoycode.com"&gt;data entry system&lt;/a&gt; program from start process to end. &lt;a href="http://feeds.feedburner.com/PinoyCode"&gt; &lt;strong&gt;Subscribe&lt;/strong&gt;&lt;/a&gt; to receive updates regarding this S2xDE Software, i will post step by step module source code and screenshot including the short explanation how it works.
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/tDKG7hj-LIk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/tDKG7hj-LIk/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/S2xDE-Software---Data-Conversion-Program-by-Ruben-B-Corral.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=efcbfbab-19f7-4495-ba45-d4d3bde2dd1f</guid>
      <pubDate>Thu, 26 Jun 2008 18:48:00 -0400</pubDate>
      <category>S2xDE Software</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=efcbfbab-19f7-4495-ba45-d4d3bde2dd1f</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=efcbfbab-19f7-4495-ba45-d4d3bde2dd1f</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/S2xDE-Software---Data-Conversion-Program-by-Ruben-B-Corral.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=efcbfbab-19f7-4495-ba45-d4d3bde2dd1f</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=efcbfbab-19f7-4495-ba45-d4d3bde2dd1f</feedburner:origLink></item>
    <item>
      <title>Petty Cash Monitoring System - Free Source Code</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;p&gt;
This application written in Visual Basic 6, i made it last 5 years ago not properly commented but it might help from you to study. Some module i found also in open source site that give me a change to learn about in VB coding. Now i upload also in my blog site to share it with other novice programmer specially students that are willing to learn in Visual Basic language. Download the &lt;em&gt;&lt;strong&gt;Petty Cash Monitoring System (PCMS.zip)&lt;/strong&gt;&lt;/em&gt; ... Good Luck!
&lt;/p&gt;
&lt;p&gt;
Free Source Code: 
&lt;a rel="enclosure" href="http://pinoycode.com/file.axd?file=PCMS.zip"&gt;PCMS.zip (43.5 mb)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Other programming eBooks located at &lt;a href="http://www.freepdfbookdownload.com"&gt;Free PDF Book Download&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/lpbHWjm85uw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/lpbHWjm85uw/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Petty-Cash-Monitoring-System---Free-Source-Code.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=a33699f0-8e3c-41af-86f8-b2819f51d38e</guid>
      <pubDate>Sun, 27 Apr 2008 15:25:00 -0400</pubDate>
      <category>Petty Cash</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=a33699f0-8e3c-41af-86f8-b2819f51d38e</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=a33699f0-8e3c-41af-86f8-b2819f51d38e</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Petty-Cash-Monitoring-System---Free-Source-Code.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=a33699f0-8e3c-41af-86f8-b2819f51d38e</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=a33699f0-8e3c-41af-86f8-b2819f51d38e</feedburner:origLink></item>
    <item>
      <title>Free Book PDF Download</title>
      <description>&lt;p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;strong&gt;JAVA&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/category/Java.aspx" target="_blank"&gt;Core Java, Vol. 2: Advanced Features, 8th Edition&lt;/a&gt;&lt;br /&gt;
by: Cay S. Horstmann, Gary Cornell&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Kicking-Butt-with-MIDP-and-MSA-Creating-Great-Mobile-Applications.aspx" target="_blank"&gt;Kicking Butt 
with MIDP and MSA: Creating Great Mobile Applications&lt;/a&gt;&lt;br /&gt;
by: Jonathan Knudsen&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-Power-Tools.aspx" target="_blank"&gt;Java Power Tools&lt;/a&gt;&lt;br /&gt;
by: John Ferguson Smart&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-Concepts-for-Java-5-and-62c-5th-Edition.aspx" target="_blank"&gt;Java Concepts for Java 5 and 6, 5th Edition&lt;/a&gt;&lt;br /&gt;
by: Cay S. Horstmann&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-For-Dummies-4th-edition.aspx" target="_blank"&gt;Java For Dummies 4th edition&lt;/a&gt;&lt;br /&gt;
by: Barry Burd&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Enterprise-Java-2-Security-Building-Secure-and-Robust-J2EE-Applications.aspx" target="_blank"&gt;Enterprise Java 2 Security: Building Secure and Robust J2EE Applications&lt;/a&gt;&lt;br /&gt;
by: Marco Pistoia, Nataraj Nagaratnam, Larry Koved, Anthony Nadalin&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-2-Enterprise-Edition-14-(J2EE-14)-Bible.aspx" target="_blank"&gt;Java 2 Enterprise Edition 1.4 (J2EE 1.4) Bible&lt;/a&gt;&lt;br /&gt;
by: James McGovern, Rahim Adatia, Yakov Fain, Jason Gordon, Ethan Henry, Walter Hurst, Ashish Jain, Mark Little, Vaidyanathan Nagarajan, Harshad Oak, Lee 
Anne Phillips&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-in-60-Minutes-a-Day.aspx" target="_blank"&gt;Java in 60 Minutes a Day&lt;/a&gt;&lt;br /&gt;
by: Richard F. Raposa&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Object-Oriented-Programming-From-Problem-Solving-to-Java.aspx" target="_blank"&gt;Object-Oriented Programming: From Problem Solving to Java&lt;/a&gt;&lt;br /&gt;
by: Jose M. Garrido&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Technical-Java-Developing-Scientific-and-Engineering-Applications.aspx" target="_blank"&gt;Technical Java: Developing Scientific and Engineering Applications&lt;/a&gt;&lt;br /&gt;
by: Grant Palmer&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Micro-Java-Game-Development.aspx" target="_blank"&gt;Micro Java Game Development&lt;/a&gt;&lt;br /&gt;
by: David Fox&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Core-Java-22c-Volume-II-Advanced-Features-5th-Edition.aspx" target="_blank"&gt;Core Java 2, Volume II: Advanced Features 5th Edition&lt;/a&gt;&lt;br /&gt;
by: Cay Horstmann, Gary Cornell&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-Cookbook-Solutions-and-Examples-for-Java-Developers.aspx" target="_blank"&gt;Java Cookbook: Solutions and Examples for Java Developers&lt;/a&gt;&lt;br /&gt;
by: Ian F. Darwin&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-Regular-Expressions-Taming-the-javautilregex-Engine.aspx" target="_blank"&gt;Java Regular Expressions: Taming the java.util.regex Engine&lt;/a&gt;&lt;br /&gt;
by: Mehran Habibi&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-IO.aspx" target="_blank"&gt;Java I/O&lt;/a&gt;&lt;br /&gt;
by: Elliotte Harold&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-A-Beginners-Guide2c-Third-Edition.aspx" target="_blank"&gt;Java: A Beginner&amp;#39;s Guide, Third Edition&lt;/a&gt;&lt;br /&gt;
by: Herbert Schildt&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Ground-Up-Java.aspx" target="_blank"&gt;Ground-Up Java&lt;/a&gt;&lt;br /&gt;
by: Philip Heller&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Programming-Wireless-Devices-with-the-Java-2-Platform-Micro-Edition2c-Second-Edition.aspx" target="_blank"&gt;Programming Wireless Devices with the Java 2 Platform Micro Edition, Second Edition&lt;/a&gt;&lt;br /&gt;
by: Roger Riggs, Antero Taivalsaari et al.&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Java-Number-Cruncher-The-Java-Programmers-Guide-to-Numerical-Computing.aspx" target="_blank"&gt;Java Number Cruncher: The Java Programmer&amp;#39;s Guide to Numerical Computing&lt;/a&gt;&lt;br /&gt;
by: Ronald Mak&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Core-Java-22c-Volume-II---Advanced-Features-(7th-Edition).aspx" target="_blank"&gt;Core Java 2, Volume II - 
Advanced Features (7th Edition)&lt;/a&gt;&lt;br /&gt;
by: Cay Horstmann, Gary Cornell&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Beginning-J2EE-14-From-Novice-to-Professional.aspx" target="_blank"&gt;Beginning J2EE 1.4: From Novice to Professional&lt;/a&gt;&lt;br /&gt;
by: James L. Weaver, Kevin Mukhar, James P. Crume&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Beginning-J2ME-From-Novice-to-Professional2c-Third-Edition.aspx" target="_blank"&gt;Beginning J2ME: From Novice to Professional, Third Edition&lt;/a&gt;&lt;br /&gt;
by: Jonathan Knudsen, Sing Li&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Beginning-Spring-Framework-2.aspx" target="_blank"&gt;Beginning Spring Framework 2&lt;/a&gt;&lt;br /&gt;
by: Thomas Van de Velde, Bruce Snyder et al.&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Tricks-of-the-Java-Programming-Gurus.aspx" target="_blank"&gt;Tricks of the Java Programming Gurus&lt;/a&gt;&lt;br /&gt;
by: Glenn L. Vanderburg&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Core-JSTL-Mastering-the-JSP-Standard-Tag-Library.aspx" target="_blank"&gt;Core JSTL: Mastering the JSP Standard Tag Library&lt;/a&gt;&lt;br /&gt;
by: David Geary&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/J2EE-Professional-Projects.aspx" target="_blank"&gt;J2EE Professional Projects&lt;/a&gt;&lt;br /&gt;
by: Pallavi Jain, Shadab Siddiqui&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Beginning-Hibernate-From-Novice-to-Professional.aspx" target="_blank"&gt;Beginning Hibernate: From Novice to 
Professional&lt;/a&gt;&lt;br /&gt;
by: Jeff Linwood, Dave Minter&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Pro-Java-EE-Spring-Patterns-Best-Practices-and-Design-Strategies-Implementing-Java-EE-Patterns-with-the-Spring-Framework.aspx" target="_blank"&gt;Pro Java EE Spring Patterns: Best Practices and Design Strategies Implementing Java EE Patterns with the Spring Framework&lt;/a&gt;&lt;br /&gt;
by: Dhrubojyoti Kayal&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Mastering-AspectJ-Aspect-Oriented-Programming-in-Java.aspx" target="_blank"&gt;Mastering AspectJ: Aspect-Oriented Programming in Java&lt;/a&gt;&lt;br /&gt;
by: Joseph D. Gradecki, Nicholas Lesiecki&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;VISUAL BASIC 2008&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Visual-Basic-2008-Programmers-Reference.aspx" target="_blank"&gt;Visual Basic 2008 Programmer&amp;#39;s Reference&lt;/a&gt;&lt;br /&gt;
by: Rod Stephens&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Programming-Visual-Basic-2008.aspx" target="_blank"&gt;Programming Visual Basic 2008&lt;/a&gt;&lt;br /&gt;
by: Tim Patrick&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Professional-Visual-Basic-2008.aspx" target="_blank"&gt;Professional Visual Basic 2008&lt;/a&gt;&lt;br /&gt;
by: Bill Evjen, Billy Hollis, Bill Sheldon, Kent Sharkey&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Professional-Refactoring-in-Visual-Basic.aspx" target="_blank"&gt;Professional Refactoring in Visual Basic&lt;/a&gt;&lt;br /&gt;
by: Danijel Arsenovski&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Mastering-Microsoft-Visual-Basic-2008.aspx" target="_blank"&gt;Mastering Microsoft Visual Basic 2008&lt;/a&gt;&lt;br /&gt;
by: Evangelos Petroutsos&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Beginning-VB-2008-Databases.aspx" target="_blank"&gt;Beginning VB 2008 Databases&lt;/a&gt;&lt;br /&gt;
by: Vidya Vrat Agarwal&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Sams-Teach-Yourself-Visual-Basic-2008-in-24-Hours.aspx" target="_blank"&gt;Sams Teach Yourself Visual Basic 2008 in 24 Hours&lt;/a&gt;&lt;br /&gt;
by: James Foxall&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;SQL SERVER&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Pro-SQL-Server-2008-Reporting-Services.aspx" target="_blank"&gt;Pro SQL Server 2008 Reporting Services&lt;/a&gt;&lt;br /&gt;
by: Rodney Landrum&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Pro-SQL-Server-2008-XML.aspx" target="_blank"&gt;Pro SQL Server 2008 XML&lt;/a&gt;&lt;br /&gt;
by: Michael Coles&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Accelerated-SQL-Server-2008.aspx" target="_blank"&gt;Accelerated SQL Server 2008&lt;/a&gt;&lt;br /&gt;
by: Rob Walters&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Microsoft-SQL-Server-2005-Programming-For-Dummies.aspx" target="_blank"&gt;Microsoft SQL Server 2005 Programming For Dummies&lt;/a&gt;&lt;br /&gt;
by: Andrew Watt&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Joe-Celkos-Analytics-and-OLAP-in-SQL.aspx" target="_blank"&gt;Joe Celko&amp;#39;s Analytics and OLAP in SQL&lt;/a&gt;&lt;br /&gt;
by: Joe Celko&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Beginning-SQL.aspx" target="_blank"&gt;Beginning SQL&lt;/a&gt;&lt;br /&gt;
by: Paul Wilton, John Colby&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/SQL-Clearly-Explained2c-Second-Edition.aspx" target="_blank"&gt;SQL Clearly Explained, Second Edition&lt;/a&gt;&lt;br /&gt;
by: Jan L. Harrington&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;VB.NET, ASP.NET, C# FREE BOOK DOWNLOAD&lt;/strong&gt;&lt;br /&gt;
&lt;a target="_blank"&gt;Professional ASP.NET 3.5 In C# and VB&lt;/a&gt;&lt;br /&gt;
by: Bill Evjen, Scott Hanselman, Devin Rader&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Expert-NET-Micro-Framework.aspx" target="_blank"&gt;Expert .NET Micro Framework&lt;/a&gt;&lt;br /&gt;
by: Jens K&amp;uuml;hner&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Pro-WF-Windows-Workflow-in-NET-35.aspx" target="_blank"&gt;Pro WF: Windows Workflow in .NET 3.5&lt;/a&gt;&lt;br /&gt;
by: Bruce Bukovics&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Practical-WPF-Graphics-Programming.aspx" target="_blank"&gt;Practical WPF Graphics Programming&lt;/a&gt;&lt;br /&gt;
by: Jack Xu&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Professional-Visual-Studio-2005.aspx" target="_blank"&gt;Professional Visual Studio 2005&lt;/a&gt;&lt;br /&gt;
by: Andrew Parsons, Nick Randolph&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/MCADMCSD-Visual-BasicNET-Windows-Applications-Study-Guide-(Exam-70-306).aspx" target="_blank"&gt;MCAD/MCSD Visual Basic.NET Windows Applications Study Guide (Exam 70-306)&lt;/a&gt;&lt;br /&gt;
by: David Panagrosso&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Wrox-Beginning-C-30.aspx" target="_blank"&gt;Wrox Beginning C# 3.0&lt;/a&gt;&lt;br /&gt;
by: Jack Purdum&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Unlocking-Microsoft-C-v20-Programming-Secrets.aspx" target="_blank"&gt;Unlocking Microsoft C# v2.0 Programming Secrets&lt;/a&gt;&lt;br /&gt;
by: Richard Braden&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Visual-Studio-NET-Tips-and-Tricks.aspx" target="_blank"&gt;Visual Studio .NET Tips and Tricks&lt;/a&gt;&lt;br /&gt;
by: Minh T. Nguyen&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Professional-Crystal-Reports-for-Visual-Studio-NET2c-Second-Edition.aspx" target="_blank"&gt;Professional Crystal Reports for Visual Studio .NET, Second Edition&lt;/a&gt;&lt;br /&gt;
by: David McAmis&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Inside-Microsoft-Visual-Studio-NET-2003.aspx" target="_blank"&gt;Inside Microsoft Visual Studio .NET 2003&lt;/a&gt;&lt;br /&gt;
bY: Brian Johnson, Craig Skibo&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/A-Programmers-Introduction-to-Visual-Basic-Net.aspx" target="_blank"&gt;A Programmer&amp;#39;s Introduction to Visual Basic .Net&lt;/a&gt;&lt;br /&gt;
by: Craig Utley
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;NETWORKING&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Handbook-of-Research-on-Wireless-Multimedia-Quality-of-Service-and-Solutions.aspx" target="_blank"&gt;Handbook of Research on Wireless Multimedia: Quality of Service and Solutions&lt;/a&gt;&lt;br /&gt;
by: Nicola Cranley &amp;amp; Liam Murphy&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/WiMAX-Technologies2c-Performance-Analysis2c-and-QoS.aspx" target="_blank"&gt;WiMAX Technologies, Performance Analysis, and QoS&lt;/a&gt;&lt;br /&gt;
by: Syed Ahson &amp;amp; Ilyas&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Global-Mobile-Multimedia-Communications.aspx" target="_blank"&gt;Global Mobile Multimedia Communications&lt;/a&gt;&lt;br /&gt;
by: Gour Karmakar &amp;amp; Laurence S. Dooley&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Mobile-WiMAX.aspx" target="_blank"&gt;Mobile WiMAX&lt;/a&gt;&lt;br /&gt;
by: Kwang-Cheng Chen, J.; Roberto B. de Marca (Editors)&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/WiMAX-Applications.aspx" target="_blank"&gt;WiMAX Applications&lt;/a&gt;&lt;br /&gt;
by: Syed Ahson &amp;amp; Ilyas&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Analysis-of-Computer-and-Communication-Networks.aspx" target="_blank"&gt;Analysis of Computer and Communication Networks&lt;/a&gt;&lt;br /&gt;
by: Fayez Gebali&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Optical-Switching-Networks.aspx" target="_blank"&gt;Optical Switching Networks&lt;/a&gt;&lt;br /&gt;
by: Martin Maier&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Session-Initiation-Protocol-%28SIP%29-Controlling-Convergent-Networks.aspx" target="_blank"&gt;Session Initiation Protocol (SIP): Controlling Convergent Networks&lt;/a&gt;&lt;br /&gt;
by: Travis Russell&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Stability-of-Queueing-Networks.aspx" target="_blank"&gt;Stability of Queueing Networks&lt;/a&gt;&lt;br /&gt;
by: Maury Bramson&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Information-Theory-and-Network-Coding.aspx" target="_blank"&gt;Information Theory and Network Coding&lt;/a&gt;&lt;br /&gt;
by: Raymond W. Yeung&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Cisco-Certified-Entry-Networking-Technician-Study-Guide-ICND1-Exam-640-822-%28CCENT%29.aspx" target="_blank"&gt;Cisco Certified Entry Networking Technician Study Guide: ICND1 Exam 640-822 (CCENT)&lt;/a&gt;&lt;br /&gt;
by: Todd Lammle&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Cisco-Certified-Network-Associate-Study-Guide-Exam-640-802-%28CCNA%29.aspx" target="_blank"&gt;Cisco Certified Network Associate Study Guide: Exam 640-802 (CCNA)&lt;/a&gt;&lt;br /&gt;
by: Todd Lammle&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Voice-Over-WLANS.aspx" target="_blank"&gt;Voice Over WLANS&lt;/a&gt;&lt;br /&gt;
by: Michael F. Finneran&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/The-Exploit-A-Theory-of-Networks.aspx" target="_blank"&gt;The Exploit: A Theory of Networks&lt;/a&gt;&lt;br /&gt;
by: Alexander R. Galloway&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Designing-the-Mobile-User-Experience.aspx" target="_blank"&gt;Designing the Mobile User Experience&lt;/a&gt;&lt;br /&gt;
by: Barbara Ballard&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Optical-Networking-Best-Practices-Handbook.aspx" target="_blank"&gt;Optical Networking Best Practices Handbook&lt;/a&gt;&lt;br /&gt;
by: John R. Vacca&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Introduction-to-Mobile-Communications.aspx" target="_blank"&gt;Introduction to Mobile Communications&lt;/a&gt;&lt;br /&gt;
by: Tony Wakefield &amp;amp; Assoc&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Deploying-Voice-over-Wireless-LANs.aspx" target="_blank"&gt;Deploying Voice over Wireless LANs&lt;/a&gt;&lt;br /&gt;
by: Jim Geier&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Wireless-Ad-Hoc-Networking.aspx" target="_blank"&gt;Wireless Ad Hoc Networking&lt;/a&gt;&lt;br /&gt;
by: Shih-Lin Wu &amp;amp; Yu-Chee Tseng&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Fundamentals-of-WiMAX.aspx" target="_blank"&gt;Fundamentals of WiMAX&lt;/a&gt;&lt;br /&gt;
by: Jeffrey G. Andrews &amp;amp; Assoc&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Broadband-Optical-Access-Networks-and-Fiber-to-the-Home-Systems-Technologies-and-Deployment-Strategies.aspx" target="_blank"&gt;Broadband Optical Access Networks and Fiber-to-the-Home: Systems Technologies and Deployment Strategies&lt;/a&gt;&lt;br /&gt;
by: Chinlon Lin (Editor)&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Communication-Systems-for-the-Mobile-Information-Society.aspx" target="_blank"&gt;Communication Systems for the Mobile Information Society&lt;/a&gt;&lt;br /&gt;
by: Martin Sauter&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Advanced-Wireless-Networks-4G-Technologies.aspx" target="_blank"&gt;Advanced Wireless Networks: 4G Technologies&lt;/a&gt;&lt;br /&gt;
by: Savo G. Glisic&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Home-Wireless-Networking-in-a-Snap.aspx" target="_blank"&gt;Home Wireless Networking in a Snap&lt;/a&gt;&lt;br /&gt;
by: Joe Habraken&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Wireshark--Ethereal-Network-Protocol-Analyzer-Toolkit.aspx" target="_blank"&gt;Wireshark &amp;amp; Ethereal Network Protocol Analyzer Toolkit&lt;/a&gt;&lt;br /&gt;
by: Angela Orebaugh&lt;br /&gt;
&lt;a href="http://www.freepdfbookdownload.com/post/Mobile-Virtual-Work.aspx" target="_blank"&gt;Mobile Virtual Work&lt;/a&gt;&lt;br /&gt;
by: Editors : J.H. Erik &amp;amp; Vartianen&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Cisco-Wireless-LAN-Security.aspx" target="_blank"&gt;Cisco Wireless LAN Security&lt;/a&gt;&lt;br /&gt;
by: Andrew Balinsky &amp;amp; Assoc&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/WCDMA--Requirements--Practical-Design.aspx" target="_blank"&gt;WCDMA : Requirements &amp;amp; Practical Design&lt;/a&gt;&lt;br /&gt;
by: Tanner &amp;amp; Woodard&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/GPRS-for-Mobile-Internet.aspx" target="_blank"&gt;GPRS for Mobile Internet&lt;/a&gt;&lt;br /&gt;
by: Emmanuel Seurre, Patrick Savelli, Jean-Pierre Pietri&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/WLANs--WPANs-towards-4G-Wireless.aspx" target="_blank"&gt;WLANs &amp;amp; WPANs towards 4G Wireless&lt;/a&gt;&lt;br /&gt;
by: Luis Munoz &amp;amp; Ramjee Prasad&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Third-Generation-Wireless-Communications.aspx" target="_blank"&gt;Third Generation Wireless Communications&lt;/a&gt;&lt;br /&gt;
by: George M. Calhoun&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Computer-Networks-A-Systems-Approach2c-3rd-Edition.aspx" target="_blank"&gt;Computer Networks: A Systems Approach, 3rd Edition&lt;/a&gt;&lt;br /&gt;
by: Peterson &amp;amp; Davie&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/The-Handbook-of-Optical-Communication-Networks.aspx" target="_blank"&gt;The Handbook of Optical Communication Networks&lt;/a&gt;&lt;br /&gt;
by: Mohammad Ilyas, Hussein T. Mouftah (Editor)&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Learning-Bayesian-Networks-%28Artificial-Intelligence%29.aspx" target="_blank"&gt;Learning Bayesian Networks (Artificial Intelligence)&lt;/a&gt;&lt;br /&gt;
by: Richard E. Neapolitan&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Storage-Networks-The-Complete-Reference.aspx" target="_blank"&gt;Storage Networks: The Complete Reference&lt;/a&gt;&lt;br /&gt;
by: Robert Spalding&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Mobile-VPN.aspx" target="_blank"&gt;Mobile VPN&lt;/a&gt;&lt;br /&gt;
by: Alex Shneyderman &amp;amp; Alessio Casati&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Networks-Design-and-Management.aspx" target="_blank"&gt;Networks: Design and Management&lt;/a&gt;&lt;br /&gt;
by: Steven Karris&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Communication-Networks-Fundamentals-Concepts-and-Key-Architectures.aspx" target="_blank"&gt;Communication Networks: Fundamentals Concepts and Key Architectures&lt;/a&gt;&lt;br /&gt;
by: Alberto Leon-Garcia&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/CCIE-Cisco-Certified-Internetwork-Expert-Study-Guide.aspx" target="_blank"&gt;CCIE Cisco Certified Internetwork Expert Study Guide&lt;/a&gt;&lt;br /&gt;
by: John Swartz, Todd Lammle&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Cisco-IP-Routing-Fundamentals.aspx" target="_blank"&gt;Cisco IP Routing Fundamentals&lt;/a&gt;&lt;br /&gt;
by: Mark A. Sportack&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Dictionary-of-Networking.aspx" target="_blank"&gt;Dictionary of Networking&lt;/a&gt;&lt;br /&gt;
by: Peter Dyson&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/Illustrated-TCPIP.aspx" target="_blank"&gt;Illustrated TCP/IP&lt;/a&gt;&lt;br /&gt;
by: Matthew G. Naugle&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/IP-Routing-Primer.aspx" target="_blank"&gt;IP Routing Primer&lt;/a&gt;&lt;br /&gt;
by: Robert Wright&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/MCSE-Networking-Essentials.aspx" target="_blank"&gt;MCSE Networking Essentials&lt;/a&gt;&lt;br /&gt;
by: Glenn Berg&lt;br /&gt;
&lt;a href="http://freepdfbookdownload.com/post/TCPIP-Network-Administration.aspx" target="_blank"&gt;TCP/IP Network Administration&lt;/a&gt;&lt;br /&gt;
by: Craig Hunt
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/piSM_eoEz54" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/piSM_eoEz54/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Free-Book-PDF-Download.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=faca929d-68c7-4e22-9434-a53a9dbe4892</guid>
      <pubDate>Wed, 16 Apr 2008 16:04:00 -0400</pubDate>
      <category>Books</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=faca929d-68c7-4e22-9434-a53a9dbe4892</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=faca929d-68c7-4e22-9434-a53a9dbe4892</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Free-Book-PDF-Download.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=faca929d-68c7-4e22-9434-a53a9dbe4892</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=faca929d-68c7-4e22-9434-a53a9dbe4892</feedburner:origLink></item>
    <item>
      <title>Petty Cash Monitoring System - Screenshot</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+main.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+add.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+product.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+product+add.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+account+title.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+account+title+view.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+summary+transaction+report.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+detailed+transaction+report.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+summary+account+title.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+detailed+account+title.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+summary+product.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+detailed+product.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+summary+supplier+report.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+detailed+supplier+report.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+detailed+report+by+category.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+group+account+maintenance.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+product+class+maintenance.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+product+unit+maintenance.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+transaction+reference+maintenance.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/YD1nYuhGN9M" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/YD1nYuhGN9M/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Petty-Cash-Monitoring-System---Screenshot.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=6d841e44-806e-446c-89b4-bdb0afa23823</guid>
      <pubDate>Mon, 14 Apr 2008 21:20:00 -0400</pubDate>
      <category>Petty Cash</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=6d841e44-806e-446c-89b4-bdb0afa23823</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=6d841e44-806e-446c-89b4-bdb0afa23823</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Petty-Cash-Monitoring-System---Screenshot.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=6d841e44-806e-446c-89b4-bdb0afa23823</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=6d841e44-806e-446c-89b4-bdb0afa23823</feedburner:origLink></item>
    <item>
      <title>Petty Cash Monitoring System - Free Download</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;p&gt;
&lt;font size="4"&gt;&lt;strong&gt;
Petty Cash Monitoring System&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
Petty Cash Monitoring System is a system to keep track expenditure in cash or other transaction. This software has been designed primarily to record all cash transactions in a basic accounting rules like account title description, transaction reference etc. It is usually more convenient to retrieve information on cash expenses by generating a report.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Summary by Transaction&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Summary by Supplier&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) Summary by Accounty Title&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) Summary by Product&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e) Detailed by Transaction&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f) Detailed by Supplier&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g) Detailed by Account Title&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h) Detailed by Product&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i) Detailed by Category&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=petty+cash+main+screen.jpg" alt="" /&gt;
&lt;br /&gt;
&lt;strong&gt;
System Requirement&lt;/strong&gt;&lt;br /&gt;
Windows 98/2000/XP&lt;br /&gt;
&lt;br /&gt;
Download the Installer and Try It... other information regarding Petty Cash process flow will be posted in this blogs.&lt;br /&gt;
&lt;a rel="enclosure" href="http://pinoycode.com/file.axd?file=Petty%20Cash%20Monitoring%20System.zip"&gt;Petty Cash Monitoring System.zip (43.5 mb)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;u&gt;&lt;strong&gt;NOTE:&lt;/strong&gt;&lt;/u&gt;&lt;br /&gt;
*&lt;em&gt;**During the installation if error occur click &lt;strong&gt;ignore&lt;/strong&gt; button to continue.&lt;/em&gt;&lt;br /&gt;
User Login: &lt;strong&gt;ADM&lt;/strong&gt;&lt;br /&gt;
Password:&amp;nbsp; &lt;strong&gt;admin&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Open the file &lt;strong&gt;pcms.ini&lt;/strong&gt; in Notepad then modify the company info.&lt;br /&gt;
[COMPANYINFO]&lt;br /&gt;
COMPANYNAME&amp;nbsp;&amp;nbsp; = &lt;strong&gt;MY COMPANY NAME&lt;/strong&gt;&lt;br /&gt;
COMPANYPHONE = &lt;strong&gt;123-456789&lt;/strong&gt;&lt;br /&gt;
COMPANYFOX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;strong&gt;111-111111&lt;/strong&gt;&lt;br /&gt;
COMPANYADDR&amp;nbsp; = &lt;strong&gt;BLK-15 LOT-27 PH3B PNWC, BULACAN&lt;/strong&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;a href="http://pinoycode.com/post/Petty-Cash-Monitoring-System---Screenshot.aspx"&gt;PETTY CASH MONITORING SYSTEM - Screenshot&lt;/a&gt;&lt;br /&gt;
&lt;p&gt;
&lt;a href="http://pinoycode.com/post/Free-Book-PDF-Download.aspx"&gt;FREE BOOK PDF DOWNLOAD&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/nADV5RRtBNU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/nADV5RRtBNU/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Petty-Cash-Monitoring-System---Free-Download.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=c3f46268-160e-43f1-b8f6-8b706bdf1968</guid>
      <pubDate>Mon, 14 Apr 2008 20:42:00 -0400</pubDate>
      <category>Petty Cash</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=c3f46268-160e-43f1-b8f6-8b706bdf1968</pingback:target>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=c3f46268-160e-43f1-b8f6-8b706bdf1968</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Petty-Cash-Monitoring-System---Free-Download.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=c3f46268-160e-43f1-b8f6-8b706bdf1968</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=c3f46268-160e-43f1-b8f6-8b706bdf1968</feedburner:origLink></item>
    <item>
      <title>Array Programming in VB.Net</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;p&gt;
&lt;font size="3"&gt;&lt;strong&gt;Array Programming in VB.Net&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;
Array programming is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type and the array occupies a contiguous area of storage.&lt;br /&gt;
&lt;br /&gt;
Arrays in VB.NET inherit from the Array class in the System namespace. All arrays in VB as zero based, meaning the index of the first element is zero and they are numbered sequentially. You must specify the number of array elements by indicating the upper bound of the array. The upper bound is the number that specifies the index of last element of the array. Arrays are declared using Dim, ReDim, Static, Private, Public and Protected keywords. An array can have one dimension or more than one (multidimensional arrays). The dimensionality of an array refers to the number of subscripts used to identify an individual element.&lt;br /&gt;
&lt;br /&gt;
&lt;font size="2"&gt;&lt;strong&gt;The following code demonstrates arrays.&lt;/strong&gt;&lt;/font&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&amp;#39;single dimension array&lt;/strong&gt;&lt;br /&gt;
Dim cars(3) As String&lt;br /&gt;
&lt;br /&gt;
&amp;#39;&lt;em&gt;populate the elements of cars variable&lt;/em&gt;&lt;br /&gt;
cars(0) = &amp;quot;Olds&amp;quot;&lt;br /&gt;
cars(1) = &amp;quot;Nissan&amp;quot;&lt;br /&gt;
cars(2) = &amp;quot;Toyota&amp;quot;&lt;br /&gt;
cars(3) = &amp;quot;Geo&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#39;&lt;em&gt;In order to extend the array element used Redim Preserve&lt;/em&gt;&lt;br /&gt;
ReDim Preserve cars(4)&lt;br /&gt;
cars(4) = &amp;quot;Mercedes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#39;MessageBox.Show(cars(0))&lt;br /&gt;
&amp;#39;MessageBox.Show(cars(4))&lt;br /&gt;
&lt;br /&gt;
Dim counter As Integer&lt;br /&gt;
For counter = 0 To cars.Length&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(cars(counter))&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&amp;#39;two dimensional array&lt;/strong&gt;&lt;br /&gt;
Dim trucks(2, 2) As String
&lt;/p&gt;
&lt;p&gt;
&amp;#39;&lt;em&gt;populate the elements of trucks variable&lt;/em&gt;&lt;br /&gt;
trucks(0, 0) = &amp;quot;Toyota Tundra&amp;quot;&lt;br /&gt;
trucks(0, 1) = &amp;quot;Toyota Sequoia&amp;quot;&lt;br /&gt;
trucks(0, 2) = &amp;quot;Toyota 4Runner&amp;quot;&lt;br /&gt;
&lt;br /&gt;
trucks(1, 0) = &amp;quot;Nissan Xtera&amp;quot;&lt;br /&gt;
trucks(1, 1) = &amp;quot;Nissan Pathfinder&amp;quot;&lt;br /&gt;
trucks(1, 2) = &amp;quot;Nissan Titan&amp;quot;&lt;br /&gt;
&lt;br /&gt;
trucks(2, 0) = &amp;quot;Chevy Blazer&amp;quot;&lt;br /&gt;
trucks(2, 1) = &amp;quot;Chevy Suburban&amp;quot;&lt;br /&gt;
trucks(2, 2) = &amp;quot;Chevy Tahoe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Dim i As Integer&lt;br /&gt;
Dim j As Integer&lt;br /&gt;
&lt;br /&gt;
&amp;#39;outer loop&lt;br /&gt;
For i = 0 To trucks.GetUpperBound(0)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;inner loop&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; For j = 0 To trucks.GetUpperBound(1)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(trucks(i, j))&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&amp;#39;tree dimensional array&lt;/strong&gt;&lt;br /&gt;
Dim flights(2, 3, 4) As String
&lt;/p&gt;
&lt;p&gt;
&amp;#39;&lt;em&gt;populate the elements of flights variable&lt;/em&gt;&lt;br /&gt;
flights(0, 0, 0) = &amp;quot;Chicago - Dallas - 5:00am&amp;quot;&lt;br /&gt;
flights(0, 0, 1) = &amp;quot;Chicago - Dallas - 6:00am&amp;quot;&lt;br /&gt;
flights(0, 0, 2) = &amp;quot;Chicago - Dallas - 7:00am&amp;quot;&lt;br /&gt;
flights(0, 0, 3) = &amp;quot;Chicago - Dallas - 8:30am&amp;quot;&lt;br /&gt;
flights(0, 0, 4) = &amp;quot;Chicago - Dallas - 9:45am&amp;quot;&lt;br /&gt;
&lt;br /&gt;
flights(0, 1, 0) = &amp;quot;Dulles - Chicago - 4:45am&amp;quot;&lt;br /&gt;
flights(0, 1, 1) = &amp;quot;Dulles - chicago - 5:30am&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#39;&lt;em&gt;Total of 60 flights&lt;br /&gt;
&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.freepdfbookdownload.com"&gt;FREE PDF BOOK DOWNLOAD&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/UY91EgDSIKs" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/UY91EgDSIKs/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Array-Programming-in-VBNet.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=ae9ddd25-1e54-444e-93b8-eb4da1a13537</guid>
      <pubDate>Thu, 10 Apr 2008 20:41:00 -0400</pubDate>
      <category>VB .Net 2005</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=ae9ddd25-1e54-444e-93b8-eb4da1a13537</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=ae9ddd25-1e54-444e-93b8-eb4da1a13537</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Array-Programming-in-VBNet.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=ae9ddd25-1e54-444e-93b8-eb4da1a13537</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=ae9ddd25-1e54-444e-93b8-eb4da1a13537</feedburner:origLink></item>
    <item>
      <title>SQL Server Free Download</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;h1&gt;SQL Server Free Download&lt;/h1&gt;
&lt;p&gt;
Looking for SQL Server-related add-ons and resources, you can find updates, tools and utilities, code samples, product documentation, and SQL Server technologies on the SQL Server home page (http://www.microsoft.com/downloads). See sample links below.
&lt;/p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=749BD760-F404-4D45-9AC0-D7F1B3ED1053&amp;amp;displaylang=en"&gt;Microsoft SQL Server 2008 CTP, February 2008&lt;/a&gt;&lt;br /&gt;
Download the latest SQL Server 2008 Community Technology Preview (CTP) and try out the latest features of SQL Server 2008! The SQL Server development team uses your CTP feedback to help refine and enhance product features. 
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;amp;displaylang=en"&gt;Microsoft SQL Server Management Studio Express&lt;/a&gt;&lt;br /&gt;
Microsoft SQL Server Management Studio Express (SSMSE) is a free, easy-to-use graphical management tool for managing SQL Server 2005 Express Edition and SQL Server 2005 Express Edition with Advanced Services. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=31711D5D-725C-4AFA-9D65-E4465CDFF1E7&amp;amp;displaylang=en"&gt;Microsoft SQL Server 2005 Express Edition Service Pack 2&lt;/a&gt;&lt;br /&gt;
Microsoft SQL Server 2005 Express Edition is a free, easy-to-use, lightweight version of SQL Server 2005. It is fast and easy to learn, allowing you to quickly develop and deploy dynamic data-driven applications. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/trial-software.aspx"&gt;MS SQL Server 2008 - Trial Software&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pinoycode.com/post/Free-Book-PDF-Download.aspx"&gt;FREE BOOK PDF DOWNLOAD&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/BSZr5Xgs7DA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/BSZr5Xgs7DA/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/SQL-Server-Free-Download.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=3f7b4890-91ef-4592-8987-ef09e8f0175c</guid>
      <pubDate>Thu, 10 Apr 2008 16:29:00 -0400</pubDate>
      <category>SQL Server</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=3f7b4890-91ef-4592-8987-ef09e8f0175c</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=3f7b4890-91ef-4592-8987-ef09e8f0175c</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/SQL-Server-Free-Download.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=3f7b4890-91ef-4592-8987-ef09e8f0175c</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=3f7b4890-91ef-4592-8987-ef09e8f0175c</feedburner:origLink></item>
    <item>
      <title>Dora the Explorer Games Download</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;font size="4"&gt;&lt;strong&gt;Dora the Explorer Games Download&lt;/strong&gt;&lt;/font&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.bigfishgames.com/download-games/1526/dorascarnival2atth/index.html"&gt;Dora&amp;#39;s Carnival Adventure&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=dora's+carnival+adventure.gif" alt="" /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.bigfishgames.com/download-games/2203/candy-land-dora-the-explorer-edition/index.html"&gt;Candy Land - Dora the Explorer Edition&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=candy+land+-+the+dora+explorer+edition.gif" alt="" /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.bigfishgames.com/download-games/1050/lacasadedora/index.html"&gt;La Casa de Dora&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://pinoycode.com/image.axd?picture=la+casa+de+dora.gif" alt="" /&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/Ubeua5bAGwc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/Ubeua5bAGwc/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Dora-the-Explorer-Download.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=fe510a90-ab1d-48fb-a08f-860965641193</guid>
      <pubDate>Wed, 09 Apr 2008 23:49:00 -0400</pubDate>
      <category>Games</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=fe510a90-ab1d-48fb-a08f-860965641193</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=fe510a90-ab1d-48fb-a08f-860965641193</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Dora-the-Explorer-Download.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=fe510a90-ab1d-48fb-a08f-860965641193</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=fe510a90-ab1d-48fb-a08f-860965641193</feedburner:origLink></item>
    <item>
      <title>Programming Online Degree and Certificate programs</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;h1&gt;Programming Online Degree and Certificate programs&lt;/h1&gt;
&lt;p&gt;
&lt;em&gt;
Computer Programming related jobs are in high demand across the country and around the world. Earning your online degree in Computer Programming with the help of today&amp;#39;s technologies. An online degree in Computer Programming could also help you greatly improve your existing career. See the list of great site that offer programming online degree&lt;/em&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.earnmydegree.com/online-education/technology/programming.html"&gt;Online Programming Degree Programs&lt;/a&gt;&lt;br /&gt;
Computer programming online degree and certificate programs with specializations in software development, web application development, system design &amp;amp; development, Java programming and more.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://journals.cambridge.org/action/displayJournal?jid=JFP"&gt;Journal of Functional Programming&lt;/a&gt;&lt;br /&gt;
Journal of Functional Programming is the only journal devoted solely to the design, implementation, and application of functional programming languages, spanning the range from mathematical theory to industrial practice.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://education-portal.com/articles/10_Sources_for_Free_Computer_Programming_Courses_Online.html"&gt;10 Sources for Free Computer Programming Courses Online&lt;/a&gt;&lt;br /&gt;
Looking to learn more about computer programming.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.elearners.com/online-degrees/programming.htm"&gt;Online Degrees in Computer Programming&lt;/a&gt;&lt;br /&gt;
Master of Science (MS) in Information Technology - System Design and Development&lt;br /&gt;
Associate of Arts in Programming and Software Development&lt;br /&gt;
A.A.S. in Computer Information Systems/Programming&lt;br /&gt;
Bachelor of Science in Information Technology - Programming &amp;amp; Application Development&lt;br /&gt;
Associate of Science in Information Technology - Programming &amp;amp; Application Development&lt;br /&gt;
Bachelor of Science in Information Systems - Programming&lt;br /&gt;
Associate of Applied Science - Computer Programming - Java Option&lt;br /&gt;
Associate of Applied Science - Computer Programming&lt;br /&gt;
Bachelor of Science in Computer Information Science&lt;br /&gt;
B.S. in Information Technology/Programming&lt;br /&gt;
Bachelor of Information Technology (BIT) - Programming&lt;br /&gt;
Ph.D. in Information Technolology - Programming
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.worldwidelearn.com/online-training/programming-course.htm"&gt;ONLINE PROGRAMMING TRAINING COURSES&lt;/a&gt;&lt;br /&gt;
Learn to program in C, C++, Oracle, COBOL, Visual Basic, Object-Oriented Analysis, PowerBuilder, and other languages with these online programming courses.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.earnmydegree.com/online-education/bachelor/technology/programming.html"&gt;Online Programming Bachelor Degree Programs&lt;/a&gt;&lt;br /&gt;
Online Bachelor degrees in Programming from accredited distance learning schools.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pinoycode.com/post/Free-Book-PDF-Download.aspx"&gt;FREE BOOK PDF DOWNLOAD&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/KDRvAtfIzGk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/KDRvAtfIzGk/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Programming-Online-Degree-and-Certificate-programs.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=aabc5175-97b3-48c1-8e0c-058a60463541</guid>
      <pubDate>Tue, 08 Apr 2008 16:13:00 -0400</pubDate>
      <category>Other Info</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=aabc5175-97b3-48c1-8e0c-058a60463541</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=aabc5175-97b3-48c1-8e0c-058a60463541</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Programming-Online-Degree-and-Certificate-programs.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=aabc5175-97b3-48c1-8e0c-058a60463541</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=aabc5175-97b3-48c1-8e0c-058a60463541</feedburner:origLink></item>
    <item>
      <title>Programming Manual in Visual Studio 2008</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="2"&gt;&lt;font size="3"&gt;Programming Manual in Visual Studio 2008 Learning Guide&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="2"&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;There is much for developers and architects to absorb from the release of VS 2008. SearchVB.com is presenting a Visual Studio 2008 Learning Guide as an introduction to the language, performance, testing and data management improvements in VS 2008.&lt;br /&gt;
&lt;br /&gt;
Included is Quick Start information on Visual Studio 2008, some Visual Studio 2008 Beta 2 News and Notes, as well as Tips and Tutorials of the tool suite, and more.&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;strong&gt;List of Topics&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;
Visual Studio 2008 Quick Start&lt;br /&gt;
Visual Studio 2008 Tips and Tutorials&lt;br /&gt;
Visual Studio 2008 and LINQ&lt;br /&gt;
Visual Studio 2008 and Visual Basic 2008&lt;br /&gt;
Visual Studio 2008 and C# 3.0&lt;br /&gt;
Visual Studio 2008 and Multi-targeting&lt;br /&gt;
Visual Studio 2008 and Data Access&lt;br /&gt;
Visual Studio 2008 and .NET Architecture&lt;br /&gt;
Visual Studio 2008 and Smart Client Development&lt;br /&gt;
Visual Studio 2008 and Web Development&lt;br /&gt;
Visual Studio 2008 and JavaScript IntelliSense&lt;br /&gt;
Visual Studio 2008 Testing and Debugging&lt;br /&gt;
Visual Studio 2008 Products and Plug-ins&lt;br /&gt;
&lt;br /&gt;
For more Info. visit: &lt;a href="http://searchwindevelopment.techtarget.com/generic/0,295582,sid8_gci1280711,00.html"&gt;SearchVB.com&lt;/a&gt;
&lt;/p&gt;
&lt;strong&gt;&lt;font size="2"&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;
&lt;p&gt;
&lt;a href="http://www.freepdfbookdownload.com"&gt;FREE BOOK PDF DOWNLOAD&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/pYQAhEUTb9M" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/pYQAhEUTb9M/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Programming-Manual-in-Visual-Studio-2008.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=24b6ada2-c0bd-4aec-b663-764200e8a6e2</guid>
      <pubDate>Mon, 07 Apr 2008 21:32:00 -0400</pubDate>
      <category>Visual Studio 2008</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=24b6ada2-c0bd-4aec-b663-764200e8a6e2</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=24b6ada2-c0bd-4aec-b663-764200e8a6e2</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Programming-Manual-in-Visual-Studio-2008.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=24b6ada2-c0bd-4aec-b663-764200e8a6e2</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=24b6ada2-c0bd-4aec-b663-764200e8a6e2</feedburner:origLink></item>
    <item>
      <title>Kids Educational Games - Free Online Games</title>
      <description>&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;h1&gt;Kids Educational Games site that give our children smart, Try It.&lt;/h1&gt;
&lt;p&gt;
&lt;a href="http://www.littlezenminds.com/"&gt;All Science Educational Toys&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.eduplace.com/kids/"&gt;Education Place&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.woodlands-junior.kent.sch.uk/Games/educational/"&gt;Educational Games and Activities Zone&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://funschool.kaboose.com/"&gt;Fun School&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.learn4good.com/games/online.htm"&gt;Games Fun Free Kid&amp;#39;s Online Games&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pbskids.org/readingrainbow/levar/index.html"&gt;Kids Adventures&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.playkidsgames.com/"&gt;Kids Game&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.kidsgames.org/"&gt;Kids Game - Play Online&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pbskids.org/readingrainbow/books/index.html"&gt;Kids Book&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pbskids.org/tvschedules/airdates.html?title_id=RERA"&gt;Kids TV Times&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.bright-productions.com/kinderweb/"&gt;Kinderweb educational children&amp;#39;s Games&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.knowledgeadventure.com/"&gt;Knowledge Adventure&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.thekidzpage.com/learninggames/index.htm"&gt;Learning Games - Learning is Fun!&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.mastermindtoys.com/"&gt;Matermind Toys&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.thekidzpage.com/"&gt;Online Games, Jigsaw Puzzles, Coloring pages, Clip Art, Learning Toys &amp;amp; Movies&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.leapfrog.com/en/shop.html"&gt;Play Smart at Every Level&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pbskids.org/readingrainbow/parents_and_teachers/index.html"&gt;Reading Rainbow (Parents &amp;amp; Teachers)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://pbskids.org/readingrainbow/contest/index.html"&gt;Young Writers &amp;amp; Illustratos Contest&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/MAHe2grByt4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/MAHe2grByt4/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/Kids-Educational-Games---Free-Online-Games.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=0ec57c75-eda5-4e13-ba77-d1396062f655</guid>
      <pubDate>Mon, 07 Apr 2008 14:52:00 -0400</pubDate>
      <category>Games</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=0ec57c75-eda5-4e13-ba77-d1396062f655</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=0ec57c75-eda5-4e13-ba77-d1396062f655</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/Kids-Educational-Games---Free-Online-Games.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=0ec57c75-eda5-4e13-ba77-d1396062f655</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=0ec57c75-eda5-4e13-ba77-d1396062f655</feedburner:origLink></item>
    <item>
      <title>VB.NET 2008 Free eBooks Reference Download</title>
      <description>&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;
VB.NET 2008 Free eBooks Reference Download&lt;/font&gt;&lt;/strong&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-4642653540165053";
/* 300x250, created 3/19/08 */
google_ad_slot = "4263401446";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td colspan="2"&gt; 
			&lt;p&gt;
			&lt;font size="3"&gt;&lt;strong&gt;VB.NET 2008 eBook Reference&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;
			&lt;/p&gt;
			&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;
				&lt;tbody&gt;
					&lt;tr&gt;
						&lt;td&gt;&lt;img src="http://pinoycode.com/image.axd?picture=Beginning_VB2008.gif" alt="" /&gt;&lt;/td&gt;
						&lt;td&gt; 
						&lt;p&gt;
						Beginning VB 2008 Beginning VB 2008 has been written to teach you how to use the Visual Basic programming language to solve problems. From the earliest chapters, and from the first introductory concepts, you&amp;#39;ll be looking at real-world programming challenges and learning how Visual Basic can be used to overcome them. download this free ebook free ebook By the time you&amp;#39;ve finished reading this book and worked through the sample exercises, you&amp;#39;ll be a confident and very competent Visual Basic programmer. You will still have many explorations of the .NET Framework API to look forward to in your future career, but you will have a firm foundation to build from and you will know exactly ISBN-13: 978-1590599389
						&lt;/p&gt;
						&lt;p&gt;
						&lt;a rel="enclosure" href="http://pinoycode.com/file.axd?file=Beginning.VB.2008.From.Novice.to.Professional.Feb.2008.pdf"&gt;Beginning.VB.2008.From.Novice.to.Professional.Feb.2008.pdf (11.17 mb)&lt;/a&gt;
						&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;p&gt;
			&lt;font size="3"&gt;&lt;strong&gt;
			Other eBooks Reference&lt;/strong&gt;&lt;/font&gt;
			&lt;/p&gt;
			&lt;ul class="normalcontlist"&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning C# 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning C# 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning C# 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning C# 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional, Second Edition&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning C# 2008 Databases: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional, Second Edition&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning C# 2008 Databases: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
				&lt;li&gt;&lt;a href="http://www.ebookee.com/Beginning-VB-2008-From-Novice-to-Professional_163218.html"&gt;Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
&lt;a href="http://www.freepdfbookdownload.com"&gt;FREE BOOK PDF DOWNLOAD&lt;/a&gt;
&lt;/p&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
google_ad_client = "pub-0660890745304614";
/* 468x60, created 5/14/08 */
google_ad_slot = "7049108496";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;img src="http://feeds.feedburner.com/~r/PinoyCode/~4/KhM9r81ObxM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/PinoyCode/~3/KhM9r81ObxM/post.aspx</link>
      <author>Ruben</author>
      <comments>http://pinoycode.com/post/VBNET-2008-Free-eBooks-Reference-Download.aspx#comment</comments>
      <guid isPermaLink="false">http://pinoycode.com/post.aspx?id=960bb246-8131-4116-8b6d-6f71ae97caac</guid>
      <pubDate>Sun, 06 Apr 2008 22:42:00 -0400</pubDate>
      <category>Books</category>
      <dc:publisher>Ruben</dc:publisher>
      <pingback:server>http://pinoycode.com/pingback.axd</pingback:server>
      <pingback:target>http://pinoycode.com/post.aspx?id=960bb246-8131-4116-8b6d-6f71ae97caac</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pinoycode.com/trackback.axd?id=960bb246-8131-4116-8b6d-6f71ae97caac</trackback:ping>
      <wfw:comment>http://pinoycode.com/post/VBNET-2008-Free-eBooks-Reference-Download.aspx#comment</wfw:comment>
      <wfw:commentRss>http://pinoycode.com/syndication.axd?post=960bb246-8131-4116-8b6d-6f71ae97caac</wfw:commentRss>
    <feedburner:origLink>http://pinoycode.com/post.aspx?id=960bb246-8131-4116-8b6d-6f71ae97caac</feedburner:origLink></item>
  </channel>
</rss>
