<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Thomas Penwell</title>
		<link>http://computersolutionsmt.com/blog//blog2.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2" />
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>New Script Available - TWD Feedback Management System</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/08/30/new-script-available-twd-feedback-management-system</link>
			<pubDate>Mon, 30 Aug 2010 19:39:51 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="main">In-House Scripting</category>			<guid isPermaLink="false">54@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;I have a simple problem. When I build a new website for a potental client, I write a custom coded feedback script with an attempt to curb spam robots from spamming my customers with unwanted feedback or trying to sell them SEO services. So........&lt;/p&gt;

&lt;p&gt;I decided to write a universal generic feedback management system that can use all my tricks for detecting spam robots. Let me give a bit of a rundown of what people who write these bots do.&lt;/p&gt;

&lt;p&gt;Companies (such as SEO services and competing designers) write robots to scan websites for feedback forms, read the fields, and insert their own sales pitch in those fields and submits them to the website. They then submit to thousands (or more) of websites in the hopes of getting customers (or even taking customers away from me. gasp!)&lt;/p&gt;

&lt;p&gt;One of the most effective methods I have used to detect spam bots is to use fields which are hidden to the user by use of CSS code.&lt;/p&gt;

&lt;p&gt;Ex:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;div style=&quot;display: none&quot;&amp;gt;&amp;lt;input type=&quot;text&quot; name=&quot;My_Hidden_Field&quot; value=&quot;&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Robots see the &quot;text&quot; field and it will fill out the field. Users will not see this field. In the script, simply check the css hidden fields for non-null values.&lt;/p&gt;

&lt;p&gt;The TWD Feedback Management System is a simple and powerful management system for website feedback. It stores the form data in a mysql database, and includes various features for detecting spam bots. This system has an addon system that allows me to write any custom code I need on a per-client basis. I include a feature for my clients that allows them to report spam to me.&lt;/p&gt;

&lt;p&gt;I am currently in the process of beta testing, if you would like to beta test, please contact me.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/08/30/new-script-available-twd-feedback-management-system&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I have a simple problem. When I build a new website for a potental client, I write a custom coded feedback script with an attempt to curb spam robots from spamming my customers with unwanted feedback or trying to sell them SEO services. So........</p>

<p>I decided to write a universal generic feedback management system that can use all my tricks for detecting spam robots. Let me give a bit of a rundown of what people who write these bots do.</p>

<p>Companies (such as SEO services and competing designers) write robots to scan websites for feedback forms, read the fields, and insert their own sales pitch in those fields and submits them to the website. They then submit to thousands (or more) of websites in the hopes of getting customers (or even taking customers away from me. gasp!)</p>

<p>One of the most effective methods I have used to detect spam bots is to use fields which are hidden to the user by use of CSS code.</p>

<p>Ex:<br />
<code><br />
&lt;div style="display: none"&gt;&lt;input type="text" name="My_Hidden_Field" value=""&gt;&lt;/div&gt;<br />
</code></p>

<p>Robots see the "text" field and it will fill out the field. Users will not see this field. In the script, simply check the css hidden fields for non-null values.</p>

<p>The TWD Feedback Management System is a simple and powerful management system for website feedback. It stores the form data in a mysql database, and includes various features for detecting spam bots. This system has an addon system that allows me to write any custom code I need on a per-client basis. I include a feature for my clients that allows them to report spam to me.</p>

<p>I am currently in the process of beta testing, if you would like to beta test, please contact me.</p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/08/30/new-script-available-twd-feedback-management-system">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/08/30/new-script-available-twd-feedback-management-system#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=54</wfw:commentRss>
		</item>
				<item>
			<title>New Script Available - twd_events Calender and Events system</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/08/17/new-script-available-twd_events-calender-and-events-system</link>
			<pubDate>Tue, 17 Aug 2010 17:56:18 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="main">In-House Scripting</category>			<guid isPermaLink="false">53@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.tomswebdesign.net/Scripts/twd_events&quot;&gt;http://www.tomswebdesign.net/Scripts/twd_events&lt;/a&gt;&lt;/p&gt;&lt;p&gt;These past few weeks I have been working on a simple to use and neat looking Calender and Events system. And so twd_events is born.&lt;/p&gt;

