<?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>alanguilan dot com weblog &#187; eclipse</title>
	<atom:link href="http://blog.alanguilan.com/index.php/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alanguilan.com</link>
	<description>times in a tech life</description>
	<lastBuildDate>Wed, 01 Oct 2008 10:52:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>php development tools</title>
		<link>http://blog.alanguilan.com/2007/08/21/php-development-tools/</link>
		<comments>http://blog.alanguilan.com/2007/08/21/php-development-tools/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 02:08:30 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2007/08/21/software/385.html</guid>
		<description><![CDATA[the eclipse foundation will be officially coming out with its php development tools (pdt) for the eclipse platform by september 2007. as of this writing its still in the incubation phase. The PDT project is working towards providing a PHP Development Tools framework for the Eclipse platform. This project will encompass all development components necessary [...]]]></description>
			<content:encoded><![CDATA[<p>the eclipse foundation will be officially coming out with its <a href="http://www.eclipse.org/pdt/">php development tools</a> (pdt) for the eclipse platform by september 2007. as of this writing its still in the incubation phase.</p>
<blockquote><p>The PDT project is working towards providing a PHP Development  		Tools framework for the Eclipse platform. This project will encompass all development  		components necessary to develop PHP and will facilitate extensibility.  		It will leverage the existing Web Tools Project in providing developers with PHP capabilities.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2007/08/21/php-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dev server: installing php</title>
		<link>http://blog.alanguilan.com/2006/12/04/dev-server-installing-php/</link>
		<comments>http://blog.alanguilan.com/2006/12/04/dev-server-installing-php/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 07:08:00 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/12/04/software/334.html</guid>
		<description><![CDATA[after installing and testing apache, its time to install php. this time its a bit messy because i&#8217;m going for the manual install rather than the windows installer. in otherwords, don&#8217;t expect pictures. note: the following instructions are for running php 4.4.4 with apache 1.3.37 on win32 only. other packages combinations will have a different [...]]]></description>
			<content:encoded><![CDATA[<p>after installing and testing apache, its time to install php. this time its a bit messy because i&#8217;m going for the manual install rather than the windows installer. in otherwords, don&#8217;t expect pictures.</p>
<p><em>note: the following instructions are for running php 4.4.4 with apache 1.3.37 on win32 only. other packages combinations will have a different set of installation instructions.</em></p>
<p>- download the php 4.4.4 zip package from php.net</p>
<p>- extract to d:\ with subdirectories enabled; i extracted in d:\ and renamed the main subdirectory from d:\php-4.4.4-win32 to d:\php.</p>
<p>- read the install.txt file. the detailed instructions are there on how to install php in different operating environments and with different web servers.</p>
<p>- to make things easier, add the php subdirectory (d:\php) to the path environment variable so the system can easily find it. do this whether the cgi, the command line interface or the sapi module is going to be used.</p>
<p>- move the contents of the d:\php\dlls and d:\php\sapi subdirectories to the main php subdirectory d:\php.</p>
<p>-  copy the php.ini-recommended file to where the apache binary is located and rename it to php.ini</p>
<p>- if you are using include files, add the full path name to the <em>paths and directories</em> section of php.ini.</p>
<p>- modify the apache configuration file (httpd.conf) to load the php4 module and recognize php pages when apache starts</p>
<p>at the end of the loadmodule section add:</p>
<blockquote><p>LoadModule php4_module &#8220;d:/php/php4apache.dll&#8221;</p></blockquote>
<p>at the the end of the addmodule section:</p>
<blockquote><p>AddModule mod_php4.c</p></blockquote>
<p>add the following line inside the first ifmodule mod_mime.c conditional brace (i found there were two)</p>
<blockquote><p>AddType application/x-httpd-php .php</p></blockquote>
<p>modify the directoryindex entry to look like the following:</p>
<blockquote><p>DirectoryIndex index.html index.php</p></blockquote>
<p>do not forget to restart apache after applying the changes above.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/12/04/dev-server-installing-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new face</title>
		<link>http://blog.alanguilan.com/2006/08/30/new-face/</link>
		<comments>http://blog.alanguilan.com/2006/08/30/new-face/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 01:23:26 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/08/30/support/software/252.html</guid>
		<description><![CDATA[i&#8217;ve decided to change the home page of the domain. nothing fancy. just a static page with links to the major subdirectories, blogs, etc. and i&#8217;m going to create it using eclipse. the 3.2 final came out july 2006 and the platform should be stable. this&#8217;ll definitely (hopefully) force me to learn how to use [...]]]></description>
			<content:encoded><![CDATA[<p>i&#8217;ve decided to change the <a href="http://alanguilan.com/">home page</a> of the domain. nothing fancy. just a static page with links to the major subdirectories, blogs, etc.</p>
<p>and i&#8217;m going to create it using <a href="http://www.eclipse.org/">eclipse</a>. the 3.2 final came out july 2006 and the platform should be stable. this&#8217;ll definitely (hopefully) force me to learn how to use the thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/08/30/new-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eclipse plug-ins</title>
		<link>http://blog.alanguilan.com/2006/04/01/eclipse-plug-ins/</link>
		<comments>http://blog.alanguilan.com/2006/04/01/eclipse-plug-ins/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 23:57:27 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/04/01/stuff/138.html</guid>
		<description><![CDATA[i went all crazy and started installing plug-ins left and right &#8212; the web standard tools, phpeclipse, amateras, cfeclipse, eclipse perl integration (epic) and even ibm&#8217;s web tools for eclipse. bad idea. and me being an eclipse noob didn&#8217;t know exactly where to start as soon as i called up the workspace. i didn&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>i went all crazy and started installing plug-ins left and right &#8212; the <a href="http://www.eclipse.org/webtools/">web standard tools</a>, <a href="http://www.phpeclipse.de/">phpeclipse</a>, <a href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor">amateras</a>, <a href="http://cfeclipse.tigris.org/">cfeclipse</a>, <a href="http://e-p-i-c.sourceforge.net/">eclipse perl integration (epic)</a> and even <a href="http://www.alphaworks.ibm.com/tech/webtools">ibm&#8217;s web tools</a> for eclipse.</p>
<p>bad idea.</p>
<p>and me being an eclipse noob didn&#8217;t know exactly where to start as soon as i called up the workspace. i didn&#8217;t know which menu item belongs to which, what does what. rtfm. more of it. duh.</p>
<p>so i hosed the whole eclipse subdirectory and start reinstalling again. but this time i&#8217;ll install a plug-in and then evaluate, install plug-in and evaluate&#8230; well, you get the idea.</p>
<p>the one i tried out first is, of course, the web standard tools (wst). i can easily create a new page using the available templates but that&#8217;s about it. being a homesite user kind of made me a little spoiled and i expected that to put the strong tag would mean pressing ctrl+b or that clicking on the browser icon would call up a browser with my newly created page showing. nope. i think i still have to mess with some of the settings before i can get to where i&#8217;m comfortable with. but hey, this is a totally different program that has a totally different way of doing things compared to homesite so this is expected.</p>
<p><a href="http://www.apachefriends.org/en/xampp.html" title="xampp"><img src="http://blog.alanguilan.com/wp-content/uploads/2006/03/xampp.jpg" alt="xampp" class="alignright" id="image146" /></a>since i was hitting a couple of walls with wst i tried putting phpeclipse into the mix. it has its own perspective so that&#8217;s a nice touch. they also recommended installing <a href="http://www.apachefriends.org/en/xampp.html">xampp</a> by <a href="http://www.apachefriends.org/en/index.html">apache friends</a> to complete the development environment. xammp is a package that installs, among other things, apache webserver, mysql, a php and perl interpreter. i was able to try an earlier version of xampp so this wasn&#8217;t anything new. although being able to turn off/on the apache and mysql services with a couple of clicks is really a great improvement in ease of use.</p>
<p>currently, that&#8217;s where i am. more updates to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/04/01/eclipse-plug-ins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eclipse (mis)adventures</title>
		<link>http://blog.alanguilan.com/2006/03/21/eclipse-misadventures/</link>
		<comments>http://blog.alanguilan.com/2006/03/21/eclipse-misadventures/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 00:02:15 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/03/21/stuff/133.html</guid>
		<description><![CDATA[i have been looking for a replacement for my html editor for the longest time. i&#8217;ve been a loyal user of homesite starting from version 1.2 until 4.5.2. i still use it quite a lot but it is showing its age &#8212; it gives me warnings when i use xml tags. i know there&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macromedia.com/software/homesite/"><img src="http://blog.alanguilan.com/wp-content/uploads/2006/03/homesite45.jpg" id="image134" class="alignright" alt="homesite" /></a>i have been looking for a replacement for my html editor for the longest time. i&#8217;ve been a loyal user of <a href="http://www.macromedia.com/software/homesite/">homesite</a> starting from version 1.2 until 4.5.2. i still use it quite a lot but it is showing its age &#8212; it gives me warnings when i use xml tags. i know there&#8217;s a version 5.5 available through the adobe-macromedia site but i&#8217;m not willing to shell out the us$29.00 upgrade price just yet. yeah, yeah. i&#8217;m a cheapskate. but hey, times <strong>are</strong> hard. <img src='http://blog.alanguilan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>so, in an attempt to hold on to what i have i decided to help homesite spew out xhtml code by creating some shortcuts to replace some of the built-in tags. the only tag that gave me a bit of trouble is image (img) tag. i tried hacking into the img tag definition just to add the &#8216; /&#8217; (space + closing slash) at the end of the tag to make it compliant but it just doesn&#8217;t want to. that bit encouraged me look for another html editor. <a href="http://download.com/">download.com</a> had plenty of editors and a handful of good ones. i&#8217;ve actually tried a few popular ones but they didn&#8217;t give me that &#8216;ding!&#8217; that i was looking for. i still have to evaluate a couple more though.</p>
<p><a href="http://www.bradsoft.com/topstyle/"><img src="http://blog.alanguilan.com/wp-content/uploads/2006/03/tslogo.jpg" id="image135" class="alignright" alt="topstyle" /></a>a css editor is a must with today&#8217;s web pages but the one that came with homesite &#8212; <a href="http://www.bradsoft.com/">bradbury software&#8217;s</a> <a href="http://www.bradsoft.com/topstyle/">topstyle lite</a> does the job pretty well and it can be used independently so i&#8217;m not exactly looking for a replacement for that piece of software.</p>
<p>there is also the handful of javascripts that i mess with and, since i started using wordpress, i&#8217;ve been looking at and using some php code as well. once in a blue moon, have a bunch of perl scripts that i hack into. i&#8217;ve configured homesite to be the default editor for these files but it wasn&#8217;t exactly born to it. although it does have pretty syntax highlighting for those files.</p>
<p>i&#8217;m also trying to wade into xml and most of its sub-thingies (ok i forget all those acronyms) and i found out that my homesite cannot handle that. i also found out that xml editing software has a lot more features and is expensive. ugh. be still my aching wallet.</p>
<p><a href="http://www.eclipse.org/"><img src="http://blog.alanguilan.com/wp-content/uploads/2006/03/eclipse.jpg" id="image136" class="alignright" alt="eclipse" /></a>so after the door met with my forehead 8O, i got this gut feel that there should be a free editor out there that can handle this web stuff &#8212; xhtml, html, css, javacript and xml. it may even handle php and/or perl. so after a handful of searching and reading and some more searching and re-reading i slowly discovered that <a href="http://www.eclipse.org/">eclipse</a> may be able to replace my html editor and then some.</p>
<p>ok. eclipse, they say, is a great java development environment. officially, &#8220;<em>eclipse is an open (ide) platform for anything, and for nothing in particular.</em>&#8220;<em> </em>it supports java development out of the box, but it can be configured to support other development environments through plug-ins. if you want to know more, the eclipse guys put up a <a href="http://wiki.eclipse.org/">wiki</a> with all the <a href="http://wiki.eclipse.org/index.php/The_Official_Eclipse_FAQs">faqs</a>. read if you&#8217;re up to it.</p>
<p>let&#8217;s get a few facts out of the way. i&#8217;m not a java developer. i have made a few very simple textbook-type java programs just to try to learn the language. i&#8217;ve also tried assembly programming for a while but i don&#8217;t get to be that crazy all the time <img src='http://blog.alanguilan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . i spent more time with pascal and c using borland&#8217;s dos-based integrated development environment (ide) but that was when dos was still king. i liked borland&#8217;s ide because it was quick and easy to learn and they have a couple of companion books that were very helpful.</p>
<p>most of my coding are done in xhtml, html, css and the rest are in php, javascript and some learning lessons in perl and xml. that&#8217;s it. from the eclipse documentation i can probably bend eclipse to be used as a development tool for all those web stuff/languages. its should only be a matter of finding the right plug-ins.</p>
<p>the following items/posts will be about the steps i took/is taking to get eclipse up and working for my needs. they may or may not be correct steps so those of you who may know a better path then please leave your comments.</p>
<p>first thing i did was to <a href="http://download.eclipse.org/eclipse/downloads/index.php">download eclipse</a>. the thing is huge! 116 megabytes (compared to homesite&#8217;s 14 meg). i got the 3.2 stream stable build instead of the 3.1.2 release version. the downloaded file is a zip archive so all i had to do was unzip the thing to my drive with the &#8220;use folder names&#8221; option. for my convenience, i created a shortcut of the eclipse executable on the desktop. double-click on the shortcut and eclipse is running. simple. it does default to a java development environment so i have to change that to what i need. a requirement for running eclipse is that i have to have a <a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.2M5a-200602231656/java-runtimes.html">java runtime environment</a> (jre) installed which i did.</p>
<p>it did occur to me that since my eclipse workspace and installation subdirectories are stored in separate drives, i can just delete the subdirectory where i installed eclipse and just reinstall again. no mucking with the registry or worrying if this or that got installed in the proper system directory.</p>
<p align="left">the next &#8220;eclipse&#8221; post will be about the plug-ins i have tried.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/03/21/eclipse-misadventures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

