<?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>Dzine Magazine</title>
	<atom:link href="http://www.dzinemagazine.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dzinemagazine.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 11:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Best Premium WordPress Themes by Theme Junkie</title>
		<link>http://www.dzinemagazine.com/wordpress/best-premium-wordpress-themes-by-theme-junkie-1613.html</link>
		<comments>http://www.dzinemagazine.com/wordpress/best-premium-wordpress-themes-by-theme-junkie-1613.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 11:02:51 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[best wordpress themes]]></category>
		<category><![CDATA[Premium wordpress themes]]></category>
		<category><![CDATA[Theme Junkie themes]]></category>
		<category><![CDATA[Top wordpress themes]]></category>
		<category><![CDATA[Wordpress themes]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/?p=1613</guid>
		<description><![CDATA[I have been searching for the decent and professional WordPress themes for my blogs. The common mistake which most of the bloggers commit is that they search for free WordPress Themes but they should remember one thing “There is no free lunch” means if you want something best you have to pay for it. The [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/wordpress/best-premium-wordpress-themes-by-theme-junkie-1613.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Form File Control</title>
		<link>http://www.dzinemagazine.com/web-developement/html-form-file-control-1554.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-form-file-control-1554.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 17:50:38 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[file control]]></category>
		<category><![CDATA[form file control]]></category>
		<category><![CDATA[form file control html code]]></category>
		<category><![CDATA[html form code example]]></category>
		<category><![CDATA[HTML form file control]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-form-file-control-1554.html</guid>
		<description><![CDATA[The input type=”file” automatically insert control with the browse button. When the user click on the browse button it will automatically open the dialog box with the computer storage location, select the drive, folder and finally double click on the file which you want to upload on the server or sent to an email address. [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-form-file-control-1554.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Form Password Control</title>
		<link>http://www.dzinemagazine.com/web-developement/html-form-password-control-1551.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-form-password-control-1551.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 17:50:01 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[form password control]]></category>
		<category><![CDATA[how to add password control in HTML form]]></category>
		<category><![CDATA[html password control]]></category>
		<category><![CDATA[password control]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-form-password-control-1551.html</guid>
		<description><![CDATA[The textbox show the user input in plain text, so there is high risk that other people around you can see the confidential information on screen. The password control can be used to keep safe the confidential data such as password, credit card number, PIN and etc from other people. Below HTML code line add [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-form-password-control-1551.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Form Textbox Control</title>
		<link>http://www.dzinemagazine.com/web-developement/html-form-textbox-control-1548.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-form-textbox-control-1548.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 17:48:41 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[html forms textbox]]></category>
		<category><![CDATA[html input text]]></category>
		<category><![CDATA[html text input]]></category>
		<category><![CDATA[html textbox]]></category>
		<category><![CDATA[html textbox html code]]></category>
		<category><![CDATA[input type text]]></category>
		<category><![CDATA[text maxlength attribute]]></category>
		<category><![CDATA[text size attribute]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-form-textbox-control-1548.html</guid>
		<description><![CDATA[The textbox control is used to take information from the user. The textbox control can be placed in the form by setting the form type attribute value to text as mentioned below. &#60;input type=”TEXT” name=”username” value=”default”&#62; Size The default width of textbox is 20 characters which the user can see without using any arrows keys [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-form-textbox-control-1548.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Forms</title>
		<link>http://www.dzinemagazine.com/web-developement/html-forms-1541.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-forms-1541.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 17:38:42 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[checkbox control]]></category>
		<category><![CDATA[html forms]]></category>
		<category><![CDATA[html forms control]]></category>
		<category><![CDATA[password control]]></category>
		<category><![CDATA[radio button control]]></category>
		<category><![CDATA[textbox]]></category>
		<category><![CDATA[types of html controls]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-forms-1541.html</guid>
		<description><![CDATA[The forms in html are used in Web Site to take input from the user, the form contain multiple input elements which includes textbox, checkbox, text area, radio button, drop down, submit buttons and many more. Textbox – Form element take keyboard input from the user. &#60;input type=”text” name=”email” value=”default”&#62; Password – User input is [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-forms-1541.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML iframe Tag</title>
		<link>http://www.dzinemagazine.com/web-developement/html-iframe-tag-1540.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-iframe-tag-1540.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 12:03:14 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[how to insert inline frame]]></category>
		<category><![CDATA[how to use iframe in HTML]]></category>
		<category><![CDATA[HTML iframe]]></category>
		<category><![CDATA[iframe tag]]></category>
		<category><![CDATA[inline frame]]></category>
		<category><![CDATA[inline frame html code]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-iframe-tag-1540.html</guid>
		<description><![CDATA[The HTML iframe is the inline frame within the HTML document which contain another document. The iframe can be added within the text after any line as you may have seen in many Web Site terms and services Web page. The height and width attributes define the size of iframe. HTML example to show how [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-iframe-tag-1540.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Frame Marginheight and MarginWidth Attribute</title>
		<link>http://www.dzinemagazine.com/web-developement/html-frame-marginheight-and-marginwidth-attribute-1535.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-frame-marginheight-and-marginwidth-attribute-1535.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 10:54:10 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[html frame marginheight]]></category>
		<category><![CDATA[html frame marginwidth]]></category>
		<category><![CDATA[margin height]]></category>
		<category><![CDATA[margin width]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-frame-marginheight-and-marginwidth-attribute-1535.html</guid>
		<description><![CDATA[Frame marginheight and marginwidth attributes are used to add more space between the text and edges of the frame. The vertical space between the text and frame edges can be increase using the marginheight and horizontal space can be added using the frame marginwidth attribute. The marginwidth and marginwidth attribute take value numeric value which [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-frame-marginheight-and-marginwidth-attribute-1535.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Frameset FrameBorder Attribute</title>
		<link>http://www.dzinemagazine.com/web-developement/html-frameset-frameborder-attribute-1532.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/html-frameset-frameborder-attribute-1532.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 10:12:19 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[frameborder ON]]></category>
		<category><![CDATA[frameborderOFF]]></category>
		<category><![CDATA[frameset frameborder attribute]]></category>
		<category><![CDATA[how to switch off framebroders in frame]]></category>
		<category><![CDATA[HTML frame borders ON and OFF]]></category>
		<category><![CDATA[switch ON frameborders in frame]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/html-frameset-frameborder-attribute-1532.html</guid>
		<description><![CDATA[The frameborder attribute is used to ON and OFF the frame borders. The frameborder=”0”&#160; turn off the frame borders ad frameborder=”1” turn on the same. All the major browsers can recognize the frameborder attribute. HTML code to turn off the frame borders by setting the frameborder value to zero. &#160; 1: &#60;html&#62; 2: &#60;head&#62; 3: [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/html-frameset-frameborder-attribute-1532.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frame Scrolling Attribute in HTML</title>
		<link>http://www.dzinemagazine.com/web-developement/frame-scrolling-attribute-in-html-1527.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/frame-scrolling-attribute-in-html-1527.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 09:38:40 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[disable frame scrolling]]></category>
		<category><![CDATA[enable frame scrolling]]></category>
		<category><![CDATA[frame scrolling attribute]]></category>
		<category><![CDATA[HTML frame scrolling attribute]]></category>
		<category><![CDATA[scrolling attribute in HTML frame]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/frame-scrolling-attribute-in-html-1527.html</guid>
		<description><![CDATA[By default, the scrolling is set to auto which shows enable or show the scroll bars only if the contents of the page is larger than the size of the Web Page. The frame scrolling can be set to values “YES”, “NO” and “AUTO”. &#60;Frame src=”home.htm” scrolling=”YES”&#62; means always enable and show the scroll bars [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/frame-scrolling-attribute-in-html-1527.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Navigation Using HTML Frameset</title>
		<link>http://www.dzinemagazine.com/web-developement/how-to-create-navigation-using-html-frameset-1522.html</link>
		<comments>http://www.dzinemagazine.com/web-developement/how-to-create-navigation-using-html-frameset-1522.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 08:03:48 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[HTML navigation Web Site using frameset]]></category>
		<category><![CDATA[navigation page using frameset]]></category>
		<category><![CDATA[navigation using framset]]></category>

		<guid isPermaLink="false">http://www.dzinemagazine.com/web-developement/how-to-create-navigation-using-html-frameset-1522.html</guid>
		<description><![CDATA[Normally we use table to create navigation menu for Web Site but the problem with using tables is that we have to place the table with navigation on every Web page. The other way to create navigation links using frameset. The logic is very simple create all the Web pages of Web Site after that [...]]]></description>
		<wfw:commentRss>http://www.dzinemagazine.com/web-developement/how-to-create-navigation-using-html-frameset-1522.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

