<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>I was born intellegent but education ruined me!!!</title>
	<atom:link href="http://samsami2u.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samsami2u.wordpress.com</link>
	<description>I came, i saw, i conquered!!!</description>
	<lastBuildDate>Sun, 06 Jan 2013 05:34:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='samsami2u.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>I was born intellegent but education ruined me!!!</title>
		<link>http://samsami2u.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://samsami2u.wordpress.com/osd.xml" title="I was born intellegent but education ruined me!!!" />
	<atom:link rel='hub' href='http://samsami2u.wordpress.com/?pushpress=hub'/>
		<item>
		<title>overlay div pop up not working in google chrome</title>
		<link>http://samsami2u.wordpress.com/2010/08/08/overlay-div-pop-up-not-working-in-google-chrome/</link>
		<comments>http://samsami2u.wordpress.com/2010/08/08/overlay-div-pop-up-not-working-in-google-chrome/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 09:06:06 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype JS]]></category>
		<category><![CDATA[div pop up not working in chrome]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=423</guid>
		<description><![CDATA[Okay, here is the issue and solution Problem: i found a java script across internet for div pop up using overlay, working fine with all browsers except chrome. In chrome it would execute to create a popup but its position was top left of the screen and was viewable less than 50%. Solutions: here is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=423&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Okay, here is the issue and solution</p>
<p>Problem: i found a java script across internet for div pop up using overlay, working fine with all browsers except chrome. In chrome it would execute to create a popup but its position was top left of the screen and was viewable less than 50%.</p>
<p>Solutions: here is the solution.</p>
<p>if (!window.ie6) {<br />
this.overlay.setStyles({<br />
position: &#8216;fixed&#8217;,<br />
top: 0,<br />
left: 0<br />
});<br />
this.window.setStyles({<br />
position: &#8216;fixed&#8217;,<br />
top: &#8217;50%&#8217;,<br />
left: &#8217;50%&#8217;<br />
});<br />
} else if (navigator.userAgent.indexOf(&#8216;Chrome&#8217;) !=1) {</p>
<p>this.overlay.setStyles({<br />
position: &#8216;absolute&#8217;,<br />
top: &#8217;0%&#8217;,<br />
left: &#8217;0%&#8217;<br />
//,marginTop: &#8220;expression(document.documentElement.scrollTop + &#8216;px&#8217;)&#8221;<br />
});</p>
<p>this.window.setStyles({<br />
position: &#8216;absolute&#8217;,<br />
top: &#8217;50%&#8217;,<br />
left: &#8217;50%&#8217;<br />
//,marginTop: &#8220;(expression(0 &#8211; parseInt(this.offsetHeight / 2) + document.documentElement.scrollTop + &#8216;px&#8217;)&#8221;<br />
});</p>
<p>}else {<br />
this.overlay.style.setExpression(&#8216;marginTop&#8217;, &#8216;document.documentElement.scrollTop + &#8220;px&#8221;&#8216;);<br />
this.window.style.setExpression(&#8216;marginTop&#8217;, &#8217;0 &#8211; parseInt(this.offsetHeight / 2) + document.documentElement.scrollTop + &#8220;px&#8221;&#8216;);</p>
<p>this.overlay.setStyles({<br />
position: &#8216;absolute&#8217;,<br />
top: &#8217;0%&#8217;,<br />
left: &#8217;0%&#8217;<br />
//,marginTop: &#8220;expression(document.documentElement.scrollTop + &#8216;px&#8217;)&#8221;<br />
});</p>
<p>this.window.setStyles({<br />
position: &#8216;absolute&#8217;,<br />
top: &#8217;0%&#8217;,<br />
left: &#8217;0%&#8217;<br />
//,marginTop: &#8220;(expression(0 &#8211; parseInt(this.offsetHeight / 2) + document.documentElement.scrollTop + &#8216;px&#8217;)&#8221;<br />
});<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/423/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=423&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/08/08/overlay-div-pop-up-not-working-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>facebook connect logout not working</title>
		<link>http://samsami2u.wordpress.com/2010/08/08/facebook-connect-logout-not-working/</link>
		<comments>http://samsami2u.wordpress.com/2010/08/08/facebook-connect-logout-not-working/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 19:08:54 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[facebook connect]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=419</guid>
		<description><![CDATA[just few days ago i needed to integrate &#8220;facebook Connect&#8221; to a website. With the documentation provided by facebook it was quite easy to integrate it. But i faced one issue that i was not able to find out solution. The problem: There is a method provide in Facebook php library : &#8220;get_loggedin_user()&#8220;  Now this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=419&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>just few days ago i needed to integrate &#8220;facebook Connect&#8221; to a website. With the documentation provided by facebook it was quite easy to integrate it. But i faced one issue that i was not able to find out solution.</p>
<p>The problem: There is a method provide in Facebook php library : &#8220;<a href="http://www.goldsteintech.com/facebook_connect/landing_page.php" target="_blank">get_loggedin_user()</a>&#8220;  Now this function returns the profile id of the user if the user is logged in using facebook before landing to the website or after coming to the website(through facebook connect). But if i logged out of facebook, this function still returned me the profile id of that user one or more time after refreshing the page. due to which i was not able to log out of the website.</p>
<p>Solution: I searched the web for the solution and found few, but none of them worked for me. I tried to delete facebook cookies through facebook library functions and manually too but in vain. Finally i thought of a solution myself and it worked for me. The solution is when i logged out of the website i logged out of facebook and set a special session variable to 1. Now i will check if that variable is one i will not log in the website despite of getting profile id through &#8220;get_loggedin_user()&#8221;. and once page is loaded i will set that special session variable to 0.</p>
<p>This solved the issue for me for now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=419&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/08/08/facebook-connect-logout-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>knowing your computer system configuration online for intel</title>
		<link>http://samsami2u.wordpress.com/2010/06/23/knowing-your-computer-system-configuration-online-for-intel/</link>
		<comments>http://samsami2u.wordpress.com/2010/06/23/knowing-your-computer-system-configuration-online-for-intel/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:40:47 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[intel main board]]></category>
		<category><![CDATA[system configuartion]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=416</guid>
		<description><![CDATA[Hi, may be this link be helpful to those having intel mainboard and not having much technical knowledge about how to know your system configuration. You can check know your system configuration online by going to this page of official intel website. http://www.intel.com/support/siu.htm click on &#8220;Identify the products on your computer &#8221; link and you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=416&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>may be this link be helpful to those having intel mainboard and not having much technical knowledge about how to know your system configuration.</p>
<p>You can check know your system configuration online by going to this page of official intel website.</p>
<p><a href="http://www.intel.com/support/siu.htm">http://www.intel.com/support/siu.htm</a></p>
<p>click on &#8220;<a id="lkb_css" href="__doPostBack('lkb_css','')">Identify the products on your computer </a>&#8221; link and you will get basic and advanced report of your system configuration.</p>
<p>much helpful to me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/416/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=416&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/06/23/knowing-your-computer-system-configuration-online-for-intel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>Call to undefined function money_format()</title>
		<link>http://samsami2u.wordpress.com/2010/04/23/call-to-undefined-function-money_format/</link>
		<comments>http://samsami2u.wordpress.com/2010/04/23/call-to-undefined-function-money_format/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:00:01 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 4]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[money_format]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=413</guid>
		<description><![CDATA[Here&#8217;s the reason why it may not work, probably you are having windows platform &#8220;The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, somoney_format() is undefined in Windows. &#8220; found the above statement on php.net<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=413&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the reason why it may not work, probably you are having windows platform</p>
<p>&#8220;The function <strong>money_format()</strong> is only defined if the system has strfmon capabilities. For example, Windows does not, so<strong>money_format()</strong> is undefined in Windows. &#8220;</p>
<p>found the above statement on <a href="http://cn.php.net/manual/en/function.money-format.php" target="_blank">php.net</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/413/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=413&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/04/23/call-to-undefined-function-money_format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>white-space: nowrap not working in ie</title>
		<link>http://samsami2u.wordpress.com/2010/04/15/white-space-nowrap-not-working-in-ie/</link>
		<comments>http://samsami2u.wordpress.com/2010/04/15/white-space-nowrap-not-working-in-ie/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 08:31:40 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[nowrap]]></category>
		<category><![CDATA[nowrap not working in ie]]></category>
		<category><![CDATA[white-space]]></category>
		<category><![CDATA[white-space: nowrap]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=411</guid>
		<description><![CDATA[For non-ie browsers like mozilla the below code will work: &#60;table&#62; &#60;tr&#62; &#60;td style=”white-space: nowrap”&#62;text here&#60;/td&#62; &#60;/tr&#62; &#60;/table&#62; but the above will not work for ie browser, so this is what will work for ie : &#60;table&#62; &#60;tr&#62; &#60;td&#62;&#60;span  style=”white-space: nowrap”&#62;text here&#60;/span&#62;&#60;/td&#62; &#60;/tr&#62; &#60;/table&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=411&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For non-ie browsers like mozilla the below code will work:</p>
<p>&lt;table&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td style=”white-space: nowrap”&gt;text here&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;/table&gt;</p>
<p>but the above will not work for ie browser, so this is what will work for ie :</p>
<p>&lt;table&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td&gt;&lt;span  style=”white-space: nowrap”&gt;text here&lt;/span&gt;&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;/table&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/411/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=411&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/04/15/white-space-nowrap-not-working-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>javascript pop-up window close event</title>
		<link>http://samsami2u.wordpress.com/2010/03/29/javascript-pop-up-window-close-event/</link>
		<comments>http://samsami2u.wordpress.com/2010/03/29/javascript-pop-up-window-close-event/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:09:24 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript pop-up]]></category>
		<category><![CDATA[javascript window close]]></category>
		<category><![CDATA[pop-up close event]]></category>
		<category><![CDATA[window close event]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=409</guid>
		<description><![CDATA[Add the below javascript to the javascript pop-up window on the close event of which you want to execute a particular javascript funciton. window.onbeforeunload = function(){ // add the javascript code here which you want to execute at the close of this pop-up window }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=409&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<pre>Add the below javascript to the javascript pop-up window on the close event of which you want to execute a particular javascript funciton.

window.onbeforeunload = 
 function(){
      // add the javascript code here which you want to execute at the close of this pop-up window
 }</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=409&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/03/29/javascript-pop-up-window-close-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>modalbox javascript onclose event</title>
		<link>http://samsami2u.wordpress.com/2010/02/27/modalbox-javascript-onclose-event/</link>
		<comments>http://samsami2u.wordpress.com/2010/02/27/modalbox-javascript-onclose-event/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:33:16 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[prototype JS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony 1.2]]></category>
		<category><![CDATA[modalbox]]></category>
		<category><![CDATA[modalbox onclose event]]></category>
		<category><![CDATA[modalbox with symfony]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=407</guid>
		<description><![CDATA[Today after along period writing a post. I tried a new javascript library called modalbox js. Was working very good, but i had to run other javascript when the box was closed. Found some help at http://code.google.com/p/modalbox/wiki/MethodsReference but didn&#8217;t found the exact syntax. After some trial and error finally succeeded, so thought to post on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=407&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Today after along period writing a post. I tried a new javascript library called modalbox js. Was working very good, but i had to run other javascript when the box was closed. Found some help at <a href="http://code.google.com/p/modalbox/wiki/MethodsReference">http://code.google.com/p/modalbox/wiki/MethodsReference</a> but didn&#8217;t found the exact syntax.</p>
<p>After some trial and error finally succeeded, so thought to post on to the blog. Here is the syntax for javascript as well as for symfony (in case you are working with symfony)</p>
<p>Syntax for symfony:</p>
<p>&lt;?php echo m_link_to(&#8216;link_name&#8217;,<br />
&#8216;url&#8217;,<br />
array(&#8216;title&#8217; =&gt; &#8216;title&#8217;),<br />
array(&#8216;width&#8217; =&gt; 630, &#8216;height&#8217; =&gt; 180, &#8216;afterHide&#8217; =&gt; &#8216;<strong>afterhidealert</strong>&#8216;)); ?&gt;</p>
<p>here <strong>afterhidealert </strong>is the javascript function that will be called on the closing of the modalbox popup.</p>
<p>Syntax for javascript:</p>
<p>&lt;a href=&#8221;url&#8221; onclick=&#8221;Modalbox.show(this.href, {afterHide:<strong>afterhidealert</strong>, height:180, title:this.title, width:630}); return false;&#8221; title=&#8221;title&#8221;&gt;link_name&lt;/a&gt;</p>
<p>here <strong>afterhidealert </strong>is the javascript function that will be called on the closing of the modalbox popup.</p>
<p>Thanks,</p>
<p>samsami2u</p>
<p><a href="http://www.avidindiainc.com" target="_self">http://www.avidindiainc.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/407/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=407&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/02/27/modalbox-javascript-onclose-event/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>Check out Save Our Tigers &#124; Join the Roar</title>
		<link>http://samsami2u.wordpress.com/2010/02/09/check-out-save-our-tigers-join-the-roar/</link>
		<comments>http://samsami2u.wordpress.com/2010/02/09/check-out-save-our-tigers-join-the-roar/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 19:27:04 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/2010/02/09/check-out-save-our-tigers-join-the-roar/</guid>
		<description><![CDATA[Title: Save Our Tigers &#124; Join the RoarLink: http://gotaf.socialtwist.com/redirect?l=-635043355222325288021<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=405&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Title: Save Our Tigers | Join the Roar<br />Link: <a href="http://gotaf.socialtwist.com/redirect?l=-635043355222325288021" rel="nofollow">http://gotaf.socialtwist.com/redirect?l=-635043355222325288021</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=405&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2010/02/09/check-out-save-our-tigers-join-the-roar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>looping through the array in a reverse manner or reverse foreach in php</title>
		<link>http://samsami2u.wordpress.com/2009/12/15/looping-through-the-array-in-a-reverse-manner-or-reverse-foreach-in-php/</link>
		<comments>http://samsami2u.wordpress.com/2009/12/15/looping-through-the-array-in-a-reverse-manner-or-reverse-foreach-in-php/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:13:02 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 4]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[reverse foreach]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=401</guid>
		<description><![CDATA[$array = array(&#8216;foo&#8217; =&#62; &#8216;bar&#8217;, &#8216;baz&#8217;, &#8216;bat&#8217; =&#62; 2); end($array); while (key($array) !== null) { echo key($array) .&#8221;: &#8221; .current($array) . PHP_EOL; prev($array); }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=401&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>$array = array(&#8216;foo&#8217; =&gt; &#8216;bar&#8217;, &#8216;baz&#8217;, &#8216;bat&#8217; =&gt; 2);<br />
end($array);<br />
while (key($array) !== null) {<br />
echo key($array) .&#8221;: &#8221; .current($array) . PHP_EOL;<br />
prev($array);<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/401/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=401&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2009/12/15/looping-through-the-array-in-a-reverse-manner-or-reverse-foreach-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
		<item>
		<title>Error levels and their values in php</title>
		<link>http://samsami2u.wordpress.com/2009/12/03/error-levels-and-their-values-in-php/</link>
		<comments>http://samsami2u.wordpress.com/2009/12/03/error-levels-and-their-values-in-php/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 13:07:12 +0000</pubDate>
		<dc:creator>samsami2u</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[error level values in php]]></category>
		<category><![CDATA[error levels in php]]></category>

		<guid isPermaLink="false">http://samsami2u.wordpress.com/?p=399</guid>
		<description><![CDATA[Value Constant Description 2 E_WARNING Non-fatal run-time errors. Execution of the script is not halted 8 E_NOTICE Run-time notices. The script found something that might be an error, but could also happen when running a script normally 256 E_USER_ERROR Fatal user-generated error. This is like an E_ERROR set by the programmer using the PHP function [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=399&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!--Session data--></p>
<table style="height:232px;" border="1" cellspacing="0" cellpadding="0" width="733">
<tbody>
<tr>
<th width="5%" align="left">Value</th>
<th width="30%" align="left">Constant</th>
<th width="65%" align="left">Description</th>
</tr>
<tr>
<td valign="top">2</td>
<td valign="top">E_WARNING</td>
<td valign="top">Non-fatal run-time errors. Execution of the script is not<br />
halted</td>
</tr>
<tr>
<td valign="top">8</td>
<td valign="top">E_NOTICE</td>
<td valign="top">Run-time notices. The script found something that might be<br />
an error, but could also happen when running a script normally</td>
</tr>
<tr>
<td valign="top">256</td>
<td valign="top">E_USER_ERROR</td>
<td valign="top">Fatal user-generated error. This is like an E_ERROR set by<br />
the programmer using the PHP function trigger_error()</td>
</tr>
<tr>
<td valign="top">512</td>
<td valign="top">E_USER_WARNING</td>
<td valign="top">Non-fatal user-generated warning. This is like an E_WARNING<br />
set by the programmer using the PHP function trigger_error()</td>
</tr>
<tr>
<td valign="top">1024</td>
<td valign="top">E_USER_NOTICE</td>
<td valign="top">User-generated notice. This is like an E_NOTICE set by the<br />
programmer using the PHP function trigger_error()</td>
</tr>
<tr>
<td valign="top">4096</td>
<td valign="top">E_RECOVERABLE_ERROR</td>
<td valign="top">Catchable fatal error. This is like an E_ERROR but can be<br />
caught by a user defined handle (see also set_error_handler())</td>
</tr>
<tr>
<td valign="top">8191</td>
<td valign="top">E_ALL</td>
<td valign="top">All errors and warnings, except level E_STRICT (E_STRICT<br />
will be part of E_ALL as of PHP 6.0)</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samsami2u.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samsami2u.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samsami2u.wordpress.com&#038;blog=3330904&#038;post=399&#038;subd=samsami2u&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samsami2u.wordpress.com/2009/12/03/error-levels-and-their-values-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7221d8d4222619a1a7b49a0c44136271?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samsami2u</media:title>
		</media:content>
	</item>
	</channel>
</rss>
