<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>mysiteonline™</title>
    <link>http://life.mysiteonline.org/</link>
    <description>Brendon Kozlowski's Home on the Web.</description>
    <dc:language>en</dc:language>

    <image rdf:resource="http://life.mysiteonline.org/templates/default/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://life.mysiteonline.org/archives/156-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/155-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/154-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/153-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/151-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/150-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/149-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/148-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/147-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/146-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/145-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/144-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/143-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/142-guid.html" />
        <rdf:li resource="http://life.mysiteonline.org/archives/141-guid.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://life.mysiteonline.org/templates/default/img/s9y_banner_small.png">
        <url>http://life.mysiteonline.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: mysiteonline™ - Brendon Kozlowski's Home on the Web.</title>
        <link>http://life.mysiteonline.org/</link>
        <width>100</width>
        <height>21</height>
    </image>
<cc:License rdf:about="http://creativecommons.org/licenses/by/1.0/"><cc:requires rdf:resource="http://web.resource.org/cc/Attribution" /><cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires rdf:resource="http://web.resource.org/cc/Notice" /></cc:License>

<item rdf:about="http://life.mysiteonline.org/archives/156-guid.html">
    <title>Be carefuly when using an unfamiliar coding language</title>
    <link>http://life.mysiteonline.org/archives/156-Be-carefuly-when-using-an-unfamiliar-coding-language.html</link>
    <description>
    So, I was learning a scripting language awhile back to help automate and secure some things with our public computers.  The scripting language is for use with an application called &quot;&lt;a href=&quot;http://www.autoitscript.com/&quot;&gt;AutoIT&lt;/a&gt;&quot;, which is, well, both a compiler and run-time for the scripts themselves.&lt;br /&gt;
&lt;br /&gt;
I needed to detect if an application window was present on the screen, and if it was, take appropriate action.  So, looking at the following code documentation:&lt;br /&gt;
&lt;blockquote&gt;WinExists&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
Checks to see if a specified window exists.&lt;br /&gt;
&lt;strong&gt;WinExists ( &quot;title&quot; [, &quot;text&quot;] )&lt;/strong&gt;&lt;/blockquote&gt;&lt;br /&gt;
I wanted to make sure that things were working as they should, so my test for this was as follows:&lt;br /&gt;
&lt;textarea name=&quot;code&quot; class=&quot;VB&quot;&gt;If 0 == WinExists(&quot;Please login.&quot;) Then
	MsgBox(4096, &quot;Shutdown&quot;, &quot;LOGIN FOUND! WinExists 1.&quot;);
Else
	MsgBox(4096, &quot;No Login&quot;, &quot;No login found: WinExists 1.&quot;);
EndIf&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
The problem, which I was unaware of, is that I apparently can&#039;t make the test (value) comparison in the manner that I did.  The proper way to use this method was as follows:&lt;br /&gt;
&lt;textarea name=&quot;code&quot; class=&quot;VB&quot;&gt;If WinExists(&quot;Please login.&quot;) Then
; ...or... 
If Not WinExists(&quot;Please login.&quot;) Then&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
What a bummer. 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Programming, </dc:subject>
    <dc:date>2008-12-03T21:30:16Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=156</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=156</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/155-guid.html">
    <title>Recent Book Purchases (about 20 minutes ago)</title>
    <link>http://life.mysiteonline.org/archives/155-Recent-Book-Purchases-about-20-minutes-ago.html</link>
    <description>
    I&#039;m not much of a traditional reader.  Ever since I was jaded from using my actual imagination by my father, I had completely lost interest in fictional writing, and I never had an interest in history.  My primary reading interests now focus only on technology, programming, and things related therein.  So, although my reading habits may be boring, I&#039;m still excited about my recent purchases.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve been needing to use Subversion for awhile now, and although I have it set up and installed, running, and have used it a few times, I really don&#039;t know the actual power and capabilities to &lt;em&gt;&lt;strong&gt;truly&lt;/strong&gt;&lt;/em&gt; use it, so...now hopefully I will with the following book.&lt;br /&gt;
