<?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 Julian Castaneda</title>
	<atom:link href="http://www.smooka.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smooka.com/blog</link>
	<description>From programming to music!</description>
	<lastBuildDate>Fri, 24 May 2013 00:25:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on jAlert a jQuery Alert Box Plugin by http://www.mediafire.com/</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/comment-page-1/#comment-14849</link>
		<dc:creator>http://www.mediafire.com/</dc:creator>
		<pubDate>Fri, 24 May 2013 00:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18#comment-14849</guid>
		<description><![CDATA[I&#039;ve read some good stuff here. Certainly price bookmarking for revisiting. I wonder how so much attempt you set to make this type of wonderful informative site.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve read some good stuff here. Certainly price bookmarking for revisiting. I wonder how so much attempt you set to make this type of wonderful informative site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintaining PHP session when using CURL. by yogesh</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-14827</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Tue, 14 May 2013 09:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-14827</guid>
		<description><![CDATA[Thanks a lot for this article, it helped me lot, and give me solution which I was looking from last 2 days. 
Actually I wanted to call and api and wanted to provide admin credentials with it for other project on same server (in sub folder). So that when one user logged in on main project it gets automatically logged on other projects also. 
Here is my code it might help others, 
$url = &quot;{$path}api/login.php?username=admin&amp;pwd=admin&quot;; 
session_write_close(); 
 
$ch = curl_init();  
$strCookie = &#039;PHPSESSID=&#039; . $_COOKIE[&#039;PHPSESSID&#039;] . &#039;; path=//&#039;; 
 
curl_setopt($ch, CURLOPT_USERAGENT, &quot;BotBrowser&quot;); 
curl_setopt($ch, CURLOPT_URL, $url);   
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); 
curl_setopt($ch, CURLOPT_HTTPGET, 1); 
curl_setopt($ch, CURLOPT_HEADER, false); 
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
curl_setopt($ch, CURLOPT_COOKIE, $strCookie );  
 
$res = curl_exec($ch);  
curl_close($ch);    
 ]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for this article, it helped me lot, and give me solution which I was looking from last 2 days.<br />
Actually I wanted to call and api and wanted to provide admin credentials with it for other project on same server (in sub folder). So that when one user logged in on main project it gets automatically logged on other projects also.<br />
Here is my code it might help others,<br />
$url = &quot;{$path}api/login.php?username=admin&amp;pwd=admin&quot;;<br />
session_write_close(); </p>
<p>$ch = curl_init();<br />
$strCookie = &#039;PHPSESSID=&#039; . $_COOKIE[&#039;PHPSESSID&#039;] . &#039;; path=//&#039;; </p>
<p>curl_setopt($ch, CURLOPT_USERAGENT, &quot;BotBrowser&quot;);<br />
curl_setopt($ch, CURLOPT_URL, $url);<br />
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);<br />
curl_setopt($ch, CURLOPT_HTTPGET, 1);<br />
curl_setopt($ch, CURLOPT_HEADER, false);<br />
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);<br />
curl_setopt($ch, CURLOPT_COOKIE, $strCookie );  </p>
<p>$res = curl_exec($ch);<br />
curl_close($ch);    </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Things: Working with Zend Framework and Ajax by Arvind</title>
		<link>http://www.smooka.com/blog/2009/04/17/5-things-working-with-zend-framework-and-ajax/comment-page-1/#comment-14739</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Mon, 25 Mar 2013 05:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=60#comment-14739</guid>
		<description><![CDATA[nice work ]]></description>
		<content:encoded><![CDATA[<p>nice work </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jAlert a jQuery Alert Box Plugin by How to change alert() to jAlert()?</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/comment-page-1/#comment-14730</link>
		<dc:creator>How to change alert() to jAlert()?</dc:creator>
		<pubDate>Wed, 20 Mar 2013 04:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18#comment-14730</guid>
		<description><![CDATA[[...] trying to use jAlert (http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/) instead of the usual alert() [...]]]></description>
		<content:encoded><![CDATA[<p>[...] trying to use jAlert (<a href="http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/" rel="nofollow">http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/</a>) instead of the usual alert() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Things: Working with Zend Framework and Ajax by Zend mit Ajax &#8211; ein paar Links für mich! :D &#124; p e l z blog</title>
		<link>http://www.smooka.com/blog/2009/04/17/5-things-working-with-zend-framework-and-ajax/comment-page-1/#comment-14724</link>
		<dc:creator>Zend mit Ajax &#8211; ein paar Links für mich! :D &#124; p e l z blog</dc:creator>
		<pubDate>Sun, 17 Mar 2013 21:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=60#comment-14724</guid>
		<description><![CDATA[[...] http://www.smooka.com/blog/2009/04/17/5-things-working-with-zend-framework-and-ajax/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.smooka.com/blog/2009/04/17/5-things-working-with-zend-framework-and-ajax/" rel="nofollow">http://www.smooka.com/blog/2009/04/17/5-things-working-with-zend-framework-and-ajax/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jAlert a jQuery Alert Box Plugin by How do I place jAlerts in relation to div? &#124; BlogoSfera</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/comment-page-1/#comment-14723</link>
		<dc:creator>How do I place jAlerts in relation to div? &#124; BlogoSfera</dc:creator>
		<pubDate>Sun, 17 Mar 2013 16:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18#comment-14723</guid>
		<description><![CDATA[[...] jAlert: http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] jAlert: <a href="http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/" rel="nofollow">http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jAlert a jQuery Alert Box Plugin by How to change alert() to jAlert()? &#124; BlogoSfera</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/comment-page-1/#comment-14722</link>
		<dc:creator>How to change alert() to jAlert()? &#124; BlogoSfera</dc:creator>
		<pubDate>Sun, 17 Mar 2013 13:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18#comment-14722</guid>
		<description><![CDATA[[...] trying to use jAlert (http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/) instead of the usual alert() [...]]]></description>
		<content:encoded><![CDATA[<p>[...] trying to use jAlert (<a href="http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/" rel="nofollow">http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/</a>) instead of the usual alert() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jAlert a jQuery Alert Box Plugin by Eddi</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/comment-page-1/#comment-14699</link>
		<dc:creator>Eddi</dc:creator>
		<pubDate>Thu, 28 Feb 2013 10:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18#comment-14699</guid>
		<description><![CDATA[Hi i am trying to use the jprompt to change the content of a textbox and it works fine but i have a problem with the location i want the jprompt to pop up where i click with the button i have managed to make this work on firefox,chrome but it doesnt work well in ie when i click on the top of the page i get it almoust where i want it but when i click on the bottom on the page it drops down thath i cant even see it on the site. Here is the way i get the coordinates for the jprompt: 
var mainEvent = subEvent ? subEvent : window.event; 
posX=mainEvent.screenX; 
posY=mainEvent.screenY; 
 
then in reposition in the alerts.js i use  
_reposition: function() { 
var top = posY+$.alerts.verticalOffset; 
var left = posX+$.alerts.horizontalOffset; 
if( top &lt; 0 ) top = 0; 
if( left &lt; 0 ) left = 0; 
 
Is there a way to make this work for the ie. If someone asks why am i using screenx and screeny the reason is that i have multiple textboxes and i even need to scroll down to get to some of them and if i would take the location of the div that they are created the pop up box woulld just drop out of sight. 
 
I would appreciate all the help you can give me. 
 ]]></description>
		<content:encoded><![CDATA[<p>Hi i am trying to use the jprompt to change the content of a textbox and it works fine but i have a problem with the location i want the jprompt to pop up where i click with the button i have managed to make this work on firefox,chrome but it doesnt work well in ie when i click on the top of the page i get it almoust where i want it but when i click on the bottom on the page it drops down thath i cant even see it on the site. Here is the way i get the coordinates for the jprompt:<br />
var mainEvent = subEvent ? subEvent : window.event;<br />
posX=mainEvent.screenX;<br />
posY=mainEvent.screenY; </p>
<p>then in reposition in the alerts.js i use<br />
_reposition: function() {<br />
var top = posY+$.alerts.verticalOffset;<br />
var left = posX+$.alerts.horizontalOffset;<br />
if( top &lt; 0 ) top = 0;<br />
if( left &lt; 0 ) left = 0; </p>
<p>Is there a way to make this work for the ie. If someone asks why am i using screenx and screeny the reason is that i have multiple textboxes and i even need to scroll down to get to some of them and if i would take the location of the div that they are created the pop up box woulld just drop out of sight. </p>
<p>I would appreciate all the help you can give me. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Dionna Cloonan</title>
		<link>http://www.smooka.com/blog/about/comment-page-1/#comment-14693</link>
		<dc:creator>Dionna Cloonan</dc:creator>
		<pubDate>Mon, 25 Feb 2013 20:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?page_id=2#comment-14693</guid>
		<description><![CDATA[I do! I&#039;m also seeking a LAMP developer but for a VERY different type of client, it&#039;s a VERY exciting environment over there so I&#039;d like to find someone who likes to have fun at work. 561-910-8008 is how to get me directly, we&#039;ll see how many people read this. Not going to go crazy posting it because of the nature of the client so hopefully someone will see this and call me.  ]]></description>
		<content:encoded><![CDATA[<p>I do! I&#039;m also seeking a LAMP developer but for a VERY different type of client, it&#039;s a VERY exciting environment over there so I&#039;d like to find someone who likes to have fun at work. 561-910-8008 is how to get me directly, we&#039;ll see how many people read this. Not going to go crazy posting it because of the nature of the client so hopefully someone will see this and call me.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jAlert a jQuery Alert Box Plugin by juliancc</title>
		<link>http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/comment-page-1/#comment-14692</link>
		<dc:creator>juliancc</dc:creator>
		<pubDate>Fri, 22 Feb 2013 18:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=18#comment-14692</guid>
		<description><![CDATA[I&#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; rel=&quot;nofollow&quot;&gt;http://www.smooka.com/projects/jalert/&lt;/a&gt; ]]></description>
		<content:encoded><![CDATA[<p>I&#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. <a href="http://www.smooka.com/projects/jalert/" rel="nofollow">http://www.smooka.com/projects/jalert/</a> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
