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

<channel>
	<title>How to dev</title>
	<atom:link href="http://www.how2dev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.how2dev.com</link>
	<description>Tech articles about linux,php,mysql,seo and windows general.</description>
	<pubDate>Tue, 17 May 2011 22:56:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>.MDS File Extension</title>
		<link>http://www.how2dev.com/mds-file-extension/</link>
		<comments>http://www.how2dev.com/mds-file-extension/#comments</comments>
		<pubDate>Tue, 17 May 2011 22:35:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[FIletypes]]></category>

		<category><![CDATA[image file]]></category>

		<category><![CDATA[iso]]></category>

		<category><![CDATA[mds]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=471</guid>
		<description><![CDATA[Information file that describes the formatting of a CD or DVD; includes  header information, which defines the tracks on the disc and the way the  data is organized; recorded by disc imaging programs and recognized by  standard CD and DVD players.
The MDS file is often found with a corresponding .ISO file or [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/mds-file-extension/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running php scripts using cron</title>
		<link>http://www.how2dev.com/running-php-scripts-using-cron/</link>
		<comments>http://www.how2dev.com/running-php-scripts-using-cron/#comments</comments>
		<pubDate>Fri, 28 May 2010 15:42:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=467</guid>
		<description><![CDATA[Lots of programmers like PHP for its ability to code and develop web applications fast. Code-debugging is a lot easier than with PERL or C. However, there is one thing a lot of developers are puzzled about, “How to run PHP Scripts with crontab?”
Cron is normally available on all Unix and Linux distributions; if you [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/running-php-scripts-using-cron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alexa ranking using php script</title>
		<link>http://www.how2dev.com/alexa-ranking-using-php-script/</link>
		<comments>http://www.how2dev.com/alexa-ranking-using-php-script/#comments</comments>
		<pubDate>Fri, 28 May 2010 10:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[alexa]]></category>

		<category><![CDATA[ranking]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=464</guid>
		<description><![CDATA[if you want to check the your website ranking as per alexa so you can use the following code in your php projects.
http://data.alexa.com/data?cli=10&#38;dat=s&#38;url=how2dev.com
“http://data.alexa.com/data” this file will return the xml format output. Using the XML output or reading xml file we can easily fetch the our or any website ranking.
Use the following function for getting the [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/alexa-ranking-using-php-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>parentNode Property</title>
		<link>http://www.how2dev.com/parentnode-property/</link>
		<comments>http://www.how2dev.com/parentnode-property/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 09:06:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=461</guid>
		<description><![CDATA[Value: Node object reference or null
Compatibility: WinIE5+, MacIE5+, Moz1+, Safari1+
The parentNode property returns a reference to the next outermost node that is reflected as an object belonging to the document. For a standard element object, the parentNode property is the same as IE&#8217;s parentElement because both objects happen to have a direct parent-node relationship as [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/parentnode-property/feed/</wfw:commentRss>
		</item>
		<item>
		<title>parentElement property</title>
		<link>http://www.how2dev.com/parentelement-property/</link>
		<comments>http://www.how2dev.com/parentelement-property/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 11:50:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=456</guid>
		<description><![CDATA[Value: Element object reference or null
Compatibility: WinIE4+, MacIE4+, Moz-, Safari-
The parentElement property returns a reference to the next outermost HTML element from the current element. This parent-child relationship of elements is often, but not always, the same as parent-child node relationship. The difference is that the parentElement property deals only with HTML elements as reflected [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/parentelement-property/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ownerDocument</title>
		<link>http://www.how2dev.com/ownerdocument/</link>
		<comments>http://www.how2dev.com/ownerdocument/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:28:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=453</guid>
		<description><![CDATA[Value: Document object reference
Compatibility: WinIE6+, MacIE5+, Moz1+, Safari1+
The ownerDocument property belongs to any element or node in the W3C DOM. The property&#8217;s value is a reference to the document node that ultimately contains the element or node. If a script encounters a reference to an element or node, the object&#8217;s ownerDocument property provides a way [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/ownerdocument/feed/</wfw:commentRss>
		</item>
		<item>
		<title>offsetParent</title>
		<link>http://www.how2dev.com/offsetparent/</link>
		<comments>http://www.how2dev.com/offsetparent/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 21:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[offsetParent]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=450</guid>
		<description><![CDATA[Value: Object reference
Compatibility: WinIE4+, MacIE4+, NN6+, Moz1+, Safari1+
The offsetParent property returns a reference to the object that acts as a positioning context for the current element.Values for the offsetLeft and offsetTop are measured relative to the top-left corner of the offsetParent object.
The returned object is usually , but not always the next outermost block-level container. [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/offsetparent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dynamic Navigation Menus</title>
		<link>http://www.how2dev.com/dynamic-navigation-menus/</link>
		<comments>http://www.how2dev.com/dynamic-navigation-menus/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[menu]]></category>

		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=446</guid>
		<description><![CDATA[Next code demonstrates how to build a simple menu function with the current page high-lighted.
Code:
&#60;?php
require_once('menu.php');
$page = isset($_GET['page']) ? $_GET['page'] : 'home';
?&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Page - &#60;?=$page?&#62;
&#60;style type="text/css"&#62;
.inactive, .active
{
 padding:2px 2px 2px 20px;
}

.inactive
{
 background:#ddd;
} 

.active
{
 background:black;
 font-weight:bold;
}

.inactive a
{
 text-decoration:none;
}

.active a
{
 text-decoration:none;
 color:white;
}
&#60;/style&#62;
&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;table&#62;
&#60;tr&#62;
&#60;td width="200" valign="top"&#62;
&#60;?php page_menu($page); ?&#62;
&#60;/td&#62;
&#60;td width="600" valign="top"&#62;
Page: &#60;?=$page?&#62;
&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;/body&#62;
&#60;/html&#62;
Save this code as index.php
&#60;?php
function menu_item($id, $title, $current)
{
  $class = ($current [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/dynamic-navigation-menus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drop-Down Stickies</title>
		<link>http://www.how2dev.com/drop-down-stickies/</link>
		<comments>http://www.how2dev.com/drop-down-stickies/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=436</guid>
		<description><![CDATA[Attaching a drop-down sticky to a word or phrase in your document is an easy way to add valuable information close to the word, without obscuring it.
Code:
&#60;?php
function start_link($text, $nextid)
{
  $idtext = $nextid;
?&#62;
  &#60;a href="javascript:void drop('&#60;?=$idtext?&#62;');"&#62;
  &#60;span id="a_&#60;?=$idtext?&#62;"&#62;&#60;?=$text?&#62;&#60;/span&#62;
  &#60;/a&#62;
  &#60;div id="&#60;?=$idtext?&#62;" class="drop" style="display:none"&#62;
  &#60;table cellspacing="0" cellpadding="0" width="170"&#62;
  &#60;tr&#62;
  &#60;td valign="top" width="20"&#62;
  &#60;a href="javascript:void close(&#60;?=$idtext?&#62;)"&#62;
  &#60;img src="close.gif" [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/drop-down-stickies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Section Content with Spinners</title>
		<link>http://www.how2dev.com/section-content-with-spinners/</link>
		<comments>http://www.how2dev.com/section-content-with-spinners/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 20:01:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.how2dev.com/?p=430</guid>
		<description><![CDATA[This code shows how to create sections on your page with spinners that open and show section of the content interactively.
Code:
&#60;?php
function start_section($id, $title)
{
?&#62;
&#60;table cellspacing="0" cellpadding="0"&#62;
&#60;tr&#62;
&#60;td width="30" valign="top"&#62;
&#60;a href="javascript:void twist('&#60;?=$id?&#62;');"&#62;
&#60;img src="up.gif" border="0" id="img-&#60;?=$id?&#62;" /&#62;
&#60;/a&#62;
&#60;/td&#62;
&#60;td width="90%"&#62;
&#60;h1&#62;&#60;?=$title?&#62;&#60;/h1&#62;
&#60;div style="display:none;position:absolute" id="&#60;?=$id?&#62;" class="content"&#62;
&#60;?php
}
function end_section()
{
?&#62;
&#60;/div&#62;
&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;?php
}
?&#62;
&#60;html&#62;
&#60;head&#62;
&#60;style type="text/css"&#62;
body{font-family:Verdana;}
h1{font-size:medium;border-bottom:1px solid black;}
.content{font-size:small; margin-left:10px; padding:10px;}
&#60;/style&#62;
&#60;script type="text/javascript"&#62;
function twist(sid)
{
  imgobj = document.getElementById("img-" + sid);
  divobj = document.getElementById(sid);
  if(imgobj.src.match("up.gif"))
  {
    [...]]]></description>
		<wfw:commentRss>http://www.how2dev.com/section-content-with-spinners/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

