<?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>Kyle Noland</title>
	<atom:link href="http://www.kylenoland.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylenoland.com</link>
	<description>Website Design and Development</description>
	<lastBuildDate>Sat, 21 Aug 2010 20:34:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Allow non administrative users of Windows XP to adjust power settings</title>
		<link>http://www.kylenoland.com/allow-non-administrative-users-of-windows-xp-to-adjust-power-settings/</link>
		<comments>http://www.kylenoland.com/allow-non-administrative-users-of-windows-xp-to-adjust-power-settings/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 16:11:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=162</guid>
		<description><![CDATA[I&#8217;m not sure why Microsoft thinks that normal users shouldn&#8217;t be able to adjust their own power settings &#8211; especially laptop users &#8211; but they do.  Here is how to grant the appropriate permission to the power settings while keeping everything else locked down. This walk through assumes that you are logged onto the machine [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure why Microsoft thinks that normal users shouldn&#8217;t be able to adjust their own power settings &#8211; especially laptop users &#8211; but they do.  Here is how to grant the appropriate permission to the power settings while keeping everything else locked down.</p>
<p>This walk through assumes that you are logged onto the machine as the non administrative user.</p>
<p><strong>Step 1:  Launch the registry as the administrator</strong><br />
Navigate to Start &gt; Run and issue the following command:</p>
<blockquote><p>runas /user:localhost\administrator regedit</p></blockquote>
<p>A command window will appear and prompt you for the administrator password.  You will not see the password on the screen as you type.</p>
<p><strong>Step 2: Modify permissions on the PowerCfg registry key</strong></p>
<blockquote>
<ol>
<li>Browse  to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\PowerCfg</li>
<li>Right-click on the “GlobalPowerPolicy” key and choose “Permissions”</li>
<li>Click on the “Advanced” button</li>
<li>Click “Add”</li>
<li>Type INTERACTIVE and click “Check names”, then OK</li>
<li>Check the “Set value” and “Create Subkey” checkboxes in the “Allow” column, and click OK to apply your changes all the way out</li>
<li>Repeat the above steps for the “PowerPolicies” registry key</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/allow-non-administrative-users-of-windows-xp-to-adjust-power-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow non administrative users of Windows XP to change the system time and time zone settings</title>
		<link>http://www.kylenoland.com/allow-non-administrative-users-of-windows-xp-to-change-the-system-time-and-time-zone-settings/</link>
		<comments>http://www.kylenoland.com/allow-non-administrative-users-of-windows-xp-to-change-the-system-time-and-time-zone-settings/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 15:43:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=158</guid>
		<description><![CDATA[I won&#8217;t go into whether or not it is a good idea to grant rights to non-administrative users of a PC to change the system time and time zone settings, but if you need to do it without logging on locally as a computer administrator, here is how you do it. Step 1:   Grant [...]]]></description>
			<content:encoded><![CDATA[<p>I won&#8217;t go into whether or not it is a good idea to grant rights to non-administrative users of a PC to change the system time and time zone settings, but if you need to do it without logging on locally as a computer administrator, here is how you do it.</p>
<p><strong>Step 1:   Grant the SeSystemtimePrivilige to the user</strong><br />
You can perform this step on the command line with the NTRights application or via the GUI.  We will perform the steps using the Windows GUI.</p>
<blockquote>
<ol>
<li>Navigate to the Control Panel &gt; Administrative Tools</li>
<li>Hold the shift key while right clicking the Local Security Policy applet and choose the Run As option</li>
<li>Specify that you want to run the applet as the local administrator and provide the appropriate password.</li>
<li>From the menu on the left hand side, navigate to Security Settings &gt; Local Policies &gt; User Rights Assignment</li>
<li>Double click the &#8220;Change the system time&#8221; policy located in the right side of the screen.</li>
<li>Click the Add User or Group button and locate the user you wish to grant permission to.  Click OK to apply your changes all the way back out.</li>
</ol>
</blockquote>
<p><strong>Step 2: Launch the registry editor as the local administrator</strong><br />
To begin, click Start &gt; Run and type the following:</p>
<blockquote><p>runas /user:localhost\administrator regedit</p></blockquote>
<p>A command prompt window will open and prompt you for the local administrator credentials.  Enter the password and hit Enter.  You will not see any characters appear in the command window while typing the password.</p>
<p><strong>Step 3:  Grant permission to the user on the TimeZoneInformation registry key</strong><br />
It should go without saying, but messing around in the registry can cause system problems, so be careful.  Use <a title="Backup and restore the Windows XP registry" href="http://support.microsoft.com/kb/322756" target="_blank">this link</a> to create a backup of the registry before continuing.</p>
<blockquote>
<ol>
<li>Locate the HKLM\System\CurrentControlSet\Control\TimeZoneInformation registry key.</li>
<li>Right click on the key and choose the Permissions option</li>
<li>Click the Advanced button</li>
<li>Locate the appropriate user or group you wish to delegate permissions to.  Click on the user or group and hit the Edit button</li>
<li>Modify the permissions so that the Query Value, Set Value, Create Subkey, Enumerate Subkeys, Notify and Read Control permissions are applied.</li>
<li>Click OK to apply your changes all the way out</li>
</ol>
</blockquote>
<p><strong>Step 4:  Reboot</strong><br />
Once you reboot the machine the non-administrative user will be able to adjust the time and time zone settings on their machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/allow-non-administrative-users-of-windows-xp-to-change-the-system-time-and-time-zone-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kestrel Resources, Inc.</title>
		<link>http://www.kylenoland.com/kestrel-resources-inc/</link>
		<comments>http://www.kylenoland.com/kestrel-resources-inc/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:45:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=146</guid>
		<description><![CDATA[Kestrel Resources, Inc. is a Dallas based oil and gas asset management firm.  This project was a website redesign with the goal of improving their Google Page Rank score as well as incorporating a more modern design for their customers and visitors. Technologies Used XHTML CSS Flash PHP JQuery JavaScript Live Site www.kestrelri.com]]></description>
			<content:encoded><![CDATA[<p>Kestrel Resources, Inc. is a Dallas based oil and gas asset management firm.  This project was a website redesign with the goal of improving their Google Page Rank score as well as incorporating a more modern design for their customers and visitors.</p>
<p><strong>Technologies Used</p>
<ul>
<li><span style="font-weight: normal;"><strong> </strong>XHTML</span></li>
<li><span style="font-weight: normal;">CSS</span></li>
<li><span style="font-weight: normal;">Flash</span></li>
<li><span style="font-weight: normal;">PHP</span></li>
<li><span style="font-weight: normal;">JQuery</span></li>
<li><span style="font-weight: normal;">JavaScript</span></li>
</ul>
<p></strong></p>
<p><strong>Live Site<br />
<span style="font-weight: normal;"><a title="Oil and Gas Asset Management by Kestrel Resources" href="http://www.kestrelri.com" target="_blank">www.kestrelri.com</a></span> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/kestrel-resources-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Core Group</title>
		<link>http://www.kylenoland.com/the-core-group/</link>
		<comments>http://www.kylenoland.com/the-core-group/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=141</guid>
		<description><![CDATA[The Core Group is a Dallas based structural engineering firm specializing in the design and construction of amusement and water park slides and rides.  The website features a custom design, fully w3C compliant code, and an extensive JQuery-driven portfolio with heavy YouTube integration. Technologies Used XHTML CSS JavaScript JQuery PHP Live Site www.coregroupengineering.com]]></description>
			<content:encoded><![CDATA[<p>The Core Group is a Dallas based structural engineering firm specializing in the design and construction of amusement and water park slides and rides.  The website features a custom design, fully w3C compliant code, and an extensive JQuery-driven portfolio with heavy YouTube integration.</p>
<p><strong>Technologies Used</strong></p>
<p><strong></p>
<ul>
<li><span style="font-weight: normal;"><strong> </strong>XHTML</span></li>
<li><span style="font-weight: normal;">CSS</span></li>
<li><span style="font-weight: normal;">JavaScript</span></li>
<li><span style="font-weight: normal;">JQuery</span></li>
<li><span style="font-weight: normal;">PHP</span></li>
</ul>
<p></strong></p>
<p><strong>Live Site<br />
<span style="font-weight: normal;"><a title="Dallas Structural Engineering by The Core Group" href="http://www.coregroupengineering.com" target="_blank">www.coregroupengineering.com</a></span> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/the-core-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADAM Energy Forum</title>
		<link>http://www.kylenoland.com/adam-energy-forum/</link>
		<comments>http://www.kylenoland.com/adam-energy-forum/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:07:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=134</guid>
		<description><![CDATA[The ADAM Energy Forum is a Dallas based organization bringing members of the energy exploration and investment industry together.  The website is built on the WordPress framework to allow ADAM Energy Forum personnel to manage their own content.  The site features a secure members-only area, member downloads, and payment integration for memberships and event reservations [...]]]></description>
			<content:encoded><![CDATA[<p>The ADAM Energy Forum is a Dallas based organization bringing members of the energy exploration and investment industry together.  The website is built on the WordPress framework to allow ADAM Energy Forum personnel to manage their own content.  The site features a secure members-only area, member downloads, and payment integration for memberships and event reservations via PayPal.</p>
<p><strong>Technologies Used<br />
</strong></p>
<p><strong> </strong></p>
<p><strong></p>
<ul>
<li><span style="font-weight: normal;"><strong> </strong>XHTML</span></li>
<li><span style="font-weight: normal;">CSS</span></li>
<li><span style="font-weight: normal;">JavaScript</span></li>
<li><span style="font-weight: normal;">JQuery</span></li>
<li><span style="font-weight: normal;">WordPress</span></li>
<li><span style="font-weight: normal;">PHP</span></li>
<li><span style="font-weight: normal;">MySQL</span></li>
<li><span style="font-weight: normal;">PayPal API</span></li>
</ul>
<p></strong></p>
<p><strong>Live Site<br />
<span style="font-weight: normal;"><a title="ADAM Energy Forum" href="http://www.adamenergyforum.org" target="_blank">www.adamenergyforum.org</a></span> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/adam-energy-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Reasons you shouldn&#8217;t build a website in Adobe Flash</title>
		<link>http://www.kylenoland.com/3-reasons-you-shouldnt-build-a-website-in-adobe-flash/</link>
		<comments>http://www.kylenoland.com/3-reasons-you-shouldnt-build-a-website-in-adobe-flash/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 23:29:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=114</guid>
		<description><![CDATA[I&#8217;ve never really liked Flash.  I&#8217;ve been over the typical splash page intro for a long time.  Don&#8217;t misunderstand me here &#8211; I&#8217;m guilty of creating the kind of block-text-flying-past-your-face-with-laser-noises site intros.  Sometimes the client insists on that kind of Dane Cookery.  Some things never change &#8211; but at least now there is a better [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never really liked Flash.  I&#8217;ve been over the typical splash page intro for a long time.  Don&#8217;t misunderstand me here &#8211; I&#8217;m guilty of creating the kind of block-text-flying-past-your-face-with-laser-noises site intros.  Sometimes the client insists on that kind of <a title="Dane Cook Movie Previews" href="http://www.youtube.com/watch?v=-3F6xcOUs2I" target="_blank">Dane Cookery</a>.  Some things never change &#8211; but at least now there is a better alternative: HTML 5.  I&#8217;ll cover some interesting aspects of HTML 5 in my next article.</p>
<p>But let&#8217;s not get ahead of ourselves.  Here are a few reasons why building a Flash website is a really bad idea:</p>
<p><strong>1.  Search engines can&#8217;t index it (mostly)<br />
</strong>OK, so this might be changing.  Google has announced that it can index <em>some</em> parts of your Flash movie &#8211; but not all parts.  Basically the Google bot uses a brute force method to click around in your Flash movie and record what happens.  Sounds a little sketchy to me.  Certainly sketchy enough that I wouldn&#8217;t pin one of my site&#8217;s SEO hopes and dreams on it.  And what about Bing, Yahoo! and Ask.com?</p>
<p><span style="font-weight: normal;"><strong>2.  Flash requires a special browser plugin<br />
<span style="font-weight: normal;">This should be pretty obvious.  Would you go to a restaurant that required you to bring your own silverware or would you go to a restaurant that makes it easy for you to just show up, enjoy yourself and leave when you&#8217;re ready?  Why would you put an unnecessary roadblock in front of your site visitors?  What if your visitors aren&#8217;t even able to install the Flash plugin on their computers because their company IT department has locked them down?  What if your Flash movie relies on special Flash 9 functionality but Sally in the marketing department of Really Big Company You Want To Do Business With only has Flash 7 installed?  It sounds like we have a lot of easily avoidable barriers to entry here.</span></strong></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><strong>3.  Apple iPhones don&#8217;t support Flash<br />
<span style="font-weight: normal;">Perhaps you&#8217;ve heard of the iPhone.  It is currently the <a title="Most popular cell phone in America" href="http://blog.nielsen.com/nielsenwire/online_mobile/top-mobile-phones-sites-and-brands-for-2009/" target="_blank">world&#8217;s most popular cell phone</a>, having ousted the venerable <a title="Motorola Razr" href="http://direct.motorola.com/hellomoto/razr/" target="_blank">Motorola RAZR</a>.  More specifically, it is the world&#8217;s most popular cell phone that does not support Flash.  I don&#8217;t want to start an Apple vs. Adobe holy war here, and there is probably some bad blood between Steve Jobs and Adobe below the surface, but the main reason the iPhone doesn&#8217;t support Flash is: </span></strong></span></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><strong><span style="font-weight: normal;">It can&#8217;t.  At least not very well.</span></strong></span></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><strong><span style="font-weight: normal;">Think about it: the main interaction between a user and Flash animation is through the mouse &#8211; a device which supports the concept of <em>hovering</em>.  Menus expand to reveal sub menus on a hover, tooltips appear on a hover, new content is brought into focus on a hover.  How do you hover on an iPhone?  You can&#8217;t.  There is only clicked or unclicked.</span></strong></span></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><strong><span style="font-weight: normal;">The problem isn&#8217;t an Apple problem, it&#8217;s an interface problem.  All touch screen devices suffer from this affliction.  I&#8217;m sure some day a clever developer will invent an even more clever way to implement hover on a touch screen, but that day isn&#8217;t today.  If you build a website that relies on Flash for navigation or key elements of your site, you are instantly losing a huge chunk of potential visitors.</span></strong></span></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><span style="font-weight: normal;"><strong>So what should I do?<br />
<span style="font-weight: normal;">Well, first of all you should think about whether using Flash is bringing any value to your visitor&#8217;s experience, or if you&#8217;re just playing the design version of Keeping Up With The Joneses.  Every design and implementation choice you make on a website should serve a purpose.  It should make the content more readable, the navigation more intuitive, or the page load faster.</span></strong></span></span></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><span style="font-weight: normal;">Have you ever visited a site, found the information you were looking for, and said to yourself, &#8220;You know, this website was great, but I sure wish it used more Flash.&#8221;  I haven&#8217;t.  Ever.</span></span></span></p>
<p><span style="font-weight: normal;"><span style="font-weight: normal;"><span style="font-weight: normal;">But let&#8217;s say that you or your client insist on having that menu fly across the screen and do a flip every time a page loads.  At least do it with <a title="HTML 5" href="http://en.wikipedia.org/wiki/HTML5" target="_blank">HTML 5</a>.  More on that next time.<strong> </strong></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/3-reasons-you-shouldnt-build-a-website-in-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rio Bravo Ministries</title>
		<link>http://www.kylenoland.com/rio-bravo-ministries/</link>
		<comments>http://www.kylenoland.com/rio-bravo-ministries/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=72</guid>
		<description><![CDATA[Rio Bravo Ministries is a Christian mission organization and school in Reynosa, Mexico.  The leadership of Rio Bravo wanted their website to be a place to distribute information about their children, events, applications and collect charitable donations.  The site is photo heavy and utilizes several Picasa templates and scripts to allow organizers to easily maintain [...]]]></description>
			<content:encoded><![CDATA[<p>Rio Bravo Ministries is a Christian mission organization and school in Reynosa, Mexico.  The leadership of Rio Bravo wanted their website to be a place to distribute information about their children, events, applications and collect charitable donations.  The site is photo heavy and utilizes several Picasa templates and scripts to allow organizers to easily maintain their own photo galleries.</p>
<p><strong>Technologies Used<span style="font-weight: normal;"><br />
</span></strong></p>
<p><strong> </strong></p>
<p><strong></p>
<ul>
<li><span style="font-weight: normal;"> XHTML</span></li>
<li><span style="font-weight: normal;">CSS</span></li>
<li><span style="font-weight: normal;">JavaScript</span></li>
<li><span style="font-weight: normal;">Jquery</span></li>
<li><span style="font-weight: normal;">Flash</span></li>
<li><span style="font-weight: normal;">Picasa</span></li>
<li><span style="font-weight: normal;">PHP</span></li>
</ul>
<p>Live Site<br />
<span style="font-weight: normal;"><a title="Rio Bravo Ministries" href="http://www.rio-bravo.org" target="_blank">www.rio-bravo.org</a></span></p>
<p></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/rio-bravo-ministries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Providence Energy Corporation</title>
		<link>http://www.kylenoland.com/providence-energy-corporation/</link>
		<comments>http://www.kylenoland.com/providence-energy-corporation/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=68</guid>
		<description><![CDATA[Providence Energy Corporation is an oil and gas acquisitions company based in Dallas, Texas.  The website is a custom design featuring a Flash header with a Ken Burns style animation and an embedded RSS reader providing industry-specific content to site visitors. Technologies Used XHTML CSS JavaScript JQuery Flash PHP Live Site www.providence-energy.com]]></description>
			<content:encoded><![CDATA[<p>Providence Energy Corporation is an oil and gas acquisitions company based in Dallas, Texas.  The website is a custom design featuring a Flash header with a Ken Burns style animation and an embedded RSS reader providing industry-specific content to site visitors.</p>
<p><strong>Technologies Used</strong></p>
<ul>
<li>XHTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>JQuery</li>
<li>Flash</li>
<li>PHP</li>
</ul>
<p><strong>Live Site<br />
<span style="font-weight: normal;"><a title="Providence Energy Corporation" href="http://www.providence-energy.com" target="_blank">www.providence-energy.com</a></span> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/providence-energy-corporation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The PKU Foundation</title>
		<link>http://www.kylenoland.com/the-pku-foundation/</link>
		<comments>http://www.kylenoland.com/the-pku-foundation/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:45:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=64</guid>
		<description><![CDATA[The PKU Foundation website is a template based site built for Dallas based non profit organization The PKU Foundation.  The main goals when creating this website were: Make it easy to collect and process online donations. Make it easy for visitors affected by PKU to find information about the ailment and network with each other. [...]]]></description>
			<content:encoded><![CDATA[<p>The PKU Foundation website is a template based site built for Dallas based non profit organization The PKU Foundation.  The main goals when creating this website were:</p>
<ul>
<li> Make it easy to collect and process online donations.</li>
<li>Make it easy for visitors affected by PKU to find information about the ailment and network with each other.</li>
</ul>
<p>The PKU Foundation website features a custom payment gateway integration system, secured with a 1024 bit SSL encrypted certificate.  Using PHP and cURL, site visitors can fill out a form with their billing information and select a donation amount.  This information is encrypted and sent to Authorize.net for approval.  This custom implementation allows the PKU Foundation to keep visitors on their site throughout the transaction process.</p>
<p><strong>Technologies Used</strong></p>
<p><strong></p>
<ul>
<li><span style="font-weight: normal;"><strong> </strong>XHTML</span></li>
<li><span style="font-weight: normal;">CSS</span></li>
<li><span style="font-weight: normal;">JavaScript</span></li>
<li><span style="font-weight: normal;">PHP</span></li>
<li><span style="font-weight: normal;">cURL</span></li>
<li><span style="font-weight: normal;">Authorize.net payment gateway</span></li>
<li><span style="font-weight: normal;">SSL encryption</span></li>
</ul>
<p></strong></p>
<p><strong>Live Site<br />
<span style="font-weight: normal;"><a title="The PKU Foundation" href="http://www.thepkufoundation.com" target="_blank">www.thepkufoundation.com</a></span> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/the-pku-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merchant Advisory Group</title>
		<link>http://www.kylenoland.com/merchant-advisory-group/</link>
		<comments>http://www.kylenoland.com/merchant-advisory-group/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:41:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.kylenoland.com/?p=60</guid>
		<description><![CDATA[The Merchant Advisory Group website is a custom design featuring W3C compliant code and a slick, consistent feel throughout pages. Technologies Used XHTML CSS JavaScript PHP Live Site www.merchantadvisorygroup.org]]></description>
			<content:encoded><![CDATA[<p>The Merchant Advisory Group website is a custom design featuring W3C compliant code and a slick, consistent feel throughout pages.</p>
<p><strong>Technologies Used</strong></p>
<p><strong> </strong></p>
<p><strong></p>
<ul>
<li><span style="font-weight: normal;"><strong> </strong>XHTML</span></li>
<li><span style="font-weight: normal;">CSS</span></li>
<li><span style="font-weight: normal;">JavaScript</span></li>
<li><span style="font-weight: normal;">PHP</span></li>
</ul>
<p></strong></p>
<p><strong>Live Site<br />
<span style="font-weight: normal;"><a title="The Merchant Advisory Group" href="http://www.merchantadvisorygroup.org" target="_blank">www.merchantadvisorygroup.org</a></span> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kylenoland.com/merchant-advisory-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