&lt;a href=&quot;http://www.amazon.com/Version-Control-Subversion-C-Pilato/dp/0596510330/ref=wl_it_dp?ie=UTF8&amp;amp;coliid=I1OC8UXT094KOT&amp;amp;colid=1A7LDAUOVXJHX&quot;&gt;&lt;img src=&quot;http://ecx.images-amazon.com/images/I/51iwjNGkQdL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg&quot; alt=&quot;Version Control with Subversion&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
...and in the honor of trying to keep up with the current trends, I also purchased a book to show how to use (and the reasons for using) Git:&lt;br /&gt;
&lt;a href=&quot;http://www.amazon.com/Pragmatic-Version-Control-Using-Git/dp/1934356158/ref=wl_it_dp?ie=UTF8&amp;amp;coliid=I2TQXX4VV2FU7C&amp;amp;colid=1A7LDAUOVXJHX&quot;&gt;&lt;img src=&quot;http://ecx.images-amazon.com/images/I/519CeNsejdL._SL500_AA240_.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
...currently on pre-order, the book is released at the end of the month.  Until Git is easily installable on Windows without a lot of pre-requirements, I don&#039;t see this being very helpful to me though, but it&#039;s always important to at least have a working knowledge.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, as a somewhat interesting book that I&#039;ve felt I would be able to use well in my market, I came across (quite by accident) a little treasure entitled &quot;Selling to the VP of &#039;No&#039;&quot;.&lt;br /&gt;
&lt;a href=&quot;http://www.amazon.com/Selling-VP-No-Dave-Gray/dp/097427030X/ref=wl_it_dp?ie=UTF8&amp;amp;coliid=I3SXT9QFW0O0V&amp;amp;colid=1A7LDAUOVXJHX&quot;&gt;&lt;img src=&quot;http://ecx.images-amazon.com/images/I/419ET08TBXL._SL500_AA240_.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
Here&#039;s the book&#039;s description:&lt;br /&gt;
&lt;blockquote&gt;He might be your sales prospect, your boss, an investor, or the chairman of the board. He is also one tough dude. He has to be. Every hour of every day, someone tries to sell him something. He has one way to deal with them: Say &quot;NO.&quot; It’s brutally simple, but it works, because most people are simply a waste of his time. Selling Stars know how to break through that tough exterior and get the VP of NO to listen to their story. In this short, visual book, you will learn the secrets of the Selling Stars: how to turn the VP of NO into the VP of GO!&lt;/blockquote&gt;&lt;br /&gt;
Awesome.  &lt;img src=&quot;http://life.mysiteonline.org/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Sports and Recreation, </dc:subject>
    <dc:date>2008-12-03T16:52:15Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=155</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=155</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/154-guid.html">
    <title>Statistics on answering patrons' questions.</title>
    <link>http://life.mysiteonline.org/archives/154-Statistics-on-answering-patrons-questions..html</link>
    <description>
    So I&#039;ve been asked by the Adult Services department head to come up with a means to retrieve and store statistics for &quot;Questions Answered at the Public Service Desks&quot;.  Currently, they&#039;re using a pen and paper approach from a template created in Microsoft Word.  Each staff member (reference librarian) at the desks (currently using the paper document) has to print out one sheet per day (therefore, the Reference Desk has 2 sheets each day, Information Desk has one sheet) and will tally (slash slash slash slash, cross) the number of questions asked, separated by hour(s) (9-11, 11-1, 1-3, 3-5, 5-9).  There&#039;s also a section for notes such as &quot;We need the following items...&quot;, &quot;Interesting Questions&quot;, and &quot;Suggested books/items to order&quot;.&lt;br /&gt;
