<?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>Hamari Web</title>
	<atom:link href="http://hamariwebs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamariwebs.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 21 Nov 2011 10:39:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hamariwebs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Hamari Web</title>
		<link>http://hamariwebs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hamariwebs.wordpress.com/osd.xml" title="Hamari Web" />
	<atom:link rel='hub' href='http://hamariwebs.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Inline and block elements</title>
		<link>http://hamariwebs.wordpress.com/2010/12/14/inline-and-block-elements/</link>
		<comments>http://hamariwebs.wordpress.com/2010/12/14/inline-and-block-elements/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 08:08:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/12/14/inline-and-block-elements</guid>
		<description><![CDATA[While creating an HTML page, it is important to understand the difference between the 2 elements categories inline and block to avoid coding errors and impost the CSS for the best. Those 2 words, ‘block’ and ‘inline’ are explicit enough by themselves.. block: an element which forms a separate block inline: an element which stays [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=341&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/12/14/inline-and-block-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="https://blogger.googleusercontent.com/tracker/5489823151892664967-8067304836584914344?l=scriptstreasure.blogspot.com" medium="image" />
	</item>
		<item>
		<title>CSS Block &amp; CSS Inline Elements</title>
		<link>http://hamariwebs.wordpress.com/2010/12/14/css-block-css-inline-elements/</link>
		<comments>http://hamariwebs.wordpress.com/2010/12/14/css-block-css-inline-elements/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 06:42:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/12/14/css-block-css-inline-elements</guid>
		<description><![CDATA[The 3 ways that HTML elements can be displayed All HTML elements are naturally displayed in one of the following ways: Block&#160;&#160;&#160;&#160;&#160;&#160; Takes up the full width available, with a new line before and after &#160;&#160;&#160;&#160;&#160;&#160; (display:block;) Inline&#160;&#160;&#160;&#160;&#160;&#160; Takes up only as much width as it needs, and does not force new lines&#160;&#160;&#160;&#160;&#160;&#160; (display:inline;) Not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=337&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/12/14/css-block-css-inline-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="https://blogger.googleusercontent.com/tracker/5489823151892664967-6491832674888965978?l=scriptstreasure.blogspot.com" medium="image" />
	</item>
		<item>
		<title>Validating HTML5 in the browser</title>
		<link>http://hamariwebs.wordpress.com/2010/10/06/validating-html5-in-the-browser/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/06/validating-html5-in-the-browser/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 13:54:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/06/validating-html5-in-the-browser</guid>
		<description><![CDATA[I like to be alerted of any validation errors that sneak into my markup as soon as possible. That’s why I find the HTML Validator Extension for Firefox very hard to live (well, work) without. Unfortunately, it does not support HTML5. I’ve been looking hard for an alternative that does and has the same features [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=334&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/06/validating-html5-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>
	</item>
		<item>
		<title>Be careful with non-ascii characters in URLs</title>
		<link>http://hamariwebs.wordpress.com/2010/10/06/be-careful-with-non-ascii-characters-in-urls/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/06/be-careful-with-non-ascii-characters-in-urls/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 13:52:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/06/be-careful-with-non-ascii-characters-in-urls</guid>
		<description><![CDATA[One thing that is rather common, especially on websites whose content is not in English, is URLs that contain unencoded characters such as space, &#229;, &#228;, or &#246;. While this works most of the time it can cause problems. Looking at RFC 3986 &#8211; Uniform Resource Identifier (URI): Generic Syntax, characters that are allowed to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=330&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/06/be-careful-with-non-ascii-characters-in-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="https://blogger.googleusercontent.com/tracker/5489823151892664967-824594767181349968?l=scriptstreasure.blogspot.com" medium="image" />
	</item>
		<item>
		<title>Remember non-vendor-prefixed CSS 3 properties (and put them last)</title>
		<link>http://hamariwebs.wordpress.com/2010/10/06/remember-non-vendor-prefixed-css-3-properties-and-put-them-last/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/06/remember-non-vendor-prefixed-css-3-properties-and-put-them-last/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 13:49:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/06/remember-non-vendor-prefixed-css-3-properties-and-put-them-last</guid>
		<description><![CDATA[Everybody wants to use CSS 3 now that even Internet Explorer will support parts of it once IE 9 is out. But since parts of CSS 3 are still subject to change, most browsers use a vendor prefix for many CSS 3 properties to signal that their implemenation is “experimental” and may change in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=328&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/06/remember-non-vendor-prefixed-css-3-properties-and-put-them-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>
	</item>
		<item>
		<title>“Inspect element” is not the same as “View source”</title>
		<link>http://hamariwebs.wordpress.com/2010/10/06/inspect-element-is-not-the-same-as-view-source/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/06/inspect-element-is-not-the-same-as-view-source/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 13:43:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/06/inspect-element-is-not-the-same-as-view-source</guid>
		<description><![CDATA[Tools like Firebug for Firefox, WebKit’s Web Inspector and Opera’s Dragonfly are indispensible tools for front-end Web developers, letting you view the DOM as the browser sees it. And that’s where these tools can actually cause some problems, or at least a bit of confusion. When you choose “Inspect element” or otherwise bring up one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=326&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/06/inspect-element-is-not-the-same-as-view-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Colors: Take Control Using PHP</title>
		<link>http://hamariwebs.wordpress.com/2010/10/05/css-colors-take-control-using-php/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/05/css-colors-take-control-using-php/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 13:22:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/05/css-colors-take-control-using-php</guid>
		<description><![CDATA[While many web sites use powerful programming environments to create HTML, these same tools are usually ignored when it comes to creating Cascading Style Sheets (CSS). This article describes how to take control of your colors in CSS using PHP. You will learn how to: Centralize your color definitions using variables. Separate presentation and content [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=325&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/05/css-colors-take-control-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="https://blogger.googleusercontent.com/tracker/5489823151892664967-3745592648791648605?l=scriptstreasure.blogspot.com" medium="image" />
	</item>
		<item>
		<title>Learn CSS Positioning in Ten Steps</title>
		<link>http://hamariwebs.wordpress.com/2010/10/05/learn-css-positioning-in-ten-steps/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/05/learn-css-positioning-in-ten-steps/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:50:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/05/learn-css-positioning-in-ten-steps</guid>
		<description><![CDATA[his tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float 1. position:static The default positioning for all elements is position:static, which means the element is not positioned and occurs where it normally would in the document. Normally you wouldn&#8217;t specify this unless you needed to override a positioning that had [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=324&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/05/learn-css-positioning-in-ten-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-25-22pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-29-08pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-33-34pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-38-12pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-39-59pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-41-15pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-43-05pm.png?w=300" medium="image" />

		<media:content url="http://hamariwebs.files.wordpress.com/2010/10/10-5-20105-44-59pm.png?w=300" medium="image" />
	</item>
		<item>
		<title>Simple 2 column CSS layout</title>
		<link>http://hamariwebs.wordpress.com/2010/10/05/simple-2-column-css-layout/</link>
		<comments>http://hamariwebs.wordpress.com/2010/10/05/simple-2-column-css-layout/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:23:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/10/05/simple-2-column-css-layout</guid>
		<description><![CDATA[This is a tutorial on how to use CSS to create a simple two column layout. The layout consists of a header, a horizontal navigation bar, a main content column, a sidebar, and a footer. It is also horizontally centered in the browser window. A pretty basic layout, and not at all difficult to create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=323&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/10/05/simple-2-column-css-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="https://blogger.googleusercontent.com/tracker/5489823151892664967-972392888018738459?l=scriptstreasure.blogspot.com" medium="image" />
	</item>
		<item>
		<title>Installing Windows 2000 Professional</title>
		<link>http://hamariwebs.wordpress.com/2010/09/29/installing-windows-2000-professional/</link>
		<comments>http://hamariwebs.wordpress.com/2010/09/29/installing-windows-2000-professional/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 06:21:00 +0000</pubDate>
		<dc:creator>asadmehmoodstar</dc:creator>
				<category><![CDATA[Windows Installation]]></category>

		<guid isPermaLink="false">http://hamariwebs.wordpress.com/2010/09/29/installing-windows-2000-professional</guid>
		<description><![CDATA[To install Windows 2000 Professional, follow these steps: Start the installation by using one of the following methods: Start from the Windows 2000 Professional installation CD-ROM. Make sure that the CD-ROM is set to start before the hard disk starts. Insert the CD-ROM, and then when you are prompted, press any key to start the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hamariwebs.wordpress.com&amp;blog=8308281&amp;post=322&amp;subd=hamariwebs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://hamariwebs.wordpress.com/2010/09/29/installing-windows-2000-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e30cf5880e8ef6baa48be3334e19303c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadmehmoodstar</media:title>
		</media:content>

		<media:content url="https://blogger.googleusercontent.com/tracker/5489823151892664967-1054273311876562349?l=scriptstreasure.blogspot.com" medium="image" />
	</item>
	</channel>
</rss>
