<?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>blog.webwesen.com</title>
	<atom:link href="http://blog.webwesen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webwesen.com</link>
	<description>tail -f /var/log/braindump &#62;&#62; blog.webwesen.com</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:42:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>USB devices do not mount in Lucid</title>
		<link>http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/</link>
		<comments>http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:42:49 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=222</guid>
		<description><![CDATA[I had problems with USB devices not mounting correctly on Ubuntu Lucid until I disabled floppy support: sudo modprobe -r floppy Oh, and do not forget to restart your workstation. Related posts:How to install git on Ubuntu LucidHow to install git on Ubuntu Karmic


Related posts:<ol><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I had problems with USB devices not mounting correctly on Ubuntu Lucid until I disabled floppy support:<br />
<code>sudo modprobe -r floppy</code><br />
Oh, and do not forget to restart your workstation.</p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install git on Ubuntu Lucid</title>
		<link>http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/</link>
		<comments>http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:26:51 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=217</guid>
		<description><![CDATA[It is time to go through our usual exercise of installing git on a bright and shiny new Ubuntu. Lucid it is this time around. No surprises at all (see previously posted Karmic instructions) : sudo aptitude install zlib1g-dev cd ~/_tmp wget http://kernel.org/pub/software/scm/git/git-1.7.1.tar.gz tar xvfz git-1.7.1.tar.gz cd git-1.7.1/ ./configure make sudo make install git enjoy! [...]


Related posts:<ol><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li><li><a href='http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/' rel='bookmark' title='Permanent Link: TODO Items after a fresh Ubuntu install'>TODO Items after a fresh Ubuntu install</a></li><li><a href='http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/' rel='bookmark' title='Permanent Link: USB devices do not mount in Lucid'>USB devices do not mount in Lucid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>It is time to go through our usual exercise of installing git on a bright and shiny new Ubuntu. Lucid it is this time around.<br />
No surprises at all (see <a href="http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/">previously posted Karmic instructions</a>) :</p>
<p><code><br />
sudo aptitude install zlib1g-dev<br />
cd ~/_tmp<br />
wget http://kernel.org/pub/software/scm/git/git-1.7.1.tar.gz<br />
tar xvfz git-1.7.1.tar.gz<br />
cd git-1.7.1/<br />
./configure<br />
make<br />
sudo make install<br />
git<br />
</code></p>
<p>enjoy!</p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li><li><a href='http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/' rel='bookmark' title='Permanent Link: TODO Items after a fresh Ubuntu install'>TODO Items after a fresh Ubuntu install</a></li><li><a href='http://blog.webwesen.com/2010/06/13/usb-devices-do-not-mount-in-lucid/' rel='bookmark' title='Permanent Link: USB devices do not mount in Lucid'>USB devices do not mount in Lucid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TODO Items after a fresh Ubuntu install</title>
		<link>http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/</link>
		<comments>http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/#comments</comments>
		<pubDate>Sun, 09 May 2010 13:50:59 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=209</guid>
		<description><![CDATA[- upgrade Firefox and install an &#8220;add-on Collector&#8221; plugin &#8211; navigate to the list of my plugins and install the ones I still think are needed In terminal: $ sudo aptitude install htop iftop gnomedo gThumb tilda vlc nautilus-open-terminal aptoncd hardinfo &#8220;System&#8221; &#8211; &#8220;Administration&#8221; &#8211; &#8220;Software Sources&#8221; &#8211; tab &#8220;Other Software&#8221;, enable the ubuntu lucid [...]


Related posts:<ol><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/' rel='bookmark' title='Permanent Link: What is the defference between MTA and MDA (email)?'>What is the defference between MTA and MDA (email)?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>- upgrade Firefox and install an &#8220;add-on Collector&#8221; plugin<br />
&#8211; navigate to the list of my plugins and install the ones I still think are needed</p>
<p>In terminal:<br />
<code><br />
$ sudo aptitude install htop iftop gnomedo gThumb tilda vlc nautilus-open-terminal aptoncd hardinfo<br />
</code></p>
<p>&#8220;System&#8221; &#8211; &#8220;Administration&#8221; &#8211; &#8220;Software Sources&#8221; &#8211; tab &#8220;Other Software&#8221;,  enable the ubuntu lucid  partner repository (it&#8217;s not enabled by default).<br />
In Synaptic -&gt; mark&#8221;sun-java6-fonts&#8221; for install. this will automatically install jre, bin, etc.<br />
Install Jin chess client : http://sourceforge.net/projects/jin/files/</p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2010/01/14/how-to-install-git-on-ubuntu-karmic/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Karmic'>How to install git on Ubuntu Karmic</a></li><li><a href='http://blog.webwesen.com/2010/06/01/how-to-install-git-on-ubuntu-lucid/' rel='bookmark' title='Permanent Link: How to install git on Ubuntu Lucid'>How to install git on Ubuntu Lucid</a></li><li><a href='http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/' rel='bookmark' title='Permanent Link: What is the defference between MTA and MDA (email)?'>What is the defference between MTA and MDA (email)?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/05/09/todo-items-after-a-fresh-ubuntu-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rotate catalina.out logs on Linux systems</title>
		<link>http://blog.webwesen.com/2010/04/23/how-to-rotate-catalina-out-logs-on-linux-systems/</link>
		<comments>http://blog.webwesen.com/2010/04/23/how-to-rotate-catalina-out-logs-on-linux-systems/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:31:58 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[servers]]></category>
		<category><![CDATA[logrotate]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=204</guid>
		<description><![CDATA[Tomcat is dumping everything printed out to console to catalina.out by default. And with good uptimes (Tomcat is great ) the catalina.out log could get pretty big (in my case it grew to 8Gig). What is my remedy? Short of messing with catalina&#8217;s start.sh &#8211; piping the output to some logrotating utility instead of straight [...]


Related posts:<ol><li><a href='http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/' rel='bookmark' title='Permanent Link: What is the defference between MTA and MDA (email)?'>What is the defference between MTA and MDA (email)?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Tomcat is dumping everything printed out to console to catalina.out by default. And with good uptimes (Tomcat is great <img src='http://blog.webwesen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) the catalina.out log could get pretty big (in my case it grew to 8Gig).</p>
<p>What is my remedy? Short of messing with catalina&#8217;s start.sh &#8211; piping the output to some logrotating utility instead of straight to catalina.out &#8211; here is what I did:</p>
<p>We&#8217;ll leverage <strong>logrotate </strong>utility, which is most likely already installed if you are on RedHat or CentOS:</p>
<p>add &#8220;catalina&#8221; file to your /etc/logrotate.d directory</p>
<p><code><br />
 /...path-to-my-catalina.out... {<br />
    daily<br />
    rotate 7<br />
    copytruncate<br />
    compress<br />
    notifempty<br />
    missingok<br />
 }<br />
</code></p>
<p>the trick is in using <strong>copytrancate</strong> parameter as it allows to rotate files in use by other processes &#8211; as it is the case with Tomcat&#8217;s catalina.out.</p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/' rel='bookmark' title='Permanent Link: What is the defference between MTA and MDA (email)?'>What is the defference between MTA and MDA (email)?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/04/23/how-to-rotate-catalina-out-logs-on-linux-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is the defference between MTA and MDA (email)?</title>
		<link>http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/</link>
		<comments>http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 23:15:10 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[servers]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=199</guid>
		<description><![CDATA[MTA = Mail Transfer Agent (sends and receives email between MTAs and among other elements of an email system) exim postfix sendmail MDA = Mail Delivery Agent (receives email from an MTA for delivery to a mailbox) courier dovecot procmail MUA = Mail User Agent (email client) Thunderbird elm mutt Note: An overview of how [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div>
<p><strong>MTA </strong>= Mail Transfer Agent<br />
(sends and receives  email between MTAs and among other elements of an email system)</p>
<ul>
<li><a href="http://www.exim.org/">exim</a></li>
<li><a href="http://www.postfix.org/">postfix</a></li>
<li><a href="http://www.sendmail.org/">sendmail</a></li>
</ul>
<p><strong>MDA </strong>= Mail Delivery Agent<br />
(receives email from an MTA for delivery  to a mailbox)</p>
<ul>
<li><a href="http://www.courier-mta.org/">courier</a></li>
<li><a href="http://www.dovecot.org/">dovecot</a></li>
<li><a href="http://www.procmail.org/">procmail</a></li>
</ul>
<p><strong>MUA </strong>= Mail User Agent<br />
(email client)</p>
<ul>
<li>Thunderbird</li>
<li>elm</li>
<li>mutt</li>
</ul>
<p>Note: An <a rel="nofollow" href="http://en.wikipedia.org/wiki/Email#Operation_overview">overview</a> of how these agents interact.</p>
</div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/04/12/what-is-the-defference-between-mta-and-mda-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s more convincing?</title>
		<link>http://blog.webwesen.com/2010/04/03/whos-more-convincing/</link>
		<comments>http://blog.webwesen.com/2010/04/03/whos-more-convincing/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 02:55:12 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[jokes]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/2010/04/03/whos-more-convincing/</guid>
		<description><![CDATA[No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Actors" src="http://pics.livejournal.com/ibigdan/pic/009f8hqw" alt="" width="272" height="217" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/04/03/whos-more-convincing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quotes for 2010/03/17</title>
		<link>http://blog.webwesen.com/2010/03/17/quotes-for-20100317/</link>
		<comments>http://blog.webwesen.com/2010/03/17/quotes-for-20100317/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 16:05:39 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[quotes]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=194</guid>
		<description><![CDATA[A bank is a place that will lend you money if you can prove that you don&#8217;t need it. &#8211; Bob Hope Finance is the art of passing money from hand to hand until it finally disappears. &#8211; Robert W. Sarnoff No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<blockquote><p>A bank is a place that will lend you money if you can prove that you don&#8217;t need it.<br />
&#8211; Bob Hope</p></blockquote>
<blockquote><p>Finance is the art of passing money from hand to hand until it finally disappears.<br />
&#8211; Robert W. Sarnoff</p></blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/03/17/quotes-for-20100317/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Names</title>
		<link>http://blog.webwesen.com/2010/03/05/clor-names/</link>
		<comments>http://blog.webwesen.com/2010/03/05/clor-names/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:39:07 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/2010/03/05/clor-names/</guid>
		<description><![CDATA[No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.webwesen.com/wp-content/uploads/2010/03/007pxsgr.gif"><img class="aligncenter size-full wp-image-191" title="boy/girl color names" src="http://blog.webwesen.com/wp-content/uploads/2010/03/007pxsgr.gif" alt="" width="750" height="522" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/03/05/clor-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Corporate Bingo&#8221; &#8211; the hottest game to play in staff meetings</title>
		<link>http://blog.webwesen.com/2010/03/03/corporate-bingo-the-hottest-game-to-play-in-staff-meetings/</link>
		<comments>http://blog.webwesen.com/2010/03/03/corporate-bingo-the-hottest-game-to-play-in-staff-meetings/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:08:47 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[corporate]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=189</guid>
		<description><![CDATA[Do you keep falling asleep in staff meetings? What about those long and boring conference calls? Here&#8217;s a way to change all of that: Before (or during) your next meeting, seminar, or conference call, prepare your &#8220;Bullshit Bingo&#8221; card by drawing a square &#8212; I find that 5&#8243; x 5&#8243; is a good size &#8212; [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Do you keep falling asleep in staff meetings? What about those long and boring conference calls?</strong></p>
<p>Here&#8217;s a way to change all of that:</p>
<ol>
<li>Before (or during) your next meeting, seminar, or conference call, prepare your &#8220;Bullshit Bingo&#8221; card by drawing a square &#8212; I find that 5&#8243; x 5&#8243; is a good size &#8212; and dividing it into columns &#8211;five across and five down. That will give you 25 1-inch blocks.</li>
<li>Write one of the following words/phrases in each block:
<ul>
<li>Synergy</li>
<li>Strategic fit</li>
<li>Core competencies</li>
<li>Out of the box</li>
<li>Bottom line</li>
<li>Revisit</li>
<li>Take that off-line</li>
<li>24/7</li>
<li>Out of the loop</li>
<li>Benchmark</li>
<li>Value-added</li>
<li>Proactive</li>
<li>Win-win</li>
<li>Think outside the box</li>
<li>Fast track</li>
<li>Result-driven</li>
<li>Empower (or empowerment)</li>
<li>Knowledge base</li>
<li>At the end of the day</li>
<li>Touch base</li>
<li>Mindset</li>
<li>Client focus(ed)</li>
<li>Ballpark</li>
<li>Game plan</li>
<li>Leverage</li>
<li>Cascade</li>
<li>Sequential or sequentially</li>
</ul>
</li>
<li>Check off the appropriate block when you hear one of those words/phrases.</li>
<li>When you get five blocks horizontally, vertically, or diagonally, stand up and shout &#8220;BULLSHIT!&#8221;</li>
</ol>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/03/03/corporate-bingo-the-hottest-game-to-play-in-staff-meetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Questions To Ask During an Interview</title>
		<link>http://blog.webwesen.com/2010/03/02/three-questions-to-ask-during-an-interview/</link>
		<comments>http://blog.webwesen.com/2010/03/02/three-questions-to-ask-during-an-interview/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:54:05 +0000</pubDate>
		<dc:creator>webwesen</dc:creator>
				<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://blog.webwesen.com/?p=184</guid>
		<description><![CDATA[We&#8217;ve all seen variations on the list of common questions interviewers ask, but how much have you thought about what questions you should ask a potential employer? The best interviews are really conversations, as well they should be. You want to know if the position is the right fit &#8211; just as much as the [...]


Related posts:<ol><li><a href='http://blog.webwesen.com/2009/07/23/what-to-ask-during-a-job-interview/' rel='bookmark' title='Permanent Link: What to ask during a job interview?'>What to ask during a job interview?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all seen variations on the list of common questions interviewers ask, but how much have you thought about what questions you should ask a potential employer?</p>
<p>The best interviews are really conversations, as well they should be. You want to know if the position is the right fit &#8211; just as much as the company does. After all, the work you do makes up a good portion of your waking hours, so the company, and the team, you may join has to meet some of your basic needs.</p>
<p>Here are a few seed questions that can reveal facets of the position and the company you might not get otherwise.</p>
<p><strong>Why did the last person leave this position?</strong></p>
<p>This will tell you a lot about the dynamics of the company. Is the job vacant due to a promotion? Great. That means there&#8217;s room for advancement. Did the person get fired? That calls for additional probing to figure out what caused the company to take such drastic action. Is this a new position? Great again. That means growth, but also calls for more probing to see if it&#8217;s smart growth, or the kind that will have you out of a job in three months.</p>
<p><strong>Can you describe what my first day, week, and month look like?</strong></p>
<p>This will tell you how far they&#8217;ve thought though your onboarding process. Is it sink of swim, or do they have a reasonable plan with some mentoring? It can also give you a clue as to what to expect at first, and what their expectations are for your coming up to speed. Also, phrasing the question as if you are already the selected candidate can&#8217;t hurt in the neuro linguistic programming department.</p>
<p><strong>Can you describe the ideal candidate for this position?</strong></p>
<p>This is a good one because rather than all the &#8220;who are you and what have you done&#8221; stuff of interviews, they&#8217;ll have to tell you exactly what they want. Then, in your closing statement, you can use the information to create the narrative of you as that exact person.</p>
<p>In addition to those three mainstays, make sure you hit the potential employer&#8217;s Web site before the interview. That research will usually help you come up with additional questions to ask. </p>


<p>Related posts:<ol><li><a href='http://blog.webwesen.com/2009/07/23/what-to-ask-during-a-job-interview/' rel='bookmark' title='Permanent Link: What to ask during a job interview?'>What to ask during a job interview?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webwesen.com/2010/03/02/three-questions-to-ask-during-an-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
