<?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>Terry Apodaca &#187; Web Development</title>
	<atom:link href="http://www.terryapodaca.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terryapodaca.com</link>
	<description>A Son, a Husband, a Father, a Web Designer &#38; Developer, Sports Nut ( Ŧ Red Raiders, Cowboys, Rangers, Mavericks and the Stars)...and yes, in that order.</description>
	<lastBuildDate>Fri, 13 Jan 2012 22:54:40 +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>DotNetNuke on Windows 7 &amp; IIS 7.5</title>
		<link>http://www.terryapodaca.com/2011/10/18/dotnetnuke-on-windows-7-iis-7-5/</link>
		<comments>http://www.terryapodaca.com/2011/10/18/dotnetnuke-on-windows-7-iis-7-5/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 23:37:10 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Programing Languages]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.NetNuke]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/?p=1199</guid>
		<description><![CDATA[There are tons of Forum and Community posts about all these Permission issues when installing the latest version of DotNetNuke, a ASP.Net based, Open Source CMS (Content Management System). If you are running into this&#8230;this is what got me past the install, and past all the permissions issues. Download and Install the latest version (I [...]]]></description>
			<content:encoded><![CDATA[<p>There are tons of Forum and Community posts about all these Permission issues when installing the latest version of <a href="http://www.dotnetnuke.com/">DotNetNuke</a>, a ASP.Net based, Open Source CMS (Content Management System).</p>
<p>If you are running into this&#8230;this is what got me past the install, and past all the permissions issues.</p>
<ol>
<li><a href="http://www.dotnetnuke.com/Resources/Downloads.aspx">Download and Install</a> the latest version (I installed the Source version so I can modify things and/or build themes (Portals/Skins).</li>
<li>I would also recommend using this <a href="http://mikevdm.com/DNN">Installation Helper Application</a> if you are not too technical, or you just want to make things a lot easier!</li>
<li>After everything is installed, you will run the website either in the browser or from your Visual Studio, either way you will have to run the InstallWizard&#8230;and step 2 is where the Permission issues will start.</li>
<li>Go to the web root folder you designated when you installed it, Right Click, Properties &#8211;> Security tab &#8211;> Edit &#8211;> Add (these &#8216;users&#8217; to the list)
<ul>
<li>IUSR</li>
<li>NETWORK SERVICE</li>
<li>IIS_IUSRS (yourmachinename\IIS_IUSRS)</li>
<li>DefaultAppPool (you&#8217;ll have to find it by typing in &#8220;IIS AppPool\DefaultAppPool&#8221;)</li>
</ul>
</li>
<li>Make sure you grant Full Control to the Application in the Web.config and if you want to even to the AppPool Identity</li>
<li>If you still get the &#8220;your site failed permissions check&#8221; error after all this, you will need to go to IIS Management Tool &#8211;> Your Website &#8211;> .Net Trust Levels and change the Trust Level to Full.</li>
</ol>
<p>I hope this clears some things up.  I spent two days trying to get a local installation and everything I tried was failing&#8230;until the last step above.</p>
<p>Please let me know if this works for you, or if you did something else to get past some of the Permission errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2011/10/18/dotnetnuke-on-windows-7-iis-7-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SilverSmith &#8211; Framework for a Framework</title>
		<link>http://www.terryapodaca.com/2011/04/14/silversmith-framework-for-a-framework/</link>
		<comments>http://www.terryapodaca.com/2011/04/14/silversmith-framework-for-a-framework/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 21:13:25 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sapphire]]></category>
		<category><![CDATA[silverstripe]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/?p=1157</guid>
		<description><![CDATA[This looks great! Fellow SilverStripe developer UncleCheese has put together a new framework that sites right on top of SilverStripe. You thought SilverStripe was a time saver when compared to all the other CMSs out there&#8230;now it can be even faster! His tagline for this is &#8220;Code Right. Type Less. Build Fast.&#8221; He&#8217;s Right! Check [...]]]></description>
			<content:encoded><![CDATA[<p>This looks great!  Fellow SilverStripe developer UncleCheese has put together a new framework that sites right on top of SilverStripe.  You thought SilverStripe was a time saver when compared to all the other CMSs out there&#8230;now it can be even faster!  His tagline for this is &#8220;Code Right. Type Less. Build Fast.&#8221;  He&#8217;s Right!  Check out his two screen casts so far: </p>
<p><iframe src="http://player.vimeo.com/video/22236748" width="600" height="340" frameborder="0"></iframe>
<p><a href="http://vimeo.com/22236748">An Introduction to SilverSmith: Part 1 (Getting Started)</a> from <a href="http://vimeo.com/user4575206">aaron carlino</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><iframe src="http://player.vimeo.com/video/22236785" width="600" height="340" frameborder="0"></iframe>
<p><a href="http://vimeo.com/22236785">An Introduction to SilverSmith: Part 2 (Building a Project)</a> from <a href="http://vimeo.com/user4575206">aaron carlino</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><iframe src="http://player.vimeo.com/video/22236796" width="600" height="340" frameborder="0"></iframe>
<p><a href="http://vimeo.com/22236796">An Introduction to SilverSmith: Part 3 (Navigation Fixtures)</a> from <a href="http://vimeo.com/user4575206">aaron carlino</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><iframe src="http://player.vimeo.com/video/22236804" width="600" height="340" frameborder="0"></iframe>
<p><a href="http://vimeo.com/22236804">An Introduction to SilverSmith: Part 4 (Advanced Features)</a> from <a href="http://vimeo.com/user4575206">aaron carlino</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2011/04/14/silversmith-framework-for-a-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverstripe Manual</title>
		<link>http://www.terryapodaca.com/2011/03/22/silverstripe-manual/</link>
		<comments>http://www.terryapodaca.com/2011/03/22/silverstripe-manual/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 21:53:54 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[sapphire]]></category>
		<category><![CDATA[silverstripe]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/?p=1134</guid>
		<description><![CDATA[Silverstripe Manual View more presentations from Nicolaas Francken]]></description>
			<content:encoded><![CDATA[<div style="width:425px" id="__ss_1139491"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/sunnysideup/silverstripe-manual" title="Silverstripe Manual">Silverstripe Manual</a></strong> <object id="__sse1139491" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=silverstripemanual-090312222037-phpapp01&#038;stripped_title=silverstripe-manual&#038;userName=sunnysideup" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse1139491" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=silverstripemanual-090312222037-phpapp01&#038;stripped_title=silverstripe-manual&#038;userName=sunnysideup" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/sunnysideup">Nicolaas Francken</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2011/03/22/silverstripe-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SilverStripe 3: Roadmap Preview</title>
		<link>http://www.terryapodaca.com/2011/02/21/silverstripe-3-roadmap-preview/</link>
		<comments>http://www.terryapodaca.com/2011/02/21/silverstripe-3-roadmap-preview/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 22:58:08 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[SilverStripe]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sapphire]]></category>
		<category><![CDATA[silverstripe]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/?p=1125</guid>
		<description><![CDATA[SilverStripe 3: Roadmap Preview on Prezi]]></description>
			<content:encoded><![CDATA[<div class="prezi-player">
<style type="text/css" media="screen">.prezi-player { width: 550px; } .prezi-player-links { text-align: center; }</style>
<p><object id="prezi_lr3lmrgdhlgj" name="prezi_lr3lmrgdhlgj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400"><param name="movie" value="http://prezi.com/bin/preziloader.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="prezi_id=lr3lmrgdhlgj&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"/><embed id="preziEmbed_lr3lmrgdhlgj" name="preziEmbed_lr3lmrgdhlgj" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="400" bgcolor="#ffffff" flashvars="prezi_id=lr3lmrgdhlgj&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"></embed></object>
<div class="prezi-player-links">
<p><a title="" href="http://prezi.com/lr3lmrgdhlgj/silverstripe-3-roadmap-preview/">SilverStripe 3: Roadmap Preview</a> on <a href="http://prezi.com">Prezi</a></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2011/02/21/silverstripe-3-roadmap-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Open Source/PHP CMS</title>
		<link>http://www.terryapodaca.com/2011/01/19/list-of-open-sourcephp-cms/</link>
		<comments>http://www.terryapodaca.com/2011/01/19/list-of-open-sourcephp-cms/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 01:21:50 +0000</pubDate>
		<dc:creator>Terry Apodaca</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programing Languages]]></category>
		<category><![CDATA[SilverStripe]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.terryapodaca.com/?p=1071</guid>
		<description><![CDATA[I&#8217;ve seen a few recent blogs ask where are all the good PHP and/or Open Source CMSs? I&#8217;ve even seen a few touch the surface of this subject: The Great CMS Roundup, Judging Five Open Source CMS. EDIT: and Matt has pointed me to a nice site that might list just about all of them: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.terryapodaca.com/wp-content/uploads/2011/01/cms.png" rel="lightbox[1071]"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/cms.png" alt="" title="cms" width="500" height="200" class="aligncenter size-full wp-image-1073" /></a><br />
I&#8217;ve seen a few recent blogs ask where are all the good PHP and/or Open Source CMSs?  I&#8217;ve even seen a few touch the surface of this subject: <a href="http://www.webbower.com/blog/the-great-cms-roundup/">The Great CMS Roundup</a>, <a href="http://cmsreport.com/content/2011/01/judging-five-open-source-content-management-systems">Judging Five Open Source CMS</a>.  EDIT: and Matt has pointed me to a nice site that might list just about all of them: <a href="http://php.opensourcecms.com/">http://php.opensourcecms.com/</a></p>
<p>I am not going to do a &#8216;Roundup&#8217; because I am not going to review every single one of them.  I am not going to even list features, nor am I going to show what each one supports.  All I want to do is put together a nice LIST of all the PHP based CMSs out there&#8230;so please, if I missed one that you know of&#8230;leave a comment for me.</p>
<p>Here is your list, in no particular order other than by maybe popularity and my personal preference.  It can be argued between Joomla, WordPress and Drupal about which is in the lead&#8230;.but either way&#8230;here they are:</p>
<ul class="cmslist">
<li><a href="http://www.silverstripe.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/silverstripe.gif" alt="SilverStripe" title="SilverStripe" width="48" height="48" class="size-full wp-image-1082" /></a></li>
<li><a href="http://drupal.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/drupal.jpg" alt="Drupal" title="Drupal" width="48" height="48" class="size-full wp-image-1077" /></a></li>
<li><a href="http://www.joomla.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/joomla.jpg" alt="Joomla" title="Joomla" width="48" height="48" class="size-full wp-image-1075" /></a></li>
<li><a href="http://get-simple.info/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/getsimple_logo_alt.png" alt="GetSimple" title="GetSimple" width="48" height="48" class="alignnone size-full wp-image-1098" /></a></li>
<li><a href="http://www.madebyfrog.com/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/frog.jpg" alt="Frog" title="Frog" width="48" height="48" class="alignnone size-full wp-image-1094" /></a></li>
<li><a href="http://www.wordpress.org"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/wordpress.png" alt="WordPress" title="WordPress" width="48" height="48" class="size-full wp-image-1078" /></a></li>
<li><a href="http://expressionengine.com/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/expressionengine_logo.png" alt="ExpressionEngine" title="ExpressionEngine" width="48" height="48" class="alignnone size-full wp-image-1091" /></a></li>
<li><a href="http://www.concrete5.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/concrete5.png" alt="Concrete5" title="Concrete5"  width="48" height="48" class="alignnone size-full wp-image-1087" /></a></li>
<li><a href="http://www.cmsmadesimple.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/cmsmadesimple.jpg" alt="CMSMadeSimple" title="CMSMadeSimple" width="48" height="48" class="alignnone size-full wp-image-1088" /></a></li>
<li><a href="http://www.contao.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/Contao.jpg" alt="Contao" title="Contao" width="48" height="48" class="alignnone size-full wp-image-1090" /></a></li>
<li><a href="http://modxcms.com/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/modx.png" alt="Modx" title="Modx" width="48" height="48" class="alignnone size-full wp-image-1092" /></a></li>
<li><a href="http://www.phirecms.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/phire.jpg" alt="Phire" title="Phire" width="48" height="48" class="alignnone size-full wp-image-1095" /></a></li>
<li><a href="http://www.tomatocms.com/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/tomatocms.png" alt="TomatoCMS" title="TomatoCMS" width="48" height="48" class="alignnone size-full wp-image-1096" /></a></li>
<li><a href="http://habariproject.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/habari_logo_normal.png" alt="Habari" title="Habari" width="48" height="48" class="alignnone size-full wp-image-1097" /></a></li>
<li><a href="http://croogo.org/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/1260843589croogo_logo0000000000.jpg" alt="Croogo" title="Croogo" width="48" height="48" class="alignnone size-full wp-image-1099" /></a></li>
<li><a href="http://typo3.com/"><img src="http://www.terryapodaca.com/wp-content/uploads/2011/01/typo3-150x150.png" alt="" title="typo3" width="48" height="48" class="alignnone size-full wp-image-1112" /></a></li>
</ul>
<hr style="clear:both;" />
<p>I will be adding to this, if/when someone suggests another one because I know there are hundreds of them out there.  So keep this bookmarked!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terryapodaca.com/2011/01/19/list-of-open-sourcephp-cms/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.637 seconds -->