&lt;br /&gt;
He mostly wanted a way to reduce the paper trail and become more &quot;green&quot;.  All those papers are then returned to his desk at the end of the day.  He tallies the results at the end of the month.  That&#039;s approximately 3*5*4 = 60 full pieces of paper to go through to count (by hand) all of the stats, as well as read (all at once) the comments and/or notes.  Granted, I don&#039;t know if he keeps a running tally (one would hope), but either way, that&#039;s a lot of unnecessary work.&lt;br /&gt;
&lt;br /&gt;
Since other desks/departments may find this useful, I&#039;ve extended the schema in the database that will hold the information to account for that.  Although it can all be managed via a web page (and is currently working as such in skeletal form -- thank you, CakePHP and 5 minutes of time), I&#039;ve opted for a better solution.  Since it&#039;d be unruly to require a webpage to be open at all times, or dealing with load-times on a webpage from a favorite or desktop shortcut, I&#039;ll be developing a dynamically created UI using Adobe Air to allow for a desktop application.  All it will require from the staff member is to either click on a button (and then verify -- requested from the department head), or fill in a text box.  Upon installation the application will verify which public service desk it is at and use that information from then on.&lt;br /&gt;
&lt;br /&gt;
The department heads in charge of each service desk (in case any other departments wish to use this) will then be able to view reports and statistical data from a staff intranet page, as the database will be maintained on our webserver.  I&#039;ll probably integrate it with &lt;a href=&quot;http://teethgrinder.co.uk/open-flash-chart/&quot;&gt;Open Flash Chart&lt;/a&gt; like I did on a personal project - it turned out really nice looking and was easily stylized (with a little understanding of its settings).&lt;br /&gt;
&lt;br /&gt;
Hopefully when all done I can post some screenshots of the first draft of the final product.  It&#039;s meant to be very simple, but nice with features...we&#039;ll have to see if I deal with connection issues to the database (as Adobe Air also has a local file store and can check on server responses).  Either way, I have a lot of reading ahead of me on Adobe Air now that the database schema is complete.  The statistics will come last...but we should have hourly, daily, weekly, monthly, and yearly break downs. 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Work, </dc:subject>
    <dc:date>2008-11-20T19:34:47Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=154</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=154</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/153-guid.html">
    <title>Your Dirty Mind</title>
    <link>http://life.mysiteonline.org/archives/153-Your-Dirty-Mind.html</link>
    <description>
    Saw this on YouTube after doing a search on motivational posters of the same title.&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/XlG-EyPD9pA&amp;hl=en&amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/XlG-EyPD9pA&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Sports and Recreation, </dc:subject>
    <dc:date>2008-11-06T01:55:35Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=153</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=153</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/151-guid.html">
    <title>Website Scaling Issues with EMs (CSS) and IE6/7</title>
    <link>http://life.mysiteonline.org/archives/151-Website-Scaling-Issues-with-EMs-CSS-and-IE67.html</link>
    <description>
    When the Saratoga Springs Public Library website was redesigned, although I used a static width (set to something like 720px wide) for the content area, I intended for it to be easily resized with supporting browsers.  I made sure to set everything (else) to size with EMs in CSS (similar to percentage).&lt;br /&gt;
