<?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/"
	>

<channel>
	<title>Affordable Web Networking</title>
	<atom:link href="http://affordableweb.net/wordpress/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://affordableweb.net/wordpress</link>
	<description></description>
	<pubDate>Fri, 22 May 2009 17:16:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hudlite not connecting</title>
		<link>http://affordableweb.net/wordpress/?p=18</link>
		<comments>http://affordableweb.net/wordpress/?p=18#comments</comments>
		<pubDate>Fri, 22 May 2009 17:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://affordableweb.net/wordpress/?p=18</guid>
		<description><![CDATA[Hudserver not listing
service ircd start
ps -aux &#124; grep ircd
]]></description>
			<content:encoded><![CDATA[<p>Hudserver not listing</p>
<p>service ircd start</p>
<p>ps -aux | grep ircd</p>
]]></content:encoded>
			<wfw:commentRss>http://affordableweb.net/wordpress/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Image tag for coldfusion</title>
		<link>http://affordableweb.net/wordpress/?p=15</link>
		<comments>http://affordableweb.net/wordpress/?p=15#comments</comments>
		<pubDate>Tue, 05 May 2009 15:59:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coldfusion]]></category>

		<guid isPermaLink="false">http://affordableweb.net/wordpress/?p=15</guid>
		<description><![CDATA[Cfimage gace me problems on cf8. Image cfc gave me problems. I finally started using cfx_openimage and am no longer having issues.
 Download here http://www.kolumbus.fi/jukka.manner/cfx_openimage/
Install on server in c:\cfx_openimage
Make sure your server has c:\temp folder
Code samplesResize

Crop


]]></description>
			<content:encoded><![CDATA[<p>Cfimage gace me problems on cf8. Image cfc gave me problems. I finally started using cfx_openimage and am no longer having issues.</p>
<p> Download here <a href="http://www.kolumbus.fi/jukka.manner/cfx_openimage/">http://www.kolumbus.fi/jukka.manner/cfx_openimage/</a></p>
<p>Install on server in c:\cfx_openimage<br />
Make sure your server has c:\temp folder</p>
<p><strong>Code samples</strong><strong>Resize</strong><br />
<CFX_OPENIMAGE ACTION="iml"<br />
DEBUGs<br />
NAME="qimages"<br />
FILE="#session.imageRoot#/#form.name#"<br />
animation_support="full"<br />
commands="<br />
setimage or1=original<br />
resize #form.width#<br />
writeanimate #session.imageRoot#/#form.name#<br />
resize #form.width#<br />
writeanimate #session.imageRoot#\RE-#form.name#<br />
"></p>
<p><strong>Crop</strong><br />
<cfx_openimage ACTION="IML" FILE="#session.imageRoot#/#url.name#"<br />
NAME="qimages"<br />
DEBUGs<br />
COMMANDS="<br />
getsize<br />
setimage test=current<br />
useimage test<br />
## cropping removes exterior of the area<br />
## crop x,y,x2,y2<br />
## note: you must give a rectangle of the area maintained thus<br />
## y2 must be creater than y<br />
## note2: you set the are which will remain<br />
crop #form.x1#,#form.y1#,#form.x2#,#form.y2#,0<br />
write #session.imageRoot#/#url.name#<br />
"><br />
<cfx_openimage ACTION="IML" FILE="#session.imageRoot#/RE-#url.name#"<br />
NAME="qimages"<br />
DEBUGs<br />
COMMANDS="<br />
getsize<br />
setimage test=current<br />
useimage test<br />
## cropping removes exterior of the area<br />
## crop x,y,x2,y2<br />
## note: you must give a rectangle of the area maintained thus<br />
## y2 must be creater than y<br />
## note2: you set the are which will remain<br />
crop #form.x1#,#form.y1#,#form.x2#,#form.y2#,0<br />
write #session.imageRoot#/RE-#url.name#<br />
"></p>
]]></content:encoded>
			<wfw:commentRss>http://affordableweb.net/wordpress/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>How to Reset maint password for trixbox</title>
		<link>http://affordableweb.net/wordpress/?p=13</link>
		<comments>http://affordableweb.net/wordpress/?p=13#comments</comments>
		<pubDate>Fri, 01 May 2009 21:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Trixbox]]></category>

		<guid isPermaLink="false">http://affordableweb.net/wordpress/?p=13</guid>
		<description><![CDATA[reset maint password
Command line type
passwd-maint 
enter new password
]]></description>
			<content:encoded><![CDATA[<p>reset maint password</p>
<p>Command line type<br />
passwd-maint </p>
<p>enter new password</p>
]]></content:encoded>
			<wfw:commentRss>http://affordableweb.net/wordpress/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Alternate row colors in coldfusion</title>
		<link>http://affordableweb.net/wordpress/?p=7</link>
		<comments>http://affordableweb.net/wordpress/?p=7#comments</comments>
		<pubDate>Sun, 19 Apr 2009 03:14:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coldfusion]]></category>

		<guid isPermaLink="false">http://affordableweb.net/wordpress/?p=7</guid>
		<description><![CDATA[&#60;tr bgcolor=&#8220;###iif(currentrow MOD 2,DE(&#8217;ffffff&#8217;),DE(&#8217;efefef&#8217;))#&#8220;&#62;
]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="word-spacing: 0px; font: 13px 'Courier New'; text-transform: none; color: #000000; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0;"><span style="color: #008000;">&lt;tr bgcolor=</span><span style="color: #0000ff;">&#8220;</span><strong><span style="color: #ff0000;">###iif(currentrow MOD 2,DE(&#8217;ffffff&#8217;),DE(&#8217;efefef&#8217;))#</span></strong><span style="color: #0000ff;">&#8220;&gt;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://affordableweb.net/wordpress/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
	</channel>
</rss>
