<?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 TechBytes</title>
	<atom:link href="http://www.asim.pk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:50:36 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Joomla does not support PHP 5.3 by Alexis</title>
		<link>http://www.asim.pk/2010/01/13/joomla-does-not-support-php-5-3/comment-page-1/#comment-660</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=602#comment-660</guid>
		<description>My host has also decided to take the move to php 5.3. Sadly, this causes a big problem with the websites I designed with joomla 1.0: content disappears everywhere!

Here is a simple solution to fix it:
Open /includes/Cache/Lite/Function.php and replace at line 74:

$arguments = func_get_args();
with:

$arguments = func_get_args(); 
$numargs = func_num_args(); 
for($i=1; $i &lt; $numargs; $i++){ 
$arguments[$i] = &amp;$arguments[$i]; 
}

Hope it will help :)</description>
		<content:encoded><![CDATA[<p>My host has also decided to take the move to php 5.3. Sadly, this causes a big problem with the websites I designed with joomla 1.0: content disappears everywhere!</p>
<p>Here is a simple solution to fix it:<br />
Open /includes/Cache/Lite/Function.php and replace at line 74:</p>
<p>$arguments = func_get_args();<br />
with:</p>
<p>$arguments = func_get_args();<br />
$numargs = func_num_args();<br />
for($i=1; $i &lt; $numargs; $i++){<br />
$arguments[$i] = &amp;$arguments[$i];<br />
}</p>
<p>Hope it will help <img src='http://www.asim.pk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating and Installing crontabs using CodeIgniter by Asim Zeeshan</title>
		<link>http://www.asim.pk/2009/05/14/creating-and-installing-crontabs-using-codeigniter/comment-page-1/#comment-642</link>
		<dc:creator>Asim Zeeshan</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=330#comment-642</guid>
		<description>Thanks Dave for sharing the link with everyone. I appreciate that.</description>
		<content:encoded><![CDATA[<p>Thanks Dave for sharing the link with everyone. I appreciate that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating and Installing crontabs using CodeIgniter by Dave</title>
		<link>http://www.asim.pk/2009/05/14/creating-and-installing-crontabs-using-codeigniter/comment-page-1/#comment-641</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=330#comment-641</guid>
		<description>There is a nice cron bootstrap on the codeigniter wiki http://codeigniter.com/wiki/Cron_job_bootstrapper/
that&#039;s worth checking out</description>
		<content:encoded><![CDATA[<p>There is a nice cron bootstrap on the codeigniter wiki <a href="http://codeigniter.com/wiki/Cron_job_bootstrapper/" rel="nofollow">http://codeigniter.com/wiki/Cron_job_bootstrapper/</a><br />
that&#8217;s worth checking out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook displaying same advertisement twice by Asim Zeeshan</title>
		<link>http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/comment-page-1/#comment-576</link>
		<dc:creator>Asim Zeeshan</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=580#comment-576</guid>
		<description>They charge for clicks as well as impressions. I mostly tend to go for impressions because it yields better results in my area.</description>
		<content:encoded><![CDATA[<p>They charge for clicks as well as impressions. I mostly tend to go for impressions because it yields better results in my area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook displaying same advertisement twice by Stan</title>
		<link>http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/comment-page-1/#comment-575</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=580#comment-575</guid>
		<description>I don’t think they’re really being ripped off since FB charges for clicks and not impressions.</description>
		<content:encoded><![CDATA[<p>I don’t think they’re really being ripped off since FB charges for clicks and not impressions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing Webmin 1.5’s Software Package Update emails by Samatva</title>
		<link>http://www.asim.pk/2010/01/12/fixing-webmin-1-5-software-package-update-emails/comment-page-1/#comment-566</link>
		<dc:creator>Samatva</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=595#comment-566</guid>
		<description>Manual fix:

Date: 2009-12-10 18:37
Sender: jcameron

Thanks - there&#039;s a typo in that script. Line 12 of
/usr/local/webmin-1.500/package-updates/update.pl should read :

@current = &amp;list_current(1);


From comment on:
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2912059&amp;group_id=17457&amp;atid=117457</description>
		<content:encoded><![CDATA[<p>Manual fix:</p>
<p>Date: 2009-12-10 18:37<br />
Sender: jcameron</p>
<p>Thanks &#8211; there&#8217;s a typo in that script. Line 12 of<br />
/usr/local/webmin-1.500/package-updates/update.pl should read :</p>
<p>@current = &amp;list_current(1);</p>
<p>From comment on:<br />
<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2912059&amp;group_id=17457&amp;atid=117457" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2912059&amp;group_id=17457&amp;atid=117457</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Domino&#8217;s Pizza in Lahore &#8211; A bad experience by Domino&#8217;s Pizza; New Branch In Lahore &#124; Eat &#39;n Travel in Pakistan</title>
		<link>http://www.asim.pk/2009/06/15/dominos-pizza-in-lahore-a-bad-experience/comment-page-1/#comment-561</link>
		<dc:creator>Domino&#8217;s Pizza; New Branch In Lahore &#124; Eat &#39;n Travel in Pakistan</dc:creator>
		<pubDate>Sat, 30 Jan 2010 03:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=352#comment-561</guid>
		<description>[...] instead of having Pizza. So I haven’t tried it yet. But I’m afraid that people I know have bad experience with Domino’s Pizza. Whether people here wasn’t ready for different taste or whether Domino’s [...]</description>
		<content:encoded><![CDATA[<p>[...] instead of having Pizza. So I haven’t tried it yet. But I’m afraid that people I know have bad experience with Domino’s Pizza. Whether people here wasn’t ready for different taste or whether Domino’s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kohana or CodeIgniter or CakePHP? by Trevor</title>
		<link>http://www.asim.pk/2010/01/06/kohana-or-codeigniter-or-cakephp/comment-page-1/#comment-494</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=463#comment-494</guid>
		<description>My favorite ORM for CodeIgniter is Datamapper Over Zealous Edition 

Link to the thread
http://codeigniter.com/forums/viewthread/136039/</description>
		<content:encoded><![CDATA[<p>My favorite ORM for CodeIgniter is Datamapper Over Zealous Edition </p>
<p>Link to the thread<br />
<a href="http://codeigniter.com/forums/viewthread/136039/" rel="nofollow">http://codeigniter.com/forums/viewthread/136039/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing Webmin 1.5’s Software Package Update emails by TechBytes &#187; Blog Archive &#187; Webmin&#8217;s Software Package Update emails are not working</title>
		<link>http://www.asim.pk/2010/01/12/fixing-webmin-1-5-software-package-update-emails/comment-page-1/#comment-464</link>
		<dc:creator>TechBytes &#187; Blog Archive &#187; Webmin&#8217;s Software Package Update emails are not working</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=595#comment-464</guid>
		<description>[...] A fix is available for this bug   Share [...]</description>
		<content:encoded><![CDATA[<p>[...] A fix is available for this bug   Share [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook displaying same advertisement twice by TechBytes &#187; Blog Archive &#187; Facebook Inappropriate ads</title>
		<link>http://www.asim.pk/2010/01/11/facebook-displaying-same-advertisement-twice/comment-page-1/#comment-462</link>
		<dc:creator>TechBytes &#187; Blog Archive &#187; Facebook Inappropriate ads</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.asim.pk/?p=580#comment-462</guid>
		<description>[...] time I wrote a piece on Facebook duplicate ads but this time I am being offered to watch Free Indian movies online. I actually visited this link [...]</description>
		<content:encoded><![CDATA[<p>[...] time I wrote a piece on Facebook duplicate ads but this time I am being offered to watch Free Indian movies online. I actually visited this link [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
