<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mahfuz's Weblog</title>
	<atom:link href="http://mahfuz05.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahfuz05.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 06 Apr 2009 22:24:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mahfuz05.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ee74505974bc69eeba6ac8e702374a5f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Mahfuz's Weblog</title>
		<link>http://mahfuz05.wordpress.com</link>
	</image>
			<item>
		<title>Connecting Mysql With JAVA.</title>
		<link>http://mahfuz05.wordpress.com/2009/04/06/connecting-mysql-with-java/</link>
		<comments>http://mahfuz05.wordpress.com/2009/04/06/connecting-mysql-with-java/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 22:24:30 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=23</guid>
		<description><![CDATA[for connecting mysql with java first of all need mysql java connector jconnector.
after downloading this extract it. then place it to Java\jdk1.6.0_03\jre\lib\ext .
after this start coding.
String DRIVER=&#8221;com.mysql.jdbc.Driver&#8221;;
String DATABASE_URL=&#8221;jdbc:mysql://localhost/books&#8221;;
Class.forName(JDBC_DRIVER);
con=DriverManager.getConnection(DATABASE_URL,&#8221;root&#8221;,&#8221; password&#8221;);
statement=con.createStatement();
then write your sql.

String sql=&#8221;select * from admin&#8221;;
ResultSet rs=statement.executeQuery(sql);
// this for call by name

rs.getInt(&#8220;roll&#8221;));
rs.getString(&#8220;name&#8221;));

or write
// this for call by id no
rs.getString(1)
rs.getString(2)

then play with your code.




    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=23&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>for connecting mysql with java first of all need mysql java connector jconnector.</p>
<p>after downloading this extract it. then place it to Java\jdk1.6.0_03\jre\lib\ext .</p>
<p>after this start coding.</p>
<p>String DRIVER=&#8221;com.mysql.jdbc.Driver&#8221;;</p>
<p>String DATABASE_URL=&#8221;jdbc:mysql://localhost/books&#8221;;</p>
<p>Class.forName(JDBC_DRIVER);</p>
<p>con=DriverManager.getConnection(DATABASE_URL,&#8221;root&#8221;,&#8221; password&#8221;);</p>
<p>statement=con.createStatement();</p>
<div>then write your sql.</div>
<div>
<div>String sql=&#8221;select * from admin&#8221;;</div>
<div>ResultSet rs=statement.executeQuery(sql);</div>
<div>// this for call by name</div>
<div>
<div>rs.getInt(&#8220;roll&#8221;));</div>
<div>rs.getString(&#8220;name&#8221;));</div>
<div></div>
<div>or write</div>
<div>// this for call by id no</div>
<div>rs.getString(1)</div>
<div>rs.getString(2)</div>
<div></div>
<div>then play with your code.</div>
</div>
<div></div>
</div>
<div></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=23&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2009/04/06/connecting-mysql-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Make your own WordPress Template</title>
		<link>http://mahfuz05.wordpress.com/2008/09/23/make-your-own-wordpress-template/</link>
		<comments>http://mahfuz05.wordpress.com/2008/09/23/make-your-own-wordpress-template/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 10:42:01 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=17</guid>
		<description><![CDATA[When i got my first project on WordPress i was warried   but i got some good tutorial .given below
Site Architecture 1.5

The following is a description of the general site architecture for WordPress  v1.5. WordPress Theme authors are encouraged to maintain much of the core site  architecture of XHTML tags and CSS selectors, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=17&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When i got my first project on WordPress i was warried   but i got some good tutorial .given below</p>
<h2 class="pagetitle">Site Architecture 1.5</h2>
<p><!-- start content --></p>
<p>The following is a description of the general site architecture for WordPress  v1.5. WordPress Theme authors are encouraged to maintain much of the core site  architecture of XHTML tags and CSS selectors, but they are not required to.  Therefore, this is just a general outline and your Theme may be different.</p>
<p><a name="Template_Driven_Pages"></a></p>
<h2><span class="mw-headline">Template Driven Pages </span></h2>
<p>Before we get to the <a href="#Core_Structure">Core Structure</a> of  the WordPress page architecture, you need to understand that WordPress uses <a title="Templates" href="/Templates">template files</a> to generate the final page  &#8220;look&#8221; and content. For example, when viewing the front page of your WordPress  site, you are actually viewing several template files:</p>
<ul>
<li><tt>index.php</tt></li>
<li><tt>header.php</tt></li>
<li><tt>sidebar.php</tt></li>
<li><tt>footer.php</tt></li>
</ul>
<p>When you view a single post page, you might be viewing the following template  files:</p>
<ul>
<li><tt>single.php</tt></li>
<li><tt>header.php</tt></li>
<li><tt>sidebar.php</tt></li>
<li><tt>footer.php</tt></li>
<li><tt>comments.php</tt></li>
</ul>
<p>On a multi-post page like categories, archives, and search, you might be  viewing any combination of the following template files:</p>
<ul>
<li><tt>index.php</tt></li>
<li><tt>category.php</tt></li>
<li><tt>404.php</tt></li>
<li><tt>search.php</tt></li>
<li><tt>header.php</tt></li>
<li><tt>sidebar.php</tt></li>
<li><tt>footer.php</tt></li>
</ul>
<p>We&#8217;ve specified which CSS selectors belong in which template files as much as  possible in the following architecture specifications.</p>
<p><a name="Core_Structure"></a></p>
<h2><span class="mw-headline">Core Structure </span></h2>
<p>The core structure of a WordPress site represents the main containers which  hold the page&#8217;s content. The core structure of a WordPress site features, at a  minimum, are:</p>
<ul>
<li>Header</li>
<li>Sidebar/Menu</li>
<li>Content</li>
<li>Footer</li>
</ul>
<p>These are the main containers in which the most important parts of the page  are &#8220;contained&#8221;. Remember, the core structure is like building blocks. They are  dependent upon each other. If you change one, you have to change the others.</p>
<p><strong>Classic Theme</strong></p>
<pre>&lt;body&gt;
&lt;div id="rap"&gt;
&lt;h1 id="header"&gt;&lt;/h1&gt;
&lt;div id="content"&gt;&lt;/div&gt;
&lt;div id="menu"&gt;&lt;/div&gt;
&lt;p class="credit"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;</pre>
<p><strong>Default Theme</strong></p>
<pre>&lt;body&gt;
&lt;div id="page"&gt;
&lt;div id="header"&gt;&lt;/div&gt;
&lt;div id="content" class="narrowcolumn"&gt;&lt;/div&gt;
&lt;div id="sidebar"&gt;&lt;/div&gt;
&lt;div id="footer"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;!-- end page --&gt;
&lt;/body&gt;</pre>
<p>While one calls their sidebar <tt>sidebar</tt> and the other <tt>menu</tt>,  the main difference between the two Theme&#8217;s core structures is the use of the  header and footer. For the Classic Theme, the header is in an <tt>h1</tt> tag  and the footer is in a paragraph tag. In the Default Theme, the header is in a  <tt>div</tt> called <tt>header</tt> and the footer is in the <tt>footer  div</tt>.</p>
<p>Both Themes feature a container that encompasses or &#8220;wraps&#8221; itself around the  entire page. This wrapping container allows for more definitive control over the  overall structure, often used in combination with the <tt>body</tt> tag. In  different WordPress Themes, these are also found by these names:</p>
<ul>
<li>container</li>
<li>page</li>
<li>wrap</li>
<li>rap</li>
</ul>
<p>Some Themes may add a second, third, or even fourth sidebar, creating a  column effect. Or they may include additional wrappers around the entire page or  specific containers, but this is the core structure.</p>
<p><a name="The_Modular_Template_Files"></a></p>
<h3><span class="mw-headline">The Modular Template Files </span></h3>
<p>Based upon the premise of building blocks, WordPress Themes divide up the  core structure between blocks called <a title="Templates" href="/Templates">template files</a>. These are the template files:</p>
<ul>
<li>Header &#8211; <tt>header.php</tt></li>
<li>Sidebar/Menu &#8211; <tt>sidebar.php</tt></li>
<li>Content &#8211; <tt>index.php</tt>, <tt>single.php</tt>, <tt>page.php</tt>,  <tt>category.php</tt>, <tt>author.php</tt>, <tt>search.php</tt>, etc.</li>
<li>Footer &#8211; <tt>footer.php</tt></li>
</ul>
<p>As you can see, the content container can be found across many other template  files. These are generated dependent upon the user&#8217;s request. If they click on a  category, the category template is displayed. If they choose a <a title="Pages" href="/Pages">Page</a>, the page template is used. And so on.</p>
<p>Combined with the <a title="The Loop" href="/The_Loop">WordPress Loop</a> and  queries, a variety of templates can be generated, and the web page designer can  style all of these differently and independently from each other.</p>
<p><a name="Interior_Structures"></a></p>
<h2><span class="mw-headline">Interior Structures </span></h2>
<p>Within these core structural containers are smaller building blocks that hold  the specific content within the parent container. WordPress Themes can feature a  variety of these, but we are going to concentrate on the two Themes that come  with WordPress. Most WordPress Themes are based on these two Themes.</p>
<p><a name="Header"></a></p>
<h3><span class="mw-headline">Header </span></h3>
<p>The header is the structure that traditionally sits at the top of a web page.  It contains the title of the website. It may also be referred to as the  <em>masthead, head, title</em>, and <em>banner</em>. In all WordPress Themes, the  <tt>header</tt> is found within the <tt>header.php</tt> template file.</p>
<p>The Classic Theme features the simplest header code:</p>
<pre>&lt;h1 id="header"&gt;&lt;/h1&gt;</pre>
<p>The Default Theme has a more complex header code:</p>
<pre>&lt;div id="header"&gt;
   &lt;div id="headerimg"&gt;
      &lt;h1&gt;&lt;/h1&gt;
         &lt;div class="description"&gt;&lt;/div&gt;
   &lt;/div&gt;
&lt;/div&gt;</pre>
<p>While the styles for the Classic Theme are found within the Theme&#8217;s  <tt>style.css</tt> style sheet file, styles for the Default Theme are found  within the <tt>style.css</tt> and the <tt>&lt;head&gt;</tt> of the  <tt>header.php</tt> <a title="Templates" href="/Templates">template file</a>.  Working with these styles is extensively covered in <a title="Designing Headers" href="/Designing_Headers">Designing Headers</a>.</p>
<p><a name="Content"></a></p>
<h3><span class="mw-headline">Content </span></h3>
<p>The content container in WordPress plays the most important role. It holds  the <a title="The Loop" href="/The_Loop">WordPress Loop</a> which dictates the  generation of content on the page depending upon the request by the user.</p>
<p>The Classic Theme has the simplest content structure:</p>
<pre>&lt;div id="content"&gt;
   &lt;h2&gt;Date&lt;/h2&gt;
   &lt;div class="post" id="post-1"&gt;
      &lt;h3 class="storytitle"&gt;Post Title&lt;/h3&gt;
      &lt;div class="meta"&gt;Post Meta Data&lt;/div&gt;
      &lt;div class="storycontent"&gt;
         &lt;p&gt;Welcome to WordPress.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class="feedback"&gt;Comments (2)&lt;/div&gt;
   &lt;/div&gt;
&lt;/div&gt;</pre>
<p>The Classic Theme hosts containers for the Date, Title, Post Meta Data, Post  Content, and Feedback (number of comments). It also showcases a powerful  feature. The ability to individually style a single post&#8217;s look.</p>
<pre>&lt;div class="post" id="post-1"&gt;</pre>
<p>The <tt>post</tt> CSS class selector applies the <tt>post</tt> styles to this  container, but it also has an ID which is generated automatically by WordPress.  The code looks like this:</p>
<pre>&lt;div class="post" id="post-&lt;?php the_ID(); ?&gt;"&gt;</pre>
<p>The use of the template tag <tt><a title="Template Tags/the ID" href="/Template_Tags/the_ID">the_ID()</a></tt> generates the ID number of the  post. This provides a unique identifier for internal page links as well as for  styles. This post could have a style for <tt>post-1</tt>, as could  <tt>post-2</tt>. While it is a bit excessive to feature a style for every post,  there may be a post or two you need to have look a little different. Some  plugins may use this identifier to automatically change the look of different  posts, too.</p>
<p>The Default Theme content container features a different look for  <strong>multi-post views</strong> like the front page, categories, archives, and searches,  and a different <strong>single post view</strong> for single posts. The multi-post view  looks like this:</p>
<pre>&lt;div id="content" class="narrowcolumn"&gt;
   &lt;div class="post" id="post-1"&gt;
      &lt;h2&gt;Post Title&lt;/h2&gt;
      &lt;small&gt;Date&lt;/small&gt;
      &lt;div class="entry"&gt;
         &lt;p&gt;Post Content.&lt;/p&gt;
      &lt;/div&gt;
      &lt;p class="postmetadata"&gt;Post Meta Data Section&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="navigation"&gt;
       &lt;div class="alignleft"&gt;Previous Post&lt;/div&gt;
       &lt;div class="alignright"&gt;Next Post&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</pre>
<p>There is a lot going on here. Let&#8217;s break it down.</p>
<dl>
<dt><tt>&lt;div id="content" class="narrowcolumn"&gt;</tt> </dt>
<dd>In the <strong>multi-post views</strong>, it features a <tt>class="narrowcolumn"</tt> and in the <strong>single post views</strong>, it features <tt>class="widecolumn"</tt> and  the sidebar is not generated on that page, allowing the post to be viewed &#8220;wide&#8221;  across the width of the content area. </dd>
</dl>
<dl>
<dt><tt>&lt;div class="post" id="post-1"&gt;</tt> </dt>
<dd>Like the Classic Theme, this division sets up the style for <tt>post</tt> and the identifier for <tt>post-X</tt>, with <tt>X</tt> representing the post&#8217;s  unique ID number. This allows for customizing the specific post&#8217;s look. </dd>
<dt><tt>&lt;h2&gt;Post Title&lt;/h2&gt;</tt> </dt>
<dd>This encompasses the post&#8217;s title code, styled by the <tt>&lt;h2&gt;</tt> tag. </dd>
<dt><tt>&lt;small&gt;Date&lt;/small&gt;</tt> </dt>
<dd>The date code is surrounded and styled by the <tt>small</tt> tag. </dd>
<dt><tt>&lt;div class="entry"&gt;</tt> </dt>
<dd>The post content is styled by a combination of the styles within the  <tt>entry</tt> CSS selectors and the paragraph tag. </dd>
<dt><tt>&lt;p class="postmetadata"&gt;Post Meta Data Section&lt;/p&gt;</tt> </dt>
<dd>The <a title="Post Meta Data Section" href="/Post_Meta_Data_Section">Post  Meta Data Section</a> contains the data details about the post such as the date,  time, and categories the post belongs to. </dd>
<dt><tt>&lt;div class="navigation"&gt;</tt> </dt>
<dd>The <a title="Next and Previous Links" href="/Next_and_Previous_Links">Next  and Previous Links</a> are styled in the <tt>navigation</tt>. They also include  classes for <tt>alignleft</tt> for the Previous Post and <tt>alignright</tt> for  the Next Post in chronological order. </dd>
</dl>
<p>These elements are shifted around in the <strong>single post view</strong> content  structure:</p>
<pre>&lt;div id="content" class="widecolumn"&gt;
   &lt;div class="navigation"&gt;
      &lt;div class="alignleft"&gt;&lt;/div&gt;
      &lt;div class="alignright"&gt;&lt;/div&gt;
   &lt;/div&gt;
   &lt;div class="post" id="post-1"&gt;
      &lt;h2&gt;Post Title&lt;/h2&gt;
      &lt;div class="entrytext"&gt;
         &lt;p&gt;Post content.&lt;/p&gt;
         &lt;p class="postmetadata alt"&gt;
            &lt;small&gt;Post Meta Data&lt;/small&gt;
         &lt;/p&gt;
      &lt;/div&gt;
   &lt;/div&gt;
&lt;/div&gt;</pre>
<p>The <tt>widecolumn</tt> class is featured to stretch the content across the  page to fill in the absence of the sidebar. The <tt>navigation</tt> has been  moved up to the top. And the Post Meta Data is now incorporated into the  <tt>entrytext</tt> parent container and styled differently with an <tt>alt</tt> style added.</p>
<p>These two examples from the Default Theme give you just a glimpse into the  myriad ways your WordPress site can be customized.</p>
<p><a name="Comments"></a></p>
<h4><span class="mw-headline">Comments </span></h4>
<p>Comments may be featured on the single post view or in a popup window. The  overall styles for the two sets of comments remain basically the same. The two  template files are <tt>comments.php</tt> and <tt>comments-popup.php</tt></p>
<p><a name="Classic_Theme_Comments"></a></p>
<h5><span class="mw-headline">Classic Theme Comments </span></h5>
<pre>&lt;h2 id="comments"&gt;1 Comment
  &lt;a href="#postcomment" title="Leave a comment"&gt;»&lt;/a&gt;&lt;/h2&gt;
   &lt;ol id="commentlist"&gt;
      &lt;li id="comment-1"&gt;
         &lt;p&gt;Hi, this is a comment.&lt;/p&gt;
         &lt;p&gt;&lt;cite&gt;Comment by Person&lt;/cite&gt; &lt;/p&gt;
      &lt;/li&gt;
   &lt;/ol&gt;
&lt;p&gt;
  &lt;a href='http://example.com/archives/name-of-post/feed/'&gt;
  &lt;abbr title="Really Simple Syndication"&gt;RSS&lt;/abbr&gt;
  feed for comments on this post.&lt;/a&gt;
  &lt;a href="http://example.com/name-of-post/trackback/" rel="trackback"&gt;
  TrackBack &lt;abbr title="Uniform Resource Identifier"&gt;URI&lt;/abbr&gt;
  &lt;/a&gt;
&lt;/p&gt;
  &lt;h2 id="postcomment"&gt;Leave a comment&lt;/h2&gt;
    &lt;form action="http://example.com/blog/wp-comments-post.php"
method="post" id="commentform"&gt;
      &lt;p&gt;
          &lt;input type="text" name="author" id="author" value="" size="22" tabindex="1" /&gt;
          &lt;label for="author"&gt;
          &lt;small&gt;Name (required)&lt;/small&gt;
          &lt;/label&gt;
       &lt;/p&gt;
       &lt;p&gt;
          &lt;input type="text" name="email" id="email" value="" size="22" tabindex="2" /&gt;
          &lt;label for="email"&gt;
          &lt;small&gt;Mail (will not be published) required)&lt;/small&gt;
          &lt;/label&gt;
       &lt;/p&gt;
       &lt;p&gt;
          &lt;input type="text" name="url" id="url" value="" size="22" tabindex="3" /&gt;
          &lt;label for="url"&gt;
          &lt;small&gt;Website&lt;/small&gt;
          &lt;/label&gt;
        &lt;/p&gt;
        &lt;p&gt;
          &lt;small&gt;&lt;strong&gt;XHTML:&lt;/strong&gt; List of Tags you
          can use in comments&lt;/small&gt;
        &lt;/p&gt;
        &lt;p&gt;
          &lt;textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"&gt;
          &lt;/textarea&gt;
        &lt;/p&gt;
        &lt;p&gt;
          &lt;input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /&gt;
          &lt;input type="hidden" name="comment_post_ID" value="1" /&gt;
       &lt;/p&gt;
   &lt;/form&gt;
&lt;/div&gt;</pre>
<p>While individual sections of the comments feature styling reference, the  Classic Theme has no general comment division or group style reference, one  could be easily added.</p>
<dl>
<dt>#comments h2 </dt>
<dd>Styles the title at the top of the comments list which says &#8220;Comments 4  Leave a Comment&#8221;, with the latter part of the sentence in a link that jumps to  <tt>&lt;h2 id="postcomment"&gt;Leave a comment&lt;/h2&gt;</tt>. </dd>
<dt>#comment-n </dt>
<dd>Comments are given a unique ID number, signified here by the letter  <tt>n</tt>. This allows them to be styled individually. </dd>
<dt>#comments ol </dt>
<dd>This begins the <strong>ordered list</strong> of the comments, counting down from one,  and sets the overall style of the comments list. </dd>
<dt>#comments li </dt>
<dd>Style reference for each comment on the list. </dd>
<dt>#comments p </dt>
<dd>This paragraph tag styles the actual comments on the comment list. </dd>
<dt>#comment cite </dt>
<dd>This use of the <tt>cite</tt> controls the look of the commenter&#8217;s name. It  usually states &#8220;Name says:&#8221; in the comments list. </dd>
<dt>#comments h2 or #postcomment </dt>
<dd>The <tt>h2</tt> heading can be styled two ways, as <tt>#comments h2</tt> or  <tt>#postcomment</tt>. The latter is used by the &#8220;Leave a Comment&#8221; link from the  top of the comments section, too. </dd>
<dt>#commentform </dt>
<dd>Style reference for the overall &#8220;form&#8221; for inputting comments. Each input  area has it&#8217;s own ID. </dd>
<dt>#author </dt>
<dd>ID reference for the comment author&#8217;s input area. </dd>
<dt>#comments small </dt>
<dd>The <tt>&lt;small&gt;</tt> tag is used in several places in the Classic  Theme. This usage surrounds the text in the <strong>comment submit form</strong> and the  text for the <strong>list of tags</strong> that can be used in the comment. </dd>
<dt>#email </dt>
<dd>ID reference for the comment author&#8217;s email. </dd>
<dt>#url </dt>
<dd>ID reference for the comment author&#8217;s URL. </dd>
<dt>#comment </dt>
<dd>ID reference for the comment input textarea. It does not style the final  generated comment, just the input box. </dd>
<dt>#comment #submit </dt>
<dd>There are two submit buttons in the Classic Theme, for search and comment  submissions. This is the submit comment button. </dd>
</dl>
<p><a name="Default_Theme_Comments"></a></p>
<h5><span class="mw-headline">Default Theme Comments </span></h5>
<p>The Default Theme comments feature a loop query within the  <tt>comments.php</tt> and <tt>comments-popup.php</tt> which changes some of the  information depending upon if comments are open, closed, and any present. If the  comments are open or closed and no comments have been made, this information  will be displayed within the <tt>&lt;h3 id="comments"&gt;</tt> tag.</p>
<pre>&lt;h3 id="comments"&gt;One Response to "Hello world!"&lt;/h3&gt;
   &lt;ol class="commentlist"&gt;
      &lt;li class="alt" id="comment-1"&gt;
         &lt;cite&gt;
 &lt;a href="http://example.org/" rel="external nofollow"&gt;Mr WordPress&lt;/a&gt;
         &lt;/cite&gt; Says:&lt;br /&gt;
           &lt;small class="commentmetadata"&gt;
             &lt;a href="#comment-1" title=""&gt;Date and Time&lt;/a&gt;
           &lt;/small&gt;
            &lt;p&gt;Hi, this is a comment.&lt;/p&gt;
      &lt;/li&gt;
   &lt;/ol&gt;
 &lt;h3 id="respond"&gt;Leave a Reply&lt;/h3&gt;
&lt;form action="http://example.com/blog/wp-comments-post.php" method="post" id="commentform"&gt;
   &lt;p&gt;
       &lt;input name="author" id="author" value="" size="22" tabindex="1" type="text"&gt;
          &lt;label for="author"&gt;
             &lt;small&gt;Name (required)&lt;/small&gt;
          &lt;/label&gt;
   &lt;/p&gt;
   &lt;p&gt;
       &lt;input name="email" id="email" value="" size="22" tabindex="2" type="text"&gt;
          &lt;label for="email"&gt;
              &lt;small&gt;Mail (will not be published) required)&lt;/small&gt;
          &lt;/label&gt;
   &lt;/p&gt;
   &lt;p&gt;
       &lt;input name="url" id="url" value="" size="22" tabindex="3" type="text"&gt;
          &lt;label for="url"&gt;
             &lt;small&gt;Website&lt;/small&gt;
          &lt;/label&gt;
   &lt;/p&gt;
   &lt;p&gt;
       &lt;small&gt;&lt;strong&gt;XHTML:&lt;/strong&gt; You can use these
       tags:....&lt;/small&gt;
   &lt;/p&gt;
   &lt;p&gt;
       &lt;textarea name="comment" id="comment" cols="100" rows="10" tabindex="4"&gt;
       &lt;/textarea&gt;
   &lt;/p&gt;
   &lt;p&gt;
       &lt;input name="submit" id="submit" tabindex="5" value="Submit Comment" type="submit"&gt;
       &lt;input name="comment_post_ID" value="1" type="hidden"&gt;
   &lt;/p&gt;
&lt;/form&gt;
&lt;/div&gt;</pre>
<p>While individual sections of the comments feature styling reference, the  Default Theme has no general comment division or group style reference, though  one could be easily added.</p>
<dl>
<dt>h3 #comments </dt>
<dd>Styles the <tt>&lt;h3&gt;</tt> tag for the &#8220;number of responses to the post&#8221;  heading. </dd>
<dt>#commentlist ol </dt>
<dd>Styles the &#8220;ordered list&#8221; of the comments list. </dd>
<dt>.alt li and #commenet-n </dt>
<dd>The comment list items have two style references. The first one is the class  <tt>alt</tt> and the second is the comment ID number signified here by the  letter <tt>n</tt>. This allows them to be styled individually. </dd>
<dt>cite </dt>
<dd>The tag <tt>cite</tt> frames the &#8220;Name says:&#8221; and link to the comment  author&#8217;s URL. </dd>
<dt>.commentmetadata small </dt>
<dd>The <tt>&lt;small&gt;</tt> tag has a class of <tt>commentmetadata</tt> which  allows the date and time of the post to be styled. </dd>
<dt>ol #commentlist p </dt>
<dd>Styles the paragraph within the ordered list of comments. </dd>
<dt>#respond h3 </dt>
<dd>Styles the heading for &#8220;Leave a Reply&#8221;. </dd>
<dt>#commentform </dt>
<dd>Style reference for the overall &#8220;form&#8221; for inputting comments. Each input  area has it&#8217;s own ID. </dd>
<dt>#author </dt>
<dd>ID reference for the comment author&#8217;s input area. </dd>
<dt>#comments small </dt>
<dd>The <tt>&lt;small&gt;</tt> tag is used in several places in the Classic  Theme. This usage surrounds the text in the <strong>comment submit form<em> and the  text for the </em></strong><em>list of tags&#8217;</em> that can be used in the comment. </dd>
<dt>#email </dt>
<dd>ID reference for the comment author&#8217;s email. </dd>
<dt>#url </dt>
<dd>ID reference for the comment author&#8217;s URL. </dd>
<dt>#comment </dt>
<dd>ID reference for the comment input textarea. It does not style the final  generated comment, just the input box. </dd>
<dt>#comment #submit </dt>
<dd>There are two submit buttons in the Classic Theme, for search and comment  submissions. This is the submit comment button. </dd>
</dl>
<p><a name="Popup_Comments"></a></p>
<h5><span class="mw-headline">Popup Comments </span></h5>
<p>The Classic and Default Themes&#8217; <tt>comments-popup.php</tt> template file is  essentially the same. They use the layout for the <a href="#Default_Theme_Comments">Classic Theme comment structure</a>. While the  Classic Theme uses <tt>&lt;h2&gt;</tt> headings and the Default Theme uses  <tt>&lt;h3&gt;</tt> headings for the title headings in their comments, in the  <tt>comments-popup.php</tt> template file, they both use the <tt>&lt;h2&gt;</tt> heading tag.</p>
<pre>&lt;body id="commentspopup"&gt;
&lt;h1 id="header"&gt;&lt;/h1&gt;
&lt;h2 id="comments"&gt;Comments&lt;/h2&gt;
....Classic Theme commment section.....
...Classic Theme footer....</pre>
<p>The <tt>body</tt> tag sets the style for the overall page with  <tt>#commentspopup</tt>. The <tt>h2</tt> heading begins the comments section.</p>
<p>If you make modifications to the structure of the tags within the header and  footer of the overall Theme, ensure those structural changes are applied to the  comments popup template, especially if you will be <a title="Designing Themes for Public Release" href="/Designing_Themes_for_Public_Release">releasing the Theme to the  public</a>.</p>
<p><a name="Sidebar"></a></p>
<h3><span class="mw-headline">Sidebar </span></h3>
<p>As you saw with the Default Theme, the sidebar can be visible or not,  depending upon the template file in use. The sidebar, in general, can be simple  or complex. WordPress Themes often feature information within the sidebar in  <strong>nested lists</strong>. There is a step-by-step guide for the sidebar at <a title="Customizing Your Sidebar" href="/Customizing_Your_Sidebar">Customizing  Your Sidebar</a> and more information on <a title="Styling Lists with CSS" href="/Styling_Lists_with_CSS">Styling Lists with CSS</a>, too.</p>
<p>In general, the WordPress sidebar features titles of the various sections  within a list, with the section items in a nested list below the title.</p>
<p>The Classic Theme sidebar looks like this, with the links removed for  simplification:</p>
<pre>&lt;div id="menu"&gt;
   &lt;ul&gt;
      &lt;li class="pagenav"&gt;Pages
         &lt;ul&gt;
           &lt;li class="page_item"&gt;Contact&lt;/li&gt;
           &lt;li class="page_item"&gt;About&lt;/li&gt;
         &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li id="linkcat-1"&gt;&lt;h2&gt;Blogroll&lt;/h2&gt;
         &lt;ul&gt;
            &lt;li&gt;Blogroll Link 1&lt;/li&gt;
            &lt;li&gt;Blogroll Link 1&lt;/li&gt;
            &lt;li&gt;Blogroll Link 1&lt;/li&gt;
         &lt;/ul&gt;
      &lt;/li&gt;
      &lt;li id="categories"&gt;Categories:
         &lt;ul&gt;
          &lt;li&gt;Category Link 1&lt;/li&gt;
          &lt;li&gt;Category Link 2&lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li id="search"&gt;
          &lt;label for="s"&gt;Search:&lt;/label&gt;
          &lt;form id="searchform" method="get" action="/index.php"&gt;
      &lt;div&gt;
         &lt;input type="text" name="s" id="s" size="15" /&gt;&lt;br /&gt;
         &lt;input type="submit" value="Search" /&gt;
      &lt;/div&gt;
         &lt;/form&gt;
       &lt;/li&gt;
       &lt;li id="archives"&gt;Archives:
         &lt;ul&gt;
             &lt;li&gt;Archives Month Link 1&lt;/li&gt;
             &lt;li&gt;Archives Month Link 2&lt;/li&gt;
          &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li id="meta"&gt;Meta:
         &lt;ul&gt;
            &lt;li&gt;RSS Feed Link&lt;/li&gt;
            &lt;li&gt;RSS Comments Feed Link&lt;/li&gt;
            &lt;li&gt;XHTML Validator&lt;/li&gt;
            &lt;li&gt;XFN Link&lt;/li&gt;
            &lt;li&gt;WordPress Link&lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
   &lt;/ul&gt;
&lt;/div&gt;</pre>
<p>Most of these are self-explanatory. Each set of links has its own CSS  selector: <a title="Pages" href="/Pages">Pages</a>, categories, archives, search,  and meta.</p>
<p><a name="Pages_and_Link_Categories"></a></p>
<h4><span class="mw-headline">Pages and Link Categories </span></h4>
<p>The <a title="Pages" href="/Pages">Pages</a> and <a title="Links Manager" href="/Links_Manager">Links</a> category, labeled &#8220;Blogroll&#8221;, uses the <tt><a title="Template Tags/get links list" href="/Template_Tags/get_links_list">&lt;?php get_links_list(); ?&gt;</a></tt> and <tt><a title="Template Tags/wp list pages" href="/Template_Tags/wp_list_pages">&lt;?php wp_list_pages(); ?&gt;</a></tt> template tags which automatically generates a heading.</p>
<p>For the <strong>Links</strong> category, it generates an <tt>h2</tt> heading for that  set of links. This means you can style the <tt>menu h2</tt> heading to look  differently from the rest of the headings, or, if you want them to all look the  same, make sure that the <tt>menu h2</tt> style <em>matches</em> the rest of the  category styles which are not automatically generated.</p>
<p>The <strong>Pages</strong> template tag generates <tt>pagenav</tt> as the heading and  then identifies the pages in a new way. As a general list viewed on mutli-post  and single post views, the Page list items feature a <tt>class="page_item"</tt> to style those links. When viewing an individual Page, that Page&#8217;s link will  change to <tt>class="current_page_item"</tt>, which can then be styled to look  differently from the rest of the Page links.</p>
<p><a name="Categories.2C_Archives.2C_and_Meta"></a></p>
<h4><span class="mw-headline">Categories, Archives, and Meta </span></h4>
<p>The other sidebar section titles, <em>categories</em>, <em>archives</em>,  <em>meta</em>, and others, do not use template tags which generate their own  titles. These are set inside of PHP statements which &#8220;print&#8221; the text on the  page. While these could be put inside of <a title="Designing Headings" href="/Designing_Headings">heading tags</a>, WordPress uses the <tt>_e()</tt> function to display or &#8220;echo&#8221; the text titles while also marking the text as a  possible target for language translation. If you will be <a title="Theme Development" href="/Theme_Development">developing your theme</a> for <a title="Designing Themes for Public Release" href="/Designing_Themes_for_Public_Release">public release</a>, using the echo  functions is highly recommended.</p>
<p>You can style these individually or all the same. Some Themes, like the  Default Theme, put all these in <tt>&lt;h2&gt;</tt> headings so the list  headings will all look the same. Therefore, they may or may not use style  references for each section. You may add them if you need them to change the  look of each section of links.</p>
<p><a name="Search_Form"></a></p>
<h4><span class="mw-headline">Search Form </span></h4>
<p>The search form is found within the <tt>searchform.php</tt>. It may be found  in different locations within the sidebar. To style the overall search form, use  the <tt>search</tt> ID. Here is a list of the individual areas of the search  form which may be styled by default. You may add style classes to gain more  control over the look of your search form.</p>
<pre>&lt;li id="search"&gt;
  &lt;label for="s"&gt;Search:&lt;/label&gt;
    &lt;form id="searchform" method="get" action="/index.php"&gt;
      &lt;div&gt;
         &lt;input type="text" name="s" id="s" size="15" /&gt;&lt;br /&gt;
         &lt;input type="submit" value="Search" /&gt;
      &lt;/div&gt;
     &lt;/form&gt;</pre>
<dl>
<dt><tt>#search</tt> </dt>
<dd>The overall style for the search form. </dd>
<dt><tt>#search label</tt> </dt>
<dd>Used to style the <tt>label</tt> tag, if necessary. </dd>
<dt><tt>#searchform</tt> </dt>
<dd>Used to style the form itself. </dd>
<dt><tt>#search div</tt> </dt>
<dd>This unlabeled <tt>div</tt> is a child container of the parent container  <tt>search</tt> and maybe styled from within that selector. </dd>
<dt><tt>#searchform input</tt> </dt>
<dd>To style the input area for the search, this selector combination will work. </dd>
<dt><tt>#searchsubmit</tt> </dt>
<dd><em>Used by the Default Theme</em>, this selector may be used to style the  <strong>search</strong> or <strong>submit</strong> button. </dd>
</dl>
<p>The search form area, input, and button can be styled in many ways, or left  with the default input and &#8220;button&#8221; look.</p>
<p><a name="Meta_Feed_Links"></a></p>
<h4><span class="mw-headline">Meta Feed Links </span></h4>
<p>The Meta links may be shown as text or icons representing the various links.  The XHTML and CSS validation links may use the W3 icons. The various Feeds can  also be represented as icons. Or left as text. It&#8217;s up to you. Use of the feeds  within your sidebar with text or icons is covered by the article <a title="WordPress Feeds" href="/WordPress_Feeds">WordPress Feeds</a>.</p>
<p><a name="Footer"></a></p>
<h3><span class="mw-headline">Footer </span></h3>
<p>The footer is found within the <tt>footer.php</tt> template file. In both the  Default and Classic Themes, the footer contains little information.</p>
<p><strong>Classic Theme</strong></p>
<pre>&lt;p class="credit"&gt;
   &lt;!--15 queries. 0.152 seconds. --&gt;
    &lt;cite&gt;
        Powered by &lt;a href='http://wordpress.org'
        title='Powered by WordPress, state-of-the-art
        semantic personal publishing platform.'&gt;
        &lt;strong&gt;WordPress&lt;/strong&gt;&lt;/a&gt;
    &lt;/cite&gt;
&lt;/p&gt;
&lt;/div&gt;</pre>
<p>The footer&#8217;s content is styled with the <tt>credit</tt> class and the  paragraph and <tt>cite</tt> tags.</p>
<p>The tag displays the number of mysql queries used on the page and the time it  took for the page to load, in HTML commented code. It is there for the  administrator&#8217;s convenience and use. It is only visible within the page&#8217;s source  code. If you would like to display this visible on the page, remove the <a title="Commenting Code" href="/Commenting_Code">comments</a>. It&#8217;s look will be  influenced by the <tt>credit</tt> class style of the paragraph tag. On the  template file, it looks like this:</p>
<pre>&lt;!--&lt;?php echo $wpdb-&gt;num_queries; ?&gt; queries.
&lt;?php timer_stop(1); ?&gt; seconds. --&gt;</pre>
<p><strong>Default Theme</strong></p>
<pre>&lt;div id="footer"&gt;
   &lt;p&gt;Blogging in the WordPress World
      is proudly powered by
      &lt;a href="http://wordpress.org/"&gt;WordPress&lt;/a&gt;&lt;br /&gt;
      &lt;a href="feed:http://example.com/feed/"&gt;Entries (RSS)&lt;/a&gt;
      and
      &lt;a href="feed:http://example.com/comments/feed/"&gt;
      Comments (RSS)&lt;/a&gt;.
    &lt;!-- 18 queries. 0.186 seconds. --&gt;
   &lt;/p&gt;
&lt;/div&gt;</pre>
<p>The Default Theme&#8217;s footer is styled by the <tt>footer</tt> ID and the  paragraph tag. While the footer area itself maybe styled by the <tt>footer</tt>,  the paragraph tag controls the text within it. To style the paragraph tag  differently within the <tt>footer</tt> than the rest of your page:</p>
<pre>#footer p {styles}</pre>
<p>I got this from <a href="http://codex.wordpress.org">codex</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=17&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/09/23/make-your-own-wordpress-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix Generic Host For Win32 and Svchost.exe Error</title>
		<link>http://mahfuz05.wordpress.com/2008/09/23/fix-generic-host-for-win32-and-svchostexe-error/</link>
		<comments>http://mahfuz05.wordpress.com/2008/09/23/fix-generic-host-for-win32-and-svchostexe-error/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 10:26:50 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[Windows Xp]]></category>
		<category><![CDATA[Generic]]></category>
		<category><![CDATA[Svchost.exe]]></category>
		<category><![CDATA[Win32]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=15</guid>
		<description><![CDATA[when we use internet we got a error called Generic Host For Win32.it occurs if we install security update 873333 (MS05-012) in service pac2.
we no longer have to worry about those so-called “Generic Host for Win32  Process” and “svchost.exe” errors that haunt our Windows XP almost daily (If not  cured). Below i will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=15&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>when we use internet we got a error called Generic Host For Win32.it occurs if we install security update 873333 (MS05-012) in service pac2.</p>
<p>we no longer have to worry about those so-called “Generic Host for Win32  Process” and “svchost.exe” errors that haunt our Windows XP almost daily (If not  cured). Below i will explain what are the symptoms of this evil problem and how  easily it can be fixed: <img class="wp-smiley" src="Fix%20Generic%20Host%20For%20Win32%20and%20Svchost.exe%20Error_files/icon_smile.gif" alt=")" /></p>
<p><strong>Symptoms:</strong></p>
<ul>
<li><span>You are surfing <a class="IL_LINK_STYLE" href="void(0)">the internet</a> or are engaged any type of Internet  activity when suddenly all your Network activity goes to hault. You can still  see <span>the Internet</span> connected icon in the tray but you cannot surf, browse or do anything.</span></li>
<li>You get an error message something like “Generic Host Process for Win32  Services has encountered a problem and needs to close. We are sorry for the  inconvenience.”</li>
<li>Error message reporting about faulting netapi32.dll and svchost.exe.</li>
<li><span><span>You try to disconnect <a class="IL_LINK_STYLE" href="void(0)">your Internet</a> because of no activity observed but </span><span>the  Internet</span> icon wont disappear.</span></li>
<li>You recieve an error message something like “Your PC has recovered from a  serious problem” etc.</li>
</ul>
<p><strong>Solution:</strong></p>
<p>Follow these simple steps and your Windows will be fully cured of this menace  <img class="wp-smiley" src="Fix%20Generic%20Host%20For%20Win32%20and%20Svchost.exe%20Error_files/icon_biggrin.gif" alt="D" /></p>
<p><span style="text-decoration:underline;">Close Port 445:</span></p>
<p>1. Start Registry Editor (Regedit.exe) by clicking Start menu, and then click  the Run icon.<br />
<span>2. In the small box that Opens, type: regedit then click  the OK button. <span>The  Registry</span> Editor will now have opened.</span><br />
<span>3. Locate the  following key in <span>the  registry</span>:</span><br />
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NetBT\Parameters<br />
In  the right-hand side of the window find an option called  TransportBindName.<br />
Double click that value, and then delete the default  value, thus giving it a blank value.</p>
<p><span style="text-decoration:underline;">Close Port 135:</span></p>
<p>1. Then you must now navigate to the following registry  key:<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\OLE<br />
2. You will see there is a  String Value called: EnableDCOM<br />
Set the value to: N (it should currently be  Y)<br />
<span>3. Close <span>the  Registry</span> Editor. Shutdown and Restart your computer.</span></p>
<p>Well thats all <img class="wp-smiley" src="Fix%20Generic%20Host%20For%20Win32%20and%20Svchost.exe%20Error_files/icon_smile.gif" alt=")" /> but if you want you can disable NETbios.</p>
<p>Here are 4 new solutions to the <strong>Generic Host For Win32 Error</strong> in Windows:</p>
<p><strong>Solution# 1:</strong></p>
<ol>
<li>Hop to ‘Run’ and open ‘Regedit’</li>
<li>Navigate to:<br />
HKEY_LOCAL_MACHINE &gt; SYSTEM &gt; CurrentControlSet &gt;  Services &gt; Browser &gt; Parameters</li>
<li>Find the Key<br />
Name: IsDomainMaster<br />
and set<br />
Data: False</li>
<li>Restart Your PC</li>
</ol>
<p><strong>Solution# 2:</strong></p>
<ol>
<li>Go to ‘Run’ and open ‘cmd’</li>
<li>Type ‘netsh’ in command console then press enter</li>
<li>Then type ‘winsock’ and press enter and then type reset</li>
<li>Restart Your PC</li>
</ol>
<p><strong>Solution# 3:</strong></p>
<p>Get the <a title="LspFix" href="http://cexx.org/lspfix.htm">LspFix</a> and  follow the steps as directed</p>
<p><strong>Solution# 4:</strong></p>
<p>Get the <a title="Microsoft Update Patch" href="http://support.microsoft.com/kb/894391">Microsoft Update Patch</a> and  apply it. Thanx to <a title="Nirmal" href="http://www.nirmaltv.com/2007/04/14/problem-with-windows-xp/">Nirmal</a> for this.</p>
<p>I hope one of these solutions will definitely help you rectify the erorr.</p>
<p>Moreover i found this solution from  <a title="Fixing Generic Host Error" href="http://www.sizlopedia.com/2007/01/28/fix-generic-host-for-win32-process-or-faulting-svchostexe-errors/">Fixing  Generic Host Error.</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=15&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/09/23/fix-generic-host-for-win32-and-svchostexe-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>

		<media:content url="Fix%20Generic%20Host%20For%20Win32%20and%20Svchost.exe%20Error_files/icon_smile.gif" medium="image">
			<media:title type="html">)</media:title>
		</media:content>

		<media:content url="Fix%20Generic%20Host%20For%20Win32%20and%20Svchost.exe%20Error_files/icon_biggrin.gif" medium="image">
			<media:title type="html">D</media:title>
		</media:content>

		<media:content url="Fix%20Generic%20Host%20For%20Win32%20and%20Svchost.exe%20Error_files/icon_smile.gif" medium="image">
			<media:title type="html">)</media:title>
		</media:content>
	</item>
		<item>
		<title>Displaying directory contents</title>
		<link>http://mahfuz05.wordpress.com/2008/08/06/displaying-directory-contents/</link>
		<comments>http://mahfuz05.wordpress.com/2008/08/06/displaying-directory-contents/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 19:02:04 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[directory]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=9</guid>
		<description><![CDATA[Displaying directory contents in php is very easy. its like that
open a text file and write
&#60;?php
$dir_name = &#8220;d:/mahfuz&#8221;;   ;here put your directory name.
$dir = opendir( $dir_name );
$file = &#8220;&#60;ul&#62;&#8221;;
while ( $filename = readdir( $dir ))
{
if ( ( $filename != &#8220;.&#8221; ) &#38;&#38; ( $filename != &#8220;..&#8221; ))  ;not open dot file
{
$file .= [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=9&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Displaying directory contents in php is very easy. its like that</p>
<p>open a text file and write</p>
<p>&lt;?php</p>
<p>$dir_name = &#8220;d:/mahfuz&#8221;;   ;here put your directory name.</p>
<p>$dir = opendir( $dir_name );</p>
<p>$file = &#8220;&lt;ul&gt;&#8221;;</p>
<p>while ( $filename = readdir( $dir ))</p>
<p>{</p>
<p>if ( ( $filename != &#8220;.&#8221; ) &amp;&amp; ( $filename != &#8220;..&#8221; ))  ;not open dot file</p>
<p>{</p>
<p>$file .= &#8220;&lt;li&gt; $filename&#8221;;</p>
<p>}</p>
<p>}</p>
<p>$file =&#8221;&lt;/ul&gt;&#8221;;</p>
<p>closedir( $dir ) ;</p>
<p>echo $file ;</p>
<p>?&gt;</p>
<p>thats all</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=9&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/08/06/displaying-directory-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Auto mount in Linux</title>
		<link>http://mahfuz05.wordpress.com/2008/05/14/auto-mount-in-linux/</link>
		<comments>http://mahfuz05.wordpress.com/2008/05/14/auto-mount-in-linux/#comments</comments>
		<pubDate>Wed, 14 May 2008 19:40:26 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=8</guid>
		<description><![CDATA[First of all we need to create a folder where mount the file.let we mount in /mnt folder.then create some folder C,D ,E  as necessary (check all hard disk partition by  fdisk -l) in mnt.then go to /etc/Fstab. write like this
/dev/sda1               /mnt/C                   vfat   defaults        0 0
as necessary.and reboot.then see it auto mount the directory.
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=8&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First of all we need to create a folder where mount the file.let we mount in /mnt folder.then create some folder C,D ,E  as necessary (check all hard disk partition by  fdisk -l) in mnt.then go to /etc/Fstab. write like this</p>
<p>/dev/sda1               /mnt/C                   vfat   defaults        0 0</p>
<p>as necessary.and reboot.then see it auto mount the directory.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=8&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/05/14/auto-mount-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruet Programmers Association Web site(RPA)</title>
		<link>http://mahfuz05.wordpress.com/2008/05/14/ruet-programmers-association-web-siterpa/</link>
		<comments>http://mahfuz05.wordpress.com/2008/05/14/ruet-programmers-association-web-siterpa/#comments</comments>
		<pubDate>Wed, 14 May 2008 19:27:22 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[RPA]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=7</guid>
		<description><![CDATA[i have just finished rpa website.its totally a dynamic web site www.rpabd.org .so i have to do hard work for its admin panel.
i enjoy to do it.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=7&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i have just finished rpa website.its totally a dynamic web site <a href="http://www.rpabd.com">www.rpabd.org</a> .so i have to do hard work for its admin panel.</p>
<p>i enjoy to do it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=7&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/05/14/ruet-programmers-association-web-siterpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla</title>
		<link>http://mahfuz05.wordpress.com/2008/02/18/joomla/</link>
		<comments>http://mahfuz05.wordpress.com/2008/02/18/joomla/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 17:30:26 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=6</guid>
		<description><![CDATA[i have develop my first joomla module. now i am trying to developed  a joomla template.
i hope it will develop soon.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=6&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i have develop my first joomla module. now i am trying to developed  a joomla template.</p>
<p>i hope it will develop soon.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=6&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/02/18/joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Working with Zen-cart</title>
		<link>http://mahfuz05.wordpress.com/2008/02/18/working-with-zen-cart/</link>
		<comments>http://mahfuz05.wordpress.com/2008/02/18/working-with-zen-cart/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 17:29:45 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/?p=5</guid>
		<description><![CDATA[i have completed a e-commerce web site by zen-cart. www.banglaozi.com  its a handicraft shop. zen-cart is very good for build for e-commerce solution.its good for doing work very
firstly.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=5&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i have completed a e-commerce web site by zen-cart. <a href="http://www.banglaozi.com" title="BAnglaozi" target="_blank">www.banglaozi.com</a>  its a handicraft shop. zen-cart is very good for build for e-commerce solution.its good for doing work very</p>
<p>firstly.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=5&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2008/02/18/working-with-zen-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Picnic With Bigbrother.</title>
		<link>http://mahfuz05.wordpress.com/2007/11/23/picnic-with-bigbrother/</link>
		<comments>http://mahfuz05.wordpress.com/2007/11/23/picnic-with-bigbrother/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 22:14:20 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[my life]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/2007/11/23/picnic-with-bigbrother/</guid>
		<description><![CDATA[today night we 10 member of underground join a picnic. this picnic arrange our big brother of RUET &#8216;03 &#38;&#8217;04 series.we join it and enjoy with big brother.our &#8216;03 brother Simum bhai and our underground band team has sung  song.we all join it and enjoy this program.this is my wounderfull   experience.
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=4&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>today night we 10 member of underground join a picnic. this picnic arrange our big brother of RUET &#8216;03 &amp;&#8217;04 series.we join it and enjoy with big brother.our &#8216;03 brother Simum bhai and our underground band team has sung  song.we all join it and enjoy this program.this is my wounderfull   experience.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=4&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2007/11/23/picnic-with-bigbrother/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
		<item>
		<title>Underground party</title>
		<link>http://mahfuz05.wordpress.com/2007/11/11/underground-party/</link>
		<comments>http://mahfuz05.wordpress.com/2007/11/11/underground-party/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 22:20:32 +0000</pubDate>
		<dc:creator>mahfuz05</dc:creator>
				<category><![CDATA[my life]]></category>

		<guid isPermaLink="false">http://mahfuz05.wordpress.com/2007/11/11/underground-party/</guid>
		<description><![CDATA[Underground a group of 20 future Engineers of RUET.We start our RUET life &#38; our Hamid Hall life together.We’ll try to stay together whole life.In bad day we try to stay together and in any ones joy we celebrate together.. we start our Hamid Hall life in 9/11 2006 but in this year 9/11 is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=3&subd=mahfuz05&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font color="#ff0000"><strong>Underground </strong><font color="#000000">a group of 20 future Engineers of RUET.We start our RUET life &amp; our Hamid Hall life together.We’ll try to stay together whole life.In bad day we try to stay together and in any ones joy we celebrate together.. we start our Hamid Hall life in 9/11 2006 but in this year 9/11 is a busy day of everyone of us so we celebrate it last night.this day is a very enjoyable night in my life.<br />
</font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mahfuz05.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mahfuz05.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahfuz05.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahfuz05.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahfuz05.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahfuz05.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahfuz05.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahfuz05.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahfuz05.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahfuz05.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahfuz05.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahfuz05.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahfuz05.wordpress.com&blog=2025347&post=3&subd=mahfuz05&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mahfuz05.wordpress.com/2007/11/11/underground-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/083c8232199dafb6050ea5a4a92cdb7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mahfuz05</media:title>
		</media:content>
	</item>
	</channel>
</rss>