<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>Thinking Out Loud</title>
	<link>http://gui.blogsome.com</link>
	<description>The official site of daddydave's Leitnerized flashcard vaporware without a name...</description>
	<lastBuildDate>Thu, 02 Nov 2006 17:48:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>It&#8217;s a gradebook! No, it&#8217;s a pocket! No, it&#8217;s a project!</title>
		<description>	The Flashcard project is unabandoned, sort of ;)
	What is that thing, which contains one or more decks, and also holds user information so that the user can resume learning at a later time?
	Words I Don&#8217;t Like workset: Not a real word.pocket: It simply seems silly to tell the user to ...</description>
		<link>http://gui.blogsome.com/2006/11/02/30/</link>
	</item>
	<item>
		<title>Fast download site for Ma.gnolia Condenser</title>
		<description>	Since userscripts.org has been painfully slow lately, I created a new permanent site at freewebs to download Ma.gnolia Condenser. Once userscripts.org is back up, I will update the userscripts.org directory to reflect the new location.
	Download Ma.gnolia Condenser
	
	&nbsp;
	&nbsp;
 </description>
		<link>http://gui.blogsome.com/2006/05/10/fast-download-site-for-magnolia-condenser/</link>
	</item>
	<item>
		<title>Ma.gnolia Condenser unreachable?</title>
		<description>	Wow. userscripts.org has been virtually inaccessible all day. Very frustrating since I had sent the link out to some people. I am in the process of setting up a new site where you can download ma.gnolia condenser. Hopefully by tomorrow it should be set up.

 </description>
		<link>http://gui.blogsome.com/2006/05/10/magnolia-condenser-unreachable/</link>
	</item>
	<item>
		<title>Privacy icon in Less Detail mode?</title>
		<description>	The next feature I would like to add to the Ma.gnolia Condenser would add the privacy action icon (a lock) visible even in Less Detail mode. More exercise for XPath syntax, which I like. I started off making a mental checklist:
	

Check to see&nbsp;the&nbsp;Less Detail version of the page is displayed ...</description>
		<link>http://gui.blogsome.com/2006/05/03/how-to-display-privacy-icon-in-less-detail-mode/</link>
	</item>
	<item>
		<title>Ma.gnolia Condenser</title>
		<description>	If you use the Greasemonkey extension for Firefox, and are a ma.gnolia user, I wrote a small user script called Ma.gnolia Condenser that might be worth a spin.
	The&nbsp;main features so far:
	

More ma.gnolia&nbsp;bookmarks fit on a screen

	
Lock icon turns red&nbsp;for private bookmarks


 </description>
		<link>http://gui.blogsome.com/2006/04/27/magnolia-condenser/</link>
	</item>
	<item>
		<title>Organization</title>
		<description>	Two milestones were met today, things that had to be done even though they weren&#8217;t written on my 50+  item to-do list for this project.
	First, I organized my code finally. The compiled executables land in the folders wd_msw and vc_msw for wxDev-C++ and Visual C++ 2005 Express beta respectively.
	
+---doc
+---images
+---include
+---src
+---tests
+---vc_msw
| ...</description>
		<link>http://gui.blogsome.com/2005/10/11/organization/</link>
	</item>
	<item>
		<title>What&#8217;s in your lib?</title>
		<description>	
for %f in (C:\WX262\lib\vc_lib\*.lib) do echo "%f" contains the following object files >>xyztest.txt &#038; lib %f /list /verbose /nologo >>xyztest.txt &#038; echo.>>xyztest.txt

	This command creates the following contents for xyztest.txt on my system. Posted for my own reference.
	
