<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Crazy thinking - Just my Weblog</title>
	<atom:link href="http://crazythinking.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazythinking.wordpress.com</link>
	<description>Just another weblog</description>
	<lastBuildDate>Tue, 14 Apr 2009 01:57:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='crazythinking.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e09ec0e4cb73899276bf91c6db8c5244?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Crazy thinking - Just my Weblog</title>
		<link>http://crazythinking.wordpress.com</link>
	</image>
			<item>
		<title>An AJAX option to remember</title>
		<link>http://crazythinking.wordpress.com/2009/04/14/an-ajax-option-to-remember/</link>
		<comments>http://crazythinking.wordpress.com/2009/04/14/an-ajax-option-to-remember/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:57:39 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=177</guid>
		<description><![CDATA[I always forget how useful is the &#8220;$(&#60;selector&#62;).load(&#8216;url&#8217;, {para: meter});&#8221; function on jQuery.
It is really a problem solver when loading HTML structures.  I am converting some old code where I got HTML fragments to replace some existing content on the page and using the usual process, I&#8217;d have to do the AJAX query, call a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=177&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I always forget how useful is the &#8220;$(&lt;selector&gt;).load(&#8216;url&#8217;, {para: meter});&#8221; function on <a title="jQuery website" href="http://www.jquery.com" target="_blank">jQuery</a>.</p>
<p>It is really a problem solver when loading HTML structures.  I am converting some old code where I got HTML fragments to replace some existing content on the page and using the usual process, I&#8217;d have to do the AJAX query, call a callback procedure and then there I&#8217;d replace the contents of the section / div / whatever I wanted.</p>
<p>With <a title="jQuery Ajax.load API doc" href="http://docs.jquery.com/Ajax/load" target="_blank">jQuery.load</a> I can do that on a single call and in a more effective way.</p>
<p>Silly thing and so simple that I always keep forgetting about it.</p>
Posted in work Tagged: interface, javascript, jquery, web development, website, work <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=177&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/04/14/an-ajax-option-to-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting a mercurial (hg) remote repository</title>
		<link>http://crazythinking.wordpress.com/2009/03/07/starting-a-mercurial-hg-remote-repository/</link>
		<comments>http://crazythinking.wordpress.com/2009/03/07/starting-a-mercurial-hg-remote-repository/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 13:19:38 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[dvcs]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control system]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[distributed version control system]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=171</guid>
		<description><![CDATA[I always forget and have to search for the correct order of things here&#8230;
There are some VCS &#8212; as in Version Control System &#8212; (and DVCS, where the &#8220;D&#8221; stands for Distributed) where you can create a copy of the repository on your own system and then somewhat easily move it to the server or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=171&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I always forget and have to search for the correct order of things here&#8230;</p>
<p>There are some VCS &#8212; as in Version Control System &#8212; (and DVCS, where the &#8220;D&#8221; stands for Distributed) where you can create a copy of the repository on your own system and then somewhat easily move it to the server or copy it there using the VCS software itself.</p>
<p>Mercurial seems to require that the thing be done in two stages:</p>
<ol>
<li>Create the repository on the central (reference) server</li>
<li>Clone the repository on each workstation</li>
</ol>
<p>So, here are the commands that should be run to accomplish that:</p>
<p><strong>At the reference server</strong></p>
<pre style="padding-left:30px;">hg init &lt;repository_name&gt;</pre>
<p><strong>At the workstation</strong></p>
<pre style="padding-left:30px;">hg clone ssh://user@server//path/to/repository/&lt;repository_name&gt; &lt;local_name&gt;</pre>
<p>Yes, it is that simple&#8230;  But since I work for a long time on projects, I always forget to double the slash after the server name while cloning and that I need to create the repository on the server &#8220;first&#8221;, to later start working with it locally.</p>
<p>I could probably do the opposite and revert the clone order, but then I am not sure if &#8220;push&#8221; and &#8220;pull&#8221; would be switched or if something else would be required to make them work.</p>
Posted in work Tagged: cvs, distributed, distributed version control system, dvcs, hg, mercurial, svn, vcs, version control system <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=171&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/03/07/starting-a-mercurial-hg-remote-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>New beer glasses</title>
		<link>http://crazythinking.wordpress.com/2009/02/15/new-beer-glasses/</link>
		<comments>http://crazythinking.wordpress.com/2009/02/15/new-beer-glasses/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 16:15:19 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[life, universe and everything else]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[bohemia]]></category>
		<category><![CDATA[erdinger]]></category>
		<category><![CDATA[glass]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[paulaner]]></category>
		<category><![CDATA[taste]]></category>
		<category><![CDATA[urweisser]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=168</guid>
		<description><![CDATA[I bought two new beer glasses yesterday.
From two classic beers: Erdinger (their Urweisse beer was the one I wrote about a few minutes ago) and Paulaner.
Both glasses are tall, beautiful and very different from the ones we use here in Brazil.
Every country has its tradition and here we&#8217;re used to small glasses and sharing our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=168&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I bought two new beer glasses yesterday.</p>
<p>From two classic beers: <a title="Erdinger website" href="http://www.erdinger.de/" target="_blank">Erdinger</a> (their <a title="Erdinger Urweisse's website" href="http://www.erdinger-urweisse.de/" target="_blank">Urweisse</a> beer was the one <a title="Previous post" href="http://crazythinking.wordpress.com/2009/02/15/erdinger-urweisse/">I wrote about a few minutes ago</a>) and <a title="Paulaner's website" href="http://www.paulaner.com/" target="_blank">Paulaner</a>.</p>
<p>Both glasses are tall, beautiful and very different from the ones we use here in Brazil.</p>
<p>Every country has its tradition and here we&#8217;re used to small glasses and sharing our beers.  In England, for example, people are used to pints and drinking their beers on their own.</p>
<p>Nice acquisitions to what might start as a new kind of hobby or collection&#8230;  I haven&#8217;t decided yet. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyway, drinking my regular beer on them made it taste better.  I credit that to the shape of those glasses&#8230;</p>
Posted in life, universe and everything else Tagged: beer, bohemia, erdinger, glass, life, lifestyle, paulaner, taste, urweisser <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=168&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/02/15/new-beer-glasses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>Erdinger Urweisse</title>
		<link>http://crazythinking.wordpress.com/2009/02/15/erdinger-urweisse/</link>
		<comments>http://crazythinking.wordpress.com/2009/02/15/erdinger-urweisse/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 15:49:11 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[life, universe and everything else]]></category>
		<category><![CDATA[alcohol]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[beverage]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=162</guid>
		<description><![CDATA[Just bought this beer yesterday&#8230;  Delicious.
A bit stronger than most that I&#8217;m used to drink and it is great.  
Erdinger makes great beers and if you haven&#8217;t tried one, you should taste it.
In fact, even though it is stronger, it is easier to drink than most Brazilian beers.  (And this includes my favorite one: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=162&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignright size-full wp-image-164" title="Erdinger Urweisse" src="http://crazythinking.files.wordpress.com/2009/02/erdinger-urweisse.jpg?w=438&#038;h=477" alt="Erdinger Urweisse" width="438" height="477" />Just bought <a title="Erdinger Urweisse's website" href="http://www.erdinger-urweisse.de/" target="_blank">this beer</a> yesterday&#8230;  Delicious.</p>
<p>A bit stronger than most that I&#8217;m used to drink and it is great. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a title="Erdinger website" href="http://www.erdinger.de/" target="_blank">Erdinger</a> makes great beers and if you haven&#8217;t tried one, you should taste it.</p>
<p>In fact, even though it is stronger, it is easier to drink than most Brazilian beers.  (And this includes my favorite one: <a title="Fábrica Virtual da Bohemia" href="http://www.bohemia.com.br/" target="_blank">Bohemia</a>.)</p>
<p>There is a bad thing, though: it is over too soon, so one bottle is not enough <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The cost, here in Brazil, is also a problem: it costs from 3 to 4 times more than a premium beer.  It is an imported beer, though, but you drink one a day, not much more than that.</p>
Posted in life, universe and everything else Tagged: alcohol, beer, beverage, food, life, quality, style <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=162&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/02/15/erdinger-urweisse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>

		<media:content url="http://crazythinking.files.wordpress.com/2009/02/erdinger-urweisse.jpg" medium="image">
			<media:title type="html">Erdinger Urweisse</media:title>
		</media:content>
	</item>
		<item>
		<title>KDE 4.2 on OpenSuSE 11.0</title>
		<link>http://crazythinking.wordpress.com/2009/02/08/kde-42-on-opensuse-110/</link>
		<comments>http://crazythinking.wordpress.com/2009/02/08/kde-42-on-opensuse-110/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 11:40:19 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[life, universe and everything else]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[kde4]]></category>
		<category><![CDATA[kde42]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[opensuse 11]]></category>
		<category><![CDATA[opensuse11]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=160</guid>
		<description><![CDATA[Continuing with updates from Factory, I&#8217;m now using KDE 4.2.
Several things have improved, the interface is as clean as 4.1&#8217;s was and I feel that some things take less resources.
It is worth a change for anyone running KDE 4.x to update to KDE 4.2.  But be aware that some configurations might be lost, so backup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=160&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Continuing with<a title="KDE 4.1 on OpenSuSE 11.0" href="http://crazythinking.wordpress.com/2008/08/10/kde-41-on-opensuse-110/" target="_blank"> updates from Factory</a>, I&#8217;m now using KDE 4.2.</p>
<p>Several things have improved, the interface is as clean as 4.1&#8217;s was and I feel that some things take less resources.</p>
<p>It is worth a change for anyone running KDE 4.x to update to KDE 4.2.  But be aware that some configurations might be lost, so backup your settings before the change, just in case. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
Posted in life, universe and everything else, work Tagged: desktop, kde4, kde42, notebook, opensuse, opensuse 11, opensuse11, update, upgrade <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=160&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/02/08/kde-42-on-opensuse-110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>On what to do prior to contact another company&#8217;s tech support</title>
		<link>http://crazythinking.wordpress.com/2009/02/08/on-what-to-do-prior-to-contact-another-companys-tech-support/</link>
		<comments>http://crazythinking.wordpress.com/2009/02/08/on-what-to-do-prior-to-contact-another-companys-tech-support/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 11:35:44 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[life, universe and everything else]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=158</guid>
		<description><![CDATA[I work for a company that does off shore for other companies from the same group.  There are two types of activities that are done worldwide (100+ countries): internal support and support to external business partners (mostly clients, some suppliers, etc.).
As I work with networks and data transmission, and I lead a team that interfaces [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=158&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I work for a company that does off shore for other companies from the same group.  There are two types of activities that are done worldwide (100+ countries): internal support and support to external business partners (mostly clients, some suppliers, etc.).</p>
<p>As I work with networks and data transmission, and I lead a team that interfaces with external business partners almost 100% of the time, it is common to get some support requests for problems that really aren&#8217;t our problems.</p>
<p>It is something that is annoying because when there is a problem &#8212; specially in production environment &#8212; we need to stop working on everything else and solve that.  Out of those, 99.999% of the times the problem isn&#8217;t on our end: we work with thousands of business partners and have the structure in place to work with them: servers, network, firewalls, etc.  Everything is working fine, debugged and stable &#8212; there are some destabilizing changes from time to time, of course, but those are rare and very well tested.  Then, there comes the question from the external business partner: &#8220;We can&#8217;t connect to your server.  What did you change?  We need to submit that data today!&#8221;</p>
<p>Last time this happened, I had a meeting with an Indian company from 1:30 AM to 3 AM here&#8230;  And what was the issue?  They could manually submit data, but their automation couldn&#8217;t.</p>
<p>Anyone that can solve a hard problem &#8212; such as adding 2+2 &#8212; can see that there is something wrong with that and that something is probably at their end&#8230;  But no, this didn&#8217;t happen.  So, we scheduled a meeting and after one hour asking questions and asking about changes, they said that they changed the server: manual process (working) was from one host, automated process from another.  When asked to manually test from the new host, it didn&#8217;t work as well.  The problem?  They changed from one server to another and didn&#8217;t update their own firewall policies&#8230;  And then, it is our fault&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Second time there even was a paging sent to our team: data corrupted.  Oh well, the customer had to fix it and not us as we don&#8217;t change data in any way.  Even within our own company, business first assumes it is our fault and then we have to insist to have them go to the customer.</p>
<p>Now, back to the subject:</p>
<ol>
<li>Make a change procedure, schedule times, analyze impact, etc.</li>
<li>Keep a backup of all of your changes.  Never demise the server after the change, you might need something from it back or reverting back to the old server in case something goes wrong</li>
<li>Check everything that has to be changed (servers, configurations, user profiles, firewalls, IP addresses, etc.)</li>
<li>Have a &#8220;recent changes&#8221; log and don&#8217;t assume that one change is irrelevant, specially when talking to other companies trying to solve a problem</li>
<li>Check your company first: go to your IT team or contractor, ask what has been changed, why it worked before and what is exactly the problem you&#8217;re having</li>
<li>If it is a connectivity problem, check that you can connect to other sites that provide a similar service / interface, check that you can get out of your network to the Internet from the same host that will be used and that is presenting the failure</li>
<li>Supply the support team a traceroute / tracert output from the failing host to their server</li>
</ol>
<p>Give the support team from both companies enough information to solve <strong>your</strong> problem.  Guessing is too time consuming, error prone and isn&#8217;t something specialists like doing without enough information to discard the most obvious problems first.</p>
<p>&#8220;Help us to help you&#8221;, I always say (no, I didn&#8217;t create this expression, but I really enjoyed it!).</p>
Posted in life, universe and everything else, work Tagged: change, it, log, network, problems, questions, support, work <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=158&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/02/08/on-what-to-do-prior-to-contact-another-companys-tech-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>Changes @ Work</title>
		<link>http://crazythinking.wordpress.com/2009/02/08/changes-work/</link>
		<comments>http://crazythinking.wordpress.com/2009/02/08/changes-work/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 11:11:45 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[marriage]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=156</guid>
		<description><![CDATA[Lots of things happening lately.
Several big projects that required a lot of attention, a new team has been assigned to me &#8212; so now I&#8217;m leading my old team and the new one &#8212; and I have a third team to put together&#8230;
Besides all that, there&#8217;s the marriage that is closer: April 18th, 2009.   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=156&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lots of things happening lately.</p>
<p>Several big projects that required a lot of attention, a new team has been assigned to me &#8212; so now I&#8217;m leading my old team and the new one &#8212; and I have a third team to put together&#8230;</p>
<p>Besides all that, there&#8217;s the marriage that is closer: April 18th, 2009.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I hope to be able to post more, though&#8230;</p>
Posted in work Tagged: leadership, management, marriage, network, project, support, team, update, work <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=156&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2009/02/08/changes-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick trick with tables: fixing column width</title>
		<link>http://crazythinking.wordpress.com/2008/11/23/quick-trick-with-tables-fixing-column-width/</link>
		<comments>http://crazythinking.wordpress.com/2008/11/23/quick-trick-with-tables-fixing-column-width/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 10:04:38 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=152</guid>
		<description><![CDATA[It is interesting how we never get bored while creating different solutions.
I&#8217;m improving the design of an application &#8212; and I guess if I am improving it then it was really ugly before&#8230; &#8212; and needed to add a column that will be larger than the other ones.  Unfortunately, unless you have your data displayed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=152&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is interesting how we never get bored while creating different solutions.</p>
<p>I&#8217;m improving the design of an application &#8212; and I guess if I am improving it then it was really ugly before&#8230; &#8212; and needed to add a column that will be larger than the other ones.  Unfortunately, unless you have your data displayed already then all columns will be shown with the same width.</p>
<p>How to solve that?  Using an old trick!</p>
<p>First of all, you define &#8212; using colspans, if possible &#8212; what is the proportion of the expanded column.</p>
<p>After that, you just specify that such a table should be rendered with a fixed layout in your CSS:</p>
<blockquote>
<pre>table-layout: fixed;</pre>
</blockquote>
<p>This will do the trick and render the table the correct way.</p>
Posted in work Tagged: css, layout, table, web, webdesign <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=152&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2008/11/23/quick-trick-with-tables-fixing-column-width/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>
	</item>
		<item>
		<title>Did you know?  Round 2. ;-)</title>
		<link>http://crazythinking.wordpress.com/2008/11/18/did-you-know-round-2/</link>
		<comments>http://crazythinking.wordpress.com/2008/11/18/did-you-know-round-2/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 00:59:36 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[life, universe and everything else]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=149</guid>
		<description><![CDATA[Two other versions about the previous video.
Sometimes data differ, but the information is the same.  One of them is narrated.


Enjoy.
Posted in life, universe and everything else, work Tagged: growth, information, it, jobs, knowledge, world      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=149&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Two other versions about the previous video.</p>
<p>Sometimes data differ, but the information is the same.  One of them is narrated.</p>
<p><span style="text-align:center; display: block;"><a href="http://crazythinking.wordpress.com/2008/11/18/did-you-know-round-2/"><img src="http://img.youtube.com/vi/pMcfrLYDm2U/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://crazythinking.wordpress.com/2008/11/18/did-you-know-round-2/"><img src="http://img.youtube.com/vi/FqfunyCeU5g/2.jpg" alt="" /></a></span></p>
<p>Enjoy.</p>
Posted in life, universe and everything else, work Tagged: growth, information, it, jobs, knowledge, world <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=149&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2008/11/18/did-you-know-round-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/pMcfrLYDm2U/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/FqfunyCeU5g/2.jpg" medium="image" />
	</item>
		<item>
		<title>Did you know?  An interesting vision about our days</title>
		<link>http://crazythinking.wordpress.com/2008/11/18/did-you-know-an-interesting-vision-about-our-days/</link>
		<comments>http://crazythinking.wordpress.com/2008/11/18/did-you-know-an-interesting-vision-about-our-days/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 00:38:23 +0000</pubDate>
		<dc:creator>crazythinking</dc:creator>
				<category><![CDATA[life, universe and everything else]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[curiosity]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://crazythinking.wordpress.com/?p=145</guid>
		<description><![CDATA[
Posted in life, universe and everything else, work Tagged: curiosity, evolution, future, it, jobs, world      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=145&subd=crazythinking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://crazythinking.wordpress.com/2008/11/18/did-you-know-an-interesting-vision-about-our-days/"><img src="http://img.youtube.com/vi/cL9Wu2kWwSY/2.jpg" alt="" /></a></span></p>
Posted in life, universe and everything else, work Tagged: curiosity, evolution, future, it, jobs, world <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crazythinking.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crazythinking.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crazythinking.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crazythinking.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crazythinking.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crazythinking.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crazythinking.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crazythinking.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crazythinking.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crazythinking.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=crazythinking.wordpress.com&blog=3761525&post=145&subd=crazythinking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://crazythinking.wordpress.com/2008/11/18/did-you-know-an-interesting-vision-about-our-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9dc95154395678adb1bedbe6dacb345d?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">crazythinking</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/cL9Wu2kWwSY/2.jpg" medium="image" />
	</item>
	</channel>
</rss>