<?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>AlekZ&#039; Scratchpad &#187; Computers</title>
	<atom:link href="http://www.alekz.net/archives/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alekz.net</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2010 12:36:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Useful firefox settings</title>
		<link>http://www.alekz.net/archives/816</link>
		<comments>http://www.alekz.net/archives/816#comments</comments>
		<pubDate>Fri, 25 Jun 2010 21:50:16 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=816</guid>
		<description><![CDATA[The default settings are in bold. media.autoplay.enabled (true&#124;false) image.animation_mode (normal&#124;once&#124;none) security.enable_java (true&#124;false) browser.sessionstore.interval (10000 in msecs, equivalent to 10secs) gfx.color_management.enabled (true&#124;false) browser.tabs.closeButtons 1 ( 0 – on the active tab only, 1- all tabs, 2- no close button, 3- at the end of the tab strip) dom.max_script_run_time (10 sec) layout.spellcheckDefault (0 – disable the spell [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/816/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>getElementsByClassName</title>
		<link>http://www.alekz.net/archives/831</link>
		<comments>http://www.alekz.net/archives/831#comments</comments>
		<pubDate>Tue, 22 Jun 2010 00:19:13 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web-design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=831</guid>
		<description><![CDATA[getElementsByClassName is defined in HTML5. From WhatWG: The getElementsByClassName(classNames) method takes a string that contains a set of space-separated tokens representing classes. Given the following XHTML fragment: &#60;div id="example"&#62; &#60;p id="p1"/&#62; &#60;p id="p2"/&#62; &#60;p id="p3"/&#62; &#60;/div&#62; A call to document.getElementById(&#039;example&#039;).getElementsByClassName(&#039;aaa&#039;) would return a NodeList with the two paragraphs p1 and p2 in it. A call [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/831/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to replace the comment form with a WYSIWYG editor</title>
		<link>http://www.alekz.net/archives/820</link>
		<comments>http://www.alekz.net/archives/820#comments</comments>
		<pubDate>Sun, 20 Jun 2010 21:47:25 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=820</guid>
		<description><![CDATA[You can replace the standard WordPress comment form with a built-in WYSIWYG editor TinyMCE. Find the file where the comment form is defined. Usually it&#039;s comment.php in your theme For WP &#60;3.0 it looks something like: &#60;form id="commentform" action="&#60;?php echo get_option('siteurl'); ?&#62;/wp-comments-post.php" method="post"&#62; . . . &#60;textarea id="comment" cols="100%" rows="10" name="comment"&#62; &#60;/textarea&#62; &#60;input id="submit" name="submit" [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/820/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris and external USB disks</title>
		<link>http://www.alekz.net/archives/771</link>
		<comments>http://www.alekz.net/archives/771#comments</comments>
		<pubDate>Sun, 18 Apr 2010 15:21:49 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Hard drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=771</guid>
		<description><![CDATA[Short tutorial on how to connect, format, mount, detach and reconnect external USB disks. The used disk is WD20EARS connected to a USB port via Sharkoon Quickport Pro cradle. Basically, you need only two commands: rmformat &#8211; to determine the device name/path zpool &#8211; to do the rest (create ZFS, mount, attach and detach) To [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/771/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris and Sil3515 eSATA PCI express card</title>
		<link>http://www.alekz.net/archives/766</link>
		<comments>http://www.alekz.net/archives/766#comments</comments>
		<pubDate>Sun, 18 Apr 2010 01:44:13 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[eSATA]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=766</guid>
		<description><![CDATA[The bottom line &#8211; Sweex PU202 (eSATA PCI express card) based on Sil3515 chipset is not supported by nv_125. Both cfgadm and prtdiag see that there is something in the slot: xeon# cfgadm -al Ap_Id Type Receptacle Occupant Condition pcie1 pci-pci/hp connected configured ok . . . xeon# prtdiag ID Status Type Description &#8212; &#8212;&#8212;&#8212; [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/766/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNAP NAS, eSATA , Solaris and backing up</title>
		<link>http://www.alekz.net/archives/763</link>
		<comments>http://www.alekz.net/archives/763#comments</comments>
		<pubDate>Sat, 17 Apr 2010 00:50:07 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Hard drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[eSATA]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[QNAP]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=763</guid>
		<description><![CDATA[Given: QNAP TS-439 Pro NAS with 4 x WD20EADS in RAID-5 eSATA/USB Sharkoon QuickPort Pro SATA cradle WD20EARS 1.7TB data on RAID-5 Guess, how long will it take to back up 1.7TB of mostly big files to a directly connected eSATA disk using standard GUI commands? 24hours. Or something about 12MB/sec. If I copy from [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/763/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNAP NAS, Solaris and NFS</title>
		<link>http://www.alekz.net/archives/757</link>
		<comments>http://www.alekz.net/archives/757#comments</comments>
		<pubDate>Sat, 17 Apr 2010 00:11:49 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[QNAP]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=757</guid>
		<description><![CDATA[I thought that nothing could be easier on Solaris than to mount a directory from a QNAP NAS (running Linux). Ha! Nope&#8230; Here&#039;s some gotchas. QNAP firmware v2.x does not support NFSv3 or NFSv4, so you have to explicitly use &#034;-o vers=2&#034;. As a result, you cannot use files bigger than 2GB (no problems with [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/757/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and places.sqlite tricks</title>
		<link>http://www.alekz.net/archives/740</link>
		<comments>http://www.alekz.net/archives/740#comments</comments>
		<pubDate>Sat, 27 Feb 2010 00:26:26 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[places]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=740</guid>
		<description><![CDATA[Sometimes you need to remotely get your bookmarks, history or check the top-10 sites, etc. Here&#039;s some neat tricks to get the info from the Firefox Places file called places.sqlite, which is an SQLite database with the following tables (see also the picture): $ sqlite3 places.sqlite SQLite version 3.6.17 Enter &#034;.help&#034; for instructions Enter SQL [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/740/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking status updater</title>
		<link>http://www.alekz.net/archives/541</link>
		<comments>http://www.alekz.net/archives/541#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:21:22 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Web-design]]></category>
		<category><![CDATA[fscebook]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=541</guid>
		<description><![CDATA[Twitter and Facebook should be updated]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/541/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why does x^0 equal 1?</title>
		<link>http://www.alekz.net/archives/466</link>
		<comments>http://www.alekz.net/archives/466#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:18:31 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web-design]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=466</guid>
		<description><![CDATA[Since basic school we know, that , but only recently when our kids began to study mathematics we asked ourselves &#034;why?&#034;. I came up with this explanation: Also a good test for the Easy LaTeX WordPress plug-in. And here&#039;s jsxgraph plug-in test: board = JXG.JSXGraph.initBoard('jsxgbox', {originX: 250, originY: 250, unitX: 50, unitY: 50}); (Obviously does [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/466/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
