<?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 Nouvelles Technologiesvim | Blog Nouvelles Technologies</title>
	<atom:link href="http://www.blog-nouvelles-technologies.net/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog-nouvelles-technologies.net</link>
	<description>technologiquement parlant, nous vivons une époque privilégiée</description>
	<lastBuildDate>Mon, 19 Sep 2011 14:20:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vim: 35 ressources pour apprendre à l&#8217;utiliser</title>
		<link>http://www.blog-nouvelles-technologies.net/vim-35-ressources-pour-apprendre-a-lutiliser/</link>
		<comments>http://www.blog-nouvelles-technologies.net/vim-35-ressources-pour-apprendre-a-lutiliser/#comments</comments>
		<pubDate>Tue, 05 May 2009 21:25:31 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[Liens]]></category>
		<category><![CDATA[ressources]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=873</guid>
		<description><![CDATA[35 liens collectés lors de mon apprentissage de vim. Cela peut faire un bon point de départ si l&#8217;on a décidé de se lancer dans l&#8217;utilisation de cet outil. vim:essentials Learning the vi editor/Vim/Useful things for programmers to know &#8211; Wikibooks, collection of open-content textbooks Vim en:Table of Contents &#8211; Notes Un ebook sur vim consultable en ligne. In VIM, how do I apply a macro to a set of lines? &#8211; Stack Overflow Box.net Technical Blog &#8221; Blog Archive &#8221; How to Debug PHP with Vim and XDebug on Linux Article sur comment débuguer du php avec vim comme dans un ide. Ca a l&#8217;air cool. A tester. Vim Tip: vim and ctags &#8211; La Vita è Bella Bonnes astuces pour masteriser les ctags! 私のTech記憶: Open new files as tabs in current Vim Console Comment ouvrir des fichiers dans un vim deja lancé et dans un tab. Quelques &#8220;killer tips&#8221; pour vim Super vim tips en francais. Certaines astuces originales comparé a la littérature habituelle sur le sujet. C editing with VIM HOWTO Trés bon tuto sur les bases de l&#8217;édition de code c avec vim. Un peu ancien mais d&#8217;actualité (bases). Easier buffer switching &#8211; Vim Tips Wiki [...]]]></description>
			<content:encoded><![CDATA[<p><strong>35 liens collectés lors de mon apprentissage de vim. Cela peut faire un bon point de départ si l&#8217;on a décidé de se lancer dans l&#8217;utilisation de cet outil.</strong></p>
<p><a href="http://www.stanford.edu/~jacobm/vim.html">vim:essentials</a></p>
<p><a href="http://en.wikibooks.org/wiki/Learning_the_vi_editor/Vim/Useful_things_for_programmers_to_know#Word.2C_variable.2C_function.2C_and_line_completion">Learning the vi editor/Vim/Useful things for programmers to know &#8211; Wikibooks, collection of open-content textbooks</a></p>
<p><a href="http://www.swaroopch.com/notes/Vim_en:Table_of_Contents">Vim en:Table of Contents &#8211; Notes</a><br />
Un ebook sur vim consultable en ligne.</p>
<p><a href="http://stackoverflow.com/questions/390174/in-vim-how-do-i-apply-a-macro-to-a-set-of-lines">In VIM, how do I apply a macro to a set of lines? &#8211; Stack Overflow</a></p>
<p><a href="http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/">Box.net Technical Blog &#8221; Blog Archive &#8221; How to Debug PHP with Vim and XDebug on Linux</a><br />
Article sur comment débuguer du php avec vim comme dans un ide. Ca a l&#8217;air cool. A tester.</p>
<p><a href="http://wang.yuxuan.org/blog/2007/4/25/vim_tip_vim_and_ctags">Vim Tip: vim and ctags &#8211; La Vita è Bella</a><br />
Bonnes astuces pour masteriser les ctags!</p>
<p><a href="http://piao-tech.blogspot.com/2008/10/open-new-files-as-tabs-in-current-vim.html">私のTech記憶: Open new files as tabs in current Vim Console</a><br />
Comment ouvrir des fichiers dans un vim deja lancé et dans un tab.</p>
<p><a href="http://la.firme.perso.esil.univmed.fr/website/article.php3?id_article=70">Quelques &#8220;killer tips&#8221; pour vim</a><br />
Super vim tips en francais. Certaines astuces originales comparé a la littérature habituelle sur le sujet.</p>
<p><a href="http://tldp.org/HOWTO/C-editing-with-VIM-HOWTO/index.html">C editing with VIM HOWTO</a><br />
Trés bon tuto sur les bases de l&#8217;édition de code c avec vim. Un peu ancien mais d&#8217;actualité (bases).</p>
<p><a href="http://vim.wikia.com/wiki/Easier_buffer_switching">Easier buffer switching &#8211; Vim Tips Wiki &#8211; a Wikia wiki</a></p>
<p><a href="http://www.minihowto.org/linux_help_howto/data/20071009212324/index.html">compare files and edit simultaneously with vimdiff &#8221; Linux by Examples</a></p>
<p><a href="http://andrejk.blogspot.com/2008/04/vimdiff-howto.html">42: vimdiff howto</a></p>
<p><a href="http://jmcpherson.org/editing.html">Efficient Editing With vim &#8211; Jonathan McPherson</a></p>
<p><a href="http://www.rayninfo.co.uk/vimtips.html">Best of VIM Tips, gVIM&#8217;s Key Features zzapper</a></p>
<p><a href="http://aymanh.com/a-collection-of-vim-tips">A Collection of Vim Tips | Ayman Hourieh&#8217;s Blog</a><br />
Trés bon tuto sur les essentials vim tips.</p>
<p><a href="http://www.gravitonic.com/blog/archives/000357.html">Andrei Zmievski: &#8220;VIM for (PHP) Programmers&#8221; slides and resources</a><br />
Un super slide avec les tips catégorie &#8220;inévitable&#8221;  pour les user de vim.</p>
<p><a href="http://www.vim.org/tips/tip.php?tip_id=173">Tip #173 &#8211; Switch between splits very fast (for multi-file editing) : vim online</a></p>
<p><a href="http://www.vim.org/tips/tip.php?tip_id=55">Tip #55 &#8211; previous buffer : vim online</a></p>
<p><a href="http://geekblog.over-blog.com/article-21837155.html">Développer avec symfony sous Vim avec Project et ctags &#8211; The GeekBlog</a><br />
Vim pas un ide?  &#8230; a méditer</p>
<p><a href="http://wiki.rubyonrails.org/rails/pages/HowtoUseVimWithRails">HowtoUseVimWithRails in Ruby on Rails</a></p>
<p><a href="http://www.cheminsdetraverse.info/index.php?2006/12/04/17-ruby-on-rails-vim">Ruby on Rails + VIM &#8211; Les chemins de traverse</a><br />
Voila de quoi editer ses applications rails comme il se doit!!</p>
<p><a href="http://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.html">VI and VIM editor: Tutorial and advanced features</a><br />
Un tutorial vim complet , des commandes simples aux commandes avancées.</p>
<p><a href="http://www.oualline.com/10/top_10.html">Top 10 things Vi user need to know about Vim</a></p>
<p><a href="http://ctags.sourceforge.net/ctags.html">CTAGS</a></p>
<p><a href="http://vim.wikia.com/wiki/VimTip305">Best Vim Tips &#8211; Vim Tips Wiki &#8211; a Wikia wiki</a><br />
Encore des super tips vim.</p>
<p><a href="http://www.pixelbeat.org/vim.tips.html">Essential Vim</a><br />
Some vim essentials tips. Assez original par rapport à ce qu&#8217;on trouve d&#8217;habitude.</p>
<p><a href="http://www.chinalinuxpub.com/doc/oreillybookself/unix/upt/ch31_02.htm">[Chapter 31] 31.2 Save Time and Typing with the vi map Commands</a></p>
<p><a href="http://vim.sourceforge.net/tips/tip.php?tip_id=305">Tip #305 &#8211; Best of VIM Tips (VIM&#8217;s best Features) : vim online</a><br />
Les meilleurs tips vim en condensé.</p>
<p><a href="http://vim.sourceforge.net/tips/tip.php?tip_id=135">Tip #135 &#8211; Vim buffer FAQ : vim online</a><br />
Gestion des buffers dans vim sur le site officiel.</p>
<p><a href="http://lug68.com/index.php?t=3&amp;f=tutoriaux/vi/index.php&amp;p=go">Les commandes de base de VIM</a><br />
Commandes vim de bases, en francais.</p>
<p><a href="http://fr.wikipedia.org/wiki/Vim">Vim &#8211; Wikipédia</a><br />
Vim sur wikipedia, un bon point de départ pour se lancer dans vi(m)</p>
<p><a href="http://www.troubleshooters.com/lpm/200212/200212.htm">December 2002 Linux Productivity Magazine: VI and Vim</a></p>
<p><a href="http://www.linux-france.org/article/appli/vi/vim/">Introduction à VIM.</a></p>
<p><a href="http://tnerual.eriogerg.free.fr/vimqrc-fr.html">VIM Quick Reference Card</a></p>
<p><a href="http://www.networkcomputing.com/unixworld/tutorial/009/009.html">The Vi/Ex Editor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/vim-35-ressources-pour-apprendre-a-lutiliser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Un tutorial trés complet sur vim</title>
		<link>http://www.blog-nouvelles-technologies.net/un-tutorial-tres-complet-sur-vim/</link>
		<comments>http://www.blog-nouvelles-technologies.net/un-tutorial-tres-complet-sur-vim/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:32:16 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=597</guid>
		<description><![CDATA[Je suis tombé sur ce ebook complet sur vim et consultable en ligne. OK beaucoup se demandent pourquoi éditer  du texte et du code avec un tel outil&#8230; Personnellement ce sont plusieurs principes qui m&#8217;ont mené a l&#8217;étudier. Le premier principe satisfait est que j&#8217;ai pas mal de choses à en apprendre . Pour les autres principes j&#8217;en parlerai plus tard&#8230;. Vim en:Table of Contents &#8211; Notes Un ebook sur vim consultable en ligne.]]></description>
			<content:encoded><![CDATA[<p><strong>Je suis tombé sur ce ebook complet sur vim et consultable en ligne.</strong></p>
<p>OK beaucoup se demandent pourquoi éditer  du texte et du code avec un tel outil&#8230; Personnellement ce sont plusieurs principes qui m&#8217;ont mené a l&#8217;étudier. Le premier principe satisfait est que j&#8217;ai pas mal de choses à en apprendre . Pour les autres principes j&#8217;en parlerai plus tard&#8230;.</p>
<h5><a href="http://www.swaroopch.com/notes/Vim_en:Table_of_Contents">Vim en:Table of Contents &#8211; Notes</a></h5>
<p>Un ebook sur vim consultable en ligne.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/un-tutorial-tres-complet-sur-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gdb + vim, vim + macro</title>
		<link>http://www.blog-nouvelles-technologies.net/gdb-vim-vim-macro-google-ciblage-comportementale/</link>
		<comments>http://www.blog-nouvelles-technologies.net/gdb-vim-vim-macro-google-ciblage-comportementale/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:00:05 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[publicité]]></category>
		<category><![CDATA[viePrivée]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=556</guid>
		<description><![CDATA[In VIM, how do I apply a macro to a set of lines? &#8211; Stack Overflow Box.net Technical Blog &#187; Blog Archive &#187; How to Debug PHP with Vim and XDebug on Linux Article sur comment d&#233;buguer du php avec vim comme dans un ide. Ca a l&#39;air cool. A tester. Aboutissement pour Google: ciblage comportemental pour ses publicit&#233;s! &#8211; Blogs &#8211; ZDNet.fr Official Google Blog: Making ads more interesting Google va exp&#233;rimenter la publicit&#233; comportementale &#8211; Actualit&#233;s &#8211; ZDNet.fr]]></description>
			<content:encoded><![CDATA[<h5><a href="http://stackoverflow.com/questions/390174/in-vim-how-do-i-apply-a-macro-to-a-set-of-lines">In VIM, how do I apply a macro to a set of lines? &#8211; Stack Overflow</a></h5>
</p>
<h5><a href="http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/">Box.net Technical Blog &raquo; Blog Archive &raquo; How to Debug PHP with Vim and XDebug on Linux</a></h5>
<p>Article sur comment d&eacute;buguer du php avec vim comme dans un ide. Ca a l&#39;air cool. A tester.</p>
<h5><a href="http://www.zdnet.fr/blogs/2009/03/11/aboutissement-pour-google-ciblage-comportemental-pour-ses-publicites-/">Aboutissement pour Google: ciblage comportemental pour ses publicit&eacute;s! &#8211; Blogs &#8211; ZDNet.fr</a></h5>
</p>
<h5><a href="http://googleblog.blogspot.com/2009/03/making-ads-more-interesting.html">Official Google Blog: Making ads more interesting</a></h5>
</p>
<h5><a href="http://www.zdnet.fr/actualites/internet/0,39020774,39387754,00.htm?xtor=RSS-1">Google va exp&eacute;rimenter la publicit&eacute; comportementale &#8211; Actualit&eacute;s &#8211; ZDNet.fr</a></h5></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/gdb-vim-vim-macro-google-ciblage-comportementale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 vim tips; ctags + ouvrir dans un vim déjà lancé</title>
		<link>http://www.blog-nouvelles-technologies.net/2-vim-tips-ctags-ouvrir-dans-un-vim-deja-lance/</link>
		<comments>http://www.blog-nouvelles-technologies.net/2-vim-tips-ctags-ouvrir-dans-un-vim-deja-lance/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 20:17:21 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[ctags]]></category>
		<category><![CDATA[servermode]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=494</guid>
		<description><![CDATA[Vim Tip: vim and ctags &#8211; La Vita è Bella Bonnes astuces pour masteriser les ctags! 私のTech記憶: Open new files as tabs in current Vim Console Comment ouvrir des fichiers dans un vim deja lancé et dans un tab.]]></description>
			<content:encoded><![CDATA[<h5><a href="http://wang.yuxuan.org/blog/2007/4/25/vim_tip_vim_and_ctags">Vim Tip: vim and ctags &#8211; La Vita è Bella</a></h5>
<p>Bonnes astuces pour masteriser les ctags!</p>
<h5><a href="http://piao-tech.blogspot.com/2008/10/open-new-files-as-tabs-in-current-vim.html">私のTech記憶: Open new files as tabs in current Vim Console</a></h5>
<p>Comment ouvrir des fichiers dans un vim deja lancé et dans un tab.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/2-vim-tips-ctags-ouvrir-dans-un-vim-deja-lance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>readline pour maitriser le shell et coder en c avec vim</title>
		<link>http://www.blog-nouvelles-technologies.net/readline-pour-maitriser-le-shell-et-coder-en-c-avec-vim/</link>
		<comments>http://www.blog-nouvelles-technologies.net/readline-pour-maitriser-le-shell-et-coder-en-c-avec-vim/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:49:20 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=460</guid>
		<description><![CDATA[Christophe Jacquet — GNU Readline Les toutes premieres bases de readline. Pas mal pour commencer. Readline keyboard shortcuts for bash&#8230;. Une trés bonne cheatsheet résumant les commandes de readline. Pour info bash utilise readline pour son invite de commande donc ces astuces sont utiles pour devenir un commande line killer! GNU Readline Library &#8211; Programming with GNU Readline Comment programmer avec readline, intéressant pour l&#8217;exemple complet. Quelques &#8220;killer tips&#8221; pour vim Super vim tips en francais. Certaines astuces originales comparé a la littérature habituelle sur le sujet. C editing with VIM HOWTO Trés bon tuto sur les bases de l&#8217;édition de code c avec vim. Un peu ancien mais d&#8217;actualité (bases).]]></description>
			<content:encoded><![CDATA[<h5><a href="http://www.jacquet80.eu/blog/post/2008/12/readline">Christophe Jacquet — GNU Readline</a></h5>
<p>Les toutes premieres bases de readline. Pas mal pour commencer.</p>
<h5><a href="http://www.bigsmoke.us/readline/shortcuts">Readline keyboard shortcuts for bash&#8230;.</a></h5>
<p>Une trés bonne cheatsheet résumant les commandes de readline. Pour info bash utilise readline pour son invite de commande donc ces astuces sont utiles pour devenir un commande line killer!</p>
<h5><a href="http://www.math.utah.edu/docs/info/rlman_2.html#SEC36">GNU Readline Library &#8211; Programming with GNU Readline</a></h5>
<p>Comment programmer avec readline, intéressant pour l&#8217;exemple complet.</p>
<h5><a href="http://la.firme.perso.esil.univmed.fr/website/article.php3?id_article=70">Quelques &#8220;killer tips&#8221; pour vim</a></h5>
<p>Super vim tips en francais. Certaines astuces originales comparé a la littérature habituelle sur le sujet.</p>
<h5><a href="http://tldp.org/HOWTO/C-editing-with-VIM-HOWTO/index.html">C editing with VIM HOWTO</a></h5>
<p>Trés bon tuto sur les bases de l&#8217;édition de code c avec vim. Un peu ancien mais d&#8217;actualité (bases).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/readline-pour-maitriser-le-shell-et-coder-en-c-avec-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css &#8211; vim buffers &#8211; svn ignore</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-25-09-2008-au-27-09-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-25-09-2008-au-27-09-2008/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 19:11:18 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ignore]]></category>
		<category><![CDATA[organisation]]></category>
		<category><![CDATA[organiser]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=194</guid>
		<description><![CDATA[PingMag &#8211; The Tokyo-based magazine about “Design and Making Things” » Archive » 5 Steps to CSS Heaven Ignore Files and Directories in Subversion Easier buffer switching &#8211; Vim Tips Wiki &#8211; a Wikia wiki Tips for organizing your CSS &#124; C82]]></description>
			<content:encoded><![CDATA[<h5><a href="http://pingmag.jp/2006/05/18/5-steps-to-css-heaven/">PingMag &#8211; The Tokyo-based magazine about “Design and Making Things” » Archive » 5 Steps to CSS Heaven</a></h5>
<h5><a href="http://www.petefreitag.com/item/662.cfm">Ignore Files and Directories in Subversion</a></h5>
<h5><a href="http://vim.wikia.com/wiki/Easier_buffer_switching">Easier buffer switching &#8211; Vim Tips Wiki &#8211; a Wikia wiki</a></h5>
<h5><a href="http://www.c82.net/posts.php?id=26">Tips for organizing your CSS | C82</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-25-09-2008-au-27-09-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 articles d&#8217;&#8221;essentials tips&#8221; pour vim</title>
		<link>http://www.blog-nouvelles-technologies.net/5-articles-dessentials-tips-pour-vim/</link>
		<comments>http://www.blog-nouvelles-technologies.net/5-articles-dessentials-tips-pour-vim/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 19:20:34 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vim tips]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=196</guid>
		<description><![CDATA[Si vous avez décidé de vous mettre a vim, voici quelques articles qui vous rendront impatients de masteriser l&#8217;outil. &#8220;VIM for (PHP) Programmers&#8221; slides and resources Un super tutorial basé sur un pdf trés complet d&#8217;une conférence d&#8217;un des principaux contributeur de php. Un must: du super pratique et utile que l&#8217;on ne trouve pas facilement ailleurs. http://www.gravitonic.com/blog/archives/000357.html A Collection of Vim Tips Des quick tips en fin de billet sympas. http://aymanh.com/a-collection-of-vim-tips Best of Vim Tips Beaucoup de choses. Pas trop pour les débutants. http://www.rayninfo.co.uk/vimtips.html Efficient Editing With vim Article plus complet. Des astuces originales, des bonnes habitudes. http://jmcpherson.org/editing.html Top 10 things Vi user need to know about Vim Pour les débutants. Trés basique mais trés utile a celui qui ne connait pas du tout vim. http://www.oualline.com/10/top_10.html]]></description>
			<content:encoded><![CDATA[<p><strong>Si vous avez décidé de vous mettre a vim, voici quelques articles qui vous rendront impatients de masteriser l&#8217;outil.</strong></p>
<h2>&#8220;VIM for (PHP) Programmers&#8221; slides and resources</h2>
<p>Un super tutorial basé sur un pdf trés complet d&#8217;une conférence d&#8217;un des principaux contributeur de php.</p>
<p>Un must: du super pratique et utile que l&#8217;on ne trouve pas facilement ailleurs.</p>
<p><a href="http://www.gravitonic.com/blog/archives/000357.html">http://www.gravitonic.com/blog/archives/000357.html</a></p>
<h2>A Collection of Vim Tips</h2>
<p>Des quick tips en fin de billet sympas.</p>
<p><a href="http://aymanh.com/a-collection-of-vim-tips">http://aymanh.com/a-collection-of-vim-tips</a></p>
<h2>Best of Vim Tips</h2>
<p><span><span style="font-family: arial;">Beaucoup de choses. Pas trop pour les débutants.<br />
</span></span></p>
<p><a href="http://www.rayninfo.co.uk/vimtips.html">http://www.rayninfo.co.uk/vimtips.html</a></p>
<h2>Efficient Editing With vim</h2>
<p>Article plus complet. Des astuces originales, des bonnes habitudes.</p>
<p><a href="http://jmcpherson.org/editing.html">http://jmcpherson.org/editing.html</a></p>
<h2>Top 10 things Vi user need to know about Vim</h2>
<p>Pour les débutants. Trés basique mais trés utile a celui qui ne connait pas du tout vim.</p>
<p><a href="http://www.oualline.com/10/top_10.html">http://www.oualline.com/10/top_10.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/5-articles-dessentials-tips-pour-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim tip: copier coller depuis l&#8217;extérieur</title>
		<link>http://www.blog-nouvelles-technologies.net/vim-tip-copier-coller-depuis-lexterieur/</link>
		<comments>http://www.blog-nouvelles-technologies.net/vim-tip-copier-coller-depuis-lexterieur/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 18:30:48 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[copierColler]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=191</guid>
		<description><![CDATA[Quand on colle du texte dans vim depuis une autre application, l&#8217;éditeur insère des tabulations dont le nombre est incrémenté à chaque debut de ligne. La solution: éxecuter la commande suivante, :set paste]]></description>
			<content:encoded><![CDATA[<p>Quand on colle du texte dans vim depuis une autre application, l&#8217;éditeur insère des tabulations dont le nombre est incrémenté à chaque debut de ligne.</p>
<p>La solution:<br />
éxecuter la commande suivante,<br />
<code>:set paste</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/vim-tip-copier-coller-depuis-lexterieur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vimdiff et index en page web</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-18-09-2008-au-18-09-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-18-09-2008-au-18-09-2008/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 11:57:55 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[informationArchitecture]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimdiff]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=187</guid>
		<description><![CDATA[A to Z Indexes on the web compare files and edit simultaneously with vimdiff » Linux by Examples 42: vimdiff howto]]></description>
			<content:encoded><![CDATA[<h5><a href="http://www.montague.com/review/AtoZ.htm">A to Z Indexes on the web</a></h5>
<h5><a href="http://www.minihowto.org/linux_help_howto/data/20071009212324/index.html">compare files and edit simultaneously with vimdiff » Linux by Examples</a></h5>
<h5><a href="http://andrejk.blogspot.com/2008/04/vimdiff-howto.html">42: vimdiff howto</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-18-09-2008-au-18-09-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>killers wim tips</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-11-09-2008-au-14-09-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-11-09-2008-au-14-09-2008/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 12:37:52 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[runner]]></category>
		<category><![CDATA[scheduling]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=173</guid>
		<description><![CDATA[Efficient Editing With vim &#8211; Jonathan McPherson Best of VIM Tips, gVIM&#8217;s Key Features zzapper A Collection of Vim Tips &#124; Ayman Hourieh&#8217;s Blog Trés bon tuto sur les essentials vim tips. Andrei Zmievski: &#8220;VIM for (PHP) Programmers&#8221; slides and resources Un super slide avec les tips catégorie &#8220;inévitable&#8221; pour les user de vim. HowToRunBackgroundJobsInRails in Ruby on Rails]]></description>
			<content:encoded><![CDATA[<h5><a href="http://jmcpherson.org/editing.html">Efficient Editing With vim &#8211; Jonathan McPherson</a></h5>
<h5><a href="http://www.rayninfo.co.uk/vimtips.html">Best of VIM Tips, gVIM&#8217;s Key Features zzapper</a></h5>
<h5><a href="http://aymanh.com/a-collection-of-vim-tips">A Collection of Vim Tips | Ayman Hourieh&#8217;s Blog</a></h5>
<p>Trés bon tuto sur les essentials vim tips.</p>
<h5><a href="http://www.gravitonic.com/blog/archives/000357.html">Andrei Zmievski: &#8220;VIM for (PHP) Programmers&#8221; slides and resources</a></h5>
<p>Un super slide avec les tips catégorie &#8220;inévitable&#8221;  pour les user de vim.</p>
<h5><a href="http://wiki.rubyonrails.org/rails/pages/HowToRunBackgroundJobsInRails">HowToRunBackgroundJobsInRails in Ruby on Rails</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-11-09-2008-au-14-09-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails migrations, symfony, vim</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-05-09-2008-au-08-09-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-05-09-2008-au-08-09-2008/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 12:38:25 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[ctags]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[plugins_plus]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=171</guid>
		<description><![CDATA[plugins_plus gluedtomyseat: Plugin Migrator: migrations for your Rails plugins Tutorial: migrate plugin schemas using Ruby on Rails 1.2 &#8211; RailsOnWave Ruby on Rails web 2.0 Ajax HOWTO: Make A Rails Plugin From Scratch &#8211; Rails Forum &#8211; Ruby on Rails Help and Discussion Forum Tip #173 &#8211; Switch between splits very fast (for multi-file editing) : vim online Tip #55 &#8211; previous buffer : vim online Développer avec symfony sous Vim avec Project et ctags &#8211; The GeekBlog Vim pas un ide? &#8230; a méditer]]></description>
			<content:encoded><![CDATA[<h5><a href="http://api.pluginaweek.org/plugins_plus/">plugins_plus</a></h5>
<h5><a href="http://www.gluedtomyseat.com/2008/5/26/plugin-migrator-migrations-for-your-rails-plugins">gluedtomyseat: Plugin Migrator: migrations for your Rails plugins</a></h5>
<h5><a href="http://www.railsonwave.com/railsonwave/2007/1/8/migrate-plugin-schemas-using-ruby-on-rails-1-2">Tutorial: migrate plugin schemas using Ruby on Rails 1.2 &#8211; RailsOnWave Ruby on Rails web 2.0 Ajax</a></h5>
<h5><a href="http://railsforum.com/viewtopic.php?id=682">HOWTO: Make A Rails Plugin From Scratch &#8211; Rails Forum &#8211; Ruby on Rails Help and Discussion Forum</a></h5>
<h5><a href="http://www.vim.org/tips/tip.php?tip_id=173">Tip #173 &#8211; Switch between splits very fast (for multi-file editing) : vim online</a></h5>
<h5><a href="http://www.vim.org/tips/tip.php?tip_id=55">Tip #55 &#8211; previous buffer : vim online</a></h5>
<h5><a href="http://geekblog.over-blog.com/article-21837155.html">Développer avec symfony sous Vim avec Project et ctags &#8211; The GeekBlog</a></h5>
<p>Vim pas un ide?  &#8230; a méditer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-05-09-2008-au-08-09-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamripper, vim et steek</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-04-09-2008-au-04-09-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-04-09-2008-au-04-09-2008/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 05:59:33 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[neufgiga]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[sauvegarde]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[steek]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[streamripper]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=170</guid>
		<description><![CDATA[HowtoUseVimWithRails in Ruby on Rails Ruby on Rails + VIM &#8211; Les chemins de traverse Voila de quoi editer ses applications rails comme il se doit!! Parse RSS from a specific url [ruby] [rails] [rss] [syndication] Streamripper &#8211; Tutorial (console) Comment enregister une radio depuis le net vers son disque dur&#8230; attention ce n&#8217;est pas souvent légal&#8230; MacPlus :: Neuf Giga Drive compatible 10.5]]></description>
			<content:encoded><![CDATA[<h5><a href="http://wiki.rubyonrails.org/rails/pages/HowtoUseVimWithRails">HowtoUseVimWithRails in Ruby on Rails</a></h5>
<h5><a href="http://www.cheminsdetraverse.info/index.php?2006/12/04/17-ruby-on-rails-vim">Ruby on Rails + VIM &#8211; Les chemins de traverse</a></h5>
<p>Voila de quoi editer ses applications rails comme il se doit!!</p>
<h5><a href="http://snippets.dzone.com/posts/show/68">Parse RSS from a specific url [ruby] [rails] [rss] [syndication]</a></h5>
<h5><a href="http://streamripper.sourceforge.net/tutorialconsole.php">Streamripper &#8211; Tutorial (console)</a></h5>
<p>Comment enregister une radio depuis le net vers son disque dur&#8230; attention ce n&#8217;est pas souvent légal&#8230;</p>
<h5><a href="http://www.macplus.net/magplus/depeche-19535-neuf-giga-drive-compatible-10-5">MacPlus :: Neuf Giga Drive compatible 10.5</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-04-09-2008-au-04-09-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips vim et migrations active record sans rails</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-31-07-2008-au-07-08-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-31-07-2008-au-07-08-2008/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 20:07:53 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[ctags]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[garbagecollector]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[introspection]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[runningProcess]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=164</guid>
		<description><![CDATA[eigenclass &#8211; Inspecting a live Ruby process, easier if you cheat. ActiveRecord Migrations Without Rails » rails symphonies Migration de base de données sans rails avec active records et rake. A must a see. VI and VIM editor: Tutorial and advanced features Un tutorial vim complet , des commandes simples aux commandes avancées. Top 10 things Vi user need to know about Vim C++ Programming HOW-TO: The Standard C++ Library string class Comment, entre autres, spliter une chaine en c++ InformIT: C++ Reference Guide &#62; Overriding new and delete]]></description>
			<content:encoded><![CDATA[<h5><a href="http://eigenclass.org/hiki/ruby+live+process+introspection">eigenclass &#8211; Inspecting a live Ruby process, easier if you cheat.</a></h5>
<h5><a href="http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/">ActiveRecord Migrations Without Rails » rails symphonies</a></h5>
<p>Migration de base de données sans rails avec active records et rake. A must a see.</p>
<h5><a href="http://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.html">VI and VIM editor: Tutorial and advanced features</a></h5>
<p>Un tutorial vim complet , des commandes simples aux commandes avancées.</p>
<h5><a href="http://www.oualline.com/10/top_10.html">Top 10 things Vi user need to know about Vim</a></h5>
<h5><a href="http://oopweb.com/CPP/Documents/CPPHOWTO/Volume/C++Programming-HOWTO-7.html">C++ Programming HOW-TO: The Standard C++ Library string class</a></h5>
<p>Comment, entre autres, spliter une chaine en c++</p>
<h5><a href="http://www.informit.com/guides/content.aspx?g=cplusplus&amp;seqNum=40">InformIT: C++ Reference Guide &gt; Overriding new and delete</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-31-07-2008-au-07-08-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios, linux admin, ctags</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-24-07-2008-au-25-07-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-24-07-2008-au-25-07-2008/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 08:35:29 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ctags]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=160</guid>
		<description><![CDATA[Ubuntu Quickstart Nagios quickstart install. Howto: Linux Add User To Group CTAGS]]></description>
			<content:encoded><![CDATA[<h5><a href="http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html">Ubuntu Quickstart</a></h5>
<p>Nagios quickstart install.</p>
<h5><a href="http://www.cyberciti.biz/faq/howto-linux-add-user-to-group/">Howto: Linux Add User To Group</a></h5>
<h5><a href="http://ctags.sourceforge.net/ctags.html">CTAGS</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-24-07-2008-au-25-07-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les liens du 07 07 2008 au 08 07 2008</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-07-07-2008-au-08-07-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-07-07-2008-au-08-07-2008/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:21:43 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=155</guid>
		<description><![CDATA[Vmware Server : Tutoriel How To Install VMware Server On Debian 4.0 (Etch) &#8211; Page 2 &#124; HowtoForge &#8211; Linux Howtos and Tutorials My Favorite bash Tips and Tricks Best Vim Tips &#8211; Vim Tips Wiki &#8211; a Wikia wiki Encore des super tips vim. Essential Vim Some vim essentials tips. Assez original par rapport à ce qu&#8217;on trouve d&#8217;habitude. Play Last.fm Radio Streams in your Music Player Comment streamer directement last.fm depuis un autre lecteur.]]></description>
			<content:encoded><![CDATA[<h5><a href="http://www.pcentraide.com/index.php?showtopic=32540">Vmware Server : Tutoriel</a></h5>
<h5><a href="http://www.howtoforge.com/debian_etch_vmware_server_howto_p2">How To Install VMware Server On Debian 4.0 (Etch) &#8211; Page 2 | HowtoForge &#8211; Linux Howtos and Tutorials</a></h5>
<h5><a href="http://www.linuxjournal.com/article/7385">My Favorite bash Tips and Tricks</a></h5>
<h5><a href="http://vim.wikia.com/wiki/VimTip305">Best Vim Tips &#8211; Vim Tips Wiki &#8211; a Wikia wiki</a></h5>
<p>Encore des super tips vim.</p>
<h5><a href="http://www.pixelbeat.org/vim.tips.html">Essential Vim</a></h5>
<p>Some vim essentials tips. Assez original par rapport à ce qu&#8217;on trouve d&#8217;habitude.</p>
<h5><a href="http://www.ghacks.net/2007/09/22/play-lastfm-radio-streams-in-your-music-player/">Play Last.fm Radio Streams in your Music Player</a></h5>
<p>Comment streamer directement last.fm depuis un autre lecteur.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-07-07-2008-au-08-07-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bonne nouvelle pour steek</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-27-06-2008-au-01-07-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-27-06-2008-au-01-07-2008/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 12:21:41 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[steek]]></category>
		<category><![CDATA[steekr]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=150</guid>
		<description><![CDATA[TechCrunch en français » [fr] Un second tour de 5 millions d’Euros pour Steek. Le Stockage en ligne, ca marche LA bonne nouvelle! Web Services – Last.fm LA doc [Chapter 31] 31.2 Save Time and Typing with the vi map Commands]]></description>
			<content:encoded><![CDATA[<h5><a href="http://fr.techcrunch.com/2008/07/01/fr-un-second-tour-pour-steek-le-stockage-en-ligne-ca-marche/">TechCrunch en français » [fr] Un second tour de 5 millions d’Euros pour Steek. Le Stockage en ligne, ca marche</a></h5>
<p>LA bonne nouvelle!</p>
<h5><a href="http://www.lastfm.fr/api/intro">Web Services – Last.fm</a></h5>
<p>LA doc</p>
<h5><a href="http://www.chinalinuxpub.com/doc/oreillybookself/unix/upt/ch31_02.htm">[Chapter 31] 31.2 Save Time and Typing with the vi map Commands</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-27-06-2008-au-01-07-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Json en c ++ plus vi</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-15-06-2008-au-17-06-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-15-06-2008-au-17-06-2008/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 07:30:36 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=145</guid>
		<description><![CDATA[JsonCpp &#8211; JSON data format manipulation library Parser du json en c++ c&#8217;est possible! Tip #305 &#8211; Best of VIM Tips (VIM&#8217;s best Features) : vim online Les meilleurs tips vim en condensé.]]></description>
			<content:encoded><![CDATA[<h5><a href="http://jsoncpp.sourceforge.net/">JsonCpp &#8211; JSON data format manipulation library</a></h5>
<p>Parser du json en c++ c&#8217;est possible!</p>
<h5><a href="http://vim.sourceforge.net/tips/tip.php?tip_id=305">Tip #305 &#8211; Best of VIM Tips (VIM&#8217;s best Features) : vim online</a></h5>
<p>Les meilleurs tips vim en condensé.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-15-06-2008-au-17-06-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid Design avec le framework blueprint css</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-11-06-2008-au-12-06-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-11-06-2008-au-12-06-2008/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 12:12:25 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=142</guid>
		<description><![CDATA[A List Apart: Articles: Setting Type on the Web to a Baseline Grid Tutorial blueprint css framework sur ala a propos du rythme verticale. Tip #135 &#8211; Vim buffer FAQ : vim online Gestion des buffers dans vim sur le site officiel.]]></description>
			<content:encoded><![CDATA[<h5><a href="http://www.alistapart.com/articles/settingtypeontheweb">A List Apart: Articles: Setting Type on the Web to a Baseline Grid</a></h5>
<p>Tutorial blueprint css framework sur ala a propos du rythme verticale.</p>
<h5><a href="http://vim.sourceforge.net/tips/tip.php?tip_id=135">Tip #135 &#8211; Vim buffer FAQ : vim online</a></h5>
<p>Gestion des buffers dans vim sur le site officiel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-11-06-2008-au-12-06-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les liens du 22 04 2008 au 23 04 2008</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-22-04-2008-au-23-04-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-22-04-2008-au-23-04-2008/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 19:42:45 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[commandes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/les-liens-du-22-04-2008-au-23-04-2008/</guid>
		<description><![CDATA[Les commandes de base de VIM Commandes vim de bases, en francais. Vim &#8211; Wikip&#233;dia Vim sur wikipedia, un bon point de d&#233;part pour se lancer dans vi(m) December 2002 Linux Productivity Magazine: VI and Vim Introduction &#224; VIM. VIM Quick Reference Card GridFox &#8211; The Grid Layout Firefox Extension &#187; Eric Puidokas &#187; Programming and Designing for the Web Une extension qui a l&#39;air tres pratique pour le grid based design.]]></description>
			<content:encoded><![CDATA[<h5><a href="http://lug68.com/index.php?t=3&amp;f=tutoriaux/vi/index.php&amp;p=go">Les commandes de base de VIM</a></h5>
<p>Commandes vim de bases, en francais.</p>
<h5><a href="http://fr.wikipedia.org/wiki/Vim">Vim &#8211; Wikip&eacute;dia</a></h5>
<p>Vim sur wikipedia, un bon point de d&eacute;part pour se lancer dans vi(m)</p>
<h5><a href="http://www.troubleshooters.com/lpm/200212/200212.htm">December 2002 Linux Productivity Magazine: VI and Vim</a></h5>
</p>
<h5><a href="http://www.linux-france.org/article/appli/vi/vim/">Introduction &agrave; VIM.</a></h5>
</p>
<h5><a href="http://tnerual.eriogerg.free.fr/vimqrc-fr.html">VIM Quick Reference Card</a></h5>
</p>
<h5><a href="http://www.puidokas.com/portfolio/gridfox/">GridFox &#8211; The Grid Layout Firefox Extension &raquo; Eric Puidokas &raquo; Programming and Designing for the Web</a></h5>
<p>Une extension qui a l&#39;air tres pratique pour le grid based design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-22-04-2008-au-23-04-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

