<?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 for Dream House</title>
	<atom:link href="http://sajjadhossain.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sajjadhossain.com</link>
	<description>Courage to do something...</description>
	<lastBuildDate>Thu, 12 Apr 2012 10:00:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on CodeIgniter &#8211; Plugin for DOMPDF by muslih</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-5503</link>
		<dc:creator>muslih</dc:creator>
		<pubDate>Thu, 12 Apr 2012 10:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-5503</guid>
		<description>Hi i follow the script to add papersize and orientation. before that the paper is use portrait and print in 2page. After i add parameter $papersize and $orientation and $dompdf-&gt;set_paper($papersize, $orientation); It is sucessfully the paper printed as landscape but just  firstpage shown. What the mistakes</description>
		<content:encoded><![CDATA[<p>Hi i follow the script to add papersize and orientation. before that the paper is use portrait and print in 2page. After i add parameter $papersize and $orientation and $dompdf-&gt;set_paper($papersize, $orientation); It is sucessfully the paper printed as landscape but just  firstpage shown. What the mistakes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSL (HTTPS) URLs and CodeIgniter (Extending the core) by Nader</title>
		<link>http://sajjadhossain.com/2010/08/18/ssl-https-urls-and-codeigniter-extending-the-core/comment-page-1/#comment-5489</link>
		<dc:creator>Nader</dc:creator>
		<pubDate>Wed, 04 Apr 2012 19:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=241#comment-5489</guid>
		<description>To make it work for HMVC, you have to add the following function to:

&quot;application/third_party/MX/Config.php&quot;

//
function secure_site_url($uri = &#039;&#039;)
    {
        if (is_array($uri))
        {
            $uri = implode(&#039;/&#039;, $uri);
        }
 
        if ($uri == &#039;&#039;)
        {
            return $this-&gt;slash_item(&#039;secure_base_url&#039;).$this-&gt;item(&#039;index_page&#039;);
        }
        else
        {
            $suffix = ($this-&gt;item(&#039;url_suffix&#039;) == FALSE) ? &#039;&#039; : $this-&gt;item(&#039;url_suffix&#039;);
            return $this-&gt;slash_item(&#039;secure_base_url&#039;).$this-&gt;slash_item(&#039;index_page&#039;).preg_replace(&quot;&#124;^/*(.+?)/*$&#124;&quot;, &quot;\\1&quot;, $uri).$suffix;
        }
    }

Instead of creating an extension to the core. ie. no need to add a file MY_Config in &quot;application/libraries&quot;, for use with HMVC.</description>
		<content:encoded><![CDATA[<p>To make it work for HMVC, you have to add the following function to:</p>
<p>&#8220;application/third_party/MX/Config.php&#8221;</p>
<p>//<br />
function secure_site_url($uri = &#8221;)<br />
    {<br />
        if (is_array($uri))<br />
        {<br />
            $uri = implode(&#8216;/&#8217;, $uri);<br />
        }</p>
<p>        if ($uri == &#8221;)<br />
        {<br />
            return $this-&gt;slash_item(&#8216;secure_base_url&#8217;).$this-&gt;item(&#8216;index_page&#8217;);<br />
        }<br />
        else<br />
        {<br />
            $suffix = ($this-&gt;item(&#8216;url_suffix&#8217;) == FALSE) ? &#8221; : $this-&gt;item(&#8216;url_suffix&#8217;);<br />
            return $this-&gt;slash_item(&#8216;secure_base_url&#8217;).$this-&gt;slash_item(&#8216;index_page&#8217;).preg_replace(&#8220;|^/*(.+?)/*$|&#8221;, &#8220;\\1&#8243;, $uri).$suffix;<br />
        }<br />
    }</p>
<p>Instead of creating an extension to the core. ie. no need to add a file MY_Config in &#8220;application/libraries&#8221;, for use with HMVC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by nhm tanveer hossain khan</title>
		<link>http://sajjadhossain.com/about-me/comment-page-1/#comment-5456</link>
		<dc:creator>nhm tanveer hossain khan</dc:creator>
		<pubDate>Thu, 29 Mar 2012 09:10:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-5456</guid>
		<description>hi just wanna drop few lines,
i was looking for javascript string padding, just got your link. thanks for sharing online :)</description>
		<content:encoded><![CDATA[<p>hi just wanna drop few lines,<br />
i was looking for javascript string padding, just got your link. thanks for sharing online <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DOMPDF without PDFLib as back-end PDF support by malisa</title>
		<link>http://sajjadhossain.com/2008/06/21/dompdf-without-pdflib-as-back-end-pdf-support/comment-page-1/#comment-5158</link>
		<dc:creator>malisa</dc:creator>
		<pubDate>Tue, 17 Jan 2012 11:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/dompdf-without-pdflib-as-back-end-pdf-support/#comment-5158</guid>
		<description>thanx a ton for this</description>
		<content:encoded><![CDATA[<p>thanx a ton for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great Saying by Swami Vivekananda by MANOJ</title>
		<link>http://sajjadhossain.com/2008/01/20/great-saying-2/comment-page-1/#comment-5139</link>
		<dc:creator>MANOJ</dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=14#comment-5139</guid>
		<description>Great Saint Sawamiji is the cnetuary man, great great philanthropist</description>
		<content:encoded><![CDATA[<p>Great Saint Sawamiji is the cnetuary man, great great philanthropist</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse engineering MySQL database with Microsoft Visio by Raj</title>
		<link>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/comment-page-1/#comment-5125</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Mon, 09 Jan 2012 05:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=126#comment-5125</guid>
		<description>Thank you a lot :)</description>
		<content:encoded><![CDATA[<p>Thank you a lot <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse engineering MySQL database with Microsoft Visio by Hendrik</title>
		<link>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/comment-page-1/#comment-5113</link>
		<dc:creator>Hendrik</dc:creator>
		<pubDate>Fri, 06 Jan 2012 18:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=126#comment-5113</guid>
		<description>Dear all,
I saw several messages that people had trouble finding &quot;MySQL ODBC&quot; in step 8, and so did i.

To make a long story short, in my case that meant that i had a 64bit OS, 64bit mysql so i downloaded the 64 bit MySQL ODBC connector.
What i didn&#039;t notice is that Visio is 32 bit, and that&#039;s why the ODBC did not come up in the list.

If you have the same problem try to download also the 32bit ODBC and install it next to the 64 bit (this does not appear to be a problem on a 64bit os) and try again.</description>
		<content:encoded><![CDATA[<p>Dear all,<br />
I saw several messages that people had trouble finding &#8220;MySQL ODBC&#8221; in step 8, and so did i.</p>
<p>To make a long story short, in my case that meant that i had a 64bit OS, 64bit mysql so i downloaded the 64 bit MySQL ODBC connector.<br />
What i didn&#8217;t notice is that Visio is 32 bit, and that&#8217;s why the ODBC did not come up in the list.</p>
<p>If you have the same problem try to download also the 32bit ODBC and install it next to the 64 bit (this does not appear to be a problem on a 64bit os) and try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse engineering MySQL database with Microsoft Visio by johnny5</title>
		<link>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/comment-page-1/#comment-5061</link>
		<dc:creator>johnny5</dc:creator>
		<pubDate>Wed, 28 Dec 2011 22:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=126#comment-5061</guid>
		<description>Thanks for the information. All the tables came over but all the columns are in Chinese? WTH</description>
		<content:encoded><![CDATA[<p>Thanks for the information. All the tables came over but all the columns are in Chinese? WTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse engineering MySQL database with Microsoft Visio by Abid Hussain</title>
		<link>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/comment-page-1/#comment-4977</link>
		<dc:creator>Abid Hussain</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=126#comment-4977</guid>
		<description>Hey,
I have just install my SQL driver but still it is not appearing in data source. When I try to add new it was not in that list as well.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I have just install my SQL driver but still it is not appearing in data source. When I try to add new it was not in that list as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse engineering MySQL database with Microsoft Visio by Nadeem Arshad</title>
		<link>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/comment-page-1/#comment-4975</link>
		<dc:creator>Nadeem Arshad</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/?p=126#comment-4975</guid>
		<description>Thanks alot its very Helpful to Me</description>
		<content:encoded><![CDATA[<p>Thanks alot its very Helpful to Me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

