<?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>tanhaaiyaaN &#187; techno-babble</title>
	<atom:link href="http://www.tanhaa.net/index.php/category/techno-babble/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tanhaa.net</link>
	<description>Notes from the underground!</description>
	<lastBuildDate>Thu, 03 Jun 2010 14:54:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal &#8212; the design errors that just won&#8217;t go away!</title>
		<link>http://www.tanhaa.net/index.php/2010/04/06/drupal-the-design-errors-that-just-wont-go-away/</link>
		<comments>http://www.tanhaa.net/index.php/2010/04/06/drupal-the-design-errors-that-just-wont-go-away/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 21:39:08 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[acquia prosper]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[drupal theme]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/?p=321</guid>
		<description><![CDATA[Recently, while designing a site in Drupal using the theme acquia prosper (awesome theme, very customizable, gives a lot of control without you needing to go deep into theme css files or sub-theming), I just happened to fumble upon a few things that just wouldn&#8217;t go away.. ah the hours wasted! Well if this can [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, while designing a site in <a href="www.drupal.org" target="_blank">Drupal</a> using the theme <a href="http://drupal.org/project/acquia_prosper" target="_blank">acquia prosper</a> (awesome theme, very customizable, gives a lot of control without you needing to go deep into theme css files or sub-theming), I just happened to fumble upon a few things that just wouldn&#8217;t go away.. ah the hours wasted! Well if this can help someone, I&#8217;d be very happy.</p>
<p>1.  FCKEditor loves to add &lt;p&gt; tags.  Problem becomes even worse if you are making a block with only an image in it and FCKEditor just won&#8217;t let you take that &lt;p&gt; tag out.  Of course you can disable FCKeditor and enter everything manually, but I&#8217;m sure we will all agree that FCKEditor along with IMCE just makes life a lot easier when adding images to the site.  One solution is to configure the FCKEditor module so that on &lt;Enter&gt; it adds a &lt;br /&gt; tag instead of a &lt;p&gt; tag.  The other solution ties in with the second problem below</p>
<p>2. Even without FCKEditor, when you go and check your site on IE, you see the block is just not positioned properly! What&#8217;s going on?  You check the source and you find a &lt;p&gt; tag AGAIN around the image!  What the?   If you create a block with the intent of only including a simple image  tag in the code (or anything besides text), Drupal will surround your  code with paragraph tags. The  tags, by default, come along with a 1em  margin on both top and bottom &#8212; right, while Firefox may show your design properly, IE definitely doesn&#8217;t.  Solution?  You can always just put a small code in the CSS file.  In my case, with Acquia prosper (and Skinr module), I was able to add a custom CSS class to the block which then was defined in the local.css file:</p>
<blockquote><p>.custom-css-name p{<br />
margin:0;}</p></blockquote>
<p>So that works.  You can also try a CSS override in the following manner:   #your-block-id  p { margin: 0; }</p>
<p>Or finally, you can always create a new block input type that doesn&#8217;t convert spaces into unwanted tags.  Basically a new input format that will have the following property unchecked:</p>
<blockquote><p>Converts line breaks into HTML (i.e.  &lt;br&gt; and &lt;p&gt; tags).</p></blockquote>
<p>I hope this helps if you have also run across this problem &#8230; ah that pesky &lt;p&gt; tag that just won&#8217;t go away!</p>
<p><span class="thmr_call"><span class="thmr_call"><br />
</span></span></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 65px; width: 1px; height: 1px; overflow: hidden;">If you create a block with the intent of only including a simple image  tag in the code (or anything besides text), Drupal will surround your  code with paragraph tags. The  tags, by default, come along with a 1em  margin on both top and bottom,</div>
<p style="text-align: center;"></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2010%2F04%2F06%2Fdrupal-the-design-errors-that-just-wont-go-away%2F&amp;linkname=Drupal%20%26%238212%3B%20the%20design%20errors%20that%20just%20won%26%238217%3Bt%20go%20away%21"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2010/04/06/drupal-the-design-errors-that-just-wont-go-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Looking Burgers &#8212; What&#8217;s the secret?</title>
		<link>http://www.tanhaa.net/index.php/2010/01/08/good-looking-burgers-whats-the-secret/</link>
		<comments>http://www.tanhaa.net/index.php/2010/01/08/good-looking-burgers-whats-the-secret/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:25:12 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[Did You Know]]></category>
		<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[digital manipulation]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/?p=277</guid>
		<description><![CDATA[Well here&#8217;s an interesting movie to watch
 
]]></description>
			<content:encoded><![CDATA[<p>Well here&#8217;s an interesting movie to watch</p>
<p><!-- start insertion by YouTube Brackets, robertbuzink.nl --><span class="youtube"><object width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/fUjz_eiIX8k"> <param name="movie" value="http://www.youtube.com/v/fUjz_eiIX8k" /><param name="wmode" value="transparent" /></object></span><!-- end Youtube Brackets insertion --></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2010%2F01%2F08%2Fgood-looking-burgers-whats-the-secret%2F&amp;linkname=Good%20Looking%20Burgers%20%26%238212%3B%20What%26%238217%3Bs%20the%20secret%3F"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2010/01/08/good-looking-burgers-whats-the-secret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pranav Mistry &#8211; Sixth Sense</title>
		<link>http://www.tanhaa.net/index.php/2009/12/01/pranav-mistry-sixth-sense/</link>
		<comments>http://www.tanhaa.net/index.php/2009/12/01/pranav-mistry-sixth-sense/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:57:04 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[pranav mistry]]></category>
		<category><![CDATA[sixth sense]]></category>
		<category><![CDATA[virtual world]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/?p=259</guid>
		<description><![CDATA[This is just awesome! This type of technology will revolutionize the world as we know. I&#8217;m sure the applications are great, but what boggles my mind is how smart this young fella is.  Watch the video and enjoy:
 
]]></description>
			<content:encoded><![CDATA[<p>This is just awesome! This type of technology will revolutionize the world as we know. I&#8217;m sure the applications are great, but what boggles my mind is how smart this young fella is.  Watch the video and enjoy:</p>
<p><!-- start insertion by YouTube Brackets, robertbuzink.nl --><span class="youtube"><object width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/YrtANPtnhyg"> <param name="movie" value="http://www.youtube.com/v/YrtANPtnhyg" /><param name="wmode" value="transparent" /></object></span><!-- end Youtube Brackets insertion --></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2009%2F12%2F01%2Fpranav-mistry-sixth-sense%2F&amp;linkname=Pranav%20Mistry%20%26%238211%3B%20Sixth%20Sense"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2009/12/01/pranav-mistry-sixth-sense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Updating / Upgrading</title>
		<link>http://www.tanhaa.net/index.php/2009/10/30/drupal-updating-upgrading/</link>
		<comments>http://www.tanhaa.net/index.php/2009/10/30/drupal-updating-upgrading/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:34:53 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[techno-babble]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/?p=188</guid>
		<description><![CDATA[Updating or Upgrading Drupal is not an easy task.  Compared to Wordpress, where the updating is simply a mouse-click away, Drupal requires you to do certain things that can take a bit of time in extremely extensive sites.  I recently had to update my Drupal installation from 6.12 to 6.14
Now this being my first Drupal [...]]]></description>
			<content:encoded><![CDATA[<p>Updating or Upgrading Drupal is not an easy task.  Compared to Wordpress, where the updating is simply a mouse-click away, Drupal requires you to do certain things that can take a bit of time in extremely extensive sites.  I recently had to update my Drupal installation from 6.12 to 6.14</p>
<p>Now this being my first Drupal installation, and as much as I love this CMS, the updating process can be a pain if not following the instructions carefully.  The instructions can be found in &#8220;upgrade.txt&#8221; file located in your drupal zip file, also you can find tons of instructions online.  An excellent website <a href="http://www.learnbythedrop.com" target="_blank">learnbythedrop.com</a> can help you out a lot if you are looking for tutorials on Drupal.  Here&#8217;s the video I followed to help me update Drupal.  Posting it here so that it can get more recognition on the web!  They say you can fill an ocean, one drop at a time&#8230;.</p>
<p><!-- start insertion by YouTube Brackets, robertbuzink.nl --><span class="youtube"><object width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/UTDa3FfXiI4"> <param name="movie" value="http://www.youtube.com/v/UTDa3FfXiI4" /><param name="wmode" value="transparent" /></object></span><!-- end Youtube Brackets insertion --></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2009%2F10%2F30%2Fdrupal-updating-upgrading%2F&amp;linkname=Drupal%20Updating%20%2F%20Upgrading"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2009/10/30/drupal-updating-upgrading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 6 Installation issues</title>
		<link>http://www.tanhaa.net/index.php/2009/10/01/drupal-6-installation-issues/</link>
		<comments>http://www.tanhaa.net/index.php/2009/10/01/drupal-6-installation-issues/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:19:16 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[techno-babble]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/?p=80</guid>
		<description><![CDATA[Drupal 6 requires php directive &#8220;register_globals&#8221; to be off.  This is not always the case depending on your hosting environment or even your own requirements as Drupal may not be the only thing residing on your virtual server.
There are several work arounds for the issue if you come across an error during installation asking you [...]]]></description>
			<content:encoded><![CDATA[<p>Drupal 6 requires php directive &#8220;register_globals&#8221; to be off.  This is not always the case depending on your hosting environment or even your own requirements as Drupal may not be the only thing residing on your virtual server.</p>
<p>There are several work arounds for the issue if you come across an error during installation asking you to turn &#8220;register_globals&#8221; off.  It may work for you or it may not work for you, but the final one will definitely do the job.  Just to be safe, try the fixes in the order below:</p>
<p>1.  You can always add or edit the .htaccess file in your root directory with the following line:</p>
<blockquote><p><strong>php_flag register_globals off</strong></p></blockquote>
<p>This may or may not work depending on whether the apache configuration on your host allows directives to be fed through the .htaccess file.  Find out more about .htaccess files by going to <a href="http://www.freewebmasterhelp.com/tutorials/htaccess/" target="_blank">http://www.freewebmasterhelp.com/tutorials/htaccess/</a></p>
<p>2. So that didn&#8217;t work huh?  Fret not, here&#8217;s another solution.  Place a &#8220;php.ini&#8221; file in your root directory with the following line:</p>
<blockquote><p><strong>register_globals = 0</strong></p></blockquote>
<p>did that work?  Basically you are telling php to initialize with the setting for your directory.</p>
<p>3. Wait, we didn&#8217;t cover the fact that you may be running your own server! Well if you are lucky enough to have your own server and control over your php.ini file, simply change the register_globals variable to &#8216;off&#8217;  in your php.ini file.  More information can be found at the php website about how to configure your php.ini file.</p>
<p>4. You could also try adding the following line to your .htaccess file (it has been proven to work on <a href="http://www.1and1.com/?k_id=10852928" target="_blank">1&amp;1 webservers</a>):</p>
<blockquote><p><strong>AddType x-mapp-php5 .php</strong></p></blockquote>
<p>This directive simply tells the server to use php5 for .php files instead of php4 (which might be the default for several webhosts out there)</p>
<p>5.  Ok genius, nothing worked, now what? Yup, that was my case as well, nothing worked, seemed the host didn&#8217;t allow default settings to be changed.  Well there&#8217;s always the &#8220;ask your hosting provider&#8221; answer.  If you are so inclined to do so, send them an email and ask them how to turn the &#8220;register_globals&#8221; variable off for your particular site.  They might not be of much help, but you never know.  Or, (Yes!) there&#8217;s another method.  You can simply tell Drupal to ignore it when installing.  It requires you to change the install file located in <em>modules/system</em> directory called &#8220;<em><strong>system.install</strong></em>&#8220;.  Go ahead and find the line:</p>
<blockquote><p><span lang="EN"><span lang="EN">if (!empty($register_globals) &amp;&amp; strtolower($register_globals) <span style="color: #dd0000;">!=</span> ‘off’)</span></span></p></blockquote>
<p><span lang="EN"><span lang="EN">and change the &#8220;<em><strong>!=</strong></em>&#8221; to &#8220;<em><strong>==</strong></em>&#8221; .   The line should now read:</span></span></p>
<blockquote><p><span lang="EN"><span lang="EN"><br />
</span></span><span lang="EN"><span lang="EN">if (!empty($register_globals) &amp;&amp; strtolower($register_globals) <span style="color: #00dd00;">==</span> ‘off’) </span></span></p></blockquote>
<p><span lang="EN"><span lang="EN"> </span></span><span lang="EN"><span lang="EN">Curious to know what you are doing here?  Well you are simply telling the system.install file change the &#8220;not equal to&#8221; to &#8220;equal to&#8221;.   Basically, you fooled the system into treating a response which would mean that &#8220;register_globals&#8221; is &#8220;on&#8221; into treating it as &#8220;register_globals&#8221; is &#8220;off&#8221;.  You will not get any more errors when doing the install now. </span></span></p>
<p><span lang="EN"><span lang="EN">Now, remember, it is unsafe to have register_globals on.  Your system is not fully secure if that directive is on.  So if you are willing to take the risk, you can implement the solutions provided in this post.<br />
</span></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2009%2F10%2F01%2Fdrupal-6-installation-issues%2F&amp;linkname=Drupal%206%20Installation%20issues"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2009/10/01/drupal-6-installation-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source CMS Comparitive Analysis</title>
		<link>http://www.tanhaa.net/index.php/2009/09/15/open-source-cms-compartive-analysis/</link>
		<comments>http://www.tanhaa.net/index.php/2009/09/15/open-source-cms-compartive-analysis/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:48:33 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/?p=71</guid>
		<description><![CDATA[Are you looking for an open source CMS? There are way too many systems out there and everybody has its own choice, providing their own pros and cons about the various systems out there.  I came across a nice report which I felt like sharing with others who may be visiting these open source demo [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for an open source CMS? There are way too many systems out there and everybody has its own choice, providing their own pros and cons about the various systems out there.  I came across a nice report which I felt like sharing with others who may be visiting these open source demo sites with the same dilemma as myself, which one is best?</p>
<p>Link to the report:<br />
<a href="http://www.waterandstone.com/downloads/2008OpenSourceCMSMarketSurvey.pdf">http://www.waterandstone.com/downloads/2008OpenSourceCMSMarketSurvey.pdf</a></p>
<p>While you are at it, couple of other sites that may be of interest to you are:</p>
<p><a href="http://www.opensourcecms.com/">http://www.opensourcecms.com/</a><br />
<a title="CMS Matrix" href="http://www.oscom.org/matrix/index.html" target="_blank"> http://www.oscom.org/matrix/index.html</a></p>
<p>If anybody reading this has any thoughts on the open source CMS systems, please share.  I personally have liked playing with Drupal a lot.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2009%2F09%2F15%2Fopen-source-cms-compartive-analysis%2F&amp;linkname=Open%20Source%20CMS%20Comparitive%20Analysis"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2009/09/15/open-source-cms-compartive-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql &#8211; Appending data</title>
		<link>http://www.tanhaa.net/index.php/2007/07/10/mysql-appending-data/</link>
		<comments>http://www.tanhaa.net/index.php/2007/07/10/mysql-appending-data/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 20:40:30 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/index.php/2007/07/10/mysql-appending-data/</guid>
		<description><![CDATA[Problem:
Appending data from one table to another table where duplicate might exist.
Solution:
A simple &#8220;Insert into table2 select * from table1&#8243; query will give errors saying &#8220;duplicate records exist&#8221;, to go around it, the following query should do the job:

INSERT  INTO MASTERTABLE
SELECT  *
FROM NEWTABLE
WHERE NEWTABLE.`UNIQUEID`  NOT
IN (SELECT  `UNIQUEID` 
FROM MASTERTABLE
)
]]></description>
			<content:encoded><![CDATA[<p>Problem:<br />
Appending data from one table to another table where duplicate might exist.<br />
Solution:<br />
A simple &#8220;Insert into table2 select * from table1&#8243; query will give errors saying &#8220;duplicate records exist&#8221;, to go around it, the following query should do the job:</p>
<p><span class="syntax_alpha syntax_alpha_reservedWord" /><br />
<span class="syntax"><span class="syntax_alpha syntax_alpha_reservedWord">INSERT</span>  <span class="syntax_alpha syntax_alpha_reservedWord">INTO</span> <span class="syntax_alpha syntax_alpha_identifier">MASTERTABLE</span><br />
<span class="syntax_alpha syntax_alpha_reservedWord">SELECT</span>  <span class="syntax_punct">*</span><br />
<span class="syntax_alpha syntax_alpha_reservedWord">FROM</span> <span class="syntax_alpha syntax_alpha_identifier">NEWTABLE</span><br />
<span class="syntax_alpha syntax_alpha_reservedWord">WHERE</span> <span class="syntax_alpha syntax_alpha_identifier">NEWTABLE</span><span class="syntax_punct syntax_punct_qualifier">.</span><span class="syntax_quote syntax_quote_backtick">`UNIQUEID`</span>  <span class="syntax_alpha syntax_alpha_reservedWord">NOT</span><br />
<span class="syntax_alpha syntax_alpha_reservedWord">IN</span> <span class="syntax_punct syntax_punct_bracket_open_round">(</span></span><span class="syntax_alpha syntax_alpha_reservedWord">SELECT</span>  <span class="syntax_quote syntax_quote_backtick">`UNIQUEID`</span> <span class="syntax"><span class="syntax_punct syntax_punct_bracket_open_round"></span></p>
<div class="syntax_indent1"><span class="syntax_alpha syntax_alpha_reservedWord">FROM</span> <span class="syntax_alpha syntax_alpha_identifier">MASTERTABLE</span></div>
<p><span class="syntax_punct syntax_punct_bracket_close_round">)</span></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2007%2F07%2F10%2Fmysql-appending-data%2F&amp;linkname=Mysql%20%26%238211%3B%20Appending%20data"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2007/07/10/mysql-appending-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL non-matching Records</title>
		<link>http://www.tanhaa.net/index.php/2007/06/15/mysql-non-matching-records/</link>
		<comments>http://www.tanhaa.net/index.php/2007/06/15/mysql-non-matching-records/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 18:40:05 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/index.php/2007/06/15/mysql-non-matching-records/</guid>
		<description><![CDATA[Problem:  Finding records in Table b that do not match records in Table a
This sort of problem may arise when you need to scrub a file against another or run a duplicate scan on a file against another to weed out any duplicates that may exist prior to doing whatever it is you need [...]]]></description>
			<content:encoded><![CDATA[<p>Problem:  Finding records in Table b that do not match records in Table a</p>
<p>This sort of problem may arise when you need to scrub a file against another or run a duplicate scan on a file against another to weed out any duplicates that may exist prior to doing whatever it is you need to do with that file.  Lets assume that both the tables have a field called &#8220;PHONE&#8221; that identifies your clients as unique.<br />
The query that you will need to run uses LEFT JOIN function</p>
<p><span class="syntax"><span class="syntax_alpha syntax_alpha_reservedWord">SELECT</span>  <span class="syntax_punct">*</span> <span class="syntax_alpha syntax_alpha_reservedWord">FROM</span> <span class="syntax_alpha syntax_alpha_identifier" /><span class="syntax_alpha syntax_alpha_identifier" /><span class="syntax_white syntax_white_newline" />TableB b<br />
<span class="syntax_alpha syntax_alpha_reservedWord">LEFT</span>  <span class="syntax_alpha syntax_alpha_reservedWord">OUTER</span>  <span class="syntax_alpha syntax_alpha_reservedWord">JOIN</span> <span class="syntax_alpha syntax_alpha_identifier">TableA</span> <span class="syntax_alpha syntax_alpha_identifier">a</span> <span class="syntax_alpha syntax_alpha_reservedWord">ON</span> <span class="syntax_alpha syntax_alpha_identifier">b</span><span class="syntax_punct syntax_punct_qualifier">.</span><span class="syntax_quote syntax_quote_backtick">`PHONE`</span>  <span class="syntax_punct">=</span> <span class="syntax_alpha syntax_alpha_identifier">a</span><span class="syntax_punct syntax_punct_qualifier">.</span><span class="syntax_quote syntax_quote_backtick">`PHONE`</span> <span class="syntax_white syntax_white_newline" /><br />
<span class="syntax_alpha syntax_alpha_reservedWord">WHERE</span> <span class="syntax_alpha syntax_alpha_identifier">a</span><span class="syntax_punct syntax_punct_qualifier">.</span><span class="syntax_quote syntax_quote_backtick">`PHONE`</span>  <span class="syntax_alpha syntax_alpha_reservedWord">IS</span>  <span class="syntax_alpha syntax_alpha_reservedWord">NULL</span> </span></p>
<p>This should do it.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2007%2F06%2F15%2Fmysql-non-matching-records%2F&amp;linkname=MySQL%20non-matching%20Records"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2007/06/15/mysql-non-matching-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scribus &#8211; Page Numbering</title>
		<link>http://www.tanhaa.net/index.php/2007/04/02/scribus-page-numbering/</link>
		<comments>http://www.tanhaa.net/index.php/2007/04/02/scribus-page-numbering/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 16:37:31 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[scribus]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/index.php/2007/04/02/scribus-page-numbering/</guid>
		<description><![CDATA[So I have been working with Scribus for the last few days for a project at work.  Being on Linux, I always look for software that let me do what needs to be done that are opensource, Scribus ended up being the perfect desktop publishing solution that works on Linux. If you are looking for [...]]]></description>
			<content:encoded><![CDATA[<p>So I have been working with Scribus for the last few days for a project at work.  Being on Linux, I always look for software that let me do what needs to be done that are opensource, Scribus ended up being the perfect desktop publishing solution that works on Linux. If you are looking for Desktop publishing solution, Scribus can do the job for you and if I&#8217;m not mistaken, it works on multiple operating systems (including Windows).  Now my advice is that if you are going for Scribus, make sure you go for the latest version, even though it is from their nightly developped version, you are more likely to have better functions, more functions and a stable version if you do that.  I am currently using 1.3.3.6 and I think a better version is out already.  In any case, the post is to help with the page-numbering issue.</p>
<p>So I made my little booklet and realized that my page numbers were showing up wrong, after 10 or so pages, I started getting 1-2-3-4 repeated all over! What&#8217;s wrong? Apparently, you need to tell Scribus that you want more than 10 pages.  So on my master template, where I had put up a # sign to indicate I want the page number to come there, I had to put up ## signs for pages more than 20.  Simple solution, weird behaviour.</p>
<p>Thought I&#8217;d share this with the world.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2007%2F04%2F02%2Fscribus-page-numbering%2F&amp;linkname=Scribus%20%26%238211%3B%20Page%20Numbering"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2007/04/02/scribus-page-numbering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting flv to mpg in Ubuntu</title>
		<link>http://www.tanhaa.net/index.php/2007/03/12/converting-flv-to-mpg-in-ubuntu/</link>
		<comments>http://www.tanhaa.net/index.php/2007/03/12/converting-flv-to-mpg-in-ubuntu/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 20:49:54 +0000</pubDate>
		<dc:creator>tanhaa</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[techno-babble]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tanhaa.net/index.php/2007/03/12/converting-flv-to-mpg-in-ubuntu/</guid>
		<description><![CDATA[In case you ever need to convert one of those flash videos that you find all over the web these days (for example on youtube.com), you can use your linux box very easily to do so.  But first, download the .flv (flash video) file from the website. To do that, use &#8220;unplug&#8221; addon for [...]]]></description>
			<content:encoded><![CDATA[<p>In case you ever need to convert one of those flash videos that you find all over the web these days (for example on youtube.com), you can use your linux box very easily to do so.  But first, download the .flv (flash video) file from the website. To do that, use &#8220;unplug&#8221; addon for Mozilla firefox (just go to the Firefox addon site and search for &#8220;unplug&#8221;).</p>
<p>The plugin gives you a few choices to download streaming video/audio from a site by giving you (what it assumes) to be the best link to download the media file.</p>
<p>So after you have downloaded the flv file, simply open up the terminal and run this command:</p>
<p>user@server:~$ ffmpeg -i get_video.flv -ab 56 -ar 22050 -b 500 -s 320X240 video.mpg<br />
A great link that gives more information about this process is in my del.icio.us and here it is: http://ubuntuforums.org/showthread.php?p=1656936</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.tanhaa.net%2Findex.php%2F2007%2F03%2F12%2Fconverting-flv-to-mpg-in-ubuntu%2F&amp;linkname=Converting%20flv%20to%20mpg%20in%20Ubuntu"><img src="http://www.tanhaa.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.tanhaa.net/index.php/2007/03/12/converting-flv-to-mpg-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