&lt;p&gt;I took a different approach to this project and made it sort of &quot;modular&quot; sortof like wordpress is. Coders can write 2 different types of &quot;modules&quot;, the visual kind: Themes; and the coded kind: Plugins. Check out a preview at &lt;a href=&quot;http://www.tomswebdesign.net/Scripts/twd_events&quot;&gt;http://www.tomswebdesign.net/Scripts/twd_events&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Currently this system is considered beta status as it is not 100% complete or tested. If you would like to help with testing, please contact me for more information.&lt;/p&gt;

&lt;p&gt;I've decided to reorganize all the in-house scripts that I write. They have been moved to &lt;a href=&quot;http://www.tomswebdesign.net/Scripts&quot;&gt;http://www.tomswebdesign.net/Scripts&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/08/17/new-script-available-twd_events-calender-and-events-system&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.tomswebdesign.net/Scripts/twd_events">http://www.tomswebdesign.net/Scripts/twd_events</a></p><p>These past few weeks I have been working on a simple to use and neat looking Calender and Events system. And so twd_events is born.</p>

<p>I took a different approach to this project and made it sort of "modular" sortof like wordpress is. Coders can write 2 different types of "modules", the visual kind: Themes; and the coded kind: Plugins. Check out a preview at <a href="http://www.tomswebdesign.net/Scripts/twd_events">http://www.tomswebdesign.net/Scripts/twd_events</a></p>

<p>Currently this system is considered beta status as it is not 100% complete or tested. If you would like to help with testing, please contact me for more information.</p>

<p>I've decided to reorganize all the in-house scripts that I write. They have been moved to <a href="http://www.tomswebdesign.net/Scripts">http://www.tomswebdesign.net/Scripts</a></p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/08/17/new-script-available-twd_events-calender-and-events-system">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/08/17/new-script-available-twd_events-calender-and-events-system#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=53</wfw:commentRss>
		</item>
				<item>
			<title>MiniAlbum Perl Script - Simple Image Gallery Script</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/06/02/minialbum-perl-script-simple-image-galle</link>
			<pubDate>Wed, 02 Jun 2010 20:56:01 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="main">In-House Scripting</category>			<guid isPermaLink="false">52@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.tomswebdesign.net/Scripts/minialbum/&quot;&gt;http://www.tomswebdesign.net/Scripts/minialbum/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Today I decided to write a small gallery script that was simple to use and easy to upload images and pictures to.&lt;/p&gt;

&lt;p&gt;so... MiniAlbum was born.&lt;/p&gt;

&lt;p&gt;MiniAlbum is a very simple gallery script that will read the contents of a directory defined in the settings and output a gallery view of it. It will also automatically generate thumbnails as necessary of those images. Then to add an images to your gallery, simply upload the images to the directory specified in the settings file.&lt;/p&gt;

&lt;p&gt;Since this script will read image width and height data every time it is called, it is not practical for large galleries or a large number of albums.&lt;/p&gt;

&lt;p&gt;MiniAlbum also makes use of my custom coded template library to make it easy for a web designer such as myself to alter the look of each image output by this script.&lt;/p&gt;

&lt;p&gt;This script is free for my clients to use. They just need to send me a ticket request or they can contact me to install it on their domain. For all others, please contact me for licence information.&lt;/p&gt;

&lt;p&gt;For more information and to see a demo of this script in action, goto &lt;a href=&quot;http://www.tomswebdesign.net/Scripts/minialbum/&quot;&gt;http://www.tomswebdesign.net/Scripts/minialbum/&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/06/02/minialbum-perl-script-simple-image-galle&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.tomswebdesign.net/Scripts/minialbum/">http://www.tomswebdesign.net/Scripts/minialbum/</a></p><p>Today I decided to write a small gallery script that was simple to use and easy to upload images and pictures to.</p>

<p>so... MiniAlbum was born.</p>

<p>MiniAlbum is a very simple gallery script that will read the contents of a directory defined in the settings and output a gallery view of it. It will also automatically generate thumbnails as necessary of those images. Then to add an images to your gallery, simply upload the images to the directory specified in the settings file.</p>

