<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Software Architecture</title>
	<atom:link href="http://www.azhowto.com/2009/01/09/software-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azhowto.com/2009/01/09/software-architecture/</link>
	<description>Only Passion Matters</description>
	<lastBuildDate>Mon, 26 Dec 2011 16:45:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chi Melville</title>
		<link>http://www.azhowto.com/2009/01/09/software-architecture/comment-page-1/#comment-12197</link>
		<dc:creator>Chi Melville</dc:creator>
		<pubDate>Wed, 05 May 2010 18:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=213#comment-12197</guid>
		<description>Found my problem - it was indeed a path problem. And I also needed to apply the fixes mentioned in the blog on the Installation page. Here they are.
---------------------------------------------------

Problem – Next / Previous Links don’t work
All you have to do is do a find/replace on &lt;?= and change it to &lt;?php echo on the phtml files and on the controller.php and it works a treat.
(hint: there are phtml files for each theme)

Configuration 
hi genius,
for this part:
define(QCALENDAR_WEB_PATH,’http://localhost/greenfields/html/qcalendar’);
If you see the config.php,
it should be something like this
// CONFIGURE WEB LOCATION FROM ROOT
define(QCALENDAR_WEB_PATH,’/qcalendar’);
where
/qcalendar is the web location from “document root”

htaccess file
Place this in an htaccess file and place in the root of your website
php_flag magic_quotes_gpc off
php_flag short_open_tag off

---------------------------------------------------

Thanks again for this great script!</description>
		<content:encoded><![CDATA[<p>Found my problem &#8211; it was indeed a path problem. And I also needed to apply the fixes mentioned in the blog on the Installation page. Here they are.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Problem – Next / Previous Links don’t work<br />
All you have to do is do a find/replace on &lt;?= and change it to &lt;?php echo on the phtml files and on the controller.php and it works a treat.<br />
(hint: there are phtml files for each theme)</p>
<p>Configuration<br />
hi genius,<br />
for this part:<br />
define(QCALENDAR_WEB_PATH,’http://localhost/greenfields/html/qcalendar’);<br />
If you see the config.php,<br />
it should be something like this<br />
// CONFIGURE WEB LOCATION FROM ROOT<br />
define(QCALENDAR_WEB_PATH,’/qcalendar’);<br />
where<br />
/qcalendar is the web location from “document root”</p>
<p>htaccess file<br />
Place this in an htaccess file and place in the root of your website<br />
php_flag magic_quotes_gpc off<br />
php_flag short_open_tag off</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Thanks again for this great script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chi Melville</title>
		<link>http://www.azhowto.com/2009/01/09/software-architecture/comment-page-1/#comment-12196</link>
		<dc:creator>Chi Melville</dc:creator>
		<pubDate>Wed, 05 May 2010 16:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=213#comment-12196</guid>
		<description>Hi,

First off – thanks for all your development work and posting your efforts as open source!

I&#039;ve downloaded the code and in testing cannot get any of the calendars to display correctly. I&#039;ve changed the paths and am sure that&#039;s not the problem. In looking at the posts and your notes, it appears that I&#039;m missing the Init.php file - I cannot find it in the download. As you mention above, it&#039;s one of two important files. 

Could you please point me to its&#039; location?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First off – thanks for all your development work and posting your efforts as open source!</p>
<p>I&#8217;ve downloaded the code and in testing cannot get any of the calendars to display correctly. I&#8217;ve changed the paths and am sure that&#8217;s not the problem. In looking at the posts and your notes, it appears that I&#8217;m missing the Init.php file &#8211; I cannot find it in the download. As you mention above, it&#8217;s one of two important files. </p>
<p>Could you please point me to its&#8217; location?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafael</title>
		<link>http://www.azhowto.com/2009/01/09/software-architecture/comment-page-1/#comment-12160</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=213#comment-12160</guid>
		<description>Hi Grigzie, please, i will apreciated if you send to may email and help me with the adaption you have done, i needed for a school classes schedule website implementation. thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Grigzie, please, i will apreciated if you send to may email and help me with the adaption you have done, i needed for a school classes schedule website implementation. thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leigh Glasspell</title>
		<link>http://www.azhowto.com/2009/01/09/software-architecture/comment-page-1/#comment-12154</link>
		<dc:creator>Leigh Glasspell</dc:creator>
		<pubDate>Mon, 17 Aug 2009 22:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=213#comment-12154</guid>
		<description>Hi I am not a great programmer and php is not my primary language but I do have a need. I need to be able to identify saturdays for an SDA church site. As I say I am not a great programmer so your code logic is a bit above my threshold, so I need a pointer for where to look to see how the days are aligned with the dates. Please?</description>
		<content:encoded><![CDATA[<p>Hi I am not a great programmer and php is not my primary language but I do have a need. I need to be able to identify saturdays for an SDA church site. As I say I am not a great programmer so your code logic is a bit above my threshold, so I need a pointer for where to look to see how the days are aligned with the dates. Please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele</title>
		<link>http://www.azhowto.com/2009/01/09/software-architecture/comment-page-1/#comment-12146</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Wed, 24 Jun 2009 14:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=213#comment-12146</guid>
		<description>Please i would appreciate if you could send it to my email. I must implement a website for room reservation and your implementation will be very useful..</description>
		<content:encoded><![CDATA[<p>Please i would appreciate if you could send it to my email. I must implement a website for room reservation and your implementation will be very useful..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grigzie</title>
		<link>http://www.azhowto.com/2009/01/09/software-architecture/comment-page-1/#comment-12129</link>
		<dc:creator>grigzie</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=213#comment-12129</guid>
		<description>Hi,

I&#039;ve made an adaption to the code to allow an event to have a start date and an end date. The calendar then shows that event over multiple days. (I can send you the file if required)

Thank you very much for such an amazing app, with such well organised code.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve made an adaption to the code to allow an event to have a start date and an end date. The calendar then shows that event over multiple days. (I can send you the file if required)</p>
<p>Thank you very much for such an amazing app, with such well organised code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
