<?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>tahSin&#039;s gaRAge</title>
	<atom:link href="http://tahsinhasan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tahsinhasan.wordpress.com</link>
	<description>This is a meeting place of all day-to-day events,news,funny experience, favourite musics , free gift, romantic love quotes and many more. janala is bangali word meaning window. Through this window every one can freely enjoy the popular blogging world.</description>
	<lastBuildDate>Wed, 11 Nov 2009 06:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tahsinhasan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bd1923f584b940fd6176ee1e91373071?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>tahSin&#039;s gaRAge</title>
		<link>http://tahsinhasan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tahsinhasan.wordpress.com/osd.xml" title="tahSin&#039;s gaRAge" />
	<atom:link rel='hub' href='http://tahsinhasan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>long number problem in php 5.2.6</title>
		<link>http://tahsinhasan.wordpress.com/2009/11/10/long-number-problem-in-php-5-2-6/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/11/10/long-number-problem-in-php-5-2-6/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:25:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[big number]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[number]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/11/10/long-number-problem-in-php-5-2-6</guid>
		<description><![CDATA[I found an interesting problem with long numbers using php 5.2.6. Yah, the current version of php is 5.3 but some hosting server still using older versions. my problem was the following: this gives many weird results in calculation. I have faced this problem and this bug has eaten up a lot of time.So, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=126&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found an interesting problem with long numbers using php 5.2.6. Yah, the current version of php is 5.3 but some hosting server still using older versions.</p>
<p>my problem was the following:</p>
<p><pre class="brush: php;">
&lt;pre class=&quot;brush:php&quot;&gt;$integer = 2304200000; echo $integer; //outputs 2.3042E+09

$float = (float)100000; //float echo $float; //outputs 1E+05

</pre></p>
<p>this gives many weird results in calculation. I have faced this problem and this bug has eaten up a lot of time.So, I am others time regarding the big number problem in php 5.2.6.</p>
<p>If you use number_format or sprintf then you will get the number as aspected.</p>
<p><pre class="brush: php;">
&lt;pre class=&quot;brush:php&quot;&gt;$integer = 2304200000; $int = number_format($integer, 0, '.', ''); echo $int; //outputs 2304200000 as expected

$float = (float)100000 //float; $float = number_format($float, 2, '.', ''); echo $float; //outputs 100000.00 as expected

</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=126&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/11/10/long-number-problem-in-php-5-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>increasing file upload size in wordpress.</title>
		<link>http://tahsinhasan.wordpress.com/2009/10/14/increasing-file-upload-size-in-wordpress/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/10/14/increasing-file-upload-size-in-wordpress/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:46:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/10/14/increasing-file-upload-size-in-wordpress</guid>
		<description><![CDATA[I have faced a problem regarding uploading of big images in wordress. In php 5.2.5, it has change it&#8217;s configuration file structure. Now it sets access level to it&#8217;s directives. The levels are 7,4,2,1. And for this access control now we can&#8217;t modify every configuration settings by ini_set() function in runtime. Those that have access [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=125&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:100%;"><span style="font-family:times new roman;"><span style="font-size:130%;">I have faced a problem regarding uploading of big images in wordress. In php 5.2.5, it has change it&#8217;s configuration file structure. Now it sets access level to it&#8217;s directives. The levels are 7,4,2,1. And for this access control now we can&#8217;t modify every configuration settings by ini_set() function in runtime.</span></span></span></p>
<p>Those that have access level 7, can be modified by ini_set() function. And some can be set using .htaccess file. And some need to have admin level access.</p>
<p>If you want to use .htaccess file then you need to paste the following code into you .htaccess file.</p>
<p><pre class="brush: php;">
&lt;pre class=&quot;brush:php&quot;&gt;php_value upload_max_filesize 100Mphp_value post_max_size 105Mphp_value max_execuetion_time 300php_value memory_limit 64M

</pre></p>
<p><span style="font-size:130%;">you need to set post_max_size to larger size than upload_max_filesize, as there could be multiple upload field in a form.</span></p>
<p>Now, while you are using .htaccess file, the server may not support the directive changing command that you are trying to modify. I mean your server need to have AllowOverride property On for the specific directive that you are trying to modify. you need to contact with your hosting server support.</p>
<p>There is another way, you can create a php.ini file with the configuration directive that you want to change. For image uploading in wordpress, you can create the following php.ini file.</p>
<p><pre class="brush: php;">

&lt;pre class=&quot;brush:php&quot;&gt;;;;;;;;;;;;;;;;;; File Uploads ;;;;;;;;;;;;;;;;;

upload_max_filesize = 100M;post_max_size = 105M;max_execution_time = 300;

;End:


&lt;pre&gt;</pre></p>
</pre>
<p><span style="font-size:130%;">you need to place it under the wp-admin folder.</span></p>
<p><!--Session data--></p>
<p><!--Session data--></p>
<p><!--Session data--></p>
<p><span style="font-weight:bold;">An act of encouragement: if you feel this site is helpful,then please click on of the ads as an act of encouragement.Thank you for your encouragements.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=125&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/10/14/increasing-file-upload-size-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>Api for XML</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/29/api-for-xml/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/29/api-for-xml/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 08:18:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/29/api-for-xml</guid>
		<description><![CDATA[There are various api for accessing xml documents. They are the following- Stream oriented api: Simple api for xml or SAX, it is event based. Tree traversal api: Dom is a tree-traversal api. DOM implementation is memory intensive, as it loads the whole xml tree before accessing data. Xml data binding: which is a automated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=124&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are various api for accessing xml documents. They are the following-</p>
<ul>
<li>Stream oriented api: Simple api for xml or SAX, it is event based.</li>
<li>Tree traversal api: Dom is a tree-traversal api. DOM implementation is memory intensive, as it loads the whole xml tree before accessing data.</li>
<li>Xml data binding: which is a automated way to convert XML document.</li>
<li>Declarative transformation languages: XSLT, XQuery.</li>
</ul>
<p><!--Session data-->
<div id="refHTML"></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=124&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/29/api-for-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to JSON</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/28/introduction-to-json/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/28/introduction-to-json/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:04:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/28/introduction-to-json</guid>
		<description><![CDATA[JSON means javascript object notation. JSON is lightweight and very easy to parse. It is not a markup language. The basis of JSON is that javascript’s object literal is the ideal way for transmitting object oriented data across the network. Json made it easier to produce distributed object and applications. JSON does not support octal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=122&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JSON means javascript object notation. JSON is lightweight and very easy to parse. <br />It is not a markup language. The basis of JSON is that javascript’s object literal <br />is the ideal way for transmitting object oriented data across the network. Json made it easier to produce distributed object and applications. JSON does not support octal or hex characters. The character encoding of json is always Unicode. Json is the preferred way for ajax applications. A response text can be converted to javascript with eval() function. json&#8217;s values can be used directly, no convertiion needed. this is the most significant reason to use json. json has no namespaces so there is no nesting and it uses context. JSON doesn&#8217;t have any validator.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=122&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/28/introduction-to-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>Why should I use static variable?</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/27/why-should-i-use-static-variable/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/27/why-should-i-use-static-variable/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:12:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/27/why-should-i-use-static-variable</guid>
		<description><![CDATA[Let’s see the difference between static and non-static variable:Static is used for those method and variables which are accessed from other classes or functions also. If we use non-static, then we need to instantiate the class each time to use that methods or variables. Static variable has it’s scope until the script ends, whereas a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=121&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let’s see the difference between static and non-static variable:<br />Static is used for those method and variables which are accessed from other classes or functions also. If we use non-static, then we need to instantiate the class each time to use that methods or variables. Static variable has it’s scope until the script ends, whereas a non-static variable lost it’s value when it’s scope ends.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=121&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/27/why-should-i-use-static-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>OOP vs procedural</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/23/oop-vs-procedural/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/23/oop-vs-procedural/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 08:16:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/23/oop-vs-procedural</guid>
		<description><![CDATA[OOP provides ways for extensible application. this approach removes the drawbacks of procedural paradigm. it gives first priority to data. it packs data and functions, which have access to this functions. this avoids unauthorized access to functions. So, OOP gives us ability of reuse, inheritence, access modifier. procedural provides ways for fast, shortcut approach for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=120&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OOP provides ways for extensible application. this approach removes the drawbacks of procedural paradigm. it gives first priority to data. it packs data and functions, which have access to this functions. this avoids unauthorized access to functions. So, OOP gives us ability of reuse, inheritence, access modifier.</p>
<p>procedural provides ways for fast, shortcut approach for programming. so, before coding we must think what we want to do. if we want a small coding to do a small job, then we must go for procedural approach. But as the requirements grew, it was seen that the programs were getting larger and larger and it became difficult to debug. So functions were introduced to reduce the size of the programs and improve readability in them. Still that was not enough. In this approach, data is getting corrupted, as many functions which are not allowed to access the function can access the functions. so, here more focus was given on functions, rather than data.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=120&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/23/oop-vs-procedural/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem with normal and session variable having same name</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/20/problem-with-normal-and-session-variable-having-same-name/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/20/problem-with-normal-and-session-variable-having-same-name/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 03:54:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/20/problem-with-normal-and-session-variable-having-same-name</guid>
		<description><![CDATA[If your register_globals is set to ON, then a normal variable will overwrite a session variable with the same name. In webid, I faced this problem. It&#8217;s not a good practice to turn ON register_globals. So, turn it Off it will fix the problem with same variable name.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=119&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your register_globals is set to ON, then a normal variable will overwrite a session variable with the same name. In webid, I faced this problem. It&#8217;s not a good practice to turn ON register_globals. So, turn it Off it will fix the problem with same variable name.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=119&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/20/problem-with-normal-and-session-variable-having-same-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>xml vs database</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/17/xml-vs-database/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/17/xml-vs-database/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:35:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/17/xml-vs-database</guid>
		<description><![CDATA[XML can be used as databases. But the question is that why should I use it or why should I avoid it? XML has the properties of storage, portability, schemas. Xml is self describing means the elements, attributes tells what the data it contains. It also describes data in tree or graph structure.Xml provides many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=118&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>XML can be used as databases. But the question is that why should I use it or why should I avoid it? XML has the properties of storage, portability, schemas. Xml is self describing means the elements, attributes tells what the data it contains. It also describes data in tree or graph structure.<br />Xml provides many qualities of databases.<br />1. Storage: Xml documents.<br />2. Schemas: DTDs, Xml schemas.<br />3. Query languages: Xpath, Xquery.<br />4. Programming interfaces: SAX, DOM.<br />And it also lacks some of the cool features of databases.<br />1. Security.<br />2. Integrity.<br />3. Indexes.<br />4. Transaction.<br />5. Efficient storage.<br />6. Multi user access.<br />7. Triggers.<br />8. Queries across multiple documents.<br />So, xml can be used as a database for few users, small amount of data. But for product environment where there will larger data, huge user, need data integrity, there needs databases. So, there is very little advantage to use xml as a database.</p>
<p><span style="font-weight:bold;">An act of encouragement: if you feel this site is helpful,then please click on of the ads as an act of encouragement.Thank you for your encouragements.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=118&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/17/xml-vs-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>.htaccess intro</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/16/htaccess-intro/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/16/htaccess-intro/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:05:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/16/htaccess-intro</guid>
		<description><![CDATA[.htaccess files are used to modify server configuration on per-directory basis. It is used when a user doesn’t has access to modify server configuration settings. The directives in .htaccess file is applied for the current directory and subdirectories. .htaccess uses those directives that has their AllowOverride property set to not none. If we can, we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=117&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>.htaccess files are used to modify server configuration on per-directory basis. It is used when a user doesn’t has access to modify server configuration settings. The directives in .htaccess file is applied for the current directory and subdirectories. .htaccess uses those directives that has their AllowOverride property set to not none.</p>
<p>If we can, we should avoid using .htaccess file mainly for the following 2 reasons –<br />1. When we set AllowOverride property to allow modification in .htaccess files, then the server checks every directory for .htaccess file. This hit the performance.<br />2. Second one is security. We are allowing users to change server configuration. So, it may become a security hole.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=117&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/16/htaccess-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
		<item>
		<title>Use component as multipart document</title>
		<link>http://tahsinhasan.wordpress.com/2009/09/15/use-component-as-multipart-document/</link>
		<comments>http://tahsinhasan.wordpress.com/2009/09/15/use-component-as-multipart-document/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:51:00 +0000</pubDate>
		<dc:creator>tahsin352</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tahsinhasan.wordpress.com/2009/09/15/use-component-as-multipart-document</guid>
		<description><![CDATA[This will use different component of a webpage as an attachment. So, components will be loaded with one http request. This will improve webpage loading time. But iphone doesn’t support this technique.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=116&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This will use different component of a webpage as an attachment. So, components will be loaded with one http request. This will improve webpage loading time. But iphone doesn’t support this technique.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tahsinhasan.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tahsinhasan.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tahsinhasan.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tahsinhasan.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tahsinhasan.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tahsinhasan.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tahsinhasan.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tahsinhasan.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tahsinhasan.wordpress.com&amp;blog=10428152&amp;post=116&amp;subd=tahsinhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tahsinhasan.wordpress.com/2009/09/15/use-component-as-multipart-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8561fd96fa9a99577a58544346df8df7?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tahsin352</media:title>
		</media:content>
	</item>
	</channel>
</rss>
