<?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; site</title>
	<atom:link href="http://blog.alanguilan.com/index.php/category/site/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>reorganization</title>
		<link>http://blog.alanguilan.com/2008/01/06/reorganization/</link>
		<comments>http://blog.alanguilan.com/2008/01/06/reorganization/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 03:16:43 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2008/01/06/site/472.html</guid>
		<description><![CDATA[i&#8217;ve been mulling this one over since last year and i&#8217;ve decided to reorganize and consolidate most of the blogs that i have control of. there are just too many of them for me to efficiently maintain. if i remember correctly, my first one was at yahoo 360 but that quickly went because i wanted [...]]]></description>
			<content:encoded><![CDATA[<p>i&#8217;ve been mulling this one over since last year and i&#8217;ve decided to reorganize and consolidate most of the blogs that i have control of. there are just too many of them for me to efficiently maintain.</p>
<p>if i remember correctly, my first one was at <a href="http://360.yahoo.com/headlessspider">yahoo 360</a> but that quickly went because i wanted more flexibility. <a href="http://headlessspider.blogspot.com/">blogger</a> was an easy choice &#8212; they had more bling and a biggie feature was i can change the template.</p>
<p>then <a href="http://gerry.alanguilan.com/">my brother</a> introduced me to <a href="http://wordpress.org/">wordpress</a>. lots of bling, its relatively easy to use, its open source and i can install it on my server. i started using it about a year ago to run this blog and it has worked pretty well for me.</p>
<p>now, i will consolidate the blogs in yahoo 360, blogger and this one into a new blog at<a href="http://noel.alanguilan.com/"> noel.alanguilan.com</a>. my name. it will contain the stuff that i do &#8212; from computers to cycling to robin to what ever i may choose to post.</p>
<p>i will still maintain this blog but the direction would be to contain posts about alanguilan.com. i will not be importing/exporting anything from any blog. i&#8217;ll leave them the way they are but they will be receiving less attention from me.</p>
<p>c&#8217;est la vie. i think its a step in the right direction and hopefully, it will help me spend time more effectively.</p>
<p>and yeah, i was able to upgrade wordpress in yahoo from version 2.0.2 to 2.3.2. <img src='http://blog.alanguilan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2008/01/06/reorganization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>php include in yahoo</title>
		<link>http://blog.alanguilan.com/2006/10/05/php-include-in-yahoo/</link>
		<comments>http://blog.alanguilan.com/2006/10/05/php-include-in-yahoo/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 08:41:31 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/10/05/site/281.html</guid>
		<description><![CDATA[this tip applies to those who what to use php in their yahoo webhosting package. you can put the php include files in the root subdirectory (.) which would makes things a bit messy in the long run. to keep things organized create an subdirectory named &#8220;include&#8221; from the root directory. this is where your [...]]]></description>
			<content:encoded><![CDATA[<p>this tip applies to those who what to use php in their yahoo webhosting package.</p>
<p>you can put the php include files in the root subdirectory (.) which would makes things a bit messy in the long run. to keep things organized create an subdirectory named &#8220;include&#8221; from the root directory. this is where your included php files will be uploaded. this directory is included in the php include_path directive by default but is not mentioned in the help files or created during setup.</p>
<p>if you want to include, for example, myheaders.php from another php file, say, index.php, upload myheaders.php to the /include subdirectory and within the index.php file after the starting body tag type in:</p>
<blockquote><p><code>&lt; ?php include "myheaders.php" ?&gt;</code></p></blockquote>
<p><em>please note that there shouldn&#8217;t be any space between the &#8220;less than&#8221; character and the question mark &#8212; its a wordpress thing.</em></p>
<p>by putting the files to be included in the include subdirectory, you can add that bit of code above from any file in any subdirectory within your site and its going to be included &#8212; there is no need for a full path name. of course, you have to use your own filename. <img src='http://blog.alanguilan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em><strong>important security note:</strong></em> add a blank index.php file in every subdirectory that doesn&#8217;t have any index.php or index.html file. this will prevent anyone from getting a list of the directory contents. what they will see is just a blank page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/10/05/php-include-in-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>its the content</title>
		<link>http://blog.alanguilan.com/2006/05/20/its-the-content/</link>
		<comments>http://blog.alanguilan.com/2006/05/20/its-the-content/#comments</comments>
		<pubDate>Sat, 20 May 2006 10:49:36 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[site]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/05/20/site/187.html</guid>
		<description><![CDATA[i had a visit from a friend of mine who works as a web designer. she was half way through her pint of ice cream when she came in. i was working on a website and she took one look at the page i was working on and she gave me that knowing smile. &#8220;obssessive/compulsive.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><img src="http://blog.alanguilan.com/wp-content/uploads/2006/05/pint.gif" id="image188" class="alignleft" alt="a pint " />i had a visit from a friend of mine who works as a web designer. she was half way through her pint of ice cream when she came in. i was working on a website and she took one look at the page i was working on and she gave me that knowing smile.</p>
<p align="left">&#8220;obssessive/compulsive.&#8221;</p>
<p align="left">&#8220;what?!?&#8221;, i said.</p>
<p>&#8220;everything has to be visually aligned to almost everything else be it vertically or horizontally; consistency and readability are sacrificed for the sake of alignment; this paragraph&#8217;s font is smaller than the other paragraph because it has to fit in the confines of the length or width of the image beside, above or below it; even the consistency of the menu is compromised for the sake of aligning the top and bottom of the menu to the top and bottom of the content; there&#8217;s very little white space to rest the eyes; everything is filled. obssessive/compulsive.&#8221;</p>
<p>&#8220;and apparently, they&#8217;re not familiar with web politics.&#8221;</p>
<p>&#8220;huh?!?&#8221;, i asked.</p>
<p>&#8220;well, if they are familiar with it, they would know that even if you move this image or that paragraph by 4 or 5 or even 2 or 3 tiny pixels up or down <em>it wouldn&#8217;t matter</em> because each computer has its own video configuration quirks and will always show things a little differently; each user has her/his own browser preference which in themserlves render a page differently; not all the chosen fonts &#8212; which are too many by the way &#8212; are installed in all of the computers in the world which means this or that may or may not be displayed or rendered properly.&#8221;</p>
<p align="left">&nbsp;</p>
<p align="left">&#8220;if i were you, either i&#8217;d tell them about it and compromise or drop them like a hot potato.&#8221;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p>&#8220;why?&#8221;, i asked, indignantly impressed.</p>
<p>&#8220;because they don&#8217;t get it.&#8221;</p>
<p>she dives into her ice cream again.</p>
<p>&#8220;at the end of the day, its doesn&#8217;t really matter if this picture is higher by 2 millimeters from the top of text column beside it. what matters is that they saw the picture and was able to read what you have to say.&#8221;</p>
<p>&#8220;you don&#8217;t eat the container. you eat the ice cream&#8221;, raising her pint.</p>
<p>&#8220;its the content.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/05/20/its-the-content/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>a website is an asset</title>
		<link>http://blog.alanguilan.com/2006/05/05/a-website-is-an-asset/</link>
		<comments>http://blog.alanguilan.com/2006/05/05/a-website-is-an-asset/#comments</comments>
		<pubDate>Fri, 05 May 2006 12:46:08 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/05/05/site/172.html</guid>
		<description><![CDATA[if you or your organization have a website then you or your organization have a good asset. for the purpose of this entry, my simplified definition of a website is: a collection of web pages located in a publicly available web server identifiable by a domain name. so there are three basic components to your [...]]]></description>
			<content:encoded><![CDATA[<p>if you or your organization have a website then you or your organization have a good asset. for the purpose of this entry, my simplified definition of a website is: a collection of web pages located in a publicly available web server identifiable by a domain name. so there are three basic components to your website:</p>
<ol>
<li>the domain name</li>
<li>the web server</li>
<li>the web pages</li>
</ol>
<p>with all three combined you now have a presence on the internet. people can see you or organization in their computers anytime.</p>
<p>to their minds and eyes, you exist.</p>
<p>but what happens if you suddenly disappear from the internet?</p>
<p>first, i would think its a glitch somewhere between my computer and your web server. after a couple of days, i would think that there&#8217;s a problem with your web server. let a couple of weeks pass and i&#8217;d think there&#8217;s something seriously bad happening in your web server <em>and</em> your organization. let a a month swing by and i would think that your organization may have dissolved already and i wouldn&#8217;t be visiting again.</p>
<p>the web developer suddenly gets a new job or completely disappears or you had a major disagreement and they&#8217;re not taking your calls.</p>
<p>its unprofessional but believe me, this thing happens.</p>
<p>so how do you avoid this?</p>
<p>be directly involved in the acquisition of the domain name. domain registration requires contact details for the administrative, technical and billing contacts. if you own the domain, you or your organization should be listed as the domain owner <em>and</em> you should be the administrative contact with your own e-mail address listed there. the developer can be the technical contact.</p>
<p>you can always change web hosts but in case you&#8217;re satisfied with the hosting service make sure you get their contact details.</p>
<p>insist on getting your own copy of the complete website on disc. i usually issue a backup of the client&#8217;s website on disc every month if there are any updates within that month.</p>
<p>so now you have an &#8220;escape&#8221; plan in case the developer goes south.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/05/05/a-website-is-an-asset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>head and toes</title>
		<link>http://blog.alanguilan.com/2006/04/19/head-and-toes/</link>
		<comments>http://blog.alanguilan.com/2006/04/19/head-and-toes/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 04:21:56 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[site]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.alanguilan.com/2006/04/19/site/153.html</guid>
		<description><![CDATA[the header and footer still looked a lot like kubrick so i decided to change it a bit just to make myself more comfortable with the web log. nah. not twiddling thumbs. just taking a break.]]></description>
			<content:encoded><![CDATA[<p>the header and footer still looked a lot like <a href="http://binarybonsai.com/kubrick/">kubrick</a> so i decided to change it a bit just to make myself more comfortable with the web log.</p>
<p>nah. not twiddling thumbs. just taking a break. <img src='http://blog.alanguilan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alanguilan.com/2006/04/19/head-and-toes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