"C:\WX262\lib\vc_lib\wxbase26.lib" contains the following object files
.\vc_msw\base\appbase.obj
.\vc_msw\base\archive.obj
.\vc_msw\base\clntdata.obj
.\vc_msw\base\cmdline.obj
.\vc_msw\base\config.obj
.\vc_msw\base\datetime.obj
.\vc_msw\base\datstrm.obj
.\vc_msw\base\dircmn.obj
.\vc_msw\base\dynarray.obj
.\vc_msw\base\dynlib.obj
.\vc_msw\base\dynload.obj
.\vc_msw\base\encconv.obj
.\vc_msw\base\event.obj
.\vc_msw\base\extended.obj
.\vc_msw\base\ffile.obj
.\vc_msw\base\file.obj
.\vc_msw\base\fileconf.obj
.\vc_msw\base\filefn.obj
.\vc_msw\base\filename.obj
.\vc_msw\base\filesys.obj
.\vc_msw\base\fmapbase.obj
.\vc_msw\base\fs_mem.obj
.\vc_msw\base\fs_zip.obj
.\vc_msw\base\hash.obj
.\vc_msw\base\hashmap.obj
.\vc_msw\base\init.obj
.\vc_msw\base\intl.obj
.\vc_msw\base\ipcbase.obj
.\vc_msw\base\list.obj
.\vc_msw\base\log.obj
.\vc_msw\base\longlong.obj
.\vc_msw\base\memory.obj
.\vc_msw\base\mimecmn.obj
.\vc_msw\base\module.obj
.\vc_msw\base\msgout.obj
.\vc_msw\base\mstream.obj
.\vc_msw\base\object.obj
.\vc_msw\base\process.obj
.\vc_msw\base\regex.obj
.\vc_msw\base\sstream.obj
.\vc_msw\base\stdpbase.obj
.\vc_msw\base\stopwatch.obj
.\vc_msw\base\strconv.obj
.\vc_msw\base\stream.obj
.\vc_msw\base\string.obj
.\vc_msw\base\sysopt.obj
.\vc_msw\base\textbuf.obj
.\vc_msw\base\textfile.obj
.\vc_msw\base\tokenzr.obj
.\vc_msw\base\txtstrm.obj
.\vc_msw\base\uri.obj
.\vc_msw\base\utilscmn.obj
.\vc_msw\base\variant.obj
.\vc_msw\base\wfstream.obj
.\vc_msw\base\wxchar.obj
.\vc_msw\base\xti.obj
.\vc_msw\base\xtistrm.obj
.\vc_msw\base\zipstrm.obj
.\vc_msw\base\zstream.obj
.\vc_msw\base\basemsw.obj
.\vc_msw\base\crashrpt.obj
.\vc_msw\base\dde.obj
.\vc_msw\base\debughlp.obj
.\vc_msw\base\dir.obj
.\vc_msw\base\dlmsw.obj
.\vc_msw\base\dummy.obj
.\vc_msw\base\main.obj
.\vc_msw\base\mimetype.obj
.\vc_msw\base\mslu.obj
.\vc_msw\base\regconf.obj
.\vc_msw\base\registry.obj
.\vc_msw\base\snglinst.obj
.\vc_msw\base\stackwalk.obj
.\vc_msw\base\stdpaths.obj
.\vc_msw\base\thread.obj
.\vc_msw\base\utils.obj
.\vc_msw\base\utilsexc.obj
.\vc_msw\base\volume.obj

"C:\WX262\lib\vc_lib\wxbase26_net.lib" contains the following object files
.\vc_msw\net\fs_inet.obj
.\vc_msw\net\ftp.obj
.\vc_msw\net\http.obj
.\vc_msw\net\protocol.obj
.\vc_msw\net\sckaddr.obj
.\vc_msw\net\sckfile.obj
.\vc_msw\net\sckipc.obj
.\vc_msw\net\sckstrm.obj
.\vc_msw\net\socket.obj
.\vc_msw\net\url.obj
.\vc_msw\net\dummy.obj
.\vc_msw\net\gsocket.obj
.\vc_msw\net\urlmsw.obj

"C:\WX262\lib\vc_lib\wxbase26_odbc.lib" contains the following ...</description>
		<link>http://gui.blogsome.com/2005/10/10/whats-in-your-lib/</link>
	</item>
	<item>
		<title>Granule</title>
		<description>	This post has been updated. See bottom of post.&nbsp;
	Granule is another Leitner flashcard system I found, this time for Linux. Looks slick, based on the screenshots and extensive documentation. It even documents its own XML file format. 
	UPDATED November 1, 2007: Watch out, Granule has been ported to Windows!&nbsp; I ...</description>
		<link>http://gui.blogsome.com/2005/10/06/granule/</link>
	</item>
	<item>
		<title>CueCard</title>
		<description>	CueCard is a freeware flashcard program with source code available. Since it was written using the wxWidgets (formerly wxWindows) application framework, which is what I am using, I downloaded the source and executable for a closer look. 
	Instead of Leitner sorting of cards presented, it has its own way of ...</description>
		<link>http://gui.blogsome.com/2005/10/02/13/</link>
	</item>
	<item>
		<title>Smart quotes</title>
		<description>	This post has been updated (finally). See last paragraph.
Dave said, &quot;This is a test of killing off those sickening &#8217;smart quotes&#8217; which I don&#8217;t need.&quot;  Blogsome and Wordpress apparently default to converting all quotes to so called smart quotes. One problem is Verdana (and potentially other web fonts) doesn&#8217;t ...</description>
		<link>http://gui.blogsome.com/2005/10/02/test/</link>
	</item>
</channel>
</rss>
