<?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>Wordpress Studio</title>
	<atom:link href="http://www.wordpress-studio.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress-studio.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 18:23:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>textarea and innerHTML In Firefox Doesn&#8217;t Work</title>
		<link>http://www.wordpress-studio.com/textarea-and-innerhtml-in-firefox-doesnt-work.htm</link>
		<comments>http://www.wordpress-studio.com/textarea-and-innerhtml-in-firefox-doesnt-work.htm#comments</comments>
		<pubDate>Thu, 04 Nov 2010 17:43:43 +0000</pubDate>
		<dc:creator>Tamara Urry</dc:creator>
				<category><![CDATA[wordpress tips]]></category>
		<category><![CDATA[Firefox innerHTML with Textarea]]></category>
		<category><![CDATA[get textarea value]]></category>
		<category><![CDATA[textarea innerHTML]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=461</guid>
		<description><![CDATA[<strong>innerHTML</strong> is a common way to return the value of an html tag.  I was recently working with an AJAX / JQuery application and all was going well.  However, the &#60;u&#62;innerHTML method wasn't returning anything with a textarea tag&#60;/u&#62;.  All of the other values were coming through just fine with the identical code.]]></description>
			<content:encoded><![CDATA[<p><strong>innerHTML doesn&#8217;t work with the textarea tag in Firefox</strong></p>
<p>innerHTML  is a common way to return the value of an html tag.  I was recently working with an AJAX / JQuery application and all was going well.  However, the &lt;strong&gt;innerHTML method wasn&#8217;t returning anything with a textarea tag.  All of the other values were coming through just fine with the identical code.</p>
<p>Somewhere in the recesses of my memory I had recalled running in to this in the past (probably blocked out due to the pain!).</p>
<p>Anyway, a quick look on line and I remembered that innerHTML doesn&#8217;t work with Firefox.  To return the text in a textarea tag, use the &lt;strong&gt;value&lt;/strong&gt; reference instead</p>
<p><strong>use this&#8212;&gt; </strong>var myText = document.getElementById(&#8216;myTextArea&#8217;).value;</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=461&type=feed" alt=" textarea and innerHTML In Firefox Doesnt Work"  title="textarea and innerHTML In Firefox Doesnt Work" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/textarea-and-innerhtml-in-firefox-doesnt-work.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Horizontal Menu Example and Template</title>
		<link>http://www.wordpress-studio.com/jquery-horizontal-menu-example-and-template.htm</link>
		<comments>http://www.wordpress-studio.com/jquery-horizontal-menu-example-and-template.htm#comments</comments>
		<pubDate>Thu, 04 Nov 2010 17:41:29 +0000</pubDate>
		<dc:creator>Tamara Urry</dc:creator>
				<category><![CDATA[wordpress tips]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[horizontal menu template]]></category>
		<category><![CDATA[jquery menu]]></category>
		<category><![CDATA[slide down menu]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=458</guid>
		<description><![CDATA[<h2>Slider Menu Template</h2>
<p>Thought I'd post this simple jQuery menu sample code for those of you just starting out in jQuery.</p>
<p>It's a very simplistic file and consists of 3 files and a reference to the actual jQuery javascript library. </p>]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d post this simple jQuery menu sample code for those of you just starting out in jQuery.<br />
It&#8217;s a very simplistic file and consists of 3 files and a reference to the actual jQuery javascript library.  I&#8217;ve set the reference to this javascript library file to my server because you never know when an external source location will change on another server.<br />
This is a very, very simple example but should get you going as far as how the css, js, jQuery, and html file work together.  If you&#8217;re working with PHP, just copy out the html body section and place in a php file.  From there, use the include method to place it on your main page.</p>
<p>Happy Coding!</p>
<p>&lt;a href=&#8221;jquery.slider.menu.zip&#8221; target=&#8221;_blank&#8221; &gt;Download Example&lt;/a&gt;</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=458&type=feed" alt=" JQuery Horizontal Menu Example and Template"  title="JQuery Horizontal Menu Example and Template" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/jquery-horizontal-menu-example-and-template.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a &#8220;Web Spider?&#8221;</title>
		<link>http://www.wordpress-studio.com/what-is-a-web-spider.htm</link>
		<comments>http://www.wordpress-studio.com/what-is-a-web-spider.htm#comments</comments>
		<pubDate>Sun, 10 Oct 2010 03:41:15 +0000</pubDate>
		<dc:creator>Karson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress SEO]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=447</guid>
		<description><![CDATA[A search engine &#8220;web spider&#8221; also known as a &#8220;web crawler&#8221; is code or software program from search engines such as Google that use it to find out whats on the web. The spider looks ...]]></description>
			<content:encoded><![CDATA[<p>A search engine &#8220;web spider&#8221; also known as a &#8220;web crawler&#8221; is code or software program from search engines such as Google that use it to find out whats on the web. The spider looks at your information and follows all of the hyperlinks that it finds on each page. Much like a spider crawls through its web and finds all the insects that have gotten themselves stuck in it, the &#8220;spider&#8221; on the web crawls around web sites. When a spider visits your web page, the content on your page gets loaded into a database owned by the search engine . After your web page has been retrieved, the search engines loads your content into their index. SEO the spider goes out and finds your pages, then they break down all of your words on your page and then all of your URLs are fed back into the Search engine. The first thing a spider does when it visits your page is look for a file called &#8220;robots.txt.&#8221; It is a special file that tells the spider what to index and what not to index and if the spider doesn&#8217;t find the page, the page will be thrown out, hence why you may or may not get recognized in a search engines.</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=447&type=feed" alt=" What is a Web Spider?"  title="What is a Web Spider?" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/what-is-a-web-spider.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do&#8217;s and Dont&#8217;s of SEO</title>
		<link>http://www.wordpress-studio.com/dos-and-donts-of-seo.htm</link>
		<comments>http://www.wordpress-studio.com/dos-and-donts-of-seo.htm#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:07:41 +0000</pubDate>
		<dc:creator>Karson</dc:creator>
				<category><![CDATA[Wordpress SEO]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=439</guid>
		<description><![CDATA[Do&#8217;s of SEO
Number One:
Take the time necessary to do a careful and in depth research of all your keywords and key phrases for your site on the services, or products you are trying to sell. ...]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Do&#8217;s of SEO</strong></span></span></p>
<p><span style="color: #0000ff;">Number One:</span><br />
Take the time necessary to do a careful and in depth research of all your keywords and key phrases for your site on the services, or products you are trying to sell. Remember, optimizing a site without knowing your keywords is like driving a car in a dense fog!</p>
<p><span style="color: #0000ff;">Number Two:</span><br />
Make a complete sitemap of your site. Having a well-designed sitemap will ensure that each page of your site gets properly indexed by Google and the other search engines. Also, make sure that your sitemap file is directly accessible from your homepage and is located in your root directory.</p>
<p><span style="color: #0000ff;">Number Three:</span><br />
Great link building is highly important to any great SEO. Once you have developed your site and SEO the next step is to get your site &#8220;linked to&#8221; from other sites. This can be done in a number of ways. You could add a link on your Facebook page, your LinkedIn page, any other site you may have developed, word of mouth to other webmasters, or having such good information that other websites find you and add your site as a favorite on their site. This list could go on and on but these are just to name a few.</p>
<p><span style="color: #0000ff;">Number Four:</span><br />
Make sure you write a descriptive title tag of what each page of your site is all about, and make sure they are all different. Search engines use the information contained in that title tag, compare them to the text on that page and rank it accordingly. The short description in your title tags will also help your users.</p>
<p><span style="color: #0000ff;">Number Five:</span><br />
Write the main text on your page using the same keywords contained in your title tag. If you are working on a page with a title called &#8220;New T-shirts&#8221; then be sure that those important keywords are repeated at least two or three times in the main body of your text, without sounding repetitive. Search engines will rank your page higher if they see a keyword repeated a few times on a page, and will help them better adapt to your site. However, don&#8217;t go &#8216;overboard&#8217; on this, because if you increase your keyword density too much, some search engines might think you are trying to cause spam.</p>
<p><span style="color: #0000ff;">Number Six:<br />
</span>&#8220;Attention to detail,” Google takes hundreds of factors into account when ranking web pages and you should too.</p>
<p><span style="color: #0000ff;">Number Seven:</span><br />
Be Patient with your results:  there are no bad rankings, only opportunities for improvement.</p>
<p><span style="color: #0000ff;">Number Eight:</span><br />
Use text beneath content such as images or videos.</p>
<p><span style="color: #0000ff;">Number Nine:</span><br />
Continually use data from Google analytics for example to analyze the impact of SEO techniques.</p>
<p><span style="color: #0000ff;">Number Ten:</span><br />
Be aware that each and every page on your site is a potential customer entry point.  “Think out of the Box”</p>
<p><strong><span style="text-decoration: underline;"><span style="color: #ff0000;">Don’ts of SEO</span></span></strong></p>
<p><span style="color: #0000ff;">Number One:<br />
</span>Submit your website once to the search engines and then wait for at least six weeks! Don&#8217;t use software that automatically submits your sites on a weekly or monthly basis, since it might penalize you in the long run. Search engines use automated crawlers or spiders to regularly index your site, so you don&#8217;t need to submit more than once.</p>
<p><span style="color: #0000ff;">Number <span style="color: #0000ff;">Two:</span></span><br />
Don&#8217;t try to submit your site to every search engine you can possibly fine. There isn&#8217;t that many search engines in the first place. There are only a handful of serious search properties you should submit too, and they are used by 99% of the people looking for information. Don&#8217;t waste your time or your money and only work with the serious search engines everybody uses.</p>
<p><span style="color: #0000ff;">Number Three:</span><br />
Don’t hire anyone that says SEO isn’t important.</p>
<p><span style="color: #0000ff;">Number Four:<br />
</span>Don’t hire just anyone to create your website. This is one area you want to spend money and ensure that your web presence is attractive and strong.</p>
<p><span style="color: #0000ff;">Number Five:</span><br />
Don&#8217;t believe promises that you can get any guarantee of being number one on the first page of any search engines. There is no such thing as guaranteed number one placement and it happens to be one of SEO&#8217;s biggest myth and misconception. It’s always good to ask for referrals and don&#8217;t be afraid to ask what techniques your would-be SEO firm uses to achieve a good positioning for your site. Make sure they aren&#8217;t using any unethical practices and that they fully respect and implement all the major search engine&#8217;s rules and guidelines.</p>
<p><span style="color: #0000ff;">Number Six:</span><br />
Don’t just assume your website will become successful without SEO.</p>
<p><span style="color: #0000ff;">Number Seven:</span><br />
Don’t overlook blogging. The benefits, if done right, are endless!</p>
<p><span style="color: #0000ff;">Number Eight:</span><br />
Don&#8217;t use Flash when HTML can achieve the same end user experience.</p>
<p><span style="color: #0000ff;">Number Nine:</span><br />
Don&#8217;t panic when your rankings take a dive.  Rankings fluctuate up and down all the time. (Remember number seven in the &#8220;Do&#8221; List.&#8221;</p>
<p><span style="color: #0000ff;">Number Ten:</span><br />
Don&#8217;t put your content in pop-ups.</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=439&type=feed" alt=" Dos and Donts of SEO"  title="Dos and Donts of SEO" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/dos-and-donts-of-seo.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO in a Nutshell</title>
		<link>http://www.wordpress-studio.com/seo-in-a-nutshell.htm</link>
		<comments>http://www.wordpress-studio.com/seo-in-a-nutshell.htm#comments</comments>
		<pubDate>Wed, 11 Aug 2010 02:16:13 +0000</pubDate>
		<dc:creator>Karson</dc:creator>
				<category><![CDATA[Wordpress SEO]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=429</guid>
		<description><![CDATA[What is the purpose of SEO?
The purpose of search engine optimization (SEO) is to boost a Web site&#8217;s traffic to a particular website and to outdo the competition when it comes to who is displayed ...]]></description>
			<content:encoded><![CDATA[<p>What is the purpose of SEO?</p>
<p>The purpose of search engine optimization (SEO) is to boost a Web site&#8217;s traffic to a particular website and to outdo the competition when it comes to who is displayed first in the list of search engines. This is accomplished by the use of a large number of tools and the knowledge of SEO in itself. In the 21st century it&#8217;s not enough to add Meta tags and do search engine submission of your site to search engine indexes. No, SEO involves much more than that. The key first step of a good SEO is to build a content rich site.  If you have a website but you don&#8217;t have alot of info to display to the world wide web then really what good is it? Search providers look at your website the same way. Most site owners bypass this step because of a combination of the following reasons.</p>
<p>They believe it is too complex to do.</p>
<p>They forget about it</p>
<p>They don&#8217;t know they need to do it.</p>
<p>But let&#8217;s all face the facts here, in the world of web 2.0 if you are a web site owner and you are not doing SEO, your website is destined to become extinct from search engine or so far down the list people may never find your site.</p>
<p>How To Select Keywords</p>
<p>First, you must brainstorm for keywords. Make a long list of keywords you would want to use to find your own site. Then you go one step further than that and select key words that you would expect web surfers to use to locate your site. For example if you are a bakery in a small town or city you might what to include the name of your town or city along with the types of breads and any areas that you may deliver to. Doing this can provide necessary information so that search engines such as Google might decipher what city or town you live in and properly collect relevant information on your business.</p>
<p>Insert your keywords</p>
<p>It is important that your page title tag be as descriptive as possible of what your  page is all about (About 10-12 words generally). Use of these keywords correctly can sometimes be the key to making your SEO a bulls eye target for Google and other search engines. Another good idea is to create two and three word phrases. This is important for search engines that do not reference Meta tags, which I will explain later. You want to use these phrases over and over. The more you put your keywords out there the better off you are. Just don&#8217;t be too aggressive with this because you can be tagged as a spammer, and be blocked all together. Which would destroy the whole point of your SEO efforts. Some search engines take site descriptions from within the page, not from the Meta Description fields.</p>
<p>To use Meta Tags, or not to use Meta tags?</p>
<p>In the past there has been a lot of discussion about the use of Meta tags. Depending on the search engine they can be used or they might be skipped as not important to be use as a indexing source.  Take Google for example, when Google indexes websites the crawler will take links, header information , and the body information of the website as a higher indexing source then meta tags. Granted Google will use meta tags it&#8217;s just that they are not taken as serious as the other sources mentioned. MSN, ASK, Yahoo, and many more search engines on the other hand do take meta tags seriously, so be sure not to exclude them. As a rule of thumb you can never hurt your website SEO by using meta tags, It will only hurt you by not using them. Another Indexing source that you will want to make sure you don&#8217;t forget or exclude would be alt tags. Alt tags are taken very seriously when indexing images when speaking of any search engine.</p>
<p>So just how do you submit your website to a Search Engine?</p>
<p>The Mother of all questions! Now that the grunt work has been completed you are left asking yourself &#8220;how do I submit my articles to search engines?&#8221; It&#8217;s like a 3rd grader completing a test and submitting it to the teaching waiting in agony to see the end result. Your first item on the list is to determine if you are submitting a general website or a WordPress website to a Search Engines. Why, Because the way in which you submit each of these types are completely separate from each other. For this article I&#8217;m going to talk only on general websites. Submitting WordPress websites is a whole other animal that takes a article in itself&#8230;which you can anticipate I will be writing about. So, with that said you are going to need to create what is called a sitemap. A sitemap is exactly what is sounds like, a map of your site. This single file in itself can navigate search engines around your site like a GPS does. A site map can help you get further up the list because it allows search engines to better decide what is on your website and place your website accordingly to what web surfers are looking for.  The next step is to create a robot file.  A robot file tell search engine what to search and more importantly what not to search or index on your website. Once you have completed these steps you will want to create a Google account that includes Webmaster tools. With this wonderful tool you can create your website and submit your sitemap and robots file to Google. When submitting to MSN, Yahoo, and many more you do not get a webmaster tool provided by the indexer. For indexers such as MSN, Yahoo and many more you have to still do it the old fashion way, and hope the indexer or crawler sees your sitemap file (placing important files such as sitemaps and robot files on the root of you directory generally helps this problem). Submitting to other search engines can be done with the following links:</p>
<p> For Yahoo see:</p>
<p>http://www.search.yahoo.com/info/submit.html</p>
<p>For MSN see</p>
<p>http://www.bing.com/webmaster/SubmitSitePage.aspx</p>
<p>From this point it&#8217;s fairly straight forward as far as the basics are concerned. Given two days to a month or so for each search engine submission to be indexed in each major search engine you soon discover you website in Goggle and other search engines.  If you do not show up (as can at times be common), then resubmit and check the status of your Google Webmaster tools account. If you continue to miss the search engine ranking results you desire, then go back and review your keywords and how you have used them, increasing or decreasing the keywords until you have the results you are looking for.</p>
<p>As quoted by Bruce Clay, &#8220;It may take a few weeks for accepted search engine submissions to actually become effective with the major search engines. In some cases, it may take several submissions before you get registered. Considering that the Web is growing at an exceptional rate, it is a wonder that any search engine can keep up at all. Keep trying to get indexed. Visit the search engine that you care about most and see if you are registered by searching for your URL.&#8221;</p>
<p>As always I appreciate your interest in WordPress-studio.com and please check back all the time as I plan to submit more and more articles about SEO including: The do&#8217;s and don&#8217;ts of SEO, Google Analytics and SEO, Being a Business and using SEO, Using Google Maps and using SEO, and many more.</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=429&type=feed" alt=" SEO in a Nutshell"  title="SEO in a Nutshell" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/seo-in-a-nutshell.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress announces end of support for PHP4 and MySQL4</title>
		<link>http://www.wordpress-studio.com/wordpress-announces-end-of-support-for-php4-and-mysql4.htm</link>
		<comments>http://www.wordpress-studio.com/wordpress-announces-end-of-support-for-php4-and-mysql4.htm#comments</comments>
		<pubDate>Wed, 28 Jul 2010 12:59:39 +0000</pubDate>
		<dc:creator>Wordpress Studio</dc:creator>
				<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=404</guid>
		<description><![CDATA[This announcement was released last Friday on the WordPress.org site by Mark Jaquith.  PHP 4 and mySQL 4 will no longer be supported after the 3.1 release of WordPress coming in September 2010.
PHP 4 ...]]></description>
			<content:encoded><![CDATA[<p>This announcement was released last Friday on the WordPress.org site by Mark Jaquith.  PHP 4 and mySQL 4 will no longer be supported after the 3.1 release of WordPress coming in September 2010.</p>
<p><a href="http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/" target="_blank" >PHP 4 and MySQL 4 End of Life Announcement</a></p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=404&type=feed" alt=" Wordpress announces end of support for PHP4 and MySQL4"  title="Wordpress announces end of support for PHP4 and MySQL4" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/wordpress-announces-end-of-support-for-php4-and-mysql4.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you need a degree for this?</title>
		<link>http://www.wordpress-studio.com/do-you-need-a-degree-for-this.htm</link>
		<comments>http://www.wordpress-studio.com/do-you-need-a-degree-for-this.htm#comments</comments>
		<pubDate>Wed, 14 Jul 2010 10:01:09 +0000</pubDate>
		<dc:creator>Wordpress Studio</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=394</guid>
		<description><![CDATA[<p>As a former educator, you would think that the answer to this question is a resounding yes.  However, that isn't the case.</p>
<p>With computer programming, the <i>degree</i> is not nearly as crucial as the <i>quality</i> of the education received.  This can not be emphasized enough.</p>
<p>I recently heard someone in the website marketing department of a college say "I don't care what they learn once they are here.  It's my job to see that they enroll.".  Wow, can you say "used car salesman?"  Needless to say, my jaw hit the table and I've been thinking about this comment since that day and decided it was time to voice an opinion on the matter.</p>
<p>When it comes to computer programming or networking, the mantra should always be "Quality over Quantity".  By this statement I mean that I would rather have 1 "can do" programmer than 10 "theory trained" scholars.</p>
<p>The ability to apply one's knowledge to their profession is by far the most important factor in making a competent software developer.  In order to apply knowledge, it is first and foremost important to fully understand the technology.  <strong>The computer can't read your diploma</strong>! ]]></description>
			<content:encoded><![CDATA[<p>As a former educator, you would think that the answer to this question is a resounding yes.  However, that isn&#8217;t the case.</p>
<p>With computer programming, the <i>degree</i> is not nearly as crucial as the <i>quality</i> of the education received.  This can not be emphasized enough.</p>
<p>I recently heard someone in the website marketing department of a college say &#8220;I don&#8217;t care what they learn once they are here.  It&#8217;s my job to see that they enroll.&#8221;.  Wow, can you say &#8220;used car salesman?&#8221;  Needless to say, my jaw hit the table and I&#8217;ve been thinking about this comment since that day and decided it was time to voice an opinion on the matter.</p>
<p>When it comes to computer programming or networking, the mantra should always be &#8220;Quality over Quantity&#8221;.  By this statement I mean that I would rather have 1 &#8220;can do&#8221; programmer than 10 &#8220;theory trained&#8221; scholars.</p>
<p><span id="more-394"></span></p>
<p>The ability to apply one&#8217;s knowledge to their profession is by far the most important factor in making a competent software developer.  In order to apply knowledge, it is first and foremost important to fully understand the technology.  <strong>The computer can&#8217;t read your diploma</strong>!  It is truly the greatest equal opportunity of all time.  It doesn&#8217;t care what color you are, what age you are, or for that matter, if you are even remotely human!  So what does matter?  The ability to apply knowledge learned which means a practical approach to learning that leads to a strong foundation of understanding.</p>
<p>There are many technical colleges that offer Bachelor of Science Degrees in Computer Science.  Unfortunately these schools are privately owned corporations who have met the minimum requirements as set forth by the ACCSC.  They are &#8220;for profit&#8221; organizations which means they are going to see that while the requirements are met that the most profitable way of meeting those requirements will be adhered to.</p>
<p>Here are a few &#8220;must haves&#8221; for any school to be of any use to someone wanting to begin a career in computer programming or computer networking.</p>
<ul>
<li><span style="font-weight:bold;color:#A12001;" >Computer science courses should require prerequisites.</span>
<p>If this isn&#8217;t the case, run don&#8217;t walk away.  All classes (with the exception of a very few basic levels) should be taught in a specific order.  The catalog is the best source to answer this question.  The descriptions will show prerequisites, if any, required for that particular course.  If you don&#8217;t see any listed, don&#8217;t count on them being taught in any particular order.</p>
<p>  I once asked an administrator at one of these colleges how it was possible to teach C++ to students who had completed numerous classes alongside students just entering school?  The answer was astounding.  &#8220;You just teach a watered down version so they [the students] receive the <i>&#8220;general overview&#8221;</i> of the concept&#8221;.  Again, another jaw dropping experience.  <strong>My response:  How do you teach a watered down version of trigonometry to students who haven&#8217;t been introduced to addition?</strong>  Isn&#8217;t the definition of watered down trigonometry addition itself?  And that being the case it effectively means trigonometry is never taught.</li>
<li>
<p><span style="font-weight:bold;color:#A12001;" >What is the delivery method for these courses?</span></p>
<p>  I have yet to see a good education in computer science delivered via an online classroom.  It isn&#8217;t that online courses aren&#8217;t a good learning environment for gen ed courses as a rule.  It is that computer science courses with &#8220;hands-on learning&#8221; simply can&#8217;t be delivered in a quality fashion to 20+ students with an instructor they will never meet.  Ask the enrollment counselor for <em>written information</em> on how many and which of the courses will be delivered online?  If the answer is more than 10%, you&#8217;d be better off getting your degree from Barnes and Noble.  In other words, buy a bunch of books, learn what you need, and save yourself tens of thousands of dollars you will never see a return on!</li>
<li>
<p><span style="font-weight:bold;color:#A12001;" >Are soon to graduate students satisfied with the education they&#8217;ve received?</span></p>
<p>Don&#8217;t settle for the &#8220;guided tour&#8221; alone.  Seeing the learning environment is always an excellent idea but don&#8217;t let it stop at that.  Talk to some of the students who are about to graduate.  These students will either already be working in their field or will be seeking employment.  Feedback from these individuals will be the best mark of a good school.</p>
</li>
</ul>
<p>I&#8217;d love to have feedback on this topic.  If you have graduated from one of the larger colleges offering degrees in computer science, tell me your story?  Was your education worth it?  Did you learn what you needed to move in to your profession?</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=394&type=feed" alt=" Do you need a degree for this?"  title="Do you need a degree for this?" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/do-you-need-a-degree-for-this.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Featured Software: PointandSee 1.1.0</title>
		<link>http://www.wordpress-studio.com/free-featured-software-pointandsee-1-1-0.htm</link>
		<comments>http://www.wordpress-studio.com/free-featured-software-pointandsee-1-1-0.htm#comments</comments>
		<pubDate>Wed, 14 Jul 2010 09:57:31 +0000</pubDate>
		<dc:creator>Wordpress Studio</dc:creator>
				<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=392</guid>
		<description><![CDATA[Trent found this free download while looking for new free software downloads he felt were worth mentioning on the free software blog.

I think it’s probably the handiest little tool I’ve had in a long time. It’s a color finder. Basically, you open the application (very, very small) and then drag over the color you want to find the values for. It gives you the hexadecimal and rgb values of the color. It also has a little past icon so you don’t have to go back and forth getting the color values.]]></description>
			<content:encoded><![CDATA[<p>Trent found this free download while looking for new free software downloads he felt were worth mentioning on the free software blog.</p>
<p>I think it’s probably the handiest little tool I’ve had in a long time. It’s a color finder. Basically, you open the application (very, very small) and then drag over the color you want to find the values for. It gives you the hexadecimal and rgb values of the color. It also has a little past icon so you don’t have to go back and forth getting the color values.</p>
<p>Totally free and very small – this one belongs in the “gotta get this” category. Anyone who works with website design &#8211; especially in website make overs &#8211; will find this little gadget invaluable.</p>
<p>If you have a free application you would like reviewed, drop us a note and we’ll take a look.</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=392&type=feed" alt="  Free Featured Software: PointandSee 1.1.0"  title=" Free Featured Software: PointandSee 1.1.0" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/free-featured-software-pointandsee-1-1-0.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>is_home() and is_front_page not working in WordPress</title>
		<link>http://www.wordpress-studio.com/is_home-and-is_front_page-not-working-in-wordpress.htm</link>
		<comments>http://www.wordpress-studio.com/is_home-and-is_front_page-not-working-in-wordpress.htm#comments</comments>
		<pubDate>Mon, 05 Jul 2010 21:39:48 +0000</pubDate>
		<dc:creator>Wordpress Studio</dc:creator>
				<category><![CDATA[wordpress tips]]></category>
		<category><![CDATA[is_front_page()]]></category>
		<category><![CDATA[is_front_page() not working]]></category>
		<category><![CDATA[is_home()]]></category>
		<category><![CDATA[is_home() not working]]></category>
		<category><![CDATA[wp_reset_query()]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=383</guid>
		<description><![CDATA[<p>Why can't I get wp_home() and wp_front_page() to work in Wordpress?</p>
<p>A lot of coders pull their hair out over these two wordpress functions.</p>
<p>The answer is that these two functions will only query one time per page build.  If it's been used elsewhere to determine the current page, it has to be reset with the wp_reset_query() function first.</p>]]></description>
			<content:encoded><![CDATA[<p>Why can&#8217;t I get wp_home() and wp_front_page() to work in WordPress?</p>
<p>A lot of coders pull their hair out over these two wordpress functions.</p>
<p>The answer is that these two functions will only query one time per page build.  If it&#8217;s been used elsewhere to determine the current page, it has to be reset with the wp_reset_query() function first.</p>
<hr/>
<strong>Not Working</strong></p>
<blockquote><p>
              if (is_front_page()){<br />
                      <font color="green" >do something here&#8230;.</font><br />
            }
</p></blockquote>
<hr/>
<strong>Working Example:</strong></p>
<blockquote><p>
              <strong>wp_reset_query();</strong><font color="green" >//add this ABOVE the query</font><br />
              if (is_front_page()){<br />
                      <font color="green" >do something here&#8230;.</font><br />
            }
</p></blockquote>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=383&type=feed" alt=" is home() and is front page not working in WordPress"  title="is home() and is front page not working in WordPress" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/is_home-and-is_front_page-not-working-in-wordpress.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Related Posts Review</title>
		<link>http://www.wordpress-studio.com/wordpress-related-posts-review.htm</link>
		<comments>http://www.wordpress-studio.com/wordpress-related-posts-review.htm#comments</comments>
		<pubDate>Thu, 01 Jul 2010 18:09:06 +0000</pubDate>
		<dc:creator>Frisko Julson</dc:creator>
				<category><![CDATA[Plugin Reviews]]></category>

		<guid isPermaLink="false">http://www.wordpress-studio.com/?p=372</guid>
		<description><![CDATA[WordPress Related Posts by  Denis automatically produces a list of related posts, based on the tags used and puts the list at the end of the post. It allows you to limit the number ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/">WordPress Related Posts</a> by <a href="http://wordpress.org/extend/plugins/profile/denishua"> Denis</a> automatically produces a list of related posts, based on the tags used and puts the list at the end of the post. It allows you to limit the number of entries as well as how they are displayed, for example whether to display the publish date or not. You can also exclude certain categories from being displayed. You can also customize what it does when there aren&#8217;t any related posts.</p>
<img src="http://www.wordpress-studio.com/?ak_action=api_record_view&id=372&type=feed" alt=" WordPress Related Posts Review"  title="WordPress Related Posts Review" />]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-studio.com/wordpress-related-posts-review.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