<p>Since this script will read image width and height data every time it is called, it is not practical for large galleries or a large number of albums.</p>

<p>MiniAlbum also makes use of my custom coded template library to make it easy for a web designer such as myself to alter the look of each image output by this script.</p>

<p>This script is free for my clients to use. They just need to send me a ticket request or they can contact me to install it on their domain. For all others, please contact me for licence information.</p>

<p>For more information and to see a demo of this script in action, goto <a href="http://www.tomswebdesign.net/Scripts/minialbum/">http://www.tomswebdesign.net/Scripts/minialbum/</a></p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/06/02/minialbum-perl-script-simple-image-galle">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/06/02/minialbum-perl-script-simple-image-galle#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=52</wfw:commentRss>
		</item>
				<item>
			<title>Server Side Includes used to display time limited content.</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/05/12/server-side-includes-used-to-display-tim</link>
			<pubDate>Wed, 12 May 2010 20:44:36 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="main">Announcements</category>			<guid isPermaLink="false">51@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.tomswebdesign.net/Articles/SSI/&quot;&gt;http://www.tomswebdesign.net/Articles/SSI/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I was searching the net for info on how to use Server Side Includes (SSI) to display time limited content. I did not find any code examples so I had to write my own.&lt;/p&gt;

&lt;p&gt;I have now added a &quot;Technical Resources&quot; section to my company's website and have published an article on SSI to it. The code sample I've written for time limited content along with some other samples have been published at &lt;a href=&quot;http://www.tomswebdesign.net/Articles/SSI/&quot;&gt;http://www.tomswebdesign.net/Articles/SSI/&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/05/12/server-side-includes-used-to-display-tim&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.tomswebdesign.net/Articles/SSI/">http://www.tomswebdesign.net/Articles/SSI/</a></p><p>I was searching the net for info on how to use Server Side Includes (SSI) to display time limited content. I did not find any code examples so I had to write my own.</p>

<p>I have now added a "Technical Resources" section to my company's website and have published an article on SSI to it. The code sample I've written for time limited content along with some other samples have been published at <a href="http://www.tomswebdesign.net/Articles/SSI/">http://www.tomswebdesign.net/Articles/SSI/</a></p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/05/12/server-side-includes-used-to-display-tim">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/05/12/server-side-includes-used-to-display-tim#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=51</wfw:commentRss>
		</item>
				<item>
			<title>4images Gallery Mod</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/04/13/4images-gallery-mod</link>
			<pubDate>Tue, 13 Apr 2010 18:35:36 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="main">Web Design Projects</category>			<guid isPermaLink="false">50@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;About a week ago I had someone call me about installing a new image gallery system. I recommended the 4images gallery and they were sold on it. I installed 4images gallery on their server and adjusted the style sheet colors to match that of their forum.&lt;/p&gt;

