<?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>Miscellaneous Ramblings of a Web Developer in the Metro Vancouver area. Technology, Web Development, Photography, Computers and Outdoor Activities</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:30:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How Dropbox Makes My Life Easier</title>
		<link>http://www.tyleringram.com/blog/how-dropbox-makes-my-life-easier</link>
		<comments>http://www.tyleringram.com/blog/how-dropbox-makes-my-life-easier#comments</comments>
		<pubDate>Fri, 22 Jul 2011 19:29:39 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=3363</guid>
		<description><![CDATA[One of the things I love to do is code, specifically code using web technologies such sa PHP, MySQL, xHTML and the rest. One thing that can be a bit difficult is working from multiple computers and ensuring I have all my files available to me. Before the &#8220;Cloud&#8221; When I started doing web design [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I love to do is code, specifically code using web technologies such sa PHP, MySQL, xHTML and the rest. One thing that can be a bit difficult is working from multiple computers and ensuring I have all my files available to me.</p>
<h3>Before the &#8220;Cloud&#8221;</h3>
<p>When I started doing web design and development work I would make use of the various spare computers and create little WAMP (<strong>W</strong>indows <strong>A</strong>pache <strong>M</strong>ySQL <strong>P</strong>HP) servers. I would have my main one at home and then one at my place of work. I would then email myself back and forth the files I was working on which worked for a little while. I would do edits at home, email them to my main email account, head to the office and retreive them from said account. A bit of a time consuming process and it was prone to human error. The human error mainly was forgetting to email the files to myself so when I got over to the other location (computer) I had no files waiting for me.</p>
<p>Then it dawned on me, why not use a USB key to transfer files back and forth. That would make it easier!</p>
<p>At that time, I also thought about running a WAMP setup off of the USB key too. That would allow me to use any computer I could plug a USB key into, to become a test environment for the various websites I work on. For that I utilize a program suite called <a title="XAMPP - Web server on a stick" href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a>.</p>
<p>It wasn&#8217;t for about a couple of months of toting the USB key with me between locations that I started to notice an flaw in my thinking. If I forgot the USB key at the office on a Friday, I did not have my files with me on the weekend. That&#8217;s 2 days of not being able to code!</p>
<h3>After the &#8220;Cloud&#8221;</h3>
<p style="text-align: center;"><a title="Create a Dropbox Account!" href="http://db.tt/PT20QFi" target="_blank"><img class="alignnone" title="DropBox" src="http://smellypunks.files.wordpress.com/2010/04/dropbox1.png?w=400&amp;h=300" alt="DropBox" width="400" height="300" /></a></p>
<p>When people mention the &#8220;Cloud&#8221; they are talking about the Internet (usually). In this case I finally got around to looking at the online service <a title="DropBox - Share files amongst multiple computers easily!" href="http://db.tt/PT20QFi" target="_blank">Dropbox</a>.</p>
<p>Dropbox is a neat online service that allows you to sync files between computers anywhere in the world and for <strong>free</strong> (up to 2GB)! They have other plans for different storage needs, at a monthly price though.</p>
<h3>How Dropbox Works (the simple explaination)</h3>
<p>You install Dropbox onto the computers of your choice. In my case, I installed it on my home computer and the computer at the office. They are linked together based on an account you create with Dropbox. Pretty simple actually.</p>
<p>A specific folder is created (in a location of your choice) and you can drag-n-drop files into it. The files that are stored in that folder are synced with the Dropbox server(s). Linked accounts (yours or friends&#8217; etc) can access those files (you can choose what to share and what not to share) from anywhere with an Internet connection.  You can also access the files from the Dropbox website too, if you do not want to install the little program on a particular machine.</p>
<h3>How Does Dropbox Help Me?</h3>
<p>I setup up XAMPP to work from the Dropbox specified folder. I also made sure that each location that I use Dropbox at has the folder in the same place (same file path) so that XAMPP looks for the appropriate webfiles without having to be modified in each location.</p>
<p>The use of Dropbox now eliminates any issues with me forgetting to update my files and transfer them between home and office. Whatever I change at the office, will be synced up when I get home. I love it!</p>
<h3>Afterthoughts</h3>
<p>Perhaps when I get a bit more time, I&#8217;ll look at setting up my LAMP (Yup, Linux this time)  server at home to utilize Dropbox too. That way, my dedicated web server at home will have all the necessary files in sync with the computer at the office and at home.</p>
<p>For those who are wondering my LAMP server has Samba set up so I can edit files live on the laptop that are stored on the server itself. I hvaen&#8217;t quite wanted to set up a repository yet as I find that as a single user, having to commit, checkout and various other subversion functions are a bit inefficient for me. Though in a multi-user environment, subversion can be great (if set up correctly).</p>
<p>So if you use multiple computers, perhaps you should <a title="Dropbox - Synchronize files from multiple computers in one place!" href="http://db.tt/PT20QFi" target="_blank">take a look at Dropbox</a> to help organize files for which you edit in separate locations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/how-dropbox-makes-my-life-easier/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Photo of the Day: Shuttlecraft Tydirium</title>
		<link>http://www.tyleringram.com/blog/photo-of-the-day-shuttlecraft-tydirium</link>
		<comments>http://www.tyleringram.com/blog/photo-of-the-day-shuttlecraft-tydirium#comments</comments>
		<pubDate>Fri, 15 Jul 2011 15:54:39 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Photo of the Day]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[commute]]></category>
		<category><![CDATA[potd]]></category>
		<category><![CDATA[starwars]]></category>
		<category><![CDATA[transit]]></category>
		<category><![CDATA[translink]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=3339</guid>
		<description><![CDATA[Ok, so it&#8217;s not really the Shuttle Tydirium, but it reminded me of it.  Just leaving the SW Marine Drive Canadaline station heading towards Richmond&#8217;s Bridgeport station. Even though I gripe about @Translink from time to time, I am appreciative of the fact that to get to and from work I only have to take [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://farm7.static.flickr.com/6013/5940291644_f0d44e5bd4_o.jpg" alt="Shuttle Tydirium Ready for Launch" width="800" height="598" border="0" /></p>
<p>Ok, so it&#8217;s not really the <a title="Shuttlecraft Tydirium" href="http://starwars.wikia.com/wiki/Tydirium" target="_blank">Shuttle Tydirium</a>, but it reminded me of it.  Just leaving the SW Marine Drive Canadaline station heading towards Richmond&#8217;s Bridgeport station.</p>
<p>Even though I gripe about @Translink from time to time, I am appreciative of the fact that to get to and from work I only have to take 1 bus and 1 train. In a couple more months, I will be going back to school where my commute will consist of 2 busses and 1 train and a bit of a longer commute.</p>
<p>Though, I might have found an alternative route, one that I believe Translink doesn&#8217;t display when you use their Trip Planner tool. I am thinking if I take the #351 to Bridgeport, I can then hop on the #430 straight to Metrotown and then either take the bus down to BCIT or walk (as I do sometimes) down Willington Avenue. If my little calculations are correct, the commute from my newly found route will be about 1 hour and 10 minutes (depends on the link between the buses at Bridgeport and their frequency), whereas the Translink suggested route is 1 hour and 40 minutes.  Let&#8217;s hope I have discovered a quicker route to school!</p>
<h3>On a side note</h3>
<p>I do love the side notes, my blog posts lately seem to be more rambling than anything. Though I do have some regular posts planned, just have to find time for them.</p>
<p>Lately, in my spare time (of what little I have of it),  I have been working on a website for my buddy, <a title="PacificEagle - Fine Art Photography" href="http://www.twitter.com/pacificeagle" target="_blank">@PacificEagle</a>, and been tinkering with PayPal&#8217;s API, specifically their ExpressCheckout API. After creating my own PHP classes for both PayPal integration and a separate shopping cart, I find that I am having more fun with web development these days. I reall need to look into a way of doing it all the time I think.</p>
<p>The great thing about making my own classes is that I can reuse the code on other projects! yay for code-reuse! Not to mention I do find it fun to do object calls, makes the code look cleaner too.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/photo-of-the-day-shuttlecraft-tydirium/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Did TylerIngram.com Go?</title>
		<link>http://www.tyleringram.com/blog/where-did-tyleringram-com-go</link>
		<comments>http://www.tyleringram.com/blog/where-did-tyleringram-com-go#comments</comments>
		<pubDate>Wed, 16 Feb 2011 15:43:13 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[registrar]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=3053</guid>
		<description><![CDATA[Yesterday morning, during my typical checking the &#8216;Net routine, I noticed something was amiss. When I tried going to my site (www.tyleringram.com) it was coming up at 404. Bah! I jumped over to IsItDownForEveryoneOrJustMe.com and it was reported that it was indeed down for everyone. Something, for sure was wrong. I popped over to my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://farm6.static.flickr.com/5133/5450525305_9cbd208a5c_o.jpg" border="0" alt="Oops" width="439" height="164" /></p>
<p>Yesterday morning, during my typical checking the &#8216;Net routine, I noticed something was amiss. When I tried going to my site (www.tyleringram.com) it was coming up at 404. Bah! I jumped over to <a title="Check the status of your URL" href="http://isitdownforeveryoneorjustme.com" target="_blank">IsItDownForEveryoneOrJustMe.com</a> and it was reported that it was indeed down for everyone. Something, for sure was wrong. I popped over to my webhost (<a title="BlueFur - Canadian Web Hosting" href="http://www.bluefur.com" target="_blank">BlueFur.com</a>) and their server status was green, so it wasn&#8217;t a problem with them. I jumped into their Online Technical Support chat where a quick-to-respond fellow by the name of Kyle was there ready to assist me.</p>
<p style="padding-left: 30px;"><em>My question: I cannot seem to get to my site, did something change with the DNS?</em></p>
<p style="padding-left: 30px;"><em>Kyle: Let me take a moment and check</em>.</p>
<p>A few moments later, he got back to me.</p>
<p style="padding-left: 30px;"><em>Kyle: It seems that your registrar changed their DNS so your site isn&#8217;t pointing to anything.</em></p>
<p style="padding-left: 30px;"><em>Me: Ah crap.</em></p>
<p>After Kyle sent me the DNS names, I then noticed that this domain was handled through a different registrar. I updated the DNS to reflect that which Kyle sent me. Typically I&#8217;ve pointed the CNAME to the IP address of the servers, so I guess adding the proper DNS would be a bit better. Still nothing, though technically it can take up to 48 hrs for DNS changes to propagate. This morning I checked again, and TylerIngram.com was still MIA. I went back into my admin panel of my registrar and noticed something silly; my domain expired!</p>
<p>Yup, I had forgotten to renew my domain name and that is why my site was missing on the 14th and 15th. If you did notice, I do apologize. If you did not notice, well that&#8217;s alright too! This has happened to me before, I some how forget that a domain is set to expire and I accidentally let it expire. Glad that when a domain does expire, the registrars typically lock them so only the previous owner can renew them for a certain period of time. I guess that helps stop people from stealing domains the moment they expire if the owner is occasional not on the ball.</p>
<p>I could have set the domain to auto-renew, or I could buy domain names for multiple years, but I don&#8217;t seem to do that. If I buy a domain and decide later to let it down, auto-renew tends to not let that happen (as in the case of a couple sites that accidentally renewed).</p>
<h3>Have I Learned My Lesson?</h3>
<p>I probably haven&#8217;t learned my lesson on having domain names expire. I will though change the email address associated with this domain&#8217;s registrar so I am properly notified of expiry time though. I could transfer this domain to another registrar (one that I use for all my other domains) but the $8 cost is a bit steep for me. Yea, $8 is a bit steep for me to spend on something like this. I have also heard that transferring a domain from one registrar to another can be a bit of a pain too, which I don&#8217;t really want to go through right now. It would be nice to keep all my domains in the same spot though.</p>
<p>Have you ever accidentally let a domain expire? One that was important etc?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/where-did-tyleringram-com-go/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sunset and New Look</title>
		<link>http://www.tyleringram.com/blog/sunset-and-new-look</link>
		<comments>http://www.tyleringram.com/blog/sunset-and-new-look#comments</comments>
		<pubDate>Fri, 20 Aug 2010 06:00:57 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hornby]]></category>
		<category><![CDATA[hornby islaand]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=2775</guid>
		<description><![CDATA[One thing you have to love is a good sunset, right? The smokey skies of western British Columbia allowed for some spectacular colours skies. I took this one after a swim in the water and on the last evening that Robyn and I stayed on Hornby Island. The sun sets over Vancouver Island, with Denman [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm5.static.flickr.com/4081/4909742422_0b5c93da0a_o.jpg" border="0" alt="Hornby Island Sunset" width="800" height="533" /></p>
<p>One thing you have to love is a good sunset, right? The smokey skies of western British Columbia allowed for some spectacular colours skies. I took this one after a swim in the water and on the last evening that Robyn and I stayed on Hornby Island.</p>
<p>The sun sets over Vancouver Island, with Denman Island in the foreground. Two people on the saleboat prepare it for docking at the Ford&#8217;s Cove Marina.</p>
<p>I did take this photo standing in the water. I scrambled out of the water (while we were swimming) so I could run to the cabin and grab the camera. It&#8217;s the only sunset I really captured while we were there.</p>
<h3>A New Look</h3>
<p>Yup, I love to change the way my blog/site looks, don&#8217;t I? I think it looks a bit better than my previous incarnation. I&#8217;m trying to be more graphical when it comes to design. I need to learn more tricks with Photoshop and such so I can make better looking websites. From a programming (back end) point of view, I am pretty killer at creating things via scripts and codes, though my confidence with graphical design leaves a bit for the imagination. Oh well, I&#8217;ll just keep practising!</p>
<p>Hope you like the new design, it&#8217;s here for a while!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/sunset-and-new-look/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merging of Two Websites</title>
		<link>http://www.tyleringram.com/blog/merging-of-two-websites</link>
		<comments>http://www.tyleringram.com/blog/merging-of-two-websites#comments</comments>
		<pubDate>Wed, 23 Jun 2010 01:17:38 +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[flickr]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=2581</guid>
		<description><![CDATA[Recently I&#8217;ve been talking about the merging of two websites on Twitter as well as Facebook. Well today I decided to tidy it up and make it happen live. Though I am sure there are some little aspects to deal with (such as redirecting one site to another site). So what sites am I talking [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been talking about the merging of two websites on Twitter as well as Facebook. Well today I decided to tidy it up and make it happen live. Though I am sure there are some little aspects to deal with (such as redirecting one site to another site).</p>
<p>So what sites am I talking about anyway? I decided to merge TylerIngram.com and TylerIngramPhotos.com. Since TylerIngramPhotos.com is primarily a photo showcase website with little traffic, I thought it might be best to just merge it into this site (the blog) since I tend to update this way more often than my photo site. I also think it might be easier to share one website with people who are interested in my photos, but might also find my writing to be of interest as well and vise-versa.</p>
<h3>What was done?</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://farm2.static.flickr.com/1242/4726197184_b9bca567ee_o.jpg" border="0" alt="Tyler Ingram dot Com Screen Shot" width="800" height="611" /></p>
<p>Since TylerIngramPhotos.com was more of a one page sort of site (that was manipulated to look like many), I thought I would look through the code I wrote and port it into a WordPress environment. TylerIngramPhotos.com uses the Flickr API extensively and since most of my code is function base, it was fairly simple to move over into the WordPress Environment without too much trouble. There was some CSS issues that I dealt with, though for the most part they should be corrected now.</p>
<p>All the photos are pulled from Flickr from a particular Collection. This collection stores various Sets which holds the photos themselves. The great thing about using Flickr&#8217;s API, is that I can pull any data from my photos that is stored on Flickr. The tags, or keywords that the photos on Flickr have are used here to pull up the top 5 most related blog posts. I hope this helps people who land on a photo stick around a little longer and check out some other things here on my site.</p>
<p>You can check out <a href="http://www.tyleringram.com/photos">TylerIngram.com/photos</a> for the Collection itself.</p>
<h3>What else needs to be done?</h3>
<p>I find that I am forever adding, tweaking or changing so I am sure there are other things that need to be done. It looks like I might need to fix the positioning of the top header menu so it aligns vertically better with the social media icons.</p>
<p>I need to look at my <em>Photo of the Day</em> script and implement that in an easy and fun way.</p>
<p>Add more photos into my Portfolio Collection (the collection on Flickr for which my photos are displayed from). Granted not all photos are everyone&#8217;s cup-of-tea, but, I do like what I have there so far. I know there are more photos to add, and I am sure I&#8217;ll look at ones to weed out.</p>
<p>I need to redirect TylerIngramPhotos.com to this site and reactivate the Photograph Page I have stored in the WordPress database. Perhaps add some sub-pages to the Photography section for Services/Prices that I offer.</p>
<h3>What Can You Do?</h3>
<p>A couple of things you can do for me. First off, if you come across any weird issues or bugs, please don&#8217;t hesitate to ask. I&#8217;ve so far tested this in Firefox 3.* and IE 7. Typically I find that if it works in those two, chances are it will work in the rest (mostly).</p>
<p>Second, you can <a href="http://www.facebook.com/pages/Tyler-Ingram-dot-Com/103648149685334" target="_blank">Like my Facebook page!</a> Yup, I created a single Facebook page to run for both my blog here and whatever photography stuff too.</p>
<p>Last but not least, if you have any suggestions for my site, I am always listening!</p>
<p><strong>Hope you like the changes! </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/merging-of-two-websites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photo Portfolio Site Redone</title>
		<link>http://www.tyleringram.com/blog/photo-portfolio-site-redone</link>
		<comments>http://www.tyleringram.com/blog/photo-portfolio-site-redone#comments</comments>
		<pubDate>Sat, 03 Apr 2010 17:26:02 +0000</pubDate>
		<dc:creator>Tyler Ingram</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.tyleringram.com/?p=2395</guid>
		<description><![CDATA[Over the past little bit I&#8217;ve let one of my web sites dwindle down as I found it not as fun update. You see, with the previous incarnation of my photography portfolio website (www.tyleringramphotos.com) it was running on WordPress. I have had a few iterations with themes but essentially each blog post was a new [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past little bit I&#8217;ve let one of my web sites dwindle down as I found it not as fun update. You see, with the previous incarnation of my photography portfolio website (<a href="http://www.tyleringramphotos.com">www.tyleringramphotos.com</a>) it was running on WordPress. I have had a few iterations with themes but essentially each blog post was a new photo. I began to dislike the way that worked and thought through some new ways of displaying photos, but making it a less time consuming experience to maintain.</p>
<p>As many of you know (or if you don&#8217;t, you will now), I use Flickr a lot to showcase, display and share photos with people. With having a Pro Account on Flickr, the ability to upload an unlimited amount of photos is a great thing. Another aspect I like about storing photos on Flickr, is that it saves my web hosting packages from using up bandwidth when displaying photos to visitors. Flickr rarely (or never) goes down, so the photos are essentially available 24/7.</p>
<p>So what does Flickr have to do with my new photo portfolio website? A lot actually. In fact, the way I redesigned the new website is to utilize the Flickr API (Application Programming Interface) in such a way that to update my photos on my portfolio site, all I have to do is add them to Flickr in the appropriate location.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4042/4487335838_2660172ebf_o.jpg" border="0" alt="Tyler Ingram Photography - Home Page" width="800" height="597" /></p>
<p>Using the magical powers of PHP in conjunction with Flickr&#8217;s API allows me to easily display and showcase photos that I find might be worthy of showing my photographic talents.</p>
<h3>So how does this all work?</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2688/4487335636_3f001b911a_o.jpg" border="0" alt="Flickr Collection" width="800" height="361" /></p>
<p>First I set up a Collection in Flickr. A Collection is pretty much a larger scope of photos which typically content multiple Sets. In my case, I created a collection called Portfolio which is comprised of multiple Sets. Each Set is of a particular theme; Sports, Travel, Wildlife, People and HDR (or High Dynamic Range). All I have to do to add a photo to a particular location is to add it to a particular Set.</p>
<p>Being my biggest critic, I still hum and haw over photos that I think <em>might</em> be worthy enough to show people my skills behind the camera.</p>
<p>Once all the photos I wanted to show on the site were in their respected Flickr Sets, it was time to figure out how I want to display them and dive deeper into the Flickr API.</p>
<p>The front page (shown at the top of this post) will randomly select 12 photos from each Set to display. You can browse the sets one by one, or you can click on a photo within the set to display that photo right away. Cool right?</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2713/4487335936_11524d2b36_o.jpg" border="0" alt="Tyler Ingram Photography - A Set" width="800" height="373" /></p>
<p>When you click on a particular Set, it will display all the photos that belong to that Set as Thumbnails first. It will also give a brief description about the particular Set too.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2714/4487336362_10e02d8a52_o.jpg" border="0" alt="Tyler Ingram Photography" width="800" height="693" /></p>
<p>When you click on a particular photo it will display it on the page in all its beautiful glory! Typically shown at 800 pixels on the long edge. It will retrieve the photo&#8217;s Title and Description and display it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2718/4486686307_86d2726a26_o.jpg" border="0" alt="Tyler Ingram Photography - Photo Info" width="800" height="550" /></p>
<p>You also might notice a small, white Question Mark at the top right corner of each photo as well. When you click on it, it will slide out and display some more information about the photo itself, usually the EXIF data as well as its keywords. All this information is retrieved from Flickr.</p>
<p>You can also navigate between photos by clicking on the arrows at the top of each photo. Hopefully this makes it a bit easier to look through the photos. The page load times shouldn&#8217;t be that bad either as all it does is fetches the photos as they are being displayed. I might look perhaps a more easier to use AJAX system which will not require page loads, though for now I think it works nicely.</p>
<p>There is also a <a href="http://tyleringramphotos.com/potd" target="_blank">Photo of the Day</a> (PotD) page for my portfolio site. This page works similarly to the rest of the site. Photos are added to the Flickr Set I can created for this particular feature. Any photos that I think are interesting, and other people might find interesting will be added to the Photo of the Day section. Again, being able to just add it to the Flickr Set, makes this an easy section to update.</p>
<p>The About and Contact pages are fairly static and nothing really exciting. The Contact page has a form that people can fill out to get in touch with me, it is also generated via PHP and does some nice massaging magic for when I receive the messages.</p>
<p>Another cool thing to make mention about the way I created this website is the use of a singal configuration file. With that configuration file, I could change the photos shown by just changing a view variables. I could display a Flickr Collection that you, yourself have set up and it will display any photos you have within the sets within that Collection of yours. Who knows, perhaps other people might like something similar to this right? Perhaps I can one day include theme support? Ah, the possibilities could be endless!</p>
<h3>Possible Future Updates:</h3>
<p>I am always thinking of new ways to not only share and display my photography, but also to make my websites a bit more interesting and exciting. Some other ideas I have for the site but will need some more thought are:</p>
<ul>
<li>Purchasing of Photos with a Shopping Cart</li>
<li>Easier way to navigate between Photos &#8211; Perhaps AJAX based</li>
<li>More Photos!</li>
</ul>
<p>What do you think of this particular newly redesign photography portfolio website? What do you like/dislike about it? What would you like to see on it? I am always wanting feedback about the work I do in both the Photography department and the Web Design/Developing department, so I hope you will leave a comment with your thoughts/suggestions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyleringram.com/blog/photo-portfolio-site-redone/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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 [...]]]></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[Photography]]></category>
		<category><![CDATA[PHP]]></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>
	</channel>
</rss>

