<?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>By Tiboufroulou</title>
	<atom:link href="http://www.tiboufroulou.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tiboufroulou.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Dec 2011 17:06:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Repeat table header(s) when table covers several subsequent pages</title>
		<link>http://www.tiboufroulou.com/2010/12/13/repeat-table-headers-when-table-covers-several-subsequent-pages/</link>
		<comments>http://www.tiboufroulou.com/2010/12/13/repeat-table-headers-when-table-covers-several-subsequent-pages/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 19:27:04 +0000</pubDate>
		<dc:creator>Tiboufroulou</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[repeat]]></category>
		<category><![CDATA[subsequent]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.tiboufroulou.com/?p=117</guid>
		<description><![CDATA[When editing a long table spread across several pages in a Word document, one may require to repeat table header in each page for more clarity. How to achieve this easily ? Here is the hint: Select the entire table Right-click and select Table Properties Select Row tab Uncheck &#8220;Repeat as header row at the]]></description>
			<content:encoded><![CDATA[<p>When editing a long table spread across several pages in a Word document, one may require to repeat table header in each page for more clarity. How to achieve this easily ? Here is the hint:</p>
<ol>
<li>Select the entire table</li>
<li>Right-click and select Table Properties</li>
<li>Select Row tab</li>
<li>Uncheck &#8220;Repeat as header row at the top of each page&#8221; and validate the change by clicking the &#8220;OK&#8221; button</li>
<li>Select the row(s) at the top of the table you want as header</li>
<li>Again, right-click and select Table Properties and select Row tab afterward</li>
<li>Check &#8220;Repeat as header row at the top of each page&#8221; and validate the change by clicking the &#8220;OK&#8221; button</li>
</ol>
<p>Done !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiboufroulou.com/2010/12/13/repeat-table-headers-when-table-covers-several-subsequent-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn on PHP error reporting at its highest level</title>
		<link>http://www.tiboufroulou.com/2009/05/15/turn-on-php-error-reporting-at-its-highest-level/</link>
		<comments>http://www.tiboufroulou.com/2009/05/15/turn-on-php-error-reporting-at-its-highest-level/#comments</comments>
		<pubDate>Fri, 15 May 2009 16:22:55 +0000</pubDate>
		<dc:creator>Tiboufroulou</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.signal2noise.ch/?p=59</guid>
		<description><![CDATA[Put at the top of each PHP document as you develop this line: [php] // Force error reporting at its highest level error_reporting(E_ALL) [/php]]]></description>
			<content:encoded><![CDATA[<p>Put at the top of each PHP document as you develop this line:</p>
<p>[php]<br />
// Force error reporting at its highest level<br />
error_reporting(E_ALL)<br />
[/php]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiboufroulou.com/2009/05/15/turn-on-php-error-reporting-at-its-highest-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send file to computer with scp</title>
		<link>http://www.tiboufroulou.com/2009/05/08/send-file-to-computer-with-scp/</link>
		<comments>http://www.tiboufroulou.com/2009/05/08/send-file-to-computer-with-scp/#comments</comments>
		<pubDate>Fri, 08 May 2009 10:34:18 +0000</pubDate>
		<dc:creator>Tiboufroulou</dc:creator>
				<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">http://www.signal2noise.ch/?p=33</guid>
		<description><![CDATA[Easily, with: [bash light="true" ruler="false"] scp -p myFile myLogin@serveur_addr:/mypath&#60;/li&#62; [/bash]]]></description>
			<content:encoded><![CDATA[<p>Easily, with:<br />
[bash light="true" ruler="false"]<br />
scp -p myFile myLogin@serveur_addr:/mypath&lt;/li&gt;<br />
[/bash]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiboufroulou.com/2009/05/08/send-file-to-computer-with-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Muse Pocket USB under Linux</title>
		<link>http://www.tiboufroulou.com/2009/05/07/muse-pocket-usb-under-linux/</link>
		<comments>http://www.tiboufroulou.com/2009/05/07/muse-pocket-usb-under-linux/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:02:34 +0000</pubDate>
		<dc:creator>Tiboufroulou</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[hercules muse pocket]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.signal2noise.ch/?p=25</guid>
		<description><![CDATA[In a terminal window, type: asoundconf list in order to get the list of the audio recognized by Alsa. tiboufroulou@myButu:~$ asoundconf list Names of available sound cards: CK804 PALSECAM Audio Audio corresponds to the Hercules USB sound card. So, set it by default with: asoundconf set-default-card Audio ..and reboot of course !]]></description>
			<content:encoded><![CDATA[<p>In a terminal window, type:</p>
<ul>
<li>asoundconf list</li>
</ul>
<p>in order to get the list of the audio recognized by Alsa.</p>
<p>tiboufroulou@myButu:~$ asoundconf list<br />
Names of available sound cards:<br />
CK804<br />
PALSECAM<br />
Audio</p>
<p>Audio corresponds to the Hercules USB sound card. So, set it by default with:</p>
<ul>
<li>asoundconf set-default-card Audio</li>
</ul>
<p>..and reboot of course ! <img src='http://www.tiboufroulou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img id="kosa-target-image" style="position: absolute; visibility: hidden; z-index: 2147483647; left: 464px; top: 201px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiboufroulou.com/2009/05/07/muse-pocket-usb-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List connected devices to USB or PCI port</title>
		<link>http://www.tiboufroulou.com/2009/05/07/list-connected-devices-to-usb-or-pci-port/</link>
		<comments>http://www.tiboufroulou.com/2009/05/07/list-connected-devices-to-usb-or-pci-port/#comments</comments>
		<pubDate>Thu, 07 May 2009 08:47:47 +0000</pubDate>
		<dc:creator>Tiboufroulou</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.signal2noise.ch/?p=19</guid>
		<description><![CDATA[In a terminal window, type: lspci (for PCI devices) lsusb (for USB devices) This command can be used in combination with &#8220;&#124; grep -i audio&#8221; if you want to list only the audio devices]]></description>
			<content:encoded><![CDATA[<p>In a terminal window, type:</p>
<ul>
<li>lspci (for PCI devices)</li>
<li>lsusb (for USB devices)</li>
</ul>
<p>This command can be used in combination with &#8220;| grep -i audio&#8221; if you want to list only the audio devices</p>
<p><img id="kosa-target-image" style="position: absolute; visibility: hidden; z-index: 2147483647; left: 33px; top: 23px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiboufroulou.com/2009/05/07/list-connected-devices-to-usb-or-pci-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version..</title>
		<link>http://www.tiboufroulou.com/2009/03/29/hello-world/</link>
		<comments>http://www.tiboufroulou.com/2009/03/29/hello-world/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 13:44:28 +0000</pubDate>
		<dc:creator>Tiboufroulou</dc:creator>
				<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">http://fete.ch/?p=1</guid>
		<description><![CDATA[&#8230;coming&#8230; ^^]]></description>
			<content:encoded><![CDATA[<p>&#8230;coming&#8230; ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tiboufroulou.com/2009/03/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

