<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gorges Blog &#187; Web Development</title>
	<atom:link href="http://blog.GORGES.us/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.GORGES.us</link>
	<description>Web Sites that Grow Your Business - our blog</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:48:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GORGES CEO meets with Congressman Hinchey about job creation</title>
		<link>http://blog.GORGES.us/2010/07/gorges-ceo-meets-with-congressman-hinchey-about-job-creation/</link>
		<comments>http://blog.GORGES.us/2010/07/gorges-ceo-meets-with-congressman-hinchey-about-job-creation/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:36:14 +0000</pubDate>
		<dc:creator>Chris Grant</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Brad Treat]]></category>
		<category><![CDATA[Congressman Hinchey]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=303</guid>
		<description><![CDATA[After hearing GORGES CEO Chris Grant's comments on our company growth and job creation, the Congressman remarked 'Now this is the kind of company that America needs to create jobs and move this economy along'.]]></description>
			<content:encoded><![CDATA[<p>Recently, I had the opportunity to meet with Congressman Maurice Hinchey and other Ithaca entrepreneurs, at an open forum organized by the incomparable Brad Treat (thanks Brad!).</p>
<div id="attachment_309" class="wp-caption alignright" style="width: 310px"><a href="http://blog.GORGES.us/wp-content/uploads/2010/07/Hinchey+Ithaca+GORGES.png"><img class="size-medium wp-image-309" title="Hinchey+Ithaca+GORGES" src="http://blog.GORGES.us/wp-content/uploads/2010/07/Hinchey+Ithaca+GORGES-300x155.png" alt="GORGES CEO Chris Grant meets with Congressman Hinchey" width="300" height="155" /></a><p class="wp-caption-text">GORGES CEO Chris Grant meets with Congressman Hinchey</p></div>
<p>When the Congressman asked me about GORGES, I let him know about our rapid business growth over the last 5 years, primarily due to our innovation in Internet technologies, and our ability to help our customers businesses grow.</p>
<p>I also mentioned that we are actively keeping software development work from heading to offshore development companies, as our expert developers, low cost of living, and proven processes compete very well on the global market.  While our hourly rates may be higher than India, for example, our total cost to complete a project is often lower.</p>
<p>There are many reasons for this, foremost among them dedicated project management, a willingness to understand our clients&#8217; business needs to create the right-fitting solution, as well as in-house experienced web developers and designers.</p>
<p>After hearing this, the Congressman remarked &#8216;Now this is the kind of company that America needs to create jobs and move this economy along&#8217;.</p>
<p>Just what we were thinking&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2010/07/gorges-ceo-meets-with-congressman-hinchey-about-job-creation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is a Framework?</title>
		<link>http://blog.GORGES.us/2010/06/what-is-a-framework/</link>
		<comments>http://blog.GORGES.us/2010/06/what-is-a-framework/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 12:27:52 +0000</pubDate>
		<dc:creator>Rasmus Schultz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[active record]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[full stack frameworks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=257</guid>
		<description><![CDATA[Given the diversity of packages that call themselves frameworks, the broadest description we can give, is that frameworks for web development are collections of reusable software components for building websites (or web-based applications).]]></description>
			<content:encoded><![CDATA[<p>Given the diversity of packages that call themselves frameworks, the broadest description we can give, is that frameworks for web development are collections of reusable software components for building websites (or web-based applications).</p>
<p>Frameworks generally belong to one of two camps, &#8220;pure frameworks&#8221; and &#8220;full stack frameworks&#8221;.</p>
<p>Most frameworks don&#8217;t make a distinction between &#8220;framework&#8221; and &#8220;application&#8221; features, and as a result they become cluttered. They also become more daunting to newcomers, with their sheer volume of classes that attempt to solve every practical problem a web developer might ever encounter &#8211; user management, document and image handling, upload and downloading, etc.</p>
<p>My favorite PHP framework, <a href="http://www.yiiframework.com/">Yii</a>, is a pure framework &#8211; free from the burden that many frameworks drag around, namely a full &#8220;application stack&#8221;. Yii consists almost exclusively of components and features designed to support certain practices or paradigms.</p>
<p>One of my favorite things about Yii, as compared to &#8220;full stack&#8221; frameworks, such as <a href="http://framework.zend.com/">Zend</a>, is that Yii only comes with components and architecture that can be rightfully said to belong in the &#8220;framework&#8221; domain, and not the &#8220;application&#8221; domain.</p>
<p>Of course, it may be hard in some cases to draw an exact line between the two, and I think the first criteria for selecting features that belong in the framework, and not in an application stack, should be:</p>
<p>• Is it absolutely general-purpose?<br />
• If not, is it fully extensible?</p>
<p>Certain features, like the URL manager or Active Record, are not absolutely general purpose, in the sense that they may not satisfy every possible need anyone could ever have. But they are sufficiently general purpose in the sense that almost everybody is going to need at least the core functionality of those components. And because they are fully extensible, developers can build on top of them, rather than having to replace them, if they find that a component does not fully cater to their specific needs.</p>
<p>The reason why I do not want application features in a framework, is because I know from experience that these will not meet my strict requirements. I will eventually end up replacing many of these features and the existing features provided by the framework are reduced to baggage.</p>
<p>Everybody is different &#8211; we all have different goals, and even if we share some goals, we usually have different means for reaching those goals.</p>
<p>I believe the reason why we web developers converge around a framework, is because we agree on certain practices. The framework is designed to leverage those practices in a convenient and streamlined way.</p>
<p>The subtle art of the framework is to achieve accepted practice, without getting in the way of individuality &#8211; to enable us to adhere to the good practices that we agree upon, while still allowing us to be as different, as versatile and as colorful as we can!</p>
<p>In short, frameworks enable us to focus our efforts on &#8220;business logic&#8221;, the functionality that has real value to the website users. Thanks to the framework, we can focus on the practical requirements, without sacrificing the values that professional software developers care about: clean, maintainable and extensible code.</p>
<p>With a good framework, we can deliver value <strong>and</strong> high code quality, without charging extra for quality!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2010/06/what-is-a-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Tools for Natural Language Processing</title>
		<link>http://blog.GORGES.us/2009/09/web-tools-for-natural-language-processing/</link>
		<comments>http://blog.GORGES.us/2009/09/web-tools-for-natural-language-processing/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:00:24 +0000</pubDate>
		<dc:creator>Rasmus Schultz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[Web 3.0]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=157</guid>
		<description><![CDATA[Natural language processing is an important part of the semantic web.  Here is a short survey of some tools that are available to make your web application smarter.]]></description>
			<content:encoded><![CDATA[<p>We have been researching Web 3.0, which is the moniker assigned to the next generation of web applications that really understands what you are trying to do.</p>
<p>Part of creating &#8220;smart&#8221; web applications is understanding the semantics of what people type in, which implies using natural language processing.  Natural language processing software examines unstructured documents, and generates structured metadata that computers can handle.</p>
<p>Our application needed to understand phrases that people enter into a web browser.  We found three different approaches to handling this unstructured text:</p>
<p><span style="text-decoration: underline;"><strong>SaaS APIs</strong></span></p>
<p>These are hosted applications. All offer limited services at no charge, commercial services are generally pretty expensive. The major players appear to be:</p>
<p><a href="http://www.zemanta.com/"><strong>Zemanta</strong></a>: offers an API with automatic tagging, among many other features.</p>
<p><a href="http://www.opencalais.com/"><strong>OpenCalais</strong></a>: while it is by no means &#8220;open&#8221;, this API is powered by Reuters &#8211; which means that their &#8220;corpus&#8221; (body of words understood by the system) was composed using one of the world&#8217;s largest and most accurate volumes of text.</p>
<p><a href="http://www.alchemyapi.com/"><strong>Alchemy API</strong></a>: offers automated categorization, tagging, keywords, etc.</p>
<p><span style="text-decoration: underline;"><strong>NLP Toolkits</strong></span></p>
<p>These are open-source toolkits (APIs that you can install on your own server) for analysis of unstructured text. Learning how to apply one of these might take a considerable effort &#8211; someone would have to learn at least the basics of NLP, to apply this software, or you might choose to hire a consultant with the the skills to develop this part of the application.</p>
<p><a href="http://www.nltk.org/"><strong>NLTK.org</strong></a>: a library written in Python, started in 2005, has been slowly creeping towards release 1.0 for the past year or so. While relatively young, it may be based on newer research than some of the more mature NLP libraries. Many corpora, grammar collections and trained models ready to use.</p>
<p><a href="http://gate.ac.uk/"><strong>GATE</strong></a>: General Architecture for Text Engineering. Stable and proven toolkit for Java &#8211; this project started in 1995. Countless subprojects leverage this toolkit for various purposes.</p>
<p><a href="http://garraf.epsevg.upc.es/freeling/"><strong>FreeLing</strong></a>: Widely used toolkit in C++, with APIs for Java, PERL and Python. Online demos of this library demonstrate graphically how a short sentence can be broken down to a kind of tree-structure (nested subject/object, verb/adverb, etc.)</p>
<p>These are just a few examples &#8211; there are so many toolkits, and applications using these toolkits, that it would be impossible to make a choice based on a superficial analysis. To make a qualified choice, we would need to study at least the basics, or we would need the help of someone who knows enough about it to make a recommendation based on our needs.</p>
<p><span style="text-decoration: underline;"><strong>Roll-your-own</strong></span></p>
<p>Using e.g. MySQL, the <a href="http://en.wikipedia.org/wiki/Stemming">Porter stemmer</a>, a stop-word list and various other techniques to roll a basic search engine. Perhaps throw in a Bayesian text similarity measurement, to help rank the results and create stronger/weaker links between tables of keywords and posts.</p>
<p>It&#8217;s not NLP, and it&#8217;s not &#8220;web 3.0&#8243;, or &#8220;the semantic web&#8221; that everyone is buzzing about these days &#8211; because it does not understand semantics, and this will not yield the same kind of results &#8211; NLP systems &#8220;understand&#8221; unstructured text, where words like &#8220;not&#8221; and &#8220;really&#8221; can reverse or amplify the meaning of a subject &#8211; whereas anything you can roll on your own would most likely just recognize and consider these words &#8220;stop words&#8221; (ignoring them).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/09/web-tools-for-natural-language-processing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When to Optimize Code for Performance</title>
		<link>http://blog.GORGES.us/2009/05/when-to-optimize/</link>
		<comments>http://blog.GORGES.us/2009/05/when-to-optimize/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:00:09 +0000</pubDate>
		<dc:creator>Matt Clark</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=71</guid>
		<description><![CDATA[Of course writing bad or inefficient code is not a good way to develop code.  But spending time optimizing code before you know there is a problem can be a waste of time.  I value legible and readable code over unnecessarily-optimized code anyday.]]></description>
			<content:encoded><![CDATA[<p><strong>Question</strong>:  When should a web developer optimize?</p>
<p><strong>Answer</strong>:  When you have to improve the performance.</p>
<p>Of course writing bad or inefficient code is not a good way to develop code.  But spending time optimizing code before you know there is a problem can be a waste of time.  I value legible and readable code over unnecessarily-optimized code anyday.</p>
<p>If a web page or certain feature is too slow, then diagnosing exactly where to optimize is appropriate.  Here are some things to consider and test:</p>
<dl>
<dt>Is the bottleneck in the code or within a database call?</dt>
<dd>Perhaps the database needs to be indexed or normalized.</dd>
<dt>How many SQL calls are being performed?</dt>
<dd>Caching the database calls may solve this issue.</dd>
<dt>Is a database the best solution for storing all your information?</dt>
<dd>LDAP or memcache are two other options that may work best depending on what you are trying to do.</dd>
<dt>Are your files and images just too big?</dt>
<dd>Be sure the images are appropriately compressed, and that server-side compression for text files (HTML, CSS, JavaScript, XML) is activated.</dd>
<dt>Could any of the heavy logic code be pre-computed?</dt>
<dd>I recall one project (<a href="http://straightlineps.com">Straight Line Performance Solutions</a>) where I pre-computed a big table of possible values from a complicated statistical function, and just looked up an approximate number quickly instead of spending 5-10 seconds computing the exact value.</dd>
<dt>Are you using a bloated CMS (content management system)?</dt>
<dd>If you are and the web pages are static, then a page-caching system will work wonders.</dd>
<dt>Is the server limited by bandwidth, RAM, or CPU?</dt>
<dd>Monitor server performance indicators to see if  there is too much disk thrashing.  Hardware is relatively cheap nowadays, and may be a better solution than spending days unsuccessfully tweaking code.</dd>
<dt>Does the page <em>feel</em> like it loads fast enough?</dt>
<dd>Perception is everything to a web user.  Some non-essential web page items could be changed to load a few seconds after the visible part of the web page is loaded and refreshed.  For example, there&#8217;s no reason to preload all images in a Javascript-based slide show.</dd>
<dt>Is there just too much traffic to your site?</dt>
<dd>Wow &#8211; what a great problem to have!  Maybe it&#8217;s time to scale your web application to multiple servers or host your application in the cloud.  There are sometimes session-management issues when using multiple web servers, but some real smart folks have figured most of this out for the major languages and popular frameworks.</dd>
</dl>
<p>There are only some ideas of what to look for &#8211; and I&#8217;m sure I missed a bunch of simple ones.  As you can see, I recommend spending time diagnosing the real problem before jumping in and optimizing code right away.</p>
<p>I&#8217;d rather have a correct program than a fast incorrect one.  Optimizing code when needed is better than having to debug faulty code.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/05/when-to-optimize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintain Contact with Your Site Visitors</title>
		<link>http://blog.GORGES.us/2009/04/maintain-contact-with-your-users/</link>
		<comments>http://blog.GORGES.us/2009/04/maintain-contact-with-your-users/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 13:00:13 +0000</pubDate>
		<dc:creator>Greg Kops</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=107</guid>
		<description><![CDATA[Now that you’ve established a presence on the web, what comes next?  How else can you use the power and reach of the web to grow your business?  ]]></description>
			<content:encoded><![CDATA[<p>The web has been around for a while now and if you’re a business owner, you’re probably already online with at least a basic website.  However, now that you’ve established a presence on the web, what comes next?  How else can you use the power and reach of the web to <strong>grow your business</strong>?</p>
<p>One of keys to success on the web is developing strategies to convert casual visitors to lifetime customers.  There are many simple tools that can help transform your static online presence into a dynamic and living entity that visitors return to again and again.</p>
<p><strong>CORPORATE BLOG</strong><br />
Your business is always growing – changing as you adapt to new clients, customers, and opportunities.  Those changes are something worth talking about!  A corporate blog is an easy way to show your visitors that your business is alive and thriving.  Furthermore, using email notification and RSS, you can easily broadcast your news to a community of readers who care.</p>
<p><strong>EMAIL NEWSLETTERS</strong><br />
Once you make a sale or finish a client’s project, your business moves on and without some effort, your customer/client may soon forget the details of their experiences with you.  Regular email newsletters are an invaluable way to keep in touch with your customers, clients, and colleagues and inform them of the most recent projects, products, and/or people in your organization.  You can even build the subscription process right into your website with a simple subscribe form.</p>
<p>These tools offer a powerful way to keep people aware of your business.  Even if there are no known future sales opportunities, they can help generate a buzz and build your brand through word of mouth.  At Gorges Web Sites, we’re passionate about finding ways to use the web to help <strong>grow your business</strong>!  There is a wealth of options and opportunities available and we’re excited to help develop and execute the right strategies for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/04/maintain-contact-with-your-users/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To Agile or Not To Agile</title>
		<link>http://blog.GORGES.us/2009/04/to-agile-or-not-to-agile/</link>
		<comments>http://blog.GORGES.us/2009/04/to-agile-or-not-to-agile/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 14:00:00 +0000</pubDate>
		<dc:creator>Matt Clark</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[agile development]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[extreme programming]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=42</guid>
		<description><![CDATA[Gorges has published our best practices methodology, but it does not mention agile development.  Why not?]]></description>
			<content:encoded><![CDATA[<p>Gorges has published our best practices methodology, but it does not mention agile development.  Why not?</p>
<p>First, what is agile development?  Agile development is a set of methodologies for creating software.  These methodologies include breaking projects into smaller tasks with minimal long-term planning.  Each task, or iteration, is treated at a mini-project with planning, design, coding, and testing cycles.  Collaboration is encouraged <img class="size-medium wp-image-78 alignright" title="Agile Development" src="http://blog.GORGES.us/wp-content/uploads/2009/04/flexible-300x181.jpg" alt="Agile Development" width="240" height="145" />among team members, and face-to-face communication is prefered to written documentation.  The customer is expected to be available to make decisions on design, features, and prioritizing tasks.</p>
<p>The proclaimed benefits are faster development and higher customer satisfaction.</p>
<p>So why don&#8217;t we promote agile development on our web site?</p>
<p>We have found that it takes a certain type of client to make agile development work.  The client must be actively involved, willing to make quick decisions and not be adverse to compromise if we learn that certain features may be costly to implement.  The smaller cycles are called &#8220;sprints&#8221; and since the deadlines are fixed, decisions are continually made to prioritize the features and tasks to meet these deadlines.</p>
<p>Likewise this sort of development can be a challenge to developers who are used to fixed specifications and planning the entire project before starting programming.</p>
<p>Gorges has had some marvelous agile-development successes, but we have also learned to not push this style onto our customers.  Another reason we do not promote this methodology is that it is difficult to estimate the project size since the development is dependent upon the client&#8217;s feature selections.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/04/to-agile-or-not-to-agile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable keywords in Eclipse and Subversion (SVN)</title>
		<link>http://blog.GORGES.us/2009/03/how-to-enable-keywords-in-eclipse-and-subversion-svn/</link>
		<comments>http://blog.GORGES.us/2009/03/how-to-enable-keywords-in-eclipse-and-subversion-svn/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 14:00:12 +0000</pubDate>
		<dc:creator>Matt Clark</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blog.GORGES.us/?p=28</guid>
		<description><![CDATA[I've used CVS (Concurrent Versions System) for years, and really like the keyword substitution feature.  It's not hard to grok - when a file is committed to CVS, it is first scanned for words that should be replaced...]]></description>
			<content:encoded><![CDATA[<div class="primary">I&#8217;ve used CVS (Concurrent Versions System) for years, and really like the keyword substitution feature.  It&#8217;s not hard to grok &#8211; when a file is committed to CVS, it is first scanned for words that should be replaced.  Specifically, if a text file contains the following:</div>
<div class="primary">
<pre class="brush: php;">
//  File name: $HeadURL$
//  Revision: $Revison$
//  Last modified: $Date$
//  Last modified by: $Author$
//
//  description of the following file...
</pre>
</div>
<div class="primary">
<p>Then after it is checked in with keyword substitution, it looks like this:</p>
<pre class="brush: php;">
//  File name: best-practices.php
//  Revision: 1.1
//  Last modified: 2009-02-26 22:27
//  Last modified by: mclark
//
//  description of the following file...
</pre>
<p>Even better, I usually just use the single line version of &#8220;$Id$&#8221; that puts all the important information into a single line.</p>
<pre class="brush: php;">
//  $Id: best-practices.php 1619 2009-02-26 22:27 mclark $
//
//  description of the following file...
</pre>
<p>However keyword substitution is not activated by default from within Eclipse and its SVN module titled Subclipse.  Eclipse is the best IDE (Integrated Development Environment) that I&#8217;ve ever used (but it won&#8217;t be explained here).  These are the steps to activate the svn-keyword-substitution feature in Eclipse:</p>
<ol>
<li>Install Subclipse into your Eclipse application (you&#8217;ve probably already done this if you&#8217;re reading this post!)</li>
<li>Right-mouse-click on your project folder, and choose Team =&gt; Set Property from the popup menu</li>
<li>Enter the property name:  <strong>svn:keywords</strong></li>
<li>Enter the text property:  <strong>Author Date Id Revision HeadURL</strong></li>
<li>Click the  <strong>Set property recursively</strong> checkbox</li>
<li>OK</li>
</ol>
<p>Now keywords are substituted when you commit a file in SVN, just like they were in CVS.  Also, you can shorten Revision to Rev and HeadURL to URL.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.GORGES.us/2009/03/how-to-enable-keywords-in-eclipse-and-subversion-svn/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
