<?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; Applications</title>
	<atom:link href="http://www.alekz.net/archives/category/computers/applications/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>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>Bluefish 1.3.3 under OpenSolaris or Solaris Nevada</title>
		<link>http://www.alekz.net/archives/444</link>
		<comments>http://www.alekz.net/archives/444#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:46:28 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Bluefish]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=444</guid>
		<description><![CDATA[To speed things up Bluefish 1.3.3 has static inline functions. However, GCC thinks that the “inlineness” is defined twice: bftextview2_scanner.c:257: error: duplicate `inline’ bftextview2_scanner.c:305: error: duplicate `inline’ bftextview2_scanner.c:339: error: duplicate `inline’ bftextview2_scanner.c:383: error: duplicate `inline’ bftextview2_scanner.c:432: error: duplicate `inline’ gmake[3]: *** [bftextview2_scanner.o] Error 1 gmake[3]: Leaving directory `/var/tmp/bluefish-unstable-1.3.3/src’ gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/444/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover lost information from SE cache</title>
		<link>http://www.alekz.net/archives/436</link>
		<comments>http://www.alekz.net/archives/436#comments</comments>
		<pubDate>Sat, 06 Jun 2009 19:38:41 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[yandex]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=436</guid>
		<description><![CDATA[http://www.google.com/search?hl=en&#38;safe=off&#38;q=site%3AYOUR SITE&#38;btnG=Search http://yandex.ru/yandsearch?serverurl=YOUR SITE&#038;lr=187 Cache saver]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/436/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to compile Bluefish 1.3.x under OpenSolaris or Solaris Nevada</title>
		<link>http://www.alekz.net/archives/432</link>
		<comments>http://www.alekz.net/archives/432#comments</comments>
		<pubDate>Sat, 07 Feb 2009 12:39:37 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Bluefish]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=432</guid>
		<description><![CDATA[Get intltool package (for example, from blastwave) If you use the bundled intltool, you will get the following error: Undefined first referenced symbol in file libintl_bind_textdomain_codeset bluefish.o libintl_gettext bf_lib.o libintl_textdomain bluefish.o libintl_bindtextdomain bluefish.o libintl_ngettext file.o ld: fatal: symbol referencing errors. No output written to bluefish-unstable collect2: ld returned 1 exit status gmake[3]: *** [bluefish-unstable] Error [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Wine 1.1.14 for OpenSolaris or Solaris Nevada</title>
		<link>http://www.alekz.net/archives/428</link>
		<comments>http://www.alekz.net/archives/428#comments</comments>
		<pubDate>Sun, 01 Feb 2009 13:36:05 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[nevada]]></category>
		<category><![CDATA[OpenSolaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=428</guid>
		<description><![CDATA[Update 15.02.2009 @ 14:04: Same for wine 1.1.15&#8230; The following error: ipstats.c: In function `getInterfaceStatsByName&#039;: ipstats.c:279: error: called object is not a function ipstats.c: In function `getICMPStats&#039;: ipstats.c:472: error: called object is not a function ipstats.c: In function `getIPStats&#039;: ipstats.c:641: error: called object is not a function ipstats.c: In function `getTCPStats&#039;: ipstats.c:778: error: called object [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/428/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade x (Solaris + SqueezeCenter)</title>
		<link>http://www.alekz.net/archives/426</link>
		<comments>http://www.alekz.net/archives/426#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:40:55 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[SlimDevices]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SqueezeCenter]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=426</guid>
		<description><![CDATA[Here&#039;s a quick way to upgrade one or both Solaris (tested with Nevada snv_107) and SqueezeCenter (tested with SC 7.4 24827). Remove the CPAN directory in the SC root directory # mv CPAN CPAN.orig Install missing CPAN modules # perl -MCPAN -e shell cpan> install Bundle::CPAN . . . cpan> reload CPAN cpan> install I18N::LangTags [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/426/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Kompozer for Solaris</title>
		<link>http://www.alekz.net/archives/387</link>
		<comments>http://www.alekz.net/archives/387#comments</comments>
		<pubDate>Wed, 19 Nov 2008 14:11:44 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[html-editor]]></category>
		<category><![CDATA[Kompozer]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=387</guid>
		<description><![CDATA[The first attempt to compile Kompozer for Solaris Two macros defined in under Solaris 10 x86 prevent nsBidi.cpp from compiling: nsBidi.cpp:69: error: expected identifier before numeric constant nsBidi.cpp:69: error: expected `}&#039; before numeric constant nsBidi.cpp:69: error: expected unqualified-id before numeric constant nsBidi.cpp:69: error: expected `,&#039; or `;&#039; before numeric constant nsBidi.cpp:86: error: expected declaration before [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/387/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
