<?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>MG&#039;s Notes</title>
	<atom:link href="http://mugurel.sumanariu.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://mugurel.sumanariu.ro</link>
	<description>Some useful things</description>
	<lastBuildDate>Mon, 02 Apr 2012 10:40:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PDF: Printing Multiple Pages per Sheet</title>
		<link>http://mugurel.sumanariu.ro/general/pdf-printing-multiple-pages-per-sheet/</link>
		<comments>http://mugurel.sumanariu.ro/general/pdf-printing-multiple-pages-per-sheet/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 10:40:34 +0000</pubDate>
		<dc:creator>MG</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://mugurel.sumanariu.ro/?p=294</guid>
		<description><![CDATA[To print multiple pages per sheet of paper: Click the Print icon in the Adobe Reader toolbar Choose &#8220;Multiple pages per sheet&#8221; from the Page Scaling menu Choose the number of pages per sheet you would like to print, and preview the layout in the Preview window &#160; source: http://www.stanford.edu/group/cubberley/services/printing/multiple_pages_per_sheet]]></description>
		<wfw:commentRss>http://mugurel.sumanariu.ro/general/pdf-printing-multiple-pages-per-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display Romanian characters with php/html</title>
		<link>http://mugurel.sumanariu.ro/php-2/how-to-display-romanian-characters-with-phphtml/</link>
		<comments>http://mugurel.sumanariu.ro/php-2/how-to-display-romanian-characters-with-phphtml/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 06:18:14 +0000</pubDate>
		<dc:creator>MG</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://mugurel.sumanariu.ro/?p=284</guid>
		<description><![CDATA[First you need to specify character set for HTML output.. in your page header add: &#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&#62; in PHP you can use (this line must be first in your code): &#60;?php header("Content-type: text/html; charset=utf-8");?&#62; then you need to write a .htaccess in your root dir of your website: # Set httpd charset to utf-8 [...]]]></description>
		<wfw:commentRss>http://mugurel.sumanariu.ro/php-2/how-to-display-romanian-characters-with-phphtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Exclude a category from your index</title>
		<link>http://mugurel.sumanariu.ro/php-2/wordpress-exclude-a-category-from-your-index/</link>
		<comments>http://mugurel.sumanariu.ro/php-2/wordpress-exclude-a-category-from-your-index/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 11:15:41 +0000</pubDate>
		<dc:creator>MG</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mugurel.sumanariu.ro/?p=260</guid>
		<description><![CDATA[Use query_posts() and pagination These two lines of code basically use the WordPress query_posts() function to exclude posts in a certain category. The first line of code fixes the pagination issue of all posts being displayed on all pages. Again, let’s say that we want to exclude all posts from the category with an ID [...]]]></description>
		<wfw:commentRss>http://mugurel.sumanariu.ro/php-2/wordpress-exclude-a-category-from-your-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSD: How to recover from the Registry cannot load the hive</title>
		<link>http://mugurel.sumanariu.ro/windows/bsd-how-to-recover-from-the-registry-cannot-load-the-hive/</link>
		<comments>http://mugurel.sumanariu.ro/windows/bsd-how-to-recover-from-the-registry-cannot-load-the-hive/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 10:51:55 +0000</pubDate>
		<dc:creator>MG</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mugurel.sumanariu.ro/?p=258</guid>
		<description><![CDATA[Stop: C0000218 {Registry File Failure} Registry cannot load the hive (file): \SystemRoot\System32\Config\SOFTWARE Nothing is more frustrating than a Windows Blue Screen of Death. The Blue Screen of Death will keep your PC from booting and the messages are usually pretty cryptic. This message is no different. What it means is that the SOFTWARE registry key [...]]]></description>
		<wfw:commentRss>http://mugurel.sumanariu.ro/windows/bsd-how-to-recover-from-the-registry-cannot-load-the-hive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>arcconf: How to add a hotspare drive to a logical drive</title>
		<link>http://mugurel.sumanariu.ro/linux/arcconf-how-to-add-a-hotspare-drive-to-a-logical-drive/</link>
		<comments>http://mugurel.sumanariu.ro/linux/arcconf-how-to-add-a-hotspare-drive-to-a-logical-drive/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 08:53:06 +0000</pubDate>
		<dc:creator>MG</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arcconf]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://mugurel.sumanariu.ro/?p=255</guid>
		<description><![CDATA[If you have a IBM ServeRAID 8k controller and you have changed a defunct drive with new one, and rebuilding is not starting, you must add your new READY drive to your logical drive. Usage: SETSTATE &#60;Controller#&#62; DEVICE &#60;Channel# ID#&#62; &#60;State&#62; [LOGICALDRIVE &#60;LD#&#62; [LD#] &#8230; ] [noprompt] if you are in this particular situation : DEVICE [...]]]></description>
		<wfw:commentRss>http://mugurel.sumanariu.ro/linux/arcconf-how-to-add-a-hotspare-drive-to-a-logical-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