&lt;br /&gt;
...an issue with the top navigation cropped up on &lt;em&gt;some&lt;/em&gt; computers that I could not identify, nor could I figure out how to solve.  For 95% of browsers I tested, and 100% with a vanilla install of Windows, everything worked fine.  For those others, the navigation links at the top of our site just didn&#039;t seem to align.  I thought it might have something to do with DPI or visual settings, but I had no idea how to accommodate for that.&lt;br /&gt;
&lt;br /&gt;
Well I completely accidentally ran in to William Kolean&#039;s solution of fixing this issue with Microsoft&#039;s CSS expression engine.  As the issue was only seen in Internet Explorer (and I already had an IE-specific stylesheet to fix tiny issues), this was a perfect solution, and I put it in to use (just now, actually).  I can verify that it worked (on my first and only test) so I&#039;m quite happy.  I thought I&#039;d post this for my own records, and to help others too.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.williamkolean.com/williamblog/?p=18&quot;&gt;http://www.williamkolean.com/williamblog/?p=18&lt;/a&gt;&lt;br /&gt;
Thanks, William! 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Web Development, </dc:subject>
    <dc:date>2008-10-30T18:41:32Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=151</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=151</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/150-guid.html">
    <title>15daysofjquery.com -- updated?</title>
    <link>http://life.mysiteonline.org/archives/150-15daysofjquery.com-updated.html</link>
    <description>
    Jack Slocum, someone who intends to make money off his knowledge and expertise (and why shouldn&#039;t he?) over the jQuery &quot;framework&quot; (is it a framework or a library?), has updated his 15DaysOfJQuery website.  If anyone&#039;s looking for a good place to start learning jQuery and hasn&#039;t yet delved in to this very helpful codebase, I found this website&#039;s introductions helpful.  They&#039;re very basic and get you going, &quot;Oh cool!&quot; right away.&lt;br /&gt;
&lt;br /&gt;
AAAAAAAAAnyways...like I said, Jack&#039;s updated his site and is now selling a DVD with 2+ hours of video tutorials showing off jQuery.  He&#039;s also promised some new and updated tutorials to show off interesting techniques with jQuery, as well as some of the popular plugins.  He may even be so kind as to create and release a plugin of his own creation!  Yay...&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://15daysofjquery.com/updates-to-the-jquery-tutorials/42/&quot;&gt;Check out his post on the topic for more info and possible updates.&lt;/a&gt; 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    </dc:subject>
    <dc:date>2008-10-29T16:07:11Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=150</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=150</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/149-guid.html">
    <title>LibraryH3lp - A communication gateway for Instant Messaging</title>
    <link>http://life.mysiteonline.org/archives/149-LibraryH3lp-A-communication-gateway-for-Instant-Messaging.html</link>
    <description>
    Libraries, and many other institutions, have a difficult time leveraging the ability to allow customers access to communicate with them easily, using one of the most popular online communication tools available: Instant Messaging.&lt;br /&gt;
&lt;br /&gt;
There are many problems, such as:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Multiple Protocols (AIM, ICQ, YIM, GIM, Jabber, IRC, MSN, etc...)&lt;/li&gt;
&lt;li&gt;Inability to transfer conversations to another staff member more capable of handling a question or issue&lt;/li&gt;
&lt;li&gt;Software compatibility&lt;/li&gt;
&lt;li&gt;Operating System compatibility&lt;/li&gt;
&lt;li&gt;Web-based communication tools for these protocols&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
So what&#039;s left out there? &lt;br /&gt;&lt;a href=&quot;http://life.mysiteonline.org/archives/149-LibraryH3lp-A-communication-gateway-for-Instant-Messaging.html#extended&quot;&gt;Continue reading &quot;LibraryH3lp - A communication gateway for Instant Messaging&quot;&lt;/a&gt;
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    iTechnology, </dc:subject>
    <dc:date>2008-10-10T02:27:17Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=149</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=149</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/148-guid.html">
    <title>VBA (Excel 2007) Hide empty columns</title>
    <link>http://life.mysiteonline.org/archives/148-VBA-Excel-2007-Hide-empty-columns.html</link>
    <description>
    An online friend asked me for some help in hiding all empty columns for every sheet within an Excel workbook.  I figured I&#039;d share the code:&lt;br /&gt;
&lt;br /&gt;
(&lt;a href=&quot;http://pastebin.com/f56f8374a&quot;&gt;also on pastebin&lt;/a&gt;)&lt;br /&gt;
&lt;textarea name=&quot;code&quot; class=&quot;vb&quot;&gt;Sub HideEmptyCols()
    &#039; Deletes all empty columns on the active worksheet
    Dim iCol As Integer
    Dim wsSheet As Worksheet
 
    For Each wsSheet In Worksheets
        wsSheet.Select
        With wsSheet.UsedRange
            For iCol = .Column + .Columns.Count - 1 To 1 Step -1
                If IsEmpty(Cells(65536, iCol)) And IsEmpty(Cells(1, iCol)) Then
                    If Cells(65536, iCol).End(xlUp).Row = 1 Then Columns(iCol).Hidden = True
                End If
            Next iCol
        End With
    Next wsSheet
End Sub&lt;/textarea&gt;&lt;br /&gt;
&lt;br /&gt;
Perhaps someone else will find it useful for some odd reason. 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Programming, </dc:subject>
    <dc:date>2008-10-08T16:42:16Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=148</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=148</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/147-guid.html">
    <title>Cool CSS Trick with IE6 Bugs</title>
    <link>http://life.mysiteonline.org/archives/147-Cool-CSS-Trick-with-IE6-Bugs.html</link>
    <description>
    I was creating a replicated PDF form in HTML/CSS for work today and needed to get a portion of the form (signature field) to rest at the bottom of the page, whichever page it was.  This was easily accomplished in CSS-friendly browsers by using &lt;strong&gt;position:fixed; bottom:0;&lt;/strong&gt; ... however, IE6 does not support the &quot;fixed&quot; position with CSS.  Not good...not all of our staff members in the building have been upgraded to use IE7 - most have, a couple have not.&lt;br /&gt;
&lt;br /&gt;
Stu Nichols has found a way to &quot;trick&quot; IE6 in to allowing something almost entirely the same by way of using another CSS bug.  It&#039;s a bit hackish, but it&#039;s not an actual hack.  I used IE&#039;s conditional CSS to make sure it didn&#039;t mess up any other browser&#039;s rendering, but the link (and demo) is below in case anyone else needs the same functionality.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cssplay.co.uk/layouts/fixed.html&quot;&gt;http://www.cssplay.co.uk/layouts/fixed.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ironically enough, this doesn&#039;t seem to work in Safari for Windows properly (haven&#039;t tried it with my Apple).  Thankfully for me, I don&#039;t need to cope with that issue for this form on our intranet.  I imagine it&#039;s actually a bug in the browser&#039;s rendering (only for print, it works just fine for online display). 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Web Development, </dc:subject>
    <dc:date>2008-09-29T16:21:52Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=147</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=147</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/146-guid.html">
    <title>CoverFlow Fun at Work</title>
    <link>http://life.mysiteonline.org/archives/146-CoverFlow-Fun-at-Work.html</link>
    <description>
    I had some fun mixing a couple different JavaScript technologies and web services together to create something &quot;interesting&quot;, and helpful for our Children&#039;s Room.&lt;br /&gt;
&lt;br /&gt;
Introducing the Saratoga Springs Public Library&#039;s &lt;a href=&quot;http://www.sspl.org/children/gallery/&quot;&gt;Children&#039;s Room Photo Gallery&lt;/a&gt;!&lt;br /&gt;
&lt;br /&gt;
For the services, I am using Google&#039;s AJAX API to serve up my jQuery library, rather than me having to deal with keeping it upgraded and gzip/compressing it.  You can read more about it &lt;a href=&quot;http://www.sitepoint.com/blogs/2008/05/28/serve-javascript-frameworks-faster-with-the-google-ajax-libraries-api/&quot;&gt;here&lt;/a&gt;.  For the photographs, I am using Flickr, as many other libraries do.  It was one of the easiest and quickest that I could use with a nice desktop-based management tool that also didn&#039;t hog network bandwidth while searching for new photos (ala Picasa, or Microsoft Live Photo Gallery).  Now staffers in that department can create their own photo sets (or photo categories) and manage their own images.&lt;br /&gt;
&lt;br /&gt;
For the JS effects, I am using two separate libraries.  Since I&#039;m using Google&#039;s AJAX API to serve up jQuery I&#039;ll start with that one...  I&#039;m using ThickBox to show a larger version image of a thumbnail when clicked on.  The nice things about Thickbox is that (1)it integrates with the other script I&#039;m using, (2)it automatically resizes the images to fit (if too big for the viewport), and (3)is very versatile in its use of modal dialog support.  The other library I am using is something called &quot;ImageFlow&quot; written by Finn Rudolph, which is one of the best JS-based CoverFlow implementations I have seen.  The &lt;a href=&quot;http://194.95.111.244/~countzero/myCMS/index.php?c_id=5&amp;amp;s_id=21#Introduction&quot;&gt;Official ImageFlow website&lt;/a&gt; isn&#039;t as fancy as someone else&#039;s implementation, so you may wish to check out the version that also has &lt;a href=&quot;http://imageflow.nl/&quot;&gt;YouTube integration, and automatic rotation/slideshow&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I know there&#039;s currently no way to get from that page back to our home page or other areas of our website.  To be honest, I&#039;m not entirely concerned about that at the moment, I have many more pressing non-web-related projects of higher importance (at work) to work on, unfortunately.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Update:&lt;/strong&gt; Apparently ThickBox is not being fired with the newest photoset, and I&#039;m not sure why...it worked before a staff member updated the textual descriptions of the images, because I tried it.  No idea why it&#039;s not working now - anyone have any ideas?  &lt;img src=&quot;http://life.mysiteonline.org/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Work, </dc:subject>
    <dc:date>2008-09-19T15:39:02Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=146</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=146</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/145-guid.html">
    <title>Twine: The Semantic Puzzle (RDFa Group)</title>
    <link>http://life.mysiteonline.org/archives/145-Twine-The-Semantic-Puzzle-RDFa-Group.html</link>
    <description>
    From my new subscription to the Twine (data?) service, I subscribed to the RDFa group to hear, and read about new (or interesting) technologies around the web.  It&#039;s been quite some time since I had heard about Freebase Parallax (last read about in the Web4Lib digest), and when reading over the article in my Twine digest email, I took a second look.  The video demo really showed its power.  But, to understand the Semantic Web (RDFa), I&#039;d suggest anyone interested read over that article first.  It discusses ideologies on how one should be able to find information and data over the web.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blog.semantic-web.at/2008/08/20/a-good-data-browser-allows-you-to-navigate-the-knowledge-space-by-car/&quot;&gt;A Good Data Browser Allows You to Navigate the Knowledge Space by Car&lt;/a&gt;&lt;br /&gt;
...and...&lt;br /&gt;
&lt;a href=&quot;http://www.twine.com/&quot;&gt;Twine&lt;/a&gt;, if you&#039;re interested - currently in private Beta. 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Work, </dc:subject>
    <dc:date>2008-08-21T14:46:51Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=145</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=145</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/144-guid.html">
    <title>Browsers and minimum CSS overflow on Windows XP</title>
    <link>http://life.mysiteonline.org/archives/144-Browsers-and-minimum-CSS-overflow-on-Windows-XP.html</link>
    <description>
    The title of this post is a bit misleading; I was trying to stuff it for SEO keywords without it being too long.&lt;br /&gt;
&lt;br /&gt;
I ran into an issue with regard to the CSS property of &quot;overflow&quot; that I had set to &quot;auto&quot;.  When I set some test text of about 100 or so continuous &quot;Hello &quot; words, the scroll bars worked just fine.  I then tweaked my node&#039;s height, and text and continued, but...  The scroll bars weren&#039;t showing up, and my text was outside the bounds of the box (and therefore clipped)!  Oh no!  Tragedy of tragedies!&lt;br /&gt;
&lt;br /&gt;
Through a little experimentation (in the end, this took me about 30 minutes to track down, and then test in all the browsers), I was able to determine what the problem was. &lt;br /&gt;&lt;a href=&quot;http://life.mysiteonline.org/archives/144-Browsers-and-minimum-CSS-overflow-on-Windows-XP.html#extended&quot;&gt;Continue reading &quot;Browsers and minimum CSS overflow on Windows XP&quot;&lt;/a&gt;
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Web Development, </dc:subject>
    <dc:date>2008-08-01T17:47:11Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=144</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=144</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/143-guid.html">
    <title>Sharing an Internet Connection with a Cell Provider</title>
    <link>http://life.mysiteonline.org/archives/143-Sharing-an-Internet-Connection-with-a-Cell-Provider.html</link>
    <description>
    An interesting question came up on the Web4Lib daily-digest today.  I replied directly to the author (I think, never understand how listservs work) but I thought I&#039;d share this anyhow as it&#039;s not a hugely sought-after solution.  Note: there are probably other, better ways to do this.  Comments and other solutions are welcome.  I am under the assumption you are using Windows XP (if anyone wishes to make alterations for Vista or another OS, you&#039;re more than welcome in the comments - if Linux and not using the shell, please specify which distro).&lt;br /&gt;
&lt;br /&gt;
The question:&lt;blockquote cite=&quot;Terry&quot;&gt;Has anyone tried to network an internet connection that involves a Verizon PC card in a laptop. Ideally I would like to be able to have 2 or 3 laptops sharing that one connection, but I have no idea where to start!&lt;br /&gt;
&lt;br /&gt;
Hopkins County - Madisonville Public Library&lt;/blockquote&gt;&lt;br /&gt;
My response:&lt;blockquote&gt;You would need 2 other components:&lt;br /&gt;
 - 1 crossover cable (it&#039;s a CAT5 cable with slightly different wiring)&lt;br /&gt;
 - 1 &quot;splitter&quot;, so a hub, switch, or router.&lt;br /&gt;
 &lt;br /&gt;
If you use a wireless router, you&#039;ll only need the one cable.  If you use a hub, switch, or regular router you&#039;ll need a standard CAT5 cable for the other computers to connect to.&lt;br /&gt;
 &lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Connect the crossover cable to the LAN port on the back of the laptop.&lt;/li&gt;
  &lt;li&gt;Connect the other end of the crossover cable either in to a single computer, or the &quot;splitter&quot;&#039;s &quot;INTERNET&quot; port.&lt;/li&gt;
  &lt;li&gt;In Control Panel, go to &quot;Network Connections&quot;.&lt;/li&gt;
  &lt;li&gt;CTRL+CLICK on the two network connections you want to be sharing (the Verizon, and the Local Area Connection).&lt;/li&gt;
  &lt;li&gt;Right click on one of the two, choose &quot;Bridge Connections&quot;.  (I can&#039;t verify what to do to finish the bridge as I only have one connection on my PC at the moment.  A quick internet search could probably tell you.)&lt;/li&gt;
  &lt;li&gt;If the &quot;splitter&quot; you were using was powered on, you may have to wait a moment for it to get an IP address, otherwise you can always power cycle it to renew its IP.  The same goes for the PCs if you don&#039;t know how to force it to get a new IP.&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
I *think* that should do it.  If I missed something from memory of when I did internet sharing, you can just do an internet search for examples or tutorials on &quot;network bridging winxp&quot;.  Switch out &quot;winxp&quot; for whatever OS you might be using if otherwise.&lt;/blockquote&gt;I hope this can help someone looking for a solution - or at the very least, get them on the right track.  I am assuming here that the cell provider is not using the LAN port (either a USB or PCMCIA port).&lt;br /&gt;
&lt;br /&gt;
Update: I believe I&#039;ve enforced some stricter SPAM filtering on my blog (i.e.: any at all).  At the very least, I guess I&#039;m now more popular?  &lt;img src=&quot;http://life.mysiteonline.org/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  Sorry for any inconvenience.  Comments are enabled once again. 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    iTechnology, </dc:subject>
    <dc:date>2008-07-18T17:29:58Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=143</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=143</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/142-guid.html">
    <title>I18n and L10n in PHP</title>
    <link>http://life.mysiteonline.org/archives/142-I18n-and-L10n-in-PHP.html</link>
    <description>
    There was recently a nice posting from PHPDeveloper.org linking to an article by Florian Eibeck, where on his blog he discusses some solutions to these extremely fun situations.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blog.thinkphp.de/archives/342-Multilingual-Websites-with-PHP.html&quot;&gt;http://blog.thinkphp.de/archives/342-Multilingual-Websites-with-PHP.html&lt;/a&gt; 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    PHP, </dc:subject>
    <dc:date>2008-07-15T17:29:06Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=142</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=142</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>
<item rdf:about="http://life.mysiteonline.org/archives/141-guid.html">
    <title>Firefox Download Day</title>
    <link>http://life.mysiteonline.org/archives/141-Firefox-Download-Day.html</link>
    <description>
    Today is the release of Firefox version 3.0.  The world over plans to celebrate the release by pledging to download the browser in an attempt to create a Guinness Book of World Records entry for most downloads of a single product on its release day.  Although there are no other holders for this entry, the Mozilla Corporation intend to beat Firefox 2&#039;s record set a few years back.  Join in if you are a Firefox user!&lt;br /&gt;
&lt;br /&gt;
In other news, Opera v9.5 is out, and is sporting some fancy CSS3 additions! 
    </description>

    <dc:publisher>mysiteonline™</dc:publisher>
    <dc:creator>nospam@example.com (Brendon Kozlowski)</dc:creator>
    <dc:subject>
    Software, </dc:subject>
    <dc:date>2008-06-17T21:06:34Z</dc:date>
    <wfw:comment>http://life.mysiteonline.org/wfwcomment.php?cid=141</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://life.mysiteonline.org/rss.php?version=1.0&amp;type=comments&amp;cid=141</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</item>

</rdf:RDF>
