<?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>Orlando Web Designer &#124; PHP, XHTML, CSS, SEO, WordPress and more &#124; Web Design, Orlando FL</title>
	<atom:link href="http://www.stevejabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevejabs.com</link>
	<description>Orlando Web Designer</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yes this is a purchased theme!</title>
		<link>http://www.stevejabs.com/blog/yes-yes-this-is-a-purchased-theme/</link>
		<comments>http://www.stevejabs.com/blog/yes-yes-this-is-a-purchased-theme/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:30:07 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=75</guid>
		<description><![CDATA[To answer the million (okay&#8230; six) questions I&#8217;ve received about whether or not this is a purchased theme&#8230; Yes&#8230; it is! It was purchased as a quick way to put something up on my website in a quick time of need, it&#8217;s served it&#8217;s purpose well and to give all credit where it&#8217;s due (and [...]]]></description>
			<content:encoded><![CDATA[<p>To answer the million (okay&#8230; six) questions I&#8217;ve received about whether or not this is a purchased theme&#8230; Yes&#8230; it is! It was purchased as a quick way to put something up on my website in a quick time of need, it&#8217;s served it&#8217;s purpose well and to give all credit where it&#8217;s due (and if you&#8217;d like to purchase it yourself) check it out here: <a href="http://bit.ly/kJ9OB" target="_blank">Ambiguous Theme at Theme Forest</a></p>
<p>Over the next month I&#8217;ll be working on my own design (mainly so I can use my own CMS) and I&#8217;ll be replacing this one! Stay tuned! Tomorrow I&#8217;m going to be putting up some tutorials for some SEO techniques I&#8217;ve picked up!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/blog/yes-yes-this-is-a-purchased-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Sports Network</title>
		<link>http://www.stevejabs.com/portfolio/image-sports-network/</link>
		<comments>http://www.stevejabs.com/portfolio/image-sports-network/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:37:06 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=51</guid>
		<description><![CDATA[Developed current website using Wordpress and EasyPHP Calendar technologies to provide 
a unique ipTV experience for a local Pennsylvania audience.]]></description>
			<content:encoded><![CDATA[<p>VISIT: <a href="http://www.imagesportsnetwork.tv" target="_blank">http://www.imagesportsnetwork.tv</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/portfolio/image-sports-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a &#8220;Read More&#8230;&#8221; link to the Linquist theme&#8230;</title>
		<link>http://www.stevejabs.com/blog/how-to-add-a-read-more-link-to-the-linquist-theme/</link>
		<comments>http://www.stevejabs.com/blog/how-to-add-a-read-more-link-to-the-linquist-theme/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 02:26:38 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=33</guid>
		<description><![CDATA[The Linquist theme (http://redworks.sk/wp-themes/linquist/) is a pretty sweet, simple to use, theme.  However it&#8217;s crippled&#8230; If you want to add more text to an entry but not display it on the front page and have a &#8220;Read more&#8230;&#8221; link instead it is simply just not possible by default. I was contacted by a friend to [...]]]></description>
			<content:encoded><![CDATA[<p>The Linquist theme (http://redworks.sk/wp-themes/linquist/) is a pretty sweet, simple to use, theme.  However it&#8217;s crippled&#8230; If you want to add more text to an entry but not display it on the front page and have a &#8220;Read more&#8230;&#8221; link instead it is simply just not possible by default. I was contacted by a friend to see if it were possible to fix this since the author of the theme wanted him to pay to have this feature (which is pretty repulsive if you ask me, because it&#8217;s two lines of code to fix). Well here is the solution that I came up with:</p>
<p>1.) In the administration area of WP go to the theme editor (Appearance &gt; editor) and open the index.php file.<br />
2.) Find the following line of code:</p>
<blockquote><p>&lt;?php echo apply_filters(&#8217;the_content&#8217;, $content[1]); ?&gt;</p></blockquote>
<p>3.) Immediately below that line add this:</p>
<blockquote><p>&lt;?php if(!empty($content[2])){echo(&#8217;&lt;a href=&#8221;&#8216;);the_permalink();echo(&#8217;&#8221;&gt;Read more&#8230;&lt;/a&gt;&#8217;);} ?&gt;</p></blockquote>
<p>That&#8217;ll take care of the main page.</p>
<p>4.) Now open the single post page (single.php) and find this line of code:</p>
<blockquote><p>&lt;?php echo apply_filters(&#8217;the_content&#8217;, $content[1]); ?&gt;</p></blockquote>
<p>5.) And immediately below that add this:</p>
<blockquote><p>&lt;?php echo apply_filters(&#8217;the_content&#8217;, $content[2]); ?&gt;</p></blockquote>
<p>Now all you have to do in your posts is add a second &lt;!-more-&gt; tag (by clicking the button) between what you want your front page text to be and the rest of the article.</p>
<p>so it&#8217;ll be like this:</p>
<p><img class="alignnone size-full wp-image-38" title="picture-21" src="http://www.stevejabs.com/wp-content/uploads/2009/10/picture-21.png" alt="picture-21" width="622" height="298" /></p>
<p><strong>UPDATE:</strong></p>
<p>Thanks to Andrew, I think we tracked down the source of the T_STRING errors that a few people are getting.</p>
<blockquote><p>I was receiving the “unexpected T_STRING” error and looking closer at the code I pasted from this post I realized the single ‘ and double quote ” characters looked strange. I typed in my own characters from the wp admin and all seems well now.</p></blockquote>
<p>Thanks Andrew!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/blog/how-to-add-a-read-more-link-to-the-linquist-theme/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Fishersci.com Search</title>
		<link>http://www.stevejabs.com/portfolio/fisherscicom-product-search-engine/</link>
		<comments>http://www.stevejabs.com/portfolio/fisherscicom-product-search-engine/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 05:10:46 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=19</guid>
		<description><![CDATA[Using XHTML, CSS and Javascript I developed the front-end mockups for all search and product pages on the Fishersci.com eCommerce website. Later, I assisted JSP developers with integrating these designs with the core logic of Endeca search technology.]]></description>
			<content:encoded><![CDATA[<h2>Fishersci.com Product Page</h2>
<p><img class="alignnone size-full wp-image-69" title="fishersci_product_page" src="http://www.stevejabs.com/wp-content/uploads/2010/02/fishersci_product_page.jpg" alt="fishersci_product_page" width="685" height="697" /></p>
<p>Visit: <a href="http://www.fishersci.com">http://www.fishersci.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/portfolio/fisherscicom-product-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t worry, I&#8217;ll publish soon!</title>
		<link>http://www.stevejabs.com/blog/test-blog/</link>
		<comments>http://www.stevejabs.com/blog/test-blog/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:49:56 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=17</guid>
		<description><![CDATA[Sorry that I haven&#8217;t pushed everything up yet everyone.  I was hoping to have this all up this weekend but a last minute project at work had me bogged down with 14 1/2 hours of overtime.
Anyways, I&#8217;m going to take a big stab at this tonight after the Pens (!) game.  And hopefully most everything [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry that I haven&#8217;t pushed everything up yet everyone.  I was hoping to have this all up this weekend but a last minute project at work had me bogged down with 14 1/2 hours of overtime.</p>
<p>Anyways, I&#8217;m going to take a big stab at this tonight after the Pens (!) game.  And hopefully most everything will be up tonight.</p>
<p>The After Effects presentations for each site will probably go up next week.  I&#8217;ll need a solid weekend (and by solid I mean no overtime) to get those done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/blog/test-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>20DC.com</title>
		<link>http://www.stevejabs.com/portfolio/20dccom/</link>
		<comments>http://www.stevejabs.com/portfolio/20dccom/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:34:20 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=12</guid>
		<description><![CDATA[Co-founded, designed and developed with XHTML, CSS, PHP and MySQL a social-networking citizen-journalism web application that instituted the first non-partisan political network on World Wide Web.]]></description>
			<content:encoded><![CDATA[<p>Visit: <a href="http://www.20dc.com" target="_blank">http://www.20dc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/portfolio/20dccom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orient Watch USA</title>
		<link>http://www.stevejabs.com/portfolio/orient-watch-usa/</link>
		<comments>http://www.stevejabs.com/portfolio/orient-watch-usa/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:39:24 +0000</pubDate>
		<dc:creator>Steve Jabs</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.stevejabs.com/?p=8</guid>
		<description><![CDATA[Using XHTML, CSS, PHP &#038; MySQL I developed an interactive watch selection system to elegantly display Orient's watch collections. A custom-built administrative content management system was also added to add, edit and delete watches with ease!]]></description>
			<content:encoded><![CDATA[<p>Visit: Orient Watch USA (Watches) &#8211; <a href="http://www.orientwatchusa.com/watches.php" target="_blank">http://www.orientwatchusa.com/watches.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stevejabs.com/portfolio/orient-watch-usa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
