<?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>Tyler Ingram Dot Com &#187; Web Development</title>
	<atom:link href="http://www.tyleringram.com/blog/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tyleringram.com</link>
	<description>Miscellanious Ramblings of a Web Developer in the Metro Vancouver area. Technology, Web Development, Photography, Computers and Outdoor Activities</description>
	<lastBuildDate>Thu, 04 Mar 2010 23:33:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New WordPress Layout Here</title>
		<link>http://www.tyleringram.com/blog/new-wordpress-layout-here</link>
		<comments>http://www.tyleringram.com/blog/new-wordpress-layout-here#comments</comments>
		<pubDate>Sat, 19 Dec 2009 00:45:11 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1992</guid>
		<description><![CDATA[Alright over the past couple days (well today and yesterday) I&#8217;ve been tinkering around with a new layout here for Tyler Ingram dot Com. It&#8217;s not an entirely new layout, but right off the bat you probably have noticed the various changes I implemented.
Why Change the Layout?
Some people fear change, I love change (well for [...]]]></description>
			<content:encoded><![CDATA[<p>Alright over the past couple days (well today and yesterday) I&#8217;ve been tinkering around with a new layout here for Tyler Ingram dot Com. It&#8217;s not an entirely new layout, but right off the bat you probably have noticed the various changes I implemented.</p>
<h3>Why Change the Layout?</h3>
<p>Some people fear change, I love change (well for the most part). I wanted a new layout that would give more emphasis on my Photography. After all, I seem to do more blog posts on Photography than anything else really.</p>
<p>Some of you know about <a href="http://www.tyleringramphotos.com" target="_blank">http://www.tyleringramphotos.com</a>. It was a photoblog that I ran somewhat separately from this site, but I found over time, I would be just repeating a lot of the same photos. I tried to make the photoblog more of a portfolio site, but decided to just let it go and concentrate my photo efforts here.</p>
<p>I also wanted to change it up before our trip down to Costa Rica. My camera is coming with me and I will be sure to post magnificent photos of the area we will be in, and thought increasing the space for photos here would be a good idea.</p>
<h3>What Changed?</h3>
<p>I pushed the navigation menu up above the entire site. I thought it was a nice way of getting it out of the way.</p>
<p>I expanded the width of the site to 1000 pixels wide. This will help accommodate the size of the photos I wish to display which will be 800 pixel wide. This also eliminates the need for using the Lightbox that the 500 pixel wide photos currently use. According to Flickr&#8217;s ToS, the use of the lightbox technically takes away from the experience of using Flickr, so I guess that is a bad thing.</p>
<p>The header image is still pulled from my Flickr stream at random. I increased the length to the full 1000 pixels wide and increased the height to 250 pixels. this gives a much larger header image. Because my photos are typically 800 pixels wide on Flickr, I did use PHP&#8217;s GD Library to increase the size of the photo. There is small loss of quality of course, but I still think it looks really cool.</p>
<p>You will notice a &#8220;Featured Post&#8217; slideshow. It is Ajax based and loads with both Firefox and IE (why are you using IE still anyway). I haven&#8217;t had time to play in the other browsers, but according to <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" target="_blank">the place I got it from</a>, it&#8217;s supposedly compatible. Let me know if you experience issues with it. I think it&#8217;s cool and have always wanted one.</p>
<p>I got rid of my Sidebar. Yup, I started hating it anyway. I&#8217;ve moved the Categories, Recent Posts and Recent Comments to the footer of the site. This keeps the main focus hopefully on my big beautiful photos. Right?</p>
<p>The main content will accommodate my 800 pixel wide photos, with room to spare. After all, since I love Photography so much, I thought it would be best to share the photos in a nice, large way.  Such as this photo:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2662/4191174100_9bb3b585ba_o.jpg" border="0" alt="IMG_0208" width="800" height="600" /></p>
<p>Isn&#8217;t that beautiful? The rising sun off the beaches of Punta Cana, Dominican Republic. If you have to scroll to see that photo, you really need to upgrade your monitor. Though technically you should still be able to see most of it on a 1024&#215;768 resolution, but I don&#8217;t know why you&#8217;re running your resolution that low to begin with.</p>
<p>Added some cute little Social Media icons near the header. No need to show how many people follow me right?</p>
<p>The main page (index page) will show up to 5 posts with excerpts along with a 500 pixel wide photo. The excerpt code is custom, which includes a custom call to the WordPress database (MySQL) so strips out any HTML it sees. It works better than the default WordPress function the_excerpt(), or at least I think so.  I also have a function that pulls the first image from the post and uses it as a 500 pixel wide thumbnail, same as before but that was 100 pixel wide. I also tweaked it a bit to load quicker (hopefully).</p>
<p>I guess that is about it. There have been some little tweaks to the code here and there. Primarily to the code that handles the recreation of images for the various locations on my site.</p>
<h3>What&#8217;s Next?</h3>
<p>I&#8217;m sure I&#8217;ll tweak things as I find them. If you notice anything out of place, don&#8217;t hesitate to tell me here via Comments, Twitter or even contact me via my Contact me page.</p>
<p>I will be writing a small WordPress plugin to deal with my contact form. Currently I use cFormsII but it is just too much and always gets stuck in my spam filter. I will look at creating a small, simple (or minimalist) contact form.</p>
<p>I might look at creating a WordPress plugin to better handle the &#8220;Featured Post&#8221; Slide show. For now it is changed manually (via HTML).</p>
<h3>What do you think?</h3>
<p>I&#8217;m alright with criticism. If you like it, what do you like about it? If you don&#8217;t like it, what part(s) and what would you do to make it better? Let me know via the comments section!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/new-wordpress-layout-here/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Making Things Dynamic</title>
		<link>http://www.tyleringram.com/blog/making-things-dynamic</link>
		<comments>http://www.tyleringram.com/blog/making-things-dynamic#comments</comments>
		<pubDate>Fri, 09 Oct 2009 23:28:42 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1827</guid>
		<description><![CDATA[
The past few hours I have been pretty geeky. I&#8217;ve been looking into Flickr&#8217;s API (application programming interface) and how I can monkey around with it and PHP. What did I want to accomplish? At the beginning I didn&#8217;t really have a goal, I wanted to see what I could do with it, how I [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 2px; width: 250px;"><!--adsense#250x250Single--></div>
<p>The past few hours I have been pretty geeky. I&#8217;ve been looking into Flickr&#8217;s API (application programming interface) and how I can monkey around with it and PHP. What did I want to accomplish? At the beginning I didn&#8217;t really have a goal, I wanted to see what I could do with it, how I can access my photos and from there I would figure out something fun to implement.</p>
<p>Well it seems I have figured out something cool. If you&#8217;ve noticed the larger photo on the header of my page, the one above the Flickr RSS thumbnails, it is a bit more dynamic than usual. Previously I had 5 (I think) header images that I created in Photoshop and was using PHP to randomly insert on when the page refreshed. Now I can be a bit lazy at times and I haven&#8217;t looked at updating those 5 photos in a while, so I was thinking how I could incorporate my Flickr photos with my website in order to help give my photography a bit more exposure.</p>
<p>So what&#8217;s different? Go ahead and refresh the page, it should show a random photo of mine from Flickr. Though there is a catch, it isn&#8217;t the fastest system yet and it doesn&#8217;t always show something cool. Let&#8217;s see if I can explain the functioning behind how it currently works. I might have a revision or two, but for now I think it&#8217;s pretty cool!</p>
<ol>
<li>Pull the last 400 photos from my Flickr Photostream (pulls XML data)</li>
<li>Select a random photo using PHP&#8217;s rand() function and create URL for photo</li>
<li>Check to see if it is in landscape or portrait orientation, discard if it&#8217;s portrait</li>
<li>Select the middle third of the photo, remember the &#8220;<a href="http://digital-photography-school.com/rule-of-thirds" target="_blank">Rule of Thirds</a>&#8221; for photography? Hopefully this is the more interesting portion of the photo. If not, tough luck! Typically my photos are 800&#215;533 on Flickr</li>
<li>Create a new 850&#215;118 jpeg image and copy random photo into its placeholder, resize to width if needed</li>
<li>Display photo in all its glory as my header image</li>
</ol>
<p>Not bad for a couple of hours of work. Either way it allows for a more dynamic header and some more &#8216;freshness&#8217; too!</p>
<p>I am looking for your feedback on this! Is it slow to load? Do the photos suck? Is it a cool idea? Is it random enough? What do you think?</p>
<p>I can just sit here and refresh my screen all day looking at whatever random photo is pulled from Flickr.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/making-things-dynamic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Modifying Your Lists via CSS</title>
		<link>http://www.tyleringram.com/blog/wordpress-modifying-your-lists-via-css</link>
		<comments>http://www.tyleringram.com/blog/wordpress-modifying-your-lists-via-css#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:52:08 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cascade stylesheet]]></category>
		<category><![CDATA[cascading stylesheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1246</guid>
		<description><![CDATA[
While I sit here and look over my various sites including my Photography site, I noticed that the unordered lists were not styled. Raul also mentioned how I should write about styling unordered &#60;ul&#62;&#60;/ul&#62; or ordered &#60;ol&#62;&#60;/ol&#62; lists within a WordPress theme, as his was also missing styling. This won&#8217;t be a terribly in depth [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 2px;"><!--adsense#250x250Single--></div>
<p>While I sit here and look over my various sites including my <a href="http://www.tyleringramphotos.com" target="_blank">Photography</a> site, I noticed that the unordered lists were not styled. <a href="http://www.hummingbird604.com" target="_blank">Raul</a> also mentioned how I should write about styling unordered &lt;ul&gt;&lt;/ul&gt; or ordered &lt;ol&gt;&lt;/ol&gt; lists within a WordPress theme, as his was also missing styling. This won&#8217;t be a terribly in depth post about how to completely restyle your unordered or ordered lists but it will hopefully help you learn the basics you need to know when playing with them, within your WordPress Theme or Template. This also applies outside of the world of WordPress as well since I will not be targeting a particular class or id name within a stylesheet.</p>
<h3>The Lists</h3>
<p>Alright I&#8217;ve mentioned both unordered and ordered lists, but what is the difference between them? Normally, I use unordered lists &lt;ul&gt;&lt;/ul&gt; which are primarily used for listing items in no particular order, like a shopping list!</p>
<p>The other is an ordered list &lt;ol&gt;&lt;/ol&gt;, which I don&#8217;t think I ever use. Ordered lists are for listing items in a particular order. Wasn&#8217;t that obvious?</p>
<p>Now that we got what they are out of the way, what do they look like in HTML?</p>
<div class="dean_ch" style="white-space: wrap;">&lt;ul&gt;<br />
&nbsp; &lt;li&gt;Cheese&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Bacon&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Milk&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Bread&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Eggs&lt;/li&gt;<br />
&lt;/ul&gt;</div>
<p>Simple and straight-forward list right? Though now you are probably wondering how do you go about editing your stylesheet for your theme to suit your needs? Well, it too is pretty straight-forward.</p>
<h3>CSS &#8211; Cascading StyleSheet</h3>
<p>Your cascading stylesheet is located among the rest of your WordPress Theme files (<em>/wp-content/themes/your-theme/</em>) and is usually called <strong>stylesheet.css</strong>.</p>
<p>Now stylesheets can vary greatly from theme to theme,  but let&#8217;s try to keep this uncomplicated and apply a specific styling to the above list. We would modify the above list by adding a class reference or name to it.</p>
<div class="dean_ch" style="white-space: wrap;">&lt;ul class=&quot;mylist&quot;&gt;<br />
&nbsp; &lt;li&gt;Cheese&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Bacon&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Milk&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Bread&lt;/li&gt;<br />
&nbsp; &lt;li&gt;Eggs&lt;/li&gt;<br />
&lt;/ul&gt;</div>
<p>We give the class the name <em>mylist</em> just for easy reference, typically it is best to name it something that will be easily identifiable to you for editing purposes. With your favorite text editor (notepad, notepad++, simpletext, bbedit, etc) open up the <strong>stylesheet.css</strong> file. Chances are you do not have a class called <em>mylist</em> so let&#8217;s get started. Pick an area to insert the class declaration, I normally place it after the <em>#content</em> declaration. The cascading stylesheet is typically read from top to bottom, hence the name <em>cascading</em>.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re1">.mylist</span> <span class="br0">&#123;</span><br />
<span class="br0">&#125;</span></div>
<p>This will set up the class declaration for the unordered list we&#8217;re about to create. We will start filling in the guts of the style as well as editing the internal parts of a list which are the list items &lt;li&gt;&lt;/li&gt;. Some attributes that I modify when I play with a list, whether or not its an ordered or unordered list, is the padding and margin. You can also change the look of the “bullets” you decide to use as well.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re1">.mylist</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp;<span class="kw1">list-style-type</span>: <span class="kw2">disc</span>;<br />
&nbsp; &nbsp;<span class="kw1">margin</span>: <span class="re3">0px</span>;<br />
&nbsp; &nbsp;<span class="kw1">margin-left</span>: <span class="re3">10px</span>;<br />
<span class="br0">&#125;</span></div>
<p>What the above does is changes the look of the “bullets” to discs, I also remove the margins from the list. This will remove the extra spaces around the list itself. I find sometimes that when I insert a list within a paragraph or between paragraphs there is too much of a space between them all. Setting the margin to 0 will help. I then nudge the list over by 10 pixels which is like indenting it. If you are using an ordered list &lt;ol&gt;&lt;/ol&gt; you can change how the numeric representation looks too, like numerals, roman numerals etc.</p>
<p>To style the list items you start a new declaration below the parent style.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re1">.mylist</span> li <span class="br0">&#123;</span><br />
<span class="br0">&#125;</span></div>
<p>Say we wanted to change the color of the items within the list to a red and underline them, this is how you would apply the style:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re1">.mylist</span> li <span class="br0">&#123;</span><br />
&nbsp; <span class="kw1">color</span>: <span class="re0">#f00</span>;<br />
&nbsp; <span class="kw1">text-decoration</span>: <span class="kw2">underline</span>;<br />
<span class="br0">&#125;</span></div>
<h3>Globally Changing Your Lists</h3>
<p>Another option you have is to globally change how your ordered and unordered lists work. Instead of using a class or an id you would just use the tag itself:</p>
<div class="dean_ch" style="white-space: wrap;">ul <span class="br0">&#123;</span><br />
&nbsp; <span class="kw1">list-style-type</span>: <span class="kw2">none</span>;<br />
&nbsp; <span class="kw1">margin</span>: <span class="nu0">0</span>;<br />
&nbsp; <span class="kw1">margin-bottom</span>: <span class="re3">5px</span>;<br />
<span class="br0">&#125;</span><br />
ul li <span class="br0">&#123;</span><br />
&nbsp; <span class="kw1">color</span>: <span class="re0">#0f0</span>;<br />
&nbsp; <span class="kw1">font-weight</span>: <span class="kw2">bold</span>;<br />
&nbsp; <span class="kw1">text-decoration</span>: <span class="kw2">underline</span>;<br />
<span class="br0">&#125;</span></div>
<p>This would give the default style to any &lt;ul&gt;&lt;/ul&gt;(unordered) tags throughout your whole WordPress Theme.</p>
<h3>Afterthoughts</h3>
<ul>
<li>Cheese</li>
<li>Bacon</li>
<li>Milk</li>
<li>Bread</li>
<li>Eggs</li>
</ul>
<p>The above example is how my blog (custom WordPress Theme) handles unordered lists. The CSS behind the list is relatively simple too:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re1">.post</span> ul <span class="br0">&#123;</span><br />
<span class="kw1">list-style-type</span>: <span class="kw2">disc</span>;<br />
<span class="kw1">padding-bottom</span>: <span class="re3">5px</span>;<br />
<span class="br0">&#125;</span><br />
<span class="re1">.post</span> ul li <span class="br0">&#123;</span><br />
<span class="kw1">margin-left</span>: <span class="re3">25px</span>;<br />
<span class="kw1">padding</span>: <span class="re1"><span class="re3">.5em</span></span> <span class="re1"><span class="re3">.5em</span></span>;<br />
<span class="br0">&#125;</span></div>
<p>Take the outer class (or parent) <em>post</em>, which is typical of most WordPress Themes. I&#8217;ve told the <strong>stylesheet.css</strong> to use a disc type with adding padding to the bottom of the unordered list. I then tell the list items to nudge over by 25 pixels and pad them a little bit as well. This allows for an easier to read list of whatever I decide, or at least I think so.</p>
<p>More advanced styling would be to remove the default bullet style and replacing it with a positioned background graphic. Perhaps you have a logo you would like to use as the “bullet” instead. You can see this in action over at <a href="http://www.tyleringramphotos.com" target="_blank">my photography</a> site. Any unordered list use a background image (of a single arrow) as the “bullet”.</p>
<p>Typically WordPress Theme navigation (like home, about, contact etc) are also unordered lists, though they have a bit more styling applied to them. The style applied is usually the removable of the “bullets” (<em>list-style-type:none;</em>) and aligning the items horizontally not vertically (<em>display: inline</em> <img src='http://www.tyleringram.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Hopefully this has shed some light on ordered and unordered lists within your WordPress Theme or in general web design usage. I&#8217;ll answer any questions you might have, and if any of the above is incorrect, please feel free to correct me so I can make changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/wordpress-modifying-your-lists-via-css/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Royalty Free Photos for Personal and Business Use</title>
		<link>http://www.tyleringram.com/blog/royalty-free-photos-for-personal-and-business-use</link>
		<comments>http://www.tyleringram.com/blog/royalty-free-photos-for-personal-and-business-use#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:21:55 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[stock photos]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1151</guid>
		<description><![CDATA[
One of the aspects of web development and design, or even blogging is trying to find photos which you can use without having to pay for them or paying very little for. Today on Twitter there was a mentioning of a stock photography website that I believe many people might find useful when trying to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 2px; width: 250px;"><!--adsense#250x250Single--></div>
<p>One of the aspects of web development and design, or even blogging is trying to find photos which you can use without having to pay for them or paying very little for. Today on <a href="http://twitter.com/karlikdesign/statuses/1183654039" target="_blank">Twitter</a> there was a mentioning of a stock photography website that I believe many people might find useful when trying to find stock images for their web layouts or even blog posts. That website is <a href="www.freedigitalphotos.net" target="_blank">FreeDigitalPhotos.net</a> and as long as you give proper attribution back to them you don&#8217;t need to spend a single penny.</p>
<p>If you want a higher resolution (greater than 640&#215;436) then you will have to start paying money. Though once you&#8217;ve paid for the photo&#8217;s use you don&#8217;t need to leave any attribution to anyone for that particular photo.</p>
<p style="text-align: center;"><img class="aligncenter" title="Waterfall" src="http://www.freedigitalphotos.net/images/photos/DSC_0038.JPG" alt="" width="400" height="268" /><br />
<a href="http://freedigitalphotos.net" target="_blank"><small>FreeDigitalPhotos.net</small></a></p>
<p>If you a photographer and looking to perhaps earn some extra money for your photos, you can sign up and sell them on the website as well. There is a bit of a process to get registered as a photographer to upload your work, though if you are good at what you do I am sure it is a relatively smooth process. The free (lower resolution) photos wouldn&#8217;t make you money but you can earn what you want (minus their 25% commission) for any higher resolution photos someone purchases. You set your own prices. That&#8217;s a pretty cool idea.</p>
<p style="text-align: center;"><img class="aligncenter" title="Cash in Hand" src="http://www.freedigitalphotos.net/images/photos/cash-in-hand.jpg" alt="" width="400" height="266" /><br />
<small><a href="http://freedigitalphotos.net" target="_blank"><small>FreeDigitalPhotos.net</small></a></small></p>
<p>Their library is pretty good too and ranges from Animals to Everyday Items you may find laying around the house. So far after a quick look at their website it seems to be promising for those who want to add images to their blog post or website without having to dish out any extra money.</p>
<p>So if you are looking to spruce up your website&#8217;s content a bit or perhaps looking for a new header image, you could look at their collection of stock photography. Granted if you are looking for a header image, you may have to look a purchasing something a bit larger than the low resolution photos. 640&#215;426 is not that wide enough for most full-width headers. Though the low-resolution would be great to have inline with your website&#8217;s content to add a bit of colour to them and also offer the eye a bit more something too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/royalty-free-photos-for-personal-and-business-use/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some More Blog House Cleaning</title>
		<link>http://www.tyleringram.com/blog/some-more-blog-house-cleaning</link>
		<comments>http://www.tyleringram.com/blog/some-more-blog-house-cleaning#comments</comments>
		<pubDate>Tue, 03 Feb 2009 17:15:30 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[dynamicshark]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1133</guid>
		<description><![CDATA[
Every so often I like to look at various aspects of my blog and tinker with them. It&#8217;s nice to change things up a little bit but after doing a new blog theme for my site, Robyn pointed out the new layout lacked some items it previously had that she liked. The Categories on the [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 2px; width: 250px;"><!--adsense#250x250Single--></div>
<p>Every so often I like to look at various aspects of my blog and tinker with them. It&#8217;s nice to change things up a little bit but after doing a new blog theme for my site, Robyn pointed out the new layout lacked some items it previously had that she liked. The Categories on the sidebar and the Navigation links on the single page.</p>
<p>I remember reading (not that I remember where) that as a web designer what you should do is get your friends and family to play with a layout you create, watch over their shoulders to see what they do. See where they go to click or what they do when navigating around a page. This I find helps when making your page easier to navigate for general users.</p>
<p>With Categories, Robyn liked to see if there was any other posts related to a particular Category I have on my blog, she could do that easily with my previous layout but not with the current one. So I added it back to the sidebar to help her and others who might find it useful. I also went through some of the Categories and removed some of the ones that were either redundant or didn&#8217;t make sense.</p>
<p>I also added the previous post link and next post link (if applicable) at the top of each single page which is dynamically generated anyway by WordPress. I made the font smaller and removed the weight so it does not interfere with the post&#8217;s title as much as it used to.</p>
<h3>Contact Forms Fixed</h3>
<p style="text-align: center;"><img class="aligncenter" title="Mail" src="http://farm3.static.flickr.com/2011/2177961471_09c4c376d8.jpg" alt="" width="500" height="343" /><br />
<small>Flickr Photo By <a rel="nofollow" href="http://flickr.com/photos/pinksherbet/" target="_blank">Pink Sherbet Photography</a></small></p>
<p>I had an issue with my contact forms, though I am unsure how long I have actually have had the issue. If you were trying to get a hold of me via my contact forms and did not hear back please try again.</p>
<p>The email address I use for all my online dealings is hosted by Google&#8217;s Domain Apps and I was not receiving email from <a href="http://www.dynamicshark.com" target="_blank">DynamicShark.com</a> via the contact form I have created there either. The odd part was that the contact form worked fine if I sent the message to another email address but not to a Gmail account. I could also send the contact form data to the proper location when it was on my development server here at home, just not when it was on my live servers.</p>
<p>It turns out that my webhost (Bluefur) had a default set up so that if the scripts were running locally off of it, it was being smart and taking the  message and rerouting it to it&#8217;s own mail servers (that&#8217;s where my domain/websites are hosted of course). Though because the email portion of my account is not set to handle my domain mail at Bluefur,  it was just dumping my messages into /dev/null, sort of like a blackhole.</p>
<p>Tech Support for Bluefur was great at troubleshooting the issue with me and helped fix the issue relatively quickly.</p>
<p>My contact forms are working properly now so feel free to use them if you need to get a hold of me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/some-more-blog-house-cleaning/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Check Your Custom WordPress Themes</title>
		<link>http://www.tyleringram.com/blog/check-your-custom-wordpress-themes</link>
		<comments>http://www.tyleringram.com/blog/check-your-custom-wordpress-themes#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:06:08 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1035</guid>
		<description><![CDATA[
Recently I was asked to look at modifying a &#8216;Premium&#8217; WordPress theme and while browsing through the code of the theme I noticed a couple things that people should be wary of when purchasing themes, or at least in my opinion. In today&#8217;s day and age in the World Wide Web there are various good [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 2px; width: 250px;"><!--adsense#250x250Single--></div>
<p>Recently I was asked to look at modifying a &#8216;Premium&#8217; WordPress theme and while browsing through the code of the theme I noticed a couple things that people should be wary of when purchasing themes, or at least in my opinion. In today&#8217;s day and age in the World Wide Web there are various good practices a designer and/or developer should look at when creating websites or themes for web applications and the first one I would like to point out is the use of &lt;table&gt; tags for layouts. The second issue I have noticed, heard of and read about is how Themers will insert their own Affiliate IDs into preloaded Ads such as Google&#8217;s AdSense.</p>
<h3>Issue Number 1: &lt;TABLE&gt; Tags Should Not Be Used For Layouts</h3>
<p style="text-align: center;"><img class="size-full wp-image-1037 aligncenter" title="HTML Table Layouts" src="http://www.tyleringram.com/wp-content/uploads/2009/01/htmltables.jpg" alt="HTML Table Layouts" width="502" height="232" /><br />
<strong><small>The above code I had to clean up to understand what was going on</small></strong></p>
<p>That&#8217;s right, the HTML &lt;table&gt; element should strictly be used for tabular data and not for website/theme layouts. In the past Tables were easier to use when ensuring your page looked the way you wanted it to. If you get into complicated layouts, Tables can start being a really large pain to work with in regards to rendering the cells to proper dimensions as well as compatibility across platforms. Mobile devices (with their smaller screens) will probably not render layouts in Tables properly and will be really buggered up or really squished.</p>
<p>Updating a Table layout can also be quite a task, especially if it has multiple rows that span across and down the page. Need to add a cell into the middle of a table? Is the table based on precise measurements (such as pixels) or is it based on percentages? I&#8217;ve had to deal with tables that use 1px wide cells to help nudge things around the screen. Also if the person who created the layout with Tables doesn&#8217;t follow good practices (such as indenting) then it can be really hard to modify and you might spend hours trying to figure out where everything is.</p>
<p><strong>Then What Are &lt;TABLE&gt; Tags Used For?</strong></p>
<p style="text-align: center;"><img class="size-full wp-image-1036 aligncenter" title="Tabular Data" src="http://www.tyleringram.com/wp-content/uploads/2009/01/tabulardata.jpg" alt="Tabular Data" width="500" height="123" /><br />
<strong><small>This is tabular data and what &lt;table&gt; tags should be used for</small></strong></p>
<p>Like I mentioned above Tables are used for tabular data. Do you have a long list of items with prices perhaps? A Table would work best, especially if you have lots of information to present. If the information is to be in the form of a spreadsheet then a Table would be used.</p>
<p><strong>How Do I Check If  A Layout Uses Tables?</strong></p>
<p>To check if a layout uses Tables extensively you can usually right click on a theme&#8217;s demo and select &#8216;View Source&#8217;. If there are a lot of &lt;table&gt;&lt;/table&gt;, &lt;tr&gt;&lt;/tr&gt;,&lt;td&gt;&lt;/td&gt; tags that will give you indication of a theme based on Tables.</p>
<p><strong>Should I Not Get A Theme If It Uses Tables?</strong></p>
<p>If you plan on updating or modifying your theme with little effort then I recommend not using it. It also is an old coding practice which is frowned upon by other web designer and developers.</p>
<p>Table layouts do not load as quickly as say a layout done with DIV tags. Though there still might be some debate about how much bandwidth a DIV based layout will save you over a Table based layout but DIV based layouts are the current standard for web design/development. They are also easier to work with when you need to modify things. They help keep code clean too if done properly!</p>
<h3>Issue Number 2: Check PreLoaded Affiliate or Ad Links</h3>
<p>Another thing I have noticed with Custom WordPress Themes is the use of the Themer inserting their own Affiliate ID into the preloaded ads. I guess if the person who purchases the theme does not care about monetizing their own website then why not right? Well if you are into monetizing your own website then I would recommend checking the preloaded Ads or Affiliate links if there are any and fixing them.</p>
<p><strong>Why Does This Matter?</strong></p>
<p>Well if your Custom Theme has preloaded Google AdSense ads that you did not configure, then when someone clicks on an ad the person who created the theme (for which you might have paid money for) will get the credit for that click and ultimately make some more money off your site. I guess people could argue the pros/cons of this practice, but to me this seems a bit too sneaky.</p>
<p>I remember Rod posted about <a href="http://rodtempleton.net/forced-ads-that-cant-be-removed-suck/" target="_blank">forced ads that were preloaded on a WordPress theme</a> he downloaded. When Rod went to remove the ads from the theme, the theme no longer worked. He reinserted the code and the theme continued to work. Another sneaky practice!  I am alright with giving attribution to the person who created the theme, but to try and make additional money off of it via sneaky tactics such as this just doesn&#8217;t sit right with me. Rod ended up removing that particular theme right away once he found that out.</p>
<p>If you are looking at using Free WordPress Themes, or Paid (Premium) WordPress Themes I would take a moment or two to perhaps look over the code. If you do not understand the code or where to look have someone else look into it for you. Make sure people are not trying to make money off of you without you knowing it. I am sure not everyone does this but just keep and eye out for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/check-your-custom-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>About WestCoast Alpine dot Com</title>
		<link>http://www.tyleringram.com/blog/about-westcoast-alpine-dot-com</link>
		<comments>http://www.tyleringram.com/blog/about-westcoast-alpine-dot-com#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:43:31 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ski]]></category>
		<category><![CDATA[Snowboarding]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=1009</guid>
		<description><![CDATA[
As some of you have seen via Twitter I have been starting to post links to a blog called WestCoastAlpine.com. What some of you might not know is what this blog is about, hopefully I can help explain it in case you were curious. If you are into winter activities in British Columbia or just [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 2px; width: 250px;"><!--adsense#250x250Single--></div>
<p>As some of you have seen via <a href="http://www.twitter.com/TylerIngram" target="_blank">Twitter</a> I have been starting to post links to a blog called WestCoastAlpine.com. What some of you might not know is what this blog is about, hopefully I can help explain it in case you were curious. If you are into winter activities in British Columbia or just in general I recommend following our updates (you can <a href="http://www.westcoastalpine.com/feed" target="_blank">subscribe to the RSS feed</a>) as we hope to provide more information about the local ski conditions as well as some other interesting information as often as we can.</p>
<h3>What Is WestCoast Alpine dot Com?</h3>
<p><a href="http://www.westcoastalpine.com" target="_blank">WestCoast Alpine</a> is a project of Robyn&#8217;s and mine related to the ski and snowboard activities of British Columbia. Currently we have been reporting on our adventures at the ski resorts such as Cypress Mountain, Grouse Mountain as well as the infamous Whistler/Blackcomb.</p>
<p style="text-align: center;"><a href="http://www.westcoastalpine.com"><img class="size-full wp-image-1010 aligncenter" title="WestCoast Alpione dot Com" src="http://www.tyleringram.com/wp-content/uploads/2009/01/westcoastalpine.jpg" alt="WestCoast Alpione dot Com" width="500" height="402" /></a></p>
<p>We will also be writing about the various events on the ski resorts around British Columbia such as the Telus World Ski and Snowboard Festival at Whistler/Blackcomb or the Kokanee Winterfest at Mount Washington. We may not get out to them all but we will try and keep up to date on what&#8217;s happening with them.</p>
<p>Don&#8217;t forget when we do our ski/ride road trips that we have plans for throughout the winter season, we will be writing about our accommodations, conditions of the runs as well as anything else that we come across in our travels.</p>
<p>We will also be keeping tabs on the equipment manufacturers.  Reporting on new released gear from such companies as Solomon, Burton, Head, <a href="http://www.mountaingear.com/TheNorthFace/">North Face</a>, Heli Hanson and others. After all, the more I get into snowboarding the more the gear and equipment fascinates me and I might even become a gear whore! With that of course I am sure we will be writing reviews of various gear we purchase as well throughout the year.</p>
<p>This project of ours also introduces Robyn into the world of blogging. She so far really enjoys it as she does like to write. It was also a fun way of combining one of our common interests and introducing her into another aspect of my life, yes the online life.</p>
<h3>Behind the Scenes</h3>
<p>WestCoast Alpine is a WordPress blog theme of my own creation. I will also be tweaking it over time as we build it up with more content. I have always been a fan of using 2-column layouts which are centered. I find it easier to work with a variety of resolutions starting at the 1024&#215;768 and up. If you are running less than that, well you should upgrade your monitor, video card and/or bump up your resolution to at least that.</p>
<p>The left column (main content) allows for up to 500px wide images/photos. This also allows for plenty of space for copy without having it looked squished or stretched too far. The right column (sidebar) is roughly 250px wide and will allow for up to two 125px wide button ads (if we see fit to use them) side by side but allows for some decent sized copy such as links or little blurbs too.</p>
<p>The layout itself was created in Adobe Illustrator and then sliced apart and glued back together using good ol&#8217; CSS. I do try my best to keep everything XHTML and CSS valid as that is just good practice. I find that sometimes I do have to edit the output of other people&#8217;s WordPress plugins to ensure it is XHTML and CSS valid but that&#8217;s another story.</p>
<p>So come by, read a few posts and say hi to both Robyn and I over at <a href="http://www.westcoastalpine.com" target="_blank">WestCoastAlpine.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/about-westcoast-alpine-dot-com/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe Illustrator PC 1 Course Completed</title>
		<link>http://www.tyleringram.com/blog/adobe-illustrator-pc-1-course-completed</link>
		<comments>http://www.tyleringram.com/blog/adobe-illustrator-pc-1-course-completed#comments</comments>
		<pubDate>Tue, 28 Oct 2008 02:35:16 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[bcit]]></category>
		<category><![CDATA[canada place]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[skylin]]></category>
		<category><![CDATA[stanley park]]></category>
		<category><![CDATA[vancouver]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=803</guid>
		<description><![CDATA[
One thing I find myself doing is constantly learning, especially when it comes to knowledge related to web design and development. I have always had a dislike for school but at the same time I have always enjoyed learning about whatever I can. With web development I have been looking to further my skill set [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 250px; padding-left: 2px;"><!--adsense#250x250Single--></div>
<p>One thing I find myself doing is constantly learning, especially when it comes to knowledge related to web design and development. I have always had a dislike for school but at the same time I have always enjoyed learning about whatever I can. With web development I have been looking to further my skill set and in an effort to do so I have been looking to branch off into the design side of the industry. With that in mind I choose to jump into the world of Vector images and artwork with Adobe Illustrator.</p>
<p><strong>Why have I wanted to learn the basics of Adobe Illustrator?</strong></p>
<p>I wanted to learn Illustrator to get a feel for vector artwork and illustrations. I believe in the land of web design, skills in illustrator can help when creating layouts that are more visually appealing as well helping clients brand themselves by creating logos that are not resolution dependent. You know, being able to use your logo on various types of media: from screen to print and beyond! It can also help in designing more unique websites that are more graphically and visually appealing to targeted audiences.</p>
<p>My Adobe Illustrator course was a level 1 course that helped me learn the basics and fundamentals of the program for creating vector images. While taking my Graphics Design (aka Communication Design) overview course, Illustrator also allowed me to digitize my homework and gain a better understanding between the two relationships print and web work can have.</p>
<p><strong>So what have I learnt?</strong></p>
<p>Recently I have been wanting to create a Vancouver skyline type vector and came up with the following:</p>
<p><img class="aligncenter" src="http://farm4.static.flickr.com/3154/2980004766_5a6d70f975_o.jpg" alt="VancouveSkyline" width="550" height="257" /></p>
<p>I took one of the many photos I took the other day and traced it out with the Pen tool. I find Illustrator to be pretty fun when I finally learnt how to properly use it. I added some white highlights to perhaps make it stand out a bit more and hopefully other people like it. I do anyway. I think it can be pretty recognizable to at least people of BC.</p>
<p>While working on it I remembered that <a href="http://www.miss604.com" target="_blank">Rebecca&#8217;s website</a> uses the Vancouver skyline in vector form as well. My vector image is quite similar to the one she uses and it looks like it was created from a photo shot from the same location mine was shot at; off of Stanley Park.</p>
<p>So now all I need to do it work on my Illustrator skill and keep on being creative. Perhaps I can redesign my blog into something more interesting and unique. I find that I need to keep an edge and keep my knowledge, skills all all that up and current. It seems there are web designers and developers everywhere and I need to make a mark and keep ahead of the pack as best I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/adobe-illustrator-pc-1-course-completed/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Being Creative With Social Media</title>
		<link>http://www.tyleringram.com/blog/being-creative-with-social-media</link>
		<comments>http://www.tyleringram.com/blog/being-creative-with-social-media#comments</comments>
		<pubDate>Thu, 11 Sep 2008 22:36:49 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=656</guid>
		<description><![CDATA[
Today is one of those creative days I have where I like to think about &#8216;what can I do to make my site more interesting?&#8217; Well as I was browsing over at John&#8217;s new layout which was designed by UBD I noticed that he displays his Twitter follower count in a dynamically generated graphic that [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 250px;"><!--adsense#250x250Single--></div>
<p>Today is one of those creative days I have where I like to think about &#8216;<em>what can I do to make my site more interesting</em>?&#8217; Well as I was browsing over at <a href="http://www.johnchow.com" target="_blank">John&#8217;s new layout</a> which was designed by <a href="http://www.uniqueblogdesigns.com/" target="_blank">UBD</a> I noticed that he displays his Twitter follower count in a dynamically generated graphic that was created by <a href="http://twittercounter.com/" target="_blank">TwitterCounter</a>.</p>
<p>I looked over at TwitterCounter to see what they were about and after looking at my followers (as of this posting there are 175 of you!) I noticed at the bottom that <a href="http://anidandesign.com/" target="_blank">Dani McDaniel created a fun looking graphic</a> which utilizes a piece of javascript code to pull your follower number. Now I thought it looked cool, interesting and a bit more fun than the regular chicklet you see (such as the one on John&#8217;s site) and since I love to use Photoshop to create new things (which is also a form of practice) I came up with the following image for my site:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.tyleringram.com/wp-content/themes/TysTest/images/twittercounter.jpg" alt="" width="265" height="100" /></p>
<p>As you can see from the above image it was set up to work with my right side column with a drop shadow to create the illusion of either sunken or popping out depending on your vision. The javascript is placed in a relative spot using CSS so that my number of followers is displayed. Pretty neat huh?</p>
<p><strong>WordTwit</strong></p>
<p>If you run a WordPress blog and have a Twitter account I would recommend combining WordPress and Twitter with a creation from <a href="http://www.bravenewcode.com/wordtwit/" target="_blank">BraveNewCode: WordTwit</a>. What WordTwit does is allows you to automatically generate a tweet when you post something new. What I like about it is I write post set it to a future date and forget about it (until I read comments etc). WordTwit kicks in when the post is published and all your followers are notified of your new post!</p>
<p><strong>wpCommentTwit</strong></p>
<p>Another plugin that I love using and will be using when I get my new blog designed and running is the WordPress plugin I wrote called <a href="http://www.tyleringram.com/blog/wordpress-plugin-wpcommenttwit" target="_blank">wpCommentTwit</a>. This plugin allows you to be notified (similar to the way WordTwit works) when someone has left an approved comment on your blog. Your Twitter Bot (which you create) sends you a Direct Message (which skips the API timer delay) and you get instant notification of a new comment. If you are not logged into Twitter then the Direct Message will be there waiting for you when you do.</p>
<p>If you are into the Social Media scene are using Twitter yet? If not why not? <a href="http://www.twitter.com/TylerIngram" target="_blank">Join Today and Follow Me</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/being-creative-with-social-media/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magazine Style Front Page Layout For WordPress</title>
		<link>http://www.tyleringram.com/blog/magazine-style-front-page-layout-for-wordpress</link>
		<comments>http://www.tyleringram.com/blog/magazine-style-front-page-layout-for-wordpress#comments</comments>
		<pubDate>Wed, 18 Jun 2008 18:54:31 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=433</guid>
		<description><![CDATA[
Recently I have been kicking around the idea of creating the main page of my blog to mimic that of a Magazine style layout. Displaying the most recent post at the top and then a breakdown of the next 4 posts in 2 columns each with excerpts is what I have had in mind. At [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 250px; margin-left: 2px;"><!--adsense#250x250Single--></div>
<p class="MsoNormal">Recently I have been kicking around the idea of creating the main page of my blog to mimic that of a Magazine style layout. Displaying the most recent post at the top and then a breakdown of the next 4 posts in 2 columns each with excerpts is what I have had in mind. At the very bottom I have included the 2 most recent reviews I have done here on my site as well. It seems more people like the gadget type reviews than anything really.</p>
<p class="MsoNormal"><strong>Why did I do this?</strong></p>
<p class="MsoNormal">I looked over my blogâ€™s statistics that are collected by Google Analytics and found that majority of my traffic does go directly to individual posts rather than my main site. Though traffic that comes from other blogs tend to point towards my main page (root domain) and I wanted to show more interesting posts to those who visit the main page. I also thought that offering an excerpt instead of the full post at the main page would allow for a more varied listing of posts that I offer people to read. This also allows people to have to scroll down less when they land on my domain.</p>
<p class="MsoNormal">In doing a change like this I find that the first few sentences will need to be able to grab the reader/visitors attention and entice them to click on the Continue Reading link so they can read the rest of the post. <span> </span>I also have created a script which will scan the posts and find the first image tag it finds, creates a thumbnail on the fly, and then adds it to the excerpt. Grabbing readerâ€™s attention visually is also a big help since most of us enjoy seeing images or photos of what they are reading.</p>
<p class="MsoNormal"><a class="tt-flickr tt-flickr-Original" href="http://www.flickr.com/photos/tyleringram/2589984091/"></a></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3105/2589984091_121957905c_o.jpg" border="0" alt="westend" width="500" height="281" /><br /><small>West End of City of Vancouver</small></p>
<p class="MsoNormal">The above picture was inserted to demonstrate the thumbnail script in action. On the main page of the site (while it is in the top 5 most resent posts) the script till grab it, thumbnail it, and insert it in the excerpt. This of course will not work once there is 6 posts published in front of this one but hopefully it gives you an idea.</p>
<p class="MsoNormal"><strong>What future plans do I have for something like this?</strong></p>
<p class="MsoNormal">When I find more time (after I free myself from doing product reviews) Iâ€™ll look at creating the thumbnail script into a WordPress plugin, though I see this mainly for technology sites such as <a href="http://www.futurelooks.com/">www.futurelooks.com</a> (where I got the idea from) or other blog sites with magazine style layouts. Who knows perhaps there could be other uses for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/magazine-style-front-page-layout-for-wordpress/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
