<?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/"
	>

<channel>
	<title>Information Technology Issues &#187; Uncategorized</title>
	<atom:link href="http://www.semenit.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semenit.com</link>
	<description>This is all about Information Technology</description>
	<lastBuildDate>Fri, 13 Jan 2012 07:50:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Google Panda Algorithm</title>
		<link>http://www.semenit.com/2011/07/12/google-panda-algorithm/</link>
		<comments>http://www.semenit.com/2011/07/12/google-panda-algorithm/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 07:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Panda]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=135</guid>
		<description><![CDATA[Suggestion to survive Panda Algorithm Update - The website should have quality content, unique and no duplicates from other sites or subdomain. - Update the website often, few times a week. - Backlinks only from quality websites. - The websites loads quickly and no viruses / Trojan. - Reduce your ads. Because too many ads [...]]]></description>
			<content:encoded><![CDATA[<p>Suggestion to survive Panda Algorithm Update</p>
<div id="_mcePaste">- The website should have quality content, unique and no duplicates from other sites or subdomain.</div>
<div id="_mcePaste">- Update the website often, few times a week.</div>
<div id="_mcePaste">- Backlinks only from quality websites.</div>
<div id="_mcePaste">- The websites loads quickly and no viruses / Trojan.</div>
<div id="_mcePaste">- Reduce your ads. Because too many ads will effects Google ranking.</div>
<div id="_mcePaste">- High bounce rate will lower the ranking.</div>
<div id="_mcePaste">- Avoid link farm.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2011/07/12/google-panda-algorithm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>html special character</title>
		<link>http://www.semenit.com/2010/06/14/html-special-character/</link>
		<comments>http://www.semenit.com/2010/06/14/html-special-character/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 07:02:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=75</guid>
		<description><![CDATA[&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;/&#62; You have to put &#38;trade; to present trademark symbol You have to put &#38;reg; to present registered symbol, etc &#8230; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&#62; Symbol trademark will automatically present by the trademark symbol Symbol registered will automatically present by the registered symbol, etc]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;/&gt;</div>
<blockquote>
<div id="_mcePaste">
<div id="_mcePaste">You have to put &amp;trade; to present trademark symbol</div>
<div id="_mcePaste">You have to put &amp;reg; to present registered symbol, etc &#8230;</div>
</div>
</blockquote>
<div id="_mcePaste"></div>
<div id="_mcePaste">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&gt;</div>
<blockquote>
<div id="_mcePaste">
<div id="_mcePaste">Symbol trademark will automatically present by the trademark symbol</div>
<div id="_mcePaste">Symbol registered will automatically present by the registered symbol, etc</div>
</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2010/06/14/html-special-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Session Cookies</title>
		<link>http://www.semenit.com/2006/12/18/php-session-cookies/</link>
		<comments>http://www.semenit.com/2006/12/18/php-session-cookies/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 06:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=5</guid>
		<description><![CDATA[This will handle session cookies, so this session will be remember in server, even if client close their browser. &#60;?//3600 = 1 hour//3600&#215;24 = 1 day = 86400//86400&#215;30 = 1 month = 2592000session_set_cookie_params(86400);session_start();session_register(&#8220;sesi_email&#8221;);echo $sesi_email; ?&#62; But remember, $sesi_email value must be declare before &#8230; session_start(); session_register(&#8220;sesi_email&#8221;); $sesi_email=&#8221;examples@andryfixa.com&#8220;;]]></description>
			<content:encoded><![CDATA[<p>This will handle session cookies, so this session will be remember in server, even if client close their browser.</p>
<p>&lt;?<br />//3600 = 1 hour<br />//3600&#215;24 = 1 day = 86400<br />//86400&#215;30 = 1 month = 2592000<br />session_set_cookie_params(86400);<br />session_start();<br />session_register(&#8220;sesi_email&#8221;);<br />echo $sesi_email;</p>
<p>?&gt;</p>
<p>But remember, $sesi_email value must be declare before &#8230;</p>
<p>session_start();     <br />session_register(&#8220;sesi_email&#8221;);     <br />$sesi_email=&#8221;<a href="mailto:examples@andryfixa.com">examples@andryfixa.com</a>&#8220;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2006/12/18/php-session-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Special Character</title>
		<link>http://www.semenit.com/2006/12/18/php-special-character/</link>
		<comments>http://www.semenit.com/2006/12/18/php-special-character/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 04:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=4</guid>
		<description><![CDATA[Special CharacterSometimes when you have a text box, and need to make a confirmation page with the textbox, or when you want to show what text in you text box, you have had a character thatyou don&#8217;t need.Ex:andry&#8217;s fixa &#8220;quote&#8221;The output is:andry\&#8217;s fixa \&#8221;quote\&#8221; so you must remove a special character. Here is the way [...]]]></description>
			<content:encoded><![CDATA[<p>Special Character<br />Sometimes when you have a text box, and need to make a confirmation page with the text<br />box, or when you want to show what text in you text box, you have had a character that<br />you don&#8217;t need.<br />Ex:andry&#8217;s fixa &#8220;quote&#8221;<br />The output is:andry\&#8217;s fixa \&#8221;quote\&#8221;</p>
<p>so you must remove a special character.</p>
<p>Here is the way in PHP</p>
<p>&lt;?<br />echo stripslashes(htmlentities($string_textbox));<br />?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2006/12/18/php-special-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development &#8211; Information Technology</title>
		<link>http://www.semenit.com/2006/12/15/web-development-information-technology/</link>
		<comments>http://www.semenit.com/2006/12/15/web-development-information-technology/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 00:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=3</guid>
		<description><![CDATA[This blog is about Information Technology issues, most of it maybe a script of ASP or PHP (Web Programming).]]></description>
			<content:encoded><![CDATA[<p>This blog is about Information Technology issues, most of it maybe a script of ASP or PHP (Web Programming).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2006/12/15/web-development-information-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

