<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/699131</link>
		<description>Comments by juliancc</description>
<item>
<title>Julian Castaneda : About</title>
<link>http://www.smooka.com/blog/about/#IDComment746603036</link>
<description>You are right! That being said, I&amp;#039;ve neglected this blog and I think it&amp;#039;s time to update it and maybe start posting more often. Thanks for the comment! </description>
<pubDate>Fri, 8 Nov 2013 14:58:30 +0000</pubDate>
<guid>http://www.smooka.com/blog/about/#IDComment746603036</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment577183043</link>
<description>I&amp;#039;m going to assume that they are being overlapped.  you can offset each message. You can go to the demo page to see how this is accomplished. &lt;a href=&quot;http://www.smooka.com/projects/jalert/&quot; target=&quot;_blank&quot;&gt;http://www.smooka.com/projects/jalert/&lt;/a&gt; </description>
<pubDate>Fri, 22 Feb 2013 18:49:55 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment577183043</guid>
</item><item>
<title>Julian Castaneda : PHP: Change UTC time to local time</title>
<link>http://www.smooka.com/blog/2011/06/03/utc-time-to-local-time/#IDComment571428288</link>
<description>I&amp;#039;m assuming your blog is in php. You can  add  date_default_timezone_set(&amp;#039;America/Los_Angeles&amp;#039;);   of the main dispatcher. Usually index.php will do </description>
<pubDate>Fri, 15 Feb 2013 01:33:00 +0000</pubDate>
<guid>http://www.smooka.com/blog/2011/06/03/utc-time-to-local-time/#IDComment571428288</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment560108679</link>
<description>Thanks dude.. Yeah I think I will start working on some much needed updates to the plugin as well. It&amp;#039;s been over 4 years and more than 8000 downloads. </description>
<pubDate>Fri, 1 Feb 2013 16:23:16 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment560108679</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment168369791</link>
<description>Not sure what you are asking! Close alerts you can close them by clicking in the X at the top right of the alert box.  Timed alerts, you mean to close the alerts after a set amount of time?  </description>
<pubDate>Thu, 30 Jun 2011 16:14:54 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment168369791</guid>
</item><item>
<title>Julian Castaneda : Unit Testing your AJAX requests with Zend Framework and PHPunit</title>
<link>http://www.smooka.com/blog/2011/01/15/unit-testing-ajax-requests-zend-framework-phpunit/#IDComment168368865</link>
<description>Jegan what version of ZF are you using? Thanks for letting me know, I will try it out and see if it was a bug that they fixed. </description>
<pubDate>Thu, 30 Jun 2011 16:11:53 +0000</pubDate>
<guid>http://www.smooka.com/blog/2011/01/15/unit-testing-ajax-requests-zend-framework-phpunit/#IDComment168368865</guid>
</item><item>
<title>Julian Castaneda : Unit Testing your AJAX requests with Zend Framework and PHPunit</title>
<link>http://www.smooka.com/blog/2011/01/15/unit-testing-ajax-requests-zend-framework-phpunit/#IDComment134203728</link>
<description>Mike,  This article is for unit testing. If you want to work with ajax I suggest reading this article I wrote some time ago.  &lt;a href=&quot;http://www.smooka.com/blog/2009/04/17/5-things-working-with-zend-framework-and-ajax/&quot; target=&quot;_blank&quot;&gt;http://www.smooka.com/blog/2009/04/17/5-things-wo...&lt;/a&gt; It lists 5 things you need to know when working with ajax and zend framework.  thanks </description>
<pubDate>Fri, 11 Mar 2011 14:28:31 +0000</pubDate>
<guid>http://www.smooka.com/blog/2011/01/15/unit-testing-ajax-requests-zend-framework-phpunit/#IDComment134203728</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment130579806</link>
<description>Kiran, The 4th parameter is the width of the box. Height should be automatically.  $(&amp;#039;body&amp;#039;).jAlert(&amp;#039;This is a jAlert Success Box with custom width of 780px&amp;#039;, &amp;#039;success&amp;#039;, &amp;#039;widthcustom&amp;#039;, 780);  If you know how to use svn  you can checkout the latest version from google code.  &lt;a href=&quot;http://code.google.com/p/jalert/&quot; target=&quot;_blank&quot;&gt;http://code.google.com/p/jalert/&lt;/a&gt; This version is the latest, and it adheres to jquery plugin standards. and the options are passed as an array. I will release this version soon with some documentation.  </description>
<pubDate>Fri, 25 Feb 2011 13:54:46 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment130579806</guid>
</item><item>
<title>Julian Castaneda : Unit Testing your AJAX requests with Zend Framework and PHPunit</title>
<link>http://www.smooka.com/blog/2011/01/15/unit-testing-ajax-requests-zend-framework-phpunit/#IDComment130179732</link>
<description>Well that&amp;#039;s what I had initially, but if you use it inside a unit test (assuming you are using Zend_Test_PHPUnit)  I was running into the problem specified above. Not sure if this is a bug, or a change based on a specific version.  But thanks for sharing! </description>
<pubDate>Wed, 23 Feb 2011 21:59:06 +0000</pubDate>
<guid>http://www.smooka.com/blog/2011/01/15/unit-testing-ajax-requests-zend-framework-phpunit/#IDComment130179732</guid>
</item><item>
<title>Julian Castaneda : Fix GIT Lock after GIT Crash</title>
<link>http://www.smooka.com/blog/2010/12/09/fix-git-lock-after-git-crash/#IDComment129830499</link>
<description>Great to hear that this solution worked for you.  </description>
<pubDate>Tue, 22 Feb 2011 13:10:02 +0000</pubDate>
<guid>http://www.smooka.com/blog/2010/12/09/fix-git-lock-after-git-crash/#IDComment129830499</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment117421119</link>
<description>Felipe you can center it by displaying the message against the body tag. &amp;lt;code&amp;gt; $(&amp;#039;body&amp;#039;).jAlert(&amp;#039;This is a message&amp;#039;); &amp;lt;/code&amp;gt; You can also put an vertical offset, so it&amp;#039;s not in the top edge. You can view an example in the demo page  &lt;a href=&quot;http://www.smooka.com/projects/jalert/&quot; target=&quot;_blank&quot;&gt;http://www.smooka.com/projects/jalert/&lt;/a&gt;  Thanks </description>
<pubDate>Wed, 22 Dec 2010 13:16:57 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment117421119</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment114913854</link>
<description>Not sure what you did.. but I&amp;#039;m glad it worked! I started to work on a new version, of this plugin that adheres to some standards and I will be incorporating some needed improvements.  </description>
<pubDate>Fri, 10 Dec 2010 16:18:32 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment114913854</guid>
</item><item>
<title>Julian Castaneda : GetSimple Plugins</title>
<link>http://www.smooka.com/blog/getsimple-plugins/#IDComment113378510</link>
<description> &lt;a href=&quot;http://www.squareitsol.com/gs/square-it-gallery-plugin-sample/&quot; target=&quot;_blank&quot;&gt;http://www.squareitsol.com/gs/square-it-gallery-p...&lt;/a&gt; </description>
<pubDate>Thu, 2 Dec 2010 17:05:08 +0000</pubDate>
<guid>http://www.smooka.com/blog/getsimple-plugins/#IDComment113378510</guid>
</item><item>
<title>Julian Castaneda : Maintaining PHP session when using CURL.</title>
<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/#IDComment113161017</link>
<description>Thanks Adam for your contribution. </description>
<pubDate>Wed, 1 Dec 2010 15:27:37 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/#IDComment113161017</guid>
</item><item>
<title>Julian Castaneda : Zend Cache and Zend Feed Problem</title>
<link>http://www.smooka.com/blog/2009/04/22/zend-cache-and-zend-feed-problem/#IDComment111241125</link>
<description>Sorry but I have not experienced that problem. </description>
<pubDate>Mon, 22 Nov 2010 13:54:18 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/04/22/zend-cache-and-zend-feed-problem/#IDComment111241125</guid>
</item><item>
<title>Julian Castaneda : Maintaining PHP session when using CURL.</title>
<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/#IDComment105420020</link>
<description>Willy that&amp;#039;s why I posted it. :) I knew that it was not a problem specific to what I was trying to do, but more of a cURL thing. I&amp;#039;m glad that the article helped you resolve your issue. </description>
<pubDate>Fri, 22 Oct 2010 12:40:00 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/#IDComment105420020</guid>
</item><item>
<title>Julian Castaneda : GetSimple Plugins</title>
<link>http://www.smooka.com/blog/getsimple-plugins/#IDComment103045148</link>
<description>There are many things that can cause this problem. I advice you to check the getsimple forum:   &lt;a href=&quot;http://get-simple.info/forum/forum/11/plugins/&quot; target=&quot;_blank&quot;&gt;http://get-simple.info/forum/forum/11/plugins/&lt;/a&gt; and got to the GetSimple Image Gallery Threads.  Thanks. </description>
<pubDate>Fri, 8 Oct 2010 19:47:33 +0000</pubDate>
<guid>http://www.smooka.com/blog/getsimple-plugins/#IDComment103045148</guid>
</item><item>
<title>Julian Castaneda : GetSimple Plugins: Simple Image Gallery</title>
<link>http://www.smooka.com/blog/2010/03/10/getsimple-simple-image-gallery-plugin/#IDComment93702668</link>
<description>To remove pagination you would need to remove the class &amp;quot;paginate&amp;quot; from the table in line 81. Then remove/comment out line 104 and 105  in squareit-gallery.php </description>
<pubDate>Tue, 17 Aug 2010 18:53:25 +0000</pubDate>
<guid>http://www.smooka.com/blog/2010/03/10/getsimple-simple-image-gallery-plugin/#IDComment93702668</guid>
</item><item>
<title>Julian Castaneda : jAlert a jQuery Alert Box Plugin</title>
<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment93662737</link>
<description>Mike, not sure what you mean in the drop down? You can add html to the actual message of the alert thanks </description>
<pubDate>Tue, 17 Aug 2010 14:44:19 +0000</pubDate>
<guid>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/#IDComment93662737</guid>
</item><item>
<title>Julian Castaneda : Zend Framework: Internalization and Translation </title>
<link>http://www.smooka.com/blog/2010/08/06/zend-framework-translation-internalization/#IDComment93500863</link>
<description>Cris, Thanks for the additional tips and for extending on my article. I believe this is a good starting point for a beginner. There are a couple of other things that will have to be taken into consideration, such as caching and setting up the bootstrap to handle the local based on the browser or a user defined setting.  Maybe I&amp;#039;ll do a part 2 to this article.   </description>
<pubDate>Mon, 16 Aug 2010 19:39:21 +0000</pubDate>
<guid>http://www.smooka.com/blog/2010/08/06/zend-framework-translation-internalization/#IDComment93500863</guid>
</item>	</channel>
</rss>