<?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>Snoitulos Ten &#187; Web Development</title>
	<atom:link href="http://www.snoitulosten.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snoitulosten.com</link>
	<description>Approaching the web from a new angle!</description>
	<lastBuildDate>Tue, 10 Jan 2012 18:36:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is having a website critical?</title>
		<link>http://www.snoitulosten.com/is-having-a-website-critical/</link>
		<comments>http://www.snoitulosten.com/is-having-a-website-critical/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:21:31 +0000</pubDate>
		<dc:creator>Bob Reynolds</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Small Buiness Website]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.snoitulosten.com/?p=585</guid>
		<description><![CDATA[Does my company really need a website? You bet you do!  And here is why...]]></description>
			<content:encoded><![CDATA[<p>We get asked this question a lot. Do I really need a website? Why do I need it?  When writing up a proposal for a potential client, I found myself answering that very question. Although this argument was for a service based company, it holds true for any industry from retail to industrial. </p>
<p>Dollar for dollar when you consider any other advertising money you spend, an effective website will return more on your investment, but you have to have a web strategy in order to achieve this return. We (NSNA) can help you develop and manage that strategy.</p>
<p>The web is the only marketing vehicle that does not cost you more for additional air time, or large content, or adding color. It is the only truly interactive marketing vehicle available and your existing and new prospects are using the web to do their initial research.  You need to be visible on the web. Today a company without an effective website is similar to a guy that 10 years ago just scribbled his name and phone number on a scratch paper, because he thought business cards were too expensive. If he was not willing to invest in business cards then how serious is he about being in business, really?</p>
<p>The web is even more critical for small companies with limited marketing budgets than it is for large ones. You sell a technical product in a rapidly evolving marketplace that businesses do not purchase every day. As such, it is even more important that you been seen as “the source” for information on how to buy the products and services you sell.</p>
<p>{deleted proposal specific content} &#8230;yet there are few differentiators being discussed when I go to your website vs your competitor’s sites. There must be some compelling reason for me, as a business owner, to want to deal with you rather than a competitor. But I do not see that discussed anywhere on your site. There is nothing to help educate me about the changes in your market. </p>
<p>Take a look at your website&#8230; does it give me specific reasons why I should do business with you and not your competition? Is it up to date? Does it stand up against the <a href="http://www.snoitulosten.com/why-most-websites-dont-work-a-simple-way-to-evaluate-your-websites-effectiveness/">8 reasons why most websites fail</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoitulosten.com/is-having-a-website-critical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a web language?</title>
		<link>http://www.snoitulosten.com/what-is-a-web-language/</link>
		<comments>http://www.snoitulosten.com/what-is-a-web-language/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 23:25:40 +0000</pubDate>
		<dc:creator>Patrice</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Language]]></category>

		<guid isPermaLink="false">http://www.snoitulosten.com/?p=105</guid>
		<description><![CDATA[What is a web language and how do I learn to speak it?]]></description>
			<content:encoded><![CDATA[<p>No, it&#8217;s not another Star Trek created language like Klingon, though <em>it</em> is “spoken” by a very small percentage of the population of this planet. We don&#8217;t wear pocket protectors, wear horn-rimmed glasses or go to conventions&#8230; necessarily. A web language is simply a set of processing instructions for an Internet server or even desktop Internet browser to assemble into a visual display.</p>
<p>In general, there are four main coding languages that are used today by most sites and several smaller or less used languages.</p>
<p><strong>The main languages are:</strong></p>
<p>1. HTML<br />
2. PHP<br />
3. ASP/.NET<br />
4. Cold Fusion</p>
<p><strong>The lesser known and used languages, include:</strong></p>
<p>1. Perl – An older language from pre-internet days. Limited to some degree, but it has its uses<br />
2. JSP – Java Server Pages. The ability to use this is fairly limited based on server architecture<br />
3. C#, VB.NET, J#, C++ &#8211; These are all backbone languages for ASP/.NET and are pretty evenly spread amongst the ASP/.NET developers. While these are all more widely used than Perl and JSP, they aren&#8217;t in and of themselves, web programming languages.</p>
<p>For you other web developers out there, before you get your chest all puffed up and fill your lungs with hot air over my exclusion of Javascript (and AJAX), this will be discussed in more detail on another post. Relax and breath.</p>
<p>There is one rising star that is gaining ground quickly and will likely outshine more than one of the more popular languages due to it&#8217;s intelligent construction and use of the MVC (Model-View-Controller) methodology. This “new kid” is called Ruby on Rails and is only partly new. The Rails framework has been around for many years, but the Ruby implementation is still a child in comparison to it&#8217;s more senior languages.</p>
<p>For this article, we will focus on the main 4 languages; what they are and what they do.</p>
<p><strong>HTML</strong><br />
Hypertext Markup Language. This is the basic and standard language of the internet. Nearly all web pages are based on HTML. This language is developed and maintained by the W3 organization (<a href="http://www.w3schools.com/html">www.w3schools.com/html</a>). This language is processed by the desktop computer&#8217;s browser. While you can create some incredible web pages and presentation, you won&#8217;t get too much in the way of dynamic action without one of the following.</p>
<p><strong>PHP</strong><br />
Post Hypertext Processor. This is one of the more popular server-side languages. It&#8217;s popularity comes mostly because it&#8217;s an open source language and developing in PHP is fairly simple. It&#8217;s format is clean and logical. It is well optimized and developed by a large community of developers. PHP is very secure and maintained consistently. PHP allows web site owners to process data on the server, such as retrieving and inserting data from and to a database or forms on the web pages. PHP processes the data, then converts it into HTML, which is then transmitted to the desktop computer browser for display.</p>
<p><strong>ASP/.NET</strong><br />
Active Server Pages / .NET. ASP and .NET are Microsoft&#8217;s answer to other server languages like PHP. ASP and .NET are essentially older vs. newer versions, ASP being the older, and original, Microsoft server language, whereas .NET is a more up-to-date and modern version of the language. Some would argue this point as .NET can be very different from ASP, but for sake of simplicity, just go with me.</p>
<p>In general, ASP/.NET can only be used on Microsoft Windows based servers, thus making it a bit more restricting in terms of availability.</p>
<p>ASP/.NET are also considered secure and flexible, offering a similar functionality as PHP, though, their methods are different. ASP/.NET typically uses more interactive scripts in the desktop browser for processing and transmitting data for the server to handle, thus spreading out the load between the server and the desktop.</p>
<p><strong>ColdFusion</strong><br />
Developed by Macromedia, ColdFusion runs only on a ColdFusion Server. This makes it extremely limited in availability. Additionally, ColdFusion Server is a licensed product, which means that the server host must pay for the ability to host ColdFusion sites. This usually means that ColdFusion is used more by large companies rather than individuals.</p>
<p>ColdFusion&#8217;s code system is designed to build the web pages from “pieces of content”. These pieces are chunks of html code combined with the data from a database.</p>
<p>ColdFusion has lost a lot of it&#8217;s following over the past few years due to a lack of available developers and servers.</p>
<p><strong>Conclusion</strong><br />
What you use when you build your website will largely be based on what your developer knows and what is financially possible. Generally, there are a lot of PHP and ASP developers out there, if you don&#8217;t already have one. Their prices vary greatly, based on their level of knowledge. While a good developer may not be cheap, it&#8217;s worth investing a bit more in one with a higher level of knowledge as you will end up with a more professional, reliable application.<br />
<strong><em></em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoitulosten.com/what-is-a-web-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

