<?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 Robert Mullaney&#039;s Blog</title>
	<atom:link href="http://www.robertmullaney.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertmullaney.com</link>
	<description>PHP, MySQL, HTML, CSS, jQuery and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:12:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Table/record sorting made easier for CodeIgniter by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/09/19/tablerecord-sorting-made-easier-for-codeigniter/#comment-20280</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Wed, 01 Feb 2012 20:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=199#comment-20280</guid>
		<description>My method used a dropdown on the front end. Just attach an onchange javascript handler to redirect to the appropriate url ;)</description>
		<content:encoded><![CDATA[<p>My method used a dropdown on the front end. Just attach an onchange javascript handler to redirect to the appropriate url <img src='http://www.robertmullaney.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Table/record sorting made easier for CodeIgniter by isran</title>
		<link>http://www.robertmullaney.com/2010/09/19/tablerecord-sorting-made-easier-for-codeigniter/#comment-20279</link>
		<dc:creator>isran</dc:creator>
		<pubDate>Wed, 01 Feb 2012 02:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=199#comment-20279</guid>
		<description>how about sorting based on each column like id,name,etc but using fom_dropdown  please answer soon</description>
		<content:encoded><![CDATA[<p>how about sorting based on each column like id,name,etc but using fom_dropdown  please answer soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculator: Convert Xbox Live Microsoft Points (MSP) to USD by Salzo</title>
		<link>http://www.robertmullaney.com/2011/12/07/calculator-convert-xbox-live-microsoft-points-to-usd/#comment-20273</link>
		<dc:creator>Salzo</dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=526#comment-20273</guid>
		<description>Handy tool, thanks for making this available to the public!
No More Secrets!</description>
		<content:encoded><![CDATA[<p>Handy tool, thanks for making this available to the public!<br />
No More Secrets!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculator: Convert Xbox Live Microsoft Points (MSP) to USD by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2011/12/07/calculator-convert-xbox-live-microsoft-points-to-usd/#comment-20271</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Tue, 27 Dec 2011 20:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=526#comment-20271</guid>
		<description>Just a quick FYI, I had to change up the code a bit to get WordPress to stop causing conflicts with my code. The converter should work fine now ;)</description>
		<content:encoded><![CDATA[<p>Just a quick FYI, I had to change up the code a bit to get WordPress to stop causing conflicts with my code. The converter should work fine now <img src='http://www.robertmullaney.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Form Validation Callback Functions with Multiple Arguments by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/11/04/codeigniter-form-validation-callback-functions-with-multiple-arguments/#comment-20270</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Mon, 26 Dec 2011 17:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=273#comment-20270</guid>
		<description>Take another look at your code... $this-&gt;load-&gt;library(‘validation’); should be $this-&gt;load-&gt;library(‘&lt;strong&gt;form_&lt;/strong&gt;validation’);

Also, replace $this-&gt;validation with $this-&gt;&lt;strong&gt;form_&lt;/strong&gt;validation in the rest of your code.

In other words, you&#039;re mixing old and new versions of the validation libraries ;)</description>
		<content:encoded><![CDATA[<p>Take another look at your code&#8230; $this->load->library(‘validation’); should be $this->load->library(‘<strong>form_</strong>validation’);</p>
<p>Also, replace $this->validation with $this-><strong>form_</strong>validation in the rest of your code.</p>
<p>In other words, you&#8217;re mixing old and new versions of the validation libraries <img src='http://www.robertmullaney.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Form Validation Callback Functions with Multiple Arguments by ashoksharmaz87</title>
		<link>http://www.robertmullaney.com/2010/11/04/codeigniter-form-validation-callback-functions-with-multiple-arguments/#comment-20269</link>
		<dc:creator>ashoksharmaz87</dc:creator>
		<pubDate>Sat, 24 Dec 2011 05:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=273#comment-20269</guid>
		<description>When I am trying to validate my form. I am getting this error- &quot;Unable to load the requested class: validation&quot;
Can you help me to find whats the problem.?

my code is :
$this-&gt;load-&gt;library(&#039;form_validation&#039;);

and...

public function insert_student()
    {
		$this-&gt;load-&gt;helper(array(&#039;form&#039;, &#039;url&#039;));
		$this-&gt;load-&gt;library(&#039;validation&#039;);
		$this-&gt;load-&gt;helper(array(&#039;form&#039;));
		$this-&gt;form_validation-&gt;set_rules(&#039;sname&#039;, &#039;username&#039;, &#039;required&#039;);
		$this-&gt;form_validation-&gt;set_rules(&#039;email&#039;, &#039;Email&#039;, &#039;required&#039;);
		$this-&gt;form_validation-&gt;set_rules(&#039;password&#039;, &#039;password&#039;, &#039;required&#039;);
		$rules[&#039;vpassword&#039;] = &quot;required&quot;;
		$rules[&#039;address&#039;] = &quot;required&quot;;
		$rules[&#039;gender&#039;] = &quot;required&quot;;
		$rules[&#039;hobbies&#039;] = &quot;required&quot;;
		$rules[&#039;class&#039;] = &quot;required&quot;;

		$this-&gt;validation-&gt;set_rules($rules);
		if ($this-&gt;validation-&gt;run() == FALSE)
		{
		$this-&gt;load-&gt;view(&#039;form_view&#039;);
		}
		else
		{
		$this-&gt;load-&gt;model(&#039;student_insert_model&#039;);
        $this-&gt;student_insert_model-&gt;add_student();
		$this-&gt;load-&gt;helper(&#039;url&#039;);
		redirect(&quot;/index&quot;);
		
		}</description>
		<content:encoded><![CDATA[<p>When I am trying to validate my form. I am getting this error- &#8220;Unable to load the requested class: validation&#8221;<br />
Can you help me to find whats the problem.?</p>
<p>my code is :<br />
$this-&gt;load-&gt;library(&#8216;form_validation&#8217;);</p>
<p>and&#8230;</p>
<p>public function insert_student()<br />
    {<br />
		$this-&gt;load-&gt;helper(array(&#8216;form&#8217;, &#8216;url&#8217;));<br />
		$this-&gt;load-&gt;library(&#8216;validation&#8217;);<br />
		$this-&gt;load-&gt;helper(array(&#8216;form&#8217;));<br />
		$this-&gt;form_validation-&gt;set_rules(&#8216;sname&#8217;, &#8216;username&#8217;, &#8216;required&#8217;);<br />
		$this-&gt;form_validation-&gt;set_rules(&#8216;email&#8217;, &#8216;Email&#8217;, &#8216;required&#8217;);<br />
		$this-&gt;form_validation-&gt;set_rules(&#8216;password&#8217;, &#8216;password&#8217;, &#8216;required&#8217;);<br />
		$rules['vpassword'] = &#8220;required&#8221;;<br />
		$rules['address'] = &#8220;required&#8221;;<br />
		$rules['gender'] = &#8220;required&#8221;;<br />
		$rules['hobbies'] = &#8220;required&#8221;;<br />
		$rules['class'] = &#8220;required&#8221;;</p>
<p>		$this-&gt;validation-&gt;set_rules($rules);<br />
		if ($this-&gt;validation-&gt;run() == FALSE)<br />
		{<br />
		$this-&gt;load-&gt;view(&#8216;form_view&#8217;);<br />
		}<br />
		else<br />
		{<br />
		$this-&gt;load-&gt;model(&#8216;student_insert_model&#8217;);<br />
        $this-&gt;student_insert_model-&gt;add_student();<br />
		$this-&gt;load-&gt;helper(&#8216;url&#8217;);<br />
		redirect(&#8220;/index&#8221;);</p>
<p>		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My ultimate .htaccess file for CodeIgniter 2.0 by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2011/03/16/ultimate-htaccess-codeigniter/#comment-20268</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Thu, 22 Dec 2011 22:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=368#comment-20268</guid>
		<description>FYI: the forbidden urls section can be ignored in CodeIgniter 2.0 if you have the following .htaccess file in those folders...

&lt;pre&gt;Deny from all&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>FYI: the forbidden urls section can be ignored in CodeIgniter 2.0 if you have the following .htaccess file in those folders&#8230;</p>
<pre>Deny from all</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add icons to Input (Submit and Reset) Buttons using jQuery UI by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/11/29/style-submit-and-reset-buttons-with-icons-using-jquery-ui/#comment-20267</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Sat, 17 Dec 2011 19:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=309#comment-20267</guid>
		<description>Glad it helped :D</description>
		<content:encoded><![CDATA[<p>Glad it helped <img src='http://www.robertmullaney.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add icons to Input (Submit and Reset) Buttons using jQuery UI by Jeff Odell</title>
		<link>http://www.robertmullaney.com/2010/11/29/style-submit-and-reset-buttons-with-icons-using-jquery-ui/#comment-20266</link>
		<dc:creator>Jeff Odell</dc:creator>
		<pubDate>Sat, 17 Dec 2011 17:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=309#comment-20266</guid>
		<description>Oh, and THANK YOU for the post - you got me %95 of the way there!</description>
		<content:encoded><![CDATA[<p>Oh, and THANK YOU for the post &#8211; you got me %95 of the way there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Add icons to Input (Submit and Reset) Buttons using jQuery UI by Jeff Odell</title>
		<link>http://www.robertmullaney.com/2010/11/29/style-submit-and-reset-buttons-with-icons-using-jquery-ui/#comment-20265</link>
		<dc:creator>Jeff Odell</dc:creator>
		<pubDate>Sat, 17 Dec 2011 17:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=309#comment-20265</guid>
		<description>I found that in the last line of codel I had to change 
      $(this).prev().click();
to
      $(this).prev().submit();

Otherwise, submits inside Ajax.BeginForm do a full submit and not Ajax Html submit.</description>
		<content:encoded><![CDATA[<p>I found that in the last line of codel I had to change<br />
      $(this).prev().click();<br />
to<br />
      $(this).prev().submit();</p>
<p>Otherwise, submits inside Ajax.BeginForm do a full submit and not Ajax Html submit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open all external links in a new window using jQuery by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/11/08/open-all-external-links-in-a-new-window-using-jquery/#comment-20264</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=292#comment-20264</guid>
		<description>Here&#039;s an even better way to do it...

&lt;pre&gt;$(&#039;a[href*=&quot;://&quot;]&#039;).attr(&#039;target&#039;,&#039;_blank&#039;);&lt;/pre&gt;

Now all links that contain &#039;://&#039; (http://, https://, ftp://, etc) will open in a new window!</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an even better way to do it&#8230;</p>
<pre>$('a[href*="://"]').attr('target','_blank');</pre>
<p>Now all links that contain &#8216;://&#8217; (http://, https://, ftp://, etc) will open in a new window!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable browser cache easily with CodeIgniter by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2011/08/13/disable-browser-cache-easily-with-codeigniter/#comment-20251</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=385#comment-20251</guid>
		<description>This function only disables the cache for the page.

In order to control caching for linked objects (scripts, css, images, etc) you need to pass them through a loader that calls this function before kicking out the file&#039;s content. Or, you modify the tags (see below) to prevent caching.  This method will impact load times as the example image and stylesheet are &lt;strong&gt;never&lt;/strong&gt; cached...

&lt;pre&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;mystylesheet.css?&lt;?php echo time(); ?&gt;&quot;&gt;
&lt;img src=&quot;myimage.jpg?&lt;?php echo time(); ?&gt;&quot;&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This function only disables the cache for the page.</p>
<p>In order to control caching for linked objects (scripts, css, images, etc) you need to pass them through a loader that calls this function before kicking out the file&#8217;s content. Or, you modify the tags (see below) to prevent caching.  This method will impact load times as the example image and stylesheet are <strong>never</strong> cached&#8230;</p>
<pre>&lt;link rel=&quot;stylesheet&quot; href=&quot;mystylesheet.css?&lt;?php echo time(); ?&gt;"&gt;
&lt;img src=&quot;myimage.jpg?&lt;?php echo time(); ?&gt;"&gt;</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable browser cache easily with CodeIgniter by Brennan</title>
		<link>http://www.robertmullaney.com/2011/08/13/disable-browser-cache-easily-with-codeigniter/#comment-20248</link>
		<dc:creator>Brennan</dc:creator>
		<pubDate>Tue, 29 Nov 2011 23:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=385#comment-20248</guid>
		<description>Hmmm, still seems to cache images and css files. Nothing changed. Any tips? I did exactly what you described above.</description>
		<content:encoded><![CDATA[<p>Hmmm, still seems to cache images and css files. Nothing changed. Any tips? I did exactly what you described above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter Image_lib convert() v1.3 JPG to GIF to PNG by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/09/18/codeigniter-image_lib-convert-jpg-gif-png/#comment-20201</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Sun, 23 Oct 2011 15:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=163#comment-20201</guid>
		<description>I looked at the Image_lib code real quick and it should already support renaming.

Try it like this...
&lt;pre&gt;$config = array(
    &#039;source_image&#039; =&gt; &#039;usermedia/pictures/currently_processing/&#039; . $uploaded[&#039;file_name&#039;],
    &#039;new_image&#039; =&gt; $userid . &#039;_&#039; . time() . &#039;.jpg&#039;
);
$this-&gt;load-&gt;library(&#039;image_lib&#039;, $config);
$this-&gt;image_lib-&gt;convert();&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I looked at the Image_lib code real quick and it should already support renaming.</p>
<p>Try it like this&#8230;</p>
<pre>$config = array(
    'source_image' => 'usermedia/pictures/currently_processing/' . $uploaded['file_name'],
    'new_image' => $userid . '_' . time() . '.jpg'
);
$this->load->library('image_lib', $config);
$this->image_lib->convert();</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter Image_lib convert() v1.3 JPG to GIF to PNG by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/09/18/codeigniter-image_lib-convert-jpg-gif-png/#comment-20200</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Sun, 23 Oct 2011 14:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=163#comment-20200</guid>
		<description>My method/function does not process the &#039;new_image&#039; config variable. I generally performed additional processing after the conversion (eg: resize original, make a thumbnail, etc).

The following methods natively support $config[&#039;new_image&#039;]

$this-&gt;image_lib-&gt;resize()
$this-&gt;image_lib-&gt;crop()
$this-&gt;image_lib-&gt;rotate()
$this-&gt;image_lib-&gt;watermark()

Feel free to modify the convert() method to &#039;new_image&#039; by examining it&#039;s usage in the above methods.

Note: I can revisit the code and add renaming support, but it will have to be when I have some more free time.</description>
		<content:encoded><![CDATA[<p>My method/function does not process the &#8216;new_image&#8217; config variable. I generally performed additional processing after the conversion (eg: resize original, make a thumbnail, etc).</p>
<p>The following methods natively support $config['new_image']</p>
<p>$this->image_lib->resize()<br />
$this->image_lib->crop()<br />
$this->image_lib->rotate()<br />
$this->image_lib->watermark()</p>
<p>Feel free to modify the convert() method to &#8216;new_image&#8217; by examining it&#8217;s usage in the above methods.</p>
<p>Note: I can revisit the code and add renaming support, but it will have to be when I have some more free time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Codeigniter Image_lib convert() v1.3 JPG to GIF to PNG by Nicholas Morgan</title>
		<link>http://www.robertmullaney.com/2010/09/18/codeigniter-image_lib-convert-jpg-gif-png/#comment-20199</link>
		<dc:creator>Nicholas Morgan</dc:creator>
		<pubDate>Sat, 22 Oct 2011 12:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=163#comment-20199</guid>
		<description>Robert, thanks for this awesome extension. I am using it now for my current PHP application. I was wondering if this function can somehow allow you to pick the filename that you want it to be converted to, like in the initialization array? My usage of your function currently looks like this:

Picture::convert(array(
	&#039;source_image&#039; =&gt; &#039;usermedia/pictures/currently_processing/&#039; . $uploaded[&#039;file_name&#039;],
));

So, I upload the image first into the directory called &quot;currently_processing&quot;, and then I convert it to .JPG using your function. I was hoping I&#039;d be able to rename the converted version to the ID of the user, concatenated with an underscore, concatenated with the current UNIX timestamp, concatenated with &quot;.jpg&quot;, which would look something like this: &quot;7442_1319280674.jpg&quot;.

However, I am unsure how this would be done using your function.</description>
		<content:encoded><![CDATA[<p>Robert, thanks for this awesome extension. I am using it now for my current PHP application. I was wondering if this function can somehow allow you to pick the filename that you want it to be converted to, like in the initialization array? My usage of your function currently looks like this:</p>
<p>Picture::convert(array(<br />
	&#8216;source_image&#8217; =&gt; &#8216;usermedia/pictures/currently_processing/&#8217; . $uploaded['file_name'],<br />
));</p>
<p>So, I upload the image first into the directory called &#8220;currently_processing&#8221;, and then I convert it to .JPG using your function. I was hoping I&#8217;d be able to rename the converted version to the ID of the user, concatenated with an underscore, concatenated with the current UNIX timestamp, concatenated with &#8220;.jpg&#8221;, which would look something like this: &#8220;7442_1319280674.jpg&#8221;.</p>
<p>However, I am unsure how this would be done using your function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Submit ajax form in jQuery-UI Dialog with Enter Key by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2011/08/26/submit-ajax-form-jquery-ui-dialog-enter-key/#comment-20198</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Thu, 20 Oct 2011 17:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=410#comment-20198</guid>
		<description>Glad it helped.

Note: My example assumes the first button is the &quot;default&quot; (eg: Ok, Save, etc), so adjusting the selectors may be necessary if you need to fire the action of an alternate button ;)</description>
		<content:encoded><![CDATA[<p>Glad it helped.</p>
<p>Note: My example assumes the first button is the &#8220;default&#8221; (eg: Ok, Save, etc), so adjusting the selectors may be necessary if you need to fire the action of an alternate button <img src='http://www.robertmullaney.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Submit ajax form in jQuery-UI Dialog with Enter Key by dustin</title>
		<link>http://www.robertmullaney.com/2011/08/26/submit-ajax-form-jquery-ui-dialog-enter-key/#comment-20197</link>
		<dc:creator>dustin</dc:creator>
		<pubDate>Wed, 19 Oct 2011 07:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=410#comment-20197</guid>
		<description>Nice job !! 

This is the code that helped me out 

 $(&#039;.ui-dialog-buttonpane button:first&#039;).click();

tricky I say, very tricky :)</description>
		<content:encoded><![CDATA[<p>Nice job !! </p>
<p>This is the code that helped me out </p>
<p> $(&#8216;.ui-dialog-buttonpane button:first&#8217;).click();</p>
<p>tricky I say, very tricky <img src='http://www.robertmullaney.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IMPROVED jQuery Image Preloader with Rollover Effect (dynamic extensions supported) by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2011/01/14/improved-jquery-image-preloader-rollover-effect/#comment-20196</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Tue, 18 Oct 2011 18:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=342#comment-20196</guid>
		<description>One thing I forgot to mention for some who may not be JS savvy... if you need to manually preload an image after processing the automated ones, you can include this snippet later further down and duplicate it as needed for additional images.

&lt;pre&gt;// manually preload an image
preloadedImages[preloadedImages.length] = new Image();
preloadedImages[preloadedImages.length - 1].src = &#039;path/to/someimage.gif&#039;;
preloadedImages[preloadedImages.length] = new Image();
preloadedImages[preloadedImages.length - 1].src = &#039;path/to/anotherimage.jpg&#039;;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>One thing I forgot to mention for some who may not be JS savvy&#8230; if you need to manually preload an image after processing the automated ones, you can include this snippet later further down and duplicate it as needed for additional images.</p>
<pre>// manually preload an image
preloadedImages[preloadedImages.length] = new Image();
preloadedImages[preloadedImages.length - 1].src = 'path/to/someimage.gif';
preloadedImages[preloadedImages.length] = new Image();
preloadedImages[preloadedImages.length - 1].src = 'path/to/anotherimage.jpg';</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoDaddy, Filezilla and getting blocked while uploading via FTP by Robert Mullaney</title>
		<link>http://www.robertmullaney.com/2010/09/24/godaddy-filezilla-blocked-uploadingftp/#comment-20195</link>
		<dc:creator>Robert Mullaney</dc:creator>
		<pubDate>Fri, 07 Oct 2011 01:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertmullaney.com/?p=226#comment-20195</guid>
		<description>With the particular hosting account in question, yes blocking is still an issue. I don&#039;t have to work on that client&#039;s server often, so I have not continued trying to debug GoDaddy&#039;s botched configuration on that server.</description>
		<content:encoded><![CDATA[<p>With the particular hosting account in question, yes blocking is still an issue. I don&#8217;t have to work on that client&#8217;s server often, so I have not continued trying to debug GoDaddy&#8217;s botched configuration on that server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

