<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Setting Up a Local Web Development Environment</title>
		<description>Discuss Setting Up a Local Web Development Environment</description>
		<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment</link>
		<lastBuildDate>Wed, 22 May 2013 22:01:49 --700</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="http://tech.lds.org/component/jcomments/feed/com_content/504/10" rel="self" type="application/rss+xml" />
		<item>
			<title>James Carbine says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1262</link>
			<description><![CDATA[Tom, that is good to hear about implementing git. :] It is also good to hear you are focusing on testing tools. Testing is so valuable yet a lot of project managers don't seem to want to spend the time and money on writing test cases. Good on ya! I am a Ruby on Rails developer. So I am biased towards Rails over PHP or even Python with Djando. One thing is for sure, learn HTML5. Awesome stuff.]]></description>
			<dc:creator>James Carbine</dc:creator>
			<pubDate>Tue, 10 Jul 2012 06:00:42 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1262</guid>
		</item>
		<item>
			<title>David Michael Sierakowski says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1257</link>
			<description><![CDATA[Brother Bastidas, There is a growing effort to create technical church-service missions within the Church. One location is the LDSTech Mission wiki page located here https://tech.lds.org/wiki/Church-service_missionary_opportunities_with_LDSTech Please also feel free to call or email the LDSTech mission at ldstech-mission@ldschur ch.org. You can also email me at sierakowski@lds church.org. Kind Blessings, Elder Sierakowski]]></description>
			<dc:creator>David Michael Sierakowski</dc:creator>
			<pubDate>Mon, 09 Jul 2012 12:15:43 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1257</guid>
		</item>
		<item>
			<title>Tom Johnson says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1254</link>
			<description><![CDATA[Vernon, thanks for your feedback on this. There are several different technologies in use at the Church (Java, .NET, and others) and this article was geared to a specific development environment. However, I forwarded your feedback to the development team for consideration. I know Git is on the horizon to implement at some point. PHP is a fairly common programming language, so it would be good to know it. In reality, technology changes constantly. It's a good idea to learn multiple systems.]]></description>
			<dc:creator>Tom Johnson</dc:creator>
			<pubDate>Mon, 09 Jul 2012 10:09:46 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1254</guid>
		</item>
		<item>
			<title>Steve Gallafent says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1251</link>
			<description><![CDATA[There are several different options for text editors. We used Notepad++ in this example because it's fairly straightforward to use and the price is right. I'm a firm believer in using an IDE that helps you write better code. I know several people that use Sublime Text and Eclipse. I personally use PHPStorm. This tutorial was targeted to a developer who is new to web development but perhaps transitioning from desktop development and needs to get a development environment set up. A developer like that often isn't going to have the experience to make use of the advanced features of an IDE and will want to select an IDE as his/her skills grow.]]></description>
			<dc:creator>Steve Gallafent</dc:creator>
			<pubDate>Mon, 09 Jul 2012 09:52:41 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1251</guid>
		</item>
		<item>
			<title>Tom Johnson says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1248</link>
			<description><![CDATA[James, we're working on implementing Git but haven't finished that integration yet. We've found that community help is most valuable in testing rather than development, so we've focused our efforts in creating crowdsource testing tools rather than facilitating dev integration. However, we plan to accommodate both. The iPhone teams are using Git and Gerrit.]]></description>
			<dc:creator>Tom Johnson</dc:creator>
			<pubDate>Mon, 09 Jul 2012 09:42:36 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1248</guid>
		</item>
		<item>
			<title>James Carbine says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1224</link>
			<description><![CDATA[Vernon, I thought the same thing when I read that they use SVN. SVN is okay for small projects I suppose, but GIT is soooo much better. I originally learned SVN and when I learned GIT I wondered why it took me so long to try it out. haha. If I can help it, I won't go back to SVN. :] However, at least they have a version control system. Some places don't and I just think that is plain stupid. An accidental rm -rf could wreak havoc upon your project and possibly shut it down.]]></description>
			<dc:creator>James Carbine</dc:creator>
			<pubDate>Thu, 05 Jul 2012 10:38:07 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1224</guid>
		</item>
		<item>
			<title>Markh says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1218</link>
			<description><![CDATA[SciTE is my text editor of choice for programming. It's small and light-weight (and has a small learning curve to customize), but still integrates a command prompt for compiling, running and such and has lots of features. It is highly customizable. Really, it's not ideal, but it's functional in a lot of cool ways. You're not going to like it right off if you prefer Eclipse to text editors, though, and it may not be the best tool for HTML.]]></description>
			<dc:creator>Markh</dc:creator>
			<pubDate>Tue, 03 Jul 2012 22:56:15 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1218</guid>
		</item>
		<item>
			<title>Vernon Cole says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1214</link>
			<description><![CDATA[My grandson has Aspergers Syndrome, and will probably not be able to serve a proselyting mission. A church service mission in technology is a real possibility, though. He is 15 now, and in four years could be a good technician. But I can predict a problem... I was planning to teach him Python, Django, and Bazaar. Using those for four years and then switching to PHP and SVN would be a frustrating experience -- like riding a 10-speed bike at home and one speed in the mission field. Any chance that within four years the church will adopt technology from the present millenium? In particular, for a distributed programming project, why are you NOT using a distributed version control system? The limitations and problems of SVN are well known, and there are three excellent DVCS products to choose from. Open source projects all over the world are switching their old source trees to hg, bzr, and git. SVN?? Really??? Why not start out using the good stuff?]]></description>
			<dc:creator>Vernon Cole</dc:creator>
			<pubDate>Tue, 03 Jul 2012 18:02:08 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1214</guid>
		</item>
		<item>
			<title>Diego Bastidas says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1198</link>
			<description><![CDATA[I am web developer in html css, javascript , php ( dreamweaver )and nextly .net , i know feww tipes of java. I am married, i have a daughter,I am from of ecuador and i dont know , if the Church service missionary oportunities with lds tech is for single persons or not? My name is Diego Bastidas, I am 28 years old. I am a Systems Engineering Thank you for your attention. I speak english and write 80 %, code in english no problem e mail . bastidas_diego@ ymail.com]]></description>
			<dc:creator>Diego Bastidas</dc:creator>
			<pubDate>Tue, 03 Jul 2012 12:48:07 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1198</guid>
		</item>
		<item>
			<title>Tom Johnson says:</title>
			<link>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1193</link>
			<description><![CDATA[James, Curtis, and Jeff, thanks for sharing the text editors that you like. There are a lot of options out there -- it's helpful to have feedback about what works best.]]></description>
			<dc:creator>Tom Johnson</dc:creator>
			<pubDate>Tue, 03 Jul 2012 12:20:47 --700</pubDate>
			<guid>http://tech.lds.org/blog/504-setting-up-a-local-development-environment#comment-1193</guid>
		</item>
	</channel>
</rss>
