<?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>&#187; Product</title>
	<atom:link href="http://www.inetinteractive.com/category/blog/product/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inetinteractive.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 15:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Concerning community member conversion</title>
		<link>http://www.inetinteractive.com/blog/concerning-community-member-conversion/</link>
		<comments>http://www.inetinteractive.com/blog/concerning-community-member-conversion/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 19:22:44 +0000</pubDate>
		<dc:creator>ahmad</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.inetinteractive.com/?p=47</guid>
		<description><![CDATA[<a href="http://www.webhostingtalk.com/profile/softwarerevue">Dennis</a>, the iNET community coordinator, and I had an interesting conversation this morning regarding member conversion rates and our online communities.  Conversion rate is a metric that we watch pretty closely here, being the percentage of unique non-members visitors to one of our online message board communities that become members in a one-month period.</p><p class="more"><a class="more" href="http://www.inetinteractive.com/blog/concerning-community-member-conversion/">Read More &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webhostingtalk.com/profile/softwarerevue">Dennis</a>, the iNET community coordinator, and I had an interesting conversation this morning regarding member conversion rates and our online communities.  Conversion rate is a metric that we watch pretty closely here, being the percentage of unique non-members visitors to one of our online message board communities that become members in a one-month period.</p>
<p>Certainly, <em>a lot of factors can affect conversion rate</em> of an online community.  We think there are a few key ones that are worth taking the biggest look into:</p>
<p><strong>Quality of content.</strong>  This one should be the easiest for a prospective member to figure out.  If the content on the site is great and attractive, then people will hopefully want to come back for more.  If folks find that their questions are being answered, and that the conversation in the community is deep and rich, they might be persuaded to sign up and find a home there.</p>
<p><strong>Ease of registration.</strong>  How hard is it to become a member? How easy is the signup form?  How many mandatory questions are there? Is it a visually appealing process? Does the process seem safe and secure.  I would argue that the typical <a href="http://www.vbulletin.org/">vBulletin</a> registration process we use is slightly unwieldly and in need of an UI update.  That&#8217;s something we&#8217;re definitely going to address in <a href="http://www.inetinteractive.com/communities/">our communities</a> soon.</p>
<p><strong>Attitude.</strong> This is the most subjective of all.  What is the attitude of the community&#8217;s members and moderators?  The prospective member may take a look at the spirit of the message board, and try to answer some tough questions. Does it seem like members are treated fairly? Do senior members make new members feel welcome and at home?  Is the community pretty good at not feeding the <a href="http://en.wikipedia.org/wiki/Internet_troll">trolls</a>? Does the community stay on topic? Are the rules posted and clear? Do the moderators treat everyone with respect?  If a member prospect answers any of these with a &#8216;no,&#8217; they&#8217;ll likely second-guess signing up, or if they do&#8211;they might not stick around for long.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inetinteractive.com/blog/concerning-community-member-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rapid development programming frameworks</title>
		<link>http://www.inetinteractive.com/blog/rapid-development-programming-frameworks/</link>
		<comments>http://www.inetinteractive.com/blog/rapid-development-programming-frameworks/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 15:46:57 +0000</pubDate>
		<dc:creator>Aaron Forgue</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.inetinteractive.com/blog/development/rapid-development-programming-frameworks/</guid>
		<description><![CDATA[Rapid Development programming frameworks have been a hot topic within web developer circles recently. These handy tools set out to automate many of the repeated tasks of developing web applications. But like all trends, critics quickly poke holes in the idea. So what what can you expect from <a href="http://en.wikipedia.org/wiki/Web_application_framework" title="Web Application Framework - Wikipedia">programming frameworks</a>?
</p><p class="more"><a class="more" href="http://www.inetinteractive.com/blog/rapid-development-programming-frameworks/">Read More &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p>Rapid development programming frameworks have been a hot topic within web developer circles recently. These handy tools set out to automate many of the repeated tasks of developing web applications. But like all trends, critics quickly poke holes in the idea. So what what can you expect from <a href="http://en.wikipedia.org/wiki/Web_application_framework" title="Web Application Framework - Wikipedia">programming frameworks</a>?</p>
<p><em>The Good: </em></p>
<ul>
<li> Much faster development time, especially for prototyping (via <a href="http://en.wikipedia.org/wiki/Scaffold_%28programming%29" title="Scaffolding - Wikipedia">scaffolding</a>)</li>
<li>Less time spent on boiler-plate web application functionality (<em>e.g.</em> user authentication, form creation, etc)</li>
<li>Easily maintainable code base a la coding standards and documentation</li>
<li>Consistent code across projects translates into the elimination of the learning curve each time your developers transition to different projects</li>
<li>New hires are either already familiar with the framework (and can start coding immediately) or are easily trained via online documentation and a (usually) active community</li>
</ul>
<p><em>The Bad:</em></p>
<ul>
<li>Rarely will the framework do everything you want, and often it will do <em>more</em> than you need, this is an inherent problem with one-size-fits-all frameworks</li>
<li>Bloated framework code bases try to be everything to everyone. Do you really need a garage-full of power tools to hammer a single nail?</li>
<li>Since you don&#8217;t write and verify every single line of code, there is the possibility of frameworks introducing security risks of which you are unaware (however, there is probably a better chance that an open source framework is more secure, because multiple developers are constantly looking over and improving the code)</li>
<li>Framework vendor lock-in can limit your flexibility. Although you can always switch frameworks for new projects, older projects are tied to the release schedule of the framework provider unless you invest the time to customize the framework yourself.</li>
</ul>
<p><em>The Thought-Provoking:</em></p>
<p>Something to consider is that hardware is cheaper than manpower. In most cases, bloated code leads to slower average load times. However, this is easily overcome by upgrading your server hardware to handle the loads. Since development times are slashed and code maintenance is much easier, you don&#8217;t need to hire as many developers. Fewer developers means more cash that can be routed into infrastructure improvements. Ultimately, a few more hard drives and memory is much cheaper than a few more programmer salaries.</p>
<p>Implementation of a standard framework will also have the benefit of focusing your hiring methods and cutting down your new hire training time. For example, instead of searching for generic PHP developers who will need to learn your in-house coding methodologies, you can search for [insert your framework of choice] developers who can hit the ground running on day one.</p>
<p>The decision of whether or not to use a framework for your next project depends entirely on your needs and resources. However, there is definitely a trend in the web development world towards frameworks because of the time-saving benefits that they provide. What are your opinions on frameworks? Leave a comment and let us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inetinteractive.com/blog/rapid-development-programming-frameworks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