&lt;p&gt;My client was pleased with this new gallery system, however she wanted it to be able to display a &quot;Buy Now&quot; link through paypal for select items. So I went through hundreds of lines of php code (php isn't quite my bread and butter.) I was able to modify queries to add an item price field to the image upload form. This field is used to display a Paypal &quot;Buy Now&quot; link for any image uploaded with an item price set. If I recall correctly, I had to add/modify code in about 12 places.&lt;/p&gt;

&lt;p&gt;you can view this specific gallery at &lt;a href=&quot;http://www.meca1.com/gallery/&quot;&gt;http://www.meca1.com/gallery/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Related Links:&lt;br /&gt;
4images gallery homepage: &lt;a href=&quot;http://www.4homepages.de/&quot;&gt;http://www.4homepages.de/&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/04/13/4images-gallery-mod&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>About a week ago I had someone call me about installing a new image gallery system. I recommended the 4images gallery and they were sold on it. I installed 4images gallery on their server and adjusted the style sheet colors to match that of their forum.</p>

<p>My client was pleased with this new gallery system, however she wanted it to be able to display a "Buy Now" link through paypal for select items. So I went through hundreds of lines of php code (php isn't quite my bread and butter.) I was able to modify queries to add an item price field to the image upload form. This field is used to display a Paypal "Buy Now" link for any image uploaded with an item price set. If I recall correctly, I had to add/modify code in about 12 places.</p>

<p>you can view this specific gallery at <a href="http://www.meca1.com/gallery/">http://www.meca1.com/gallery/</a></p>

<p>Related Links:<br />
4images gallery homepage: <a href="http://www.4homepages.de/">http://www.4homepages.de/</a></p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/04/13/4images-gallery-mod">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/04/13/4images-gallery-mod#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=50</wfw:commentRss>
		</item>
				<item>
			<title>tomswebdesign.net 2.0 is live!</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/03/22/tomswebdesign-net-2-0-is-live</link>
			<pubDate>Mon, 22 Mar 2010 23:59:20 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="main">Announcements</category>			<guid isPermaLink="false">49@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.tomswebdesign.net&quot;&gt;www.tomswebdesign.net&lt;/a&gt; version 2.0 is now 100% live. We now have a fresh new look. some new infomation content to follow soonish. Let us know what you think.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/03/22/tomswebdesign-net-2-0-is-live&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.tomswebdesign.net">www.tomswebdesign.net</a> version 2.0 is now 100% live. We now have a fresh new look. some new infomation content to follow soonish. Let us know what you think.</p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/03/22/tomswebdesign-net-2-0-is-live">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/03/22/tomswebdesign-net-2-0-is-live#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=49</wfw:commentRss>
		</item>
				<item>
			<title>THEPENWELLS.COM Update 4.5</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/03/08/thepenwells-com-update-4-5</link>
			<pubDate>Tue, 09 Mar 2010 03:27:32 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="alt">Web Design Projects</category>
<category domain="main">My Life</category>			<guid isPermaLink="false">48@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;Just a minor update to this site today.&lt;/p&gt;

&lt;p&gt;Added a nice WYSIWYG editor to make it easy for members to post news and such. Also added birthdays to the calender (must be logged on to view birthdays)&lt;/p&gt;

&lt;p&gt;(for those who do not know, WYSIWYG = What you see is what you get. Common examples of this type of editor would be Microsoft Word and Microsoft Frontpage.)&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/03/08/thepenwells-com-update-4-5&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Just a minor update to this site today.</p>

<p>Added a nice WYSIWYG editor to make it easy for members to post news and such. Also added birthdays to the calender (must be logged on to view birthdays)</p>

<p>(for those who do not know, WYSIWYG = What you see is what you get. Common examples of this type of editor would be Microsoft Word and Microsoft Frontpage.)</p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/03/08/thepenwells-com-update-4-5">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/03/08/thepenwells-com-update-4-5#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=48</wfw:commentRss>
		</item>
				<item>
			<title>THEPENWELLS.COM Update 4</title>
			<link>http://computersolutionsmt.com/blog//blog2.php/2010/02/23/thepenwells-com-update-4</link>
			<pubDate>Wed, 24 Feb 2010 00:36:28 +0000</pubDate>			<dc:creator>Thomas Penwell</dc:creator>
			<category domain="alt">Web Design Projects</category>
<category domain="main">My Life</category>			<guid isPermaLink="false">47@http://computersolutionsmt.com/blog//</guid>
						<description>&lt;p&gt;This update consists of a neat little Calender feature that will display events in a calender form. The calender script also shows the # of events for the next 12 months. I may add things like birthdays to the calender view but haven't decided if I will do so yet.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://computersolutionsmt.com/blog//blog2.php/2010/02/23/thepenwells-com-update-4&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>This update consists of a neat little Calender feature that will display events in a calender form. The calender script also shows the # of events for the next 12 months. I may add things like birthdays to the calender view but haven't decided if I will do so yet.</p><div class="item_footer"><p><small><a href="http://computersolutionsmt.com/blog//blog2.php/2010/02/23/thepenwells-com-update-4">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://computersolutionsmt.com/blog//blog2.php/2010/02/23/thepenwells-com-update-4#comments</comments>
			<wfw:commentRss>http://computersolutionsmt.com/blog//blog2.php?tempskin=_rss2&#38;disp=comments&#38;p=47</wfw:commentRss>
		</item>
			</channel>
</rss>
