<?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>BenEskew.com &#187; Tutorials</title>
	<atom:link href="http://www.beneskew.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beneskew.com</link>
	<description>Just another web developer&#039;s personal weblog.</description>
	<lastBuildDate>Wed, 23 Nov 2011 22:19:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Starting A Startup</title>
		<link>http://www.beneskew.com/2010/12/starting-a-startup/</link>
		<comments>http://www.beneskew.com/2010/12/starting-a-startup/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 07:40:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.beneskew.com/?p=252</guid>
		<description><![CDATA[So here we are. We have an idea. We want to see this idea come to life and be able to live and breathe with the rest of the monster ideas out there. But, how do we go about that? #1 Make sure the "idea" you have in mind is unique. I don't know how [...]]]></description>
			<content:encoded><![CDATA[<p>So here we are. We have an idea. We want to see this idea come to life and be able to live and breathe with the rest of the monster ideas out there. But, how do we go about that?</p>
<p><strong>#1 Make sure the "idea" you have in mind is unique.</strong><br />
I don't know how many times I've heard someone else's idea and thought to myself, "<em>Hmmm, I've already seen a website with that feature or concept.</em>" Research your niche, make sure it's unique enough to make a difference, then invest your time, efforts, and money if need be.</p>
<p><strong>#2 Implement the Idea into a public interface.</strong><br />
This, is possibly the toughest part of the bunch. Is your idea "<em>enterprise worthy</em>" or are you just testing the waters? What will your system require? Dynamic scripting language? Database? There's a lot of questions which need to be answered here.</p>
<p><strong>#3 Follow Through.</strong><br />
Make sure your idea is coming across to the masses as you like it to, otherwise this is the time to modify your idea to make it. This part can take some extreme aesthetic decisions to the software process area of your business model for your "idea."</p>
<p><strong>#4 Rinse and Repeat.</strong><br />
Repeat the steps above over, and over again. All the while paying attention to what works and what doesn't. And then implement sparingly to those respected areas to enhance their respective productivities.</p>
<p>In the very near future I'll be discussing in detail the above steps with a real-world example.</p>
<p>STAY TUNED!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2010/12/starting-a-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old Technical Posts Archived, New Educational Hub Almost Ready for Beta</title>
		<link>http://www.beneskew.com/2010/10/old-technical-posts-archived-educational-hub-almost-ready/</link>
		<comments>http://www.beneskew.com/2010/10/old-technical-posts-archived-educational-hub-almost-ready/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 15:27:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.beneskew.com/?p=244</guid>
		<description><![CDATA[So, I'm getting ready to release a new webmaster/web development/affiliate marketing educational hub website and have decided that I'll be posting a lot of educational information and tutorials about related topics there and need to make some room. In doing so I'll be discontinuing the updates of a few of my current websites (like KilerMedia.com [...]]]></description>
			<content:encoded><![CDATA[<p>So, I'm getting ready to release a new webmaster/web development/affiliate marketing educational hub website and have decided that I'll be posting a lot of educational information and tutorials about related topics there and need to make some room. In doing so I'll be discontinuing the updates of a few of my current websites (like KilerMedia.com which wasn't updated frequently at all anyways) and I'm archiving the relevant posts and info here. So, here they are:</p>
<ul>
<li><a href="http://www.kilermedia.com/2007/08/php-tip-using-the-ternary-operator/" target="_blank">PHP Tip: Using the Ternary Operator</a> - The ternary operator is your friend!</li>
<li><a href="http://www.kilermedia.com/2007/10/using-mysqls-rand-statement/" target="_blank">Using MySQL's rand() Statement</a> - Easily pull a random item from a table!</li>
<li><a href="http://www.kilermedia.com/2007/10/introduction-to-php-part-1-what-is-php/" target="_blank">Introduction To PHP: Part #1: What Is PHP?</a> - Need an introduction to the PHP scripting language?</li>
<li><a href="http://www.kilermedia.com/2007/11/why-cookies-are-better-than-sessions/" target="_blank">Why Cookies Are Better Than Sessions</a> - In my opinion, why browser cookies are better to use for user state management than PHP sessions.</li>
<li><a href="http://www.kilermedia.com/2007/11/folder-structuring-best-practices/" target="_blank">Folder Structuring Best Practices</a> - Organize your root better!</li>
<li><a href="http://www.kilermedia.com/2007/11/the-almost-perfect-smarty-setup/" target="_blank">The "Almost" Perfect Smarty Setup</a> - The Smarty templating engine is by far one of the best out there, and now you'll know how to use it perfectly.</li>
<li><a href="http://www.kilermedia.com/2008/03/some-mysql-for-the-brain/" target="_blank">Some MySQL For The Brain</a> - Good MySQL Tips and Tricks.</li>
<li><a href="http://www.kilermedia.com/2008/03/web-development-cheat-sheets/" target="_blank">Web Development Cheat Sheets</a> - Some very sweet cheat sheets.</li>
<li><a href="http://www.kilermedia.com/2008/12/ext-js-create-a-basic-login-form/" target="_blank">Ext JS: Create A Basic Login Form</a> - Create a really basic login form for your Ext JS application.</li>
<li><a href="http://www.kilermedia.com/2008/12/ext-js-adding-functionality-to-your-form/" target="_blank">Ext JS: Adding Functionality To Your Form</a> - How to add a bit of functionality to your Ext JS login form.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2010/10/old-technical-posts-archived-educational-hub-almost-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So You&#8217;re Developing a Web Application, aye?</title>
		<link>http://www.beneskew.com/2009/10/so-youre-developing-a-web-application-aye/</link>
		<comments>http://www.beneskew.com/2009/10/so-youre-developing-a-web-application-aye/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:48:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.beneskew.com/?p=147</guid>
		<description><![CDATA[When you first decide to create a website you're obviously hit with a first question... "Should I use a pre-made content management system or does this website and/or concept need its own custom content management system?" Depending on the type of website this question could be easily answered. "Does this website need any further customizations [...]]]></description>
			<content:encoded><![CDATA[<p>When you first decide to create a website you're obviously hit with a first question...</p>
<p><em>"Should I use a pre-made content management system or does this website and/or concept need its own custom content management system?"</em></p>
<p>Depending on the type of website this question could be easily answered.</p>
<p><em>"Does this website need any further customizations than the chosen pre-made content management system can provide?"</em></p>
<p>The answer to the previous question could be no and then you could choose from a great number of varying pre-made CMS's like WordPress, Joomla, Nuke; just to name a very few, which will get you ready for content immediately.</p>
<p>But, what if you have a specific idea or concept that you want to put into action? Like something a bit more unique than a basic news-style or cookie-cutter web system. Well, then it starts getting a bit more complicated to execute your concepts.</p>
<p>One viable option is to install and modify multiple pre-made scripts which all do the varying tasks that you wish to have. I've seen this done contently with a few of my colleagues' projects. Although, I do not recommend this.</p>
<p>Another great option is to utilize development frameworks, like Zend framework for PHP and Ext JS for JavaScript. This option is great if you are limited to time and money, but can get quite cumbersome if you're also limited to knowledge and experience with these frameworks.</p>
<p>The best option in my opinion is to create everything custom yourself. It definitely takes much more time than other methods but the physical security of the structure of your application and the ease of future updates is better and easier to do in the long run, and is the best option for creating custom CMS's. One major reason to choose this method over a framework would be because usually your own code will be less-bulky and take less overall resources to run. But, of course this method by far relies heavily on the coding skills and habits of yourself or your developers, so always keep that in mind.</p>
<p>In future related articles I'll delve into the world of custom web application development, focusing primarily on custom code development, but I'll also be wading the waters of framework deployment and utilization of pre-made code libraries and their integration into your own web applications.</p>
<p>Stay tuned. <img src='http://www.beneskew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2009/10/so-youre-developing-a-web-application-aye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

