<?xml 
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel xml:lang="fr">
	<title>KreaComm'.info [KBWEB]</title>
	<link>http://kreacomm.info/</link>
	<description>&quot;Une base de connaissances d&#233;di&#233;e aux travailleurs du Web&quot;</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net (Sarka-SPIP)</generator>

	<image>
		<title>KreaComm'.info [KBWEB]</title>
		<url>http://www.kreacomm.info/local/cache-vignettes/L75xH75/siteon0-38e4a.jpg</url>
		<link>http://kreacomm.info/</link>
		<height>75</height>
		<width>75</width>
	</image>



 
	<item xml:lang="fr">
		<title>D&#233;tecter si l'application est en mode debug</title>
		<link>http://www.kreacomm.info/Android/SDK/Detecter-si-l-application-est-en.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Android/SDK/Detecter-si-l-application-est-en.html</guid>
		<dc:date>2010-08-13T01:40:00Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Permet de savoir si l'application est en mode debug ou non. (retourne un bool&#233;en true|false). Pour activer le debug de votre application, vous pouvez utiliser l'attribut Manifest.xml &gt; android:isdebuggable=true|false. public static boolean isDebug&amp;#40; Context context &amp;#41; &#123; PackageManager pm = context.getPackageManager&amp;#40;&amp;#41;; ApplicationInfo ai = new ApplicationInfo&amp;#40;&amp;#41;; try &#123; ai = pm.getApplicationInfo&amp;#40; context.getPackageName&amp;#40;&amp;#41;, 0 (...)

-
&lt;a href="http://www.kreacomm.info/Android/SDK/" rel="directory"&gt;SDK&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L70xH90/arton47-40268.png&quot; width='70' height='90' style='height:90px;width:70px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Permet de savoir si l'application est en mode debug ou non. (retourne un bool&#233;en true|false).&lt;/p&gt; &lt;p&gt;Pour activer le debug de votre application, vous pouvez utiliser l'attribut Manifest.xml &gt; android:isdebuggable=true|false.&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_java code&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;boolean&lt;/span&gt; isDebug&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt; &lt;a href=&quot;http://www.google.com/search?hl=en&amp;q=allinurl%3Acontext+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;Context&lt;/span&gt;&lt;/a&gt; context &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;br /&gt; PackageManager pm &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; context.&lt;span style=&quot;color: #006633;&quot;&gt;getPackageManager&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt; ApplicationInfo ai &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; ApplicationInfo&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;try&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;br /&gt; ai &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; pm.&lt;span style=&quot;color: #006633;&quot;&gt;getApplicationInfo&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt; context.&lt;span style=&quot;color: #006633;&quot;&gt;getPackageName&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;, 0 &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;catch&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt; &lt;a href=&quot;http://www.google.com/search?hl=en&amp;q=allinurl%3Anamenotfoundexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky&quot;&gt;&lt;span style=&quot;color: #003399;&quot;&gt;NameNotFoundException&lt;/span&gt;&lt;/a&gt; e &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;br /&gt; ai &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;null&lt;/span&gt;;&lt;br /&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;false&lt;/span&gt;;&lt;br /&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;ai.&lt;span style=&quot;color: #006633;&quot;&gt;flags&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;&amp;&lt;/span&gt; ApplicationInfo.&lt;span style=&quot;color: #006633;&quot;&gt;FLAG_DEBUGGABLE&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;==&lt;/span&gt; ApplicationInfo.&lt;span style=&quot;color: #006633;&quot;&gt;FLAG_DEBUGGABLE&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;true&lt;/span&gt;;&lt;br /&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;br /&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;false&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://www.kreacomm.info/local/cache-code/a952513c580625871bfa08f37155512b.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Could not open a scratch file because the file is locked.</title>
		<link>http://www.kreacomm.info/Logiciels/Could-not-open-a-scratch-file.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Logiciels/Could-not-open-a-scratch-file.html</guid>
		<dc:date>2010-06-04T22:22:49Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Probl&#232;me A l'ouverture du logiciel Adobe&#174; Photoshop&#174; vous obtenez cette erreur : &quot;Could not open a scratch file because the file is locked. Use the 'Properties' command in the Windows Explorer to unlock the file.&quot;. La cause du probl&#232;me est due &#224; l'emplacement du fichier de travail (une sorte de fichier temporaire) utilis&#233; par Photoshop, g&#233;n&#233;ralement nomm&#233; &quot;Photoshop Temp&quot; suivi d'une s&#233;rie de chiffres. Ce fichier est corrompu ou vous n'avez pas les permissions d'&#233;criture &#224; l'emplacement indiqu&#233; dans les (...)

-
&lt;a href="http://www.kreacomm.info/Logiciels/" rel="directory"&gt;Logiciels...&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH150/arton46-f7476.png&quot; width='150' height='150' style='height:150px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;h3 class=&quot;spip&quot;&gt;Probl&#232;me&lt;/h3&gt;
&lt;p&gt;A l'ouverture du logiciel Adobe&#174; Photoshop&#174; vous obtenez cette erreur : &lt;strong&gt;&quot;Could not open a scratch file because the file is locked. Use the 'Properties' command in the Windows Explorer to unlock the file.&lt;/strong&gt;&quot;.&lt;/p&gt; &lt;p&gt;La cause du probl&#232;me est due &#224; l'emplacement du fichier de travail (une sorte de fichier temporaire) utilis&#233; par Photoshop, g&#233;n&#233;ralement nomm&#233; &quot;Photoshop Temp&quot; suivi d'une s&#233;rie de chiffres. &lt;strong&gt;Ce fichier est corrompu ou vous n'avez pas les permissions d'&#233;criture &#224; l'emplacement indiqu&#233; dans les pr&#233;f&#233;rences de Photoshop&#174; concernant les disques de travail.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Dans Photoshop CS&lt;i&gt;X&lt;/i&gt;, vous pouvez r&#233;gler le(s) disque(s) (plusieurs disques/partitions par exemple) utilis&#233;s pour le stockage des fichiers de travail de la mani&#232;re suivante : &lt;i&gt; &lt;strong&gt;&quot;Edit &gt; Preferences &gt; Performance &gt; Scratch Disks&quot;&lt;/strong&gt; &lt;/i&gt;.&lt;/p&gt; &lt;p&gt;Vous pouvez d&#233;finir jusqu'&#224; quatre volumes.&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;Solutions&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1 - Permissions d'&#233;criture sur le scratch disk/disque de travail ?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;V&#233;rifiez tout d'abord si les droits en &#233;criture sont bien attribu&#233;s pour l'emplacement du fichier de travail.&lt;/strong&gt; Si vous ne souhaitez pas modifier les permissions d'acc&#232;s, vous pouvez &lt;strong&gt;d&#233;marrer Photoshop&#174; en mode &lt;i&gt;Administrateur&lt;/i&gt; &lt;/strong&gt; ce qui r&#233;soudra ce probl&#232;me de permissions.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;2 - Fichier des pr&#233;f&#233;rences Photoshop&#174; corrompu.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Si malgr&#233; cela les droits d'acc&#232;s en &#233;criture sont bien attribu&#233;s mais que Photoshop&#174; de d&#233;marre toujours pas, effectuez la manipulation suivante :&lt;/p&gt; &lt;p&gt;Supprimez le fichier des pr&#233;f&#233;rences de Photoshop&#174; nomm&#233; &quot;&lt;i&gt; &lt;strong&gt;Adobe Photoshop CS4 Prefs.psp&lt;/strong&gt; &lt;/i&gt;&quot; ou &quot;&lt;i&gt; &lt;strong&gt;Adobe Photoshop X64 CS4 Prefs.psp&lt;/strong&gt; &lt;/i&gt;&quot; selon votre processeur (...) situ&#233; dans un sous-r&#233;pertoire &lt;i&gt;(AppData/Roaming/Adobe...)&lt;/i&gt; de votre dossier utilisateur, exemple avec Photoshop&#174; CS4 sous Windows&#174; Vista/Seven :&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Version x64 (64 bits) :&lt;/strong&gt;&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;%USERPROFILE%\AppData\Roaming\Adobe\Adobe Photoshop CS4\Adobe Photoshop CS4 Settings/Adobe Photoshop X64 CS4 Prefs.psp&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Version x86 (32 bits) :&lt;/strong&gt;&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;%USERPROFILE%\AppData\Roaming\Adobe\Adobe Photoshop CS4\Adobe Photoshop CS4 Settings/Adobe Photoshop CS4 Prefs.psp&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Note :&lt;/strong&gt; Le principe est le m&#234;me sous Mac&#174; ainsi que sous toutes versions de Windows&#174; confondues avec Adobe&#174; Photoshop&#174; CS, CS2, CS3, CS4, CS5.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_ps'&gt;&lt;p&gt;Sources : &lt;a href=&quot;http://www.photography-forums.com/could-not-initialize-photoshop-because-file-locked-t70614.html&quot; class='spip_url spip_out' rel='nofollow external'&gt;http://www.photography-forums.com/c...&lt;/a&gt;
&lt;a href=&quot;http://photoshophelp.blogs.com/photoshophelp/2005/10/eileen_writes_p.html&quot; class='spip_url spip_out' rel='nofollow external'&gt;http://photoshophelp.blogs.com/phot...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Flash Player, forcer l'affichage en plein &#233;cran sur un moniteur malgr&#233; la perte du focus.</title>
		<link>http://www.kreacomm.info/Logiciels/Windows-R/Flash-Player-forcer-l-affichage-en.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Logiciels/Windows-R/Flash-Player-forcer-l-affichage-en.html</guid>
		<dc:date>2010-05-16T07:49:00Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Flash Player a la f&#226;cheuse habitude de fermer le mode plein &#233;cran chaque fois que la vid&#233;o/fen&#234;tre perd le focus. On ne peut donc pas regarder un film en fullscreen (plein &#233;cran) sur un &#233;cran lorsque l'on travaille sur un autre car le plein-&#233;cran se ferme lorsque l'on clique sur le premier... Apr&#232;s plusieurs recherches et tentatives diverses comme le mode ATI&#174; Theater, celui ci ne fonctionne pas non plus avec le Flash Player... Et en cherchant bien, il existe des solutions : 1 - M&#233;thodes et (...)

-
&lt;a href="http://www.kreacomm.info/Logiciels/Windows-R/" rel="directory"&gt;Windows&#174;&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH150/arton45-bba75.jpg&quot; width='150' height='150' style='height:150px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Flash Player a la f&#226;cheuse habitude de fermer le mode plein &#233;cran chaque fois que la vid&#233;o/fen&#234;tre perd le focus. On ne peut donc pas regarder un film en fullscreen (plein &#233;cran) sur un &#233;cran lorsque l'on travaille sur un autre car le plein-&#233;cran se ferme lorsque l'on clique sur le premier...&lt;/p&gt; &lt;p&gt;Apr&#232;s plusieurs recherches et tentatives diverses comme le mode ATI&#174; Theater, celui ci ne fonctionne pas non plus avec le Flash Player...&lt;/p&gt; &lt;p&gt;Et en cherchant bien, il existe des solutions :&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;1 - M&#233;thodes et Solutions&lt;/h3&gt;
&lt;p&gt;C'est &#224; mon avis une fonctionnalit&#233; manquante &lt;a href=&quot;http://bugs.adobe.com/jira/browse/FP-1643&quot; class='spip_out' rel='external'&gt;et non un bug&lt;/a&gt; du Flash Player, pouvoir d&#233;sactiver ou non le fait de perdre le plein &#233;cran lors de la perte du focus.&lt;/p&gt; &lt;p&gt;La solution consiste actuellement &#224; patcher le plugin Flash Player de mani&#232;re &#224; modifier ce comportement de mani&#232;re d&#233;finitive. Ou presque, puisque il faudra patcher &#224; chaque fois que le Flash Player est mise &#224; jour.&lt;/p&gt; &lt;p&gt;Cette solution s'applique pour Adobe&#174; Flash Player &#224; partir de sa version 10, et est compatible avec avec toutes les vid&#233;os et animations Flash ! A vous les joies du travail tout en regardant vos chaines pr&#233;f&#233;r&#233;es sur WAT tv, DailyMotion, Google Vid&#233;os et autres Youtube...&lt;/p&gt; &lt;p&gt;&lt;strong&gt;M&#233;thode 1 :&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Il faut t&#233;l&#233;charger un fichier (&lt;a href=&quot;http://files.myopera.com/d.i.z./files/NPSWF32_20100213.zip&quot; class='spip_out' rel='external'&gt;NPSWF32.zip&lt;/a&gt;) pour le remplacer NPSWF32.dll par celui d'origine d'Adobe&#174; c'est simplement le plugin Flash Player qui est modifi&#233;. Cette m&#233;thode fonctionne mais peut s'av&#233;rer fastidieuse pour les futurs mises &#224; jours du plugin car cela oblige &#224; se rendre sur le site de l'auteur pour t&#233;l&#233;charger de nouveau le fichier et le remplacer... en imaginant que l'auteur en question est le temps de r&#233;action d'Abobe&#174; &#224; chaque updates.&lt;/p&gt; &lt;p&gt;Je laisse cette m&#233;thode de c&#244;t&#233; pour ma part... merci &#224; &lt;a href=&quot;http://my.opera.com/d.i.z./about/&quot; class='spip_out' rel='external'&gt;l'auteur (d.i.z.)&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;M&#233;thode 2, &lt;i&gt;recommand&#233;e&lt;/i&gt; :&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Actuellement, c'est &#224; Alex Gembe que l'on doit la solution la plus simple puisque il &#224; cr&#233;e un patcher automatique pour l'ensemble des plugins Adobe&#174; Flash Player install&#233;s sur le syst&#232;me, cela comprend les diff&#233;rents navigateurs : Internet Explorer &lt;i&gt;(ActiveX)&lt;/i&gt;, Opera, Mozilla Firefox, et autres Netscape.&lt;/p&gt; &lt;p&gt;Le projet : &lt;a href=&quot;http://deve.loping.net/projects/ignoflash/&quot; class='spip_out' rel='external'&gt;IgnoFlash Patch&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://deve.loping.net/projects/ignoflash/downloads/&quot; class='spip_out' rel='external'&gt;Un seul fichier (t&#233;l&#233;charger)&lt;/a&gt; de 16 Ko qu'il suffi de d&#233;marrer (en mode administrateur) en prenant soin de fermer tous les navigateurs ouverts.&lt;/p&gt; &lt;p&gt;L'op&#233;ration ne dure que quelques secondes, vous pouvez ensuite relancer votre navigateur et tester l'op&#233;ration : affichez une vid&#233;o sur un site quelconque et activez le mode &quot;plein &#233;cran&quot;, ensuite cliquez n'importe o&#249; sur un autre &#233;cran de fa&#231;ons &#224; perdre le focus sur la fen&#234;tre de la vid&#233;o, vous constatez que le plein &#233;cran de la vid&#233;o fonctionne toujours :)&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://deve.loping.net/projects/ignoflash/" class="spip_out"&gt;Projet IgnoFlash Patch&lt;/a&gt;&lt;/div&gt;
		&lt;div class='rss_ps'&gt;&lt;p&gt;Sources :&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.polybore.co.uk/2009/09/how-to-stop-flash-iplayer-youtube-from.html&quot; class='spip_out' rel='external'&gt;How to stop flash, iplayer, YouTube from exiting full screen on mouse click when using dual monitors.&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen&quot; class='spip_out' rel='external'&gt;Watch fullscreen flash while working on another screen&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://www.orlandmedia.com/blog/adobe-flash/fullscreen-flash-player-on-dual-monitors/&quot; class='spip_out' rel='external'&gt;Fullscreen Flash Player on dual monitors&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Rechercher et remplacer une chaine avec MySQL</title>
		<link>http://www.kreacomm.info/MySQL/Rechercher-et-remplacer-une-chaine.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/MySQL/Rechercher-et-remplacer-une-chaine.html</guid>
		<dc:date>2010-04-06T19:51:15Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Pour rechercher une chaine et la remplacer par une autre dans un champ sp&#233;cifique d'une base de donn&#233;es MySQL, voici comment proc&#233;der : UPDATE &amp;#91;nom_de_la_table&amp;#93; SET &amp;#91;nom_du_champ&amp;#93; = REPLACE&amp;#40;&amp;#91;nom_du_champ&amp;#93;,'[chaine_a_remplacer]','[chaine_de_remplacement]'&amp;#41;; Exemple avec un dump, une table encod&#233;e en utf-8 et import&#233;e dans phpMyAdmin comme si l'encodage &#233;tait du Latin1 (oup's !), vous vous retrouvez avec des tas de &#195;&#169; &#195;&#170; et autres &#195;&#168; &#224; la place de vos accents. Le but (...)

-
&lt;a href="http://www.kreacomm.info/MySQL/" rel="directory"&gt;MySQL&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH100/arton44-f744c.png&quot; width='150' height='100' style='height:100px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Pour &lt;strong&gt;rechercher une chaine et la remplacer par une autre&lt;/strong&gt; dans un champ sp&#233;cifique d'une base de donn&#233;es &lt;strong&gt;MySQL&lt;/strong&gt;, voici comment proc&#233;der :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_sql code&quot;&gt;&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;UPDATE&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_de_la_table&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;REPLACE&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'[chaine_a_remplacer]'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'[chaine_de_remplacement]'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Exemple avec un dump, une table encod&#233;e en utf-8 et import&#233;e dans phpMyAdmin comme si l'encodage &#233;tait du Latin1 (oup's !), vous vous retrouvez avec des tas de &#195;&#169; &#195;&#170; et autres &#195;&#168; &#224; la place de vos accents. Le but &#233;tant donc de corriger les caract&#232;res accentu&#233;s de tout ce beau bordel :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_sql code&quot;&gt;&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;UPDATE&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_de_la_table&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;REPLACE&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#195;&#169;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#233;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;UPDATE&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_de_la_table&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;REPLACE&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#195;&#168;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#232;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;UPDATE&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_de_la_table&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;REPLACE&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#195;&#170;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#234;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;UPDATE&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_de_la_table&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;REPLACE&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;nom_du_champ&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#195; '&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'&#224;'&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;...&lt;/span&gt;&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://www.kreacomm.info/local/cache-code/4f6ef91cfbdbc16eba027c962a3d7269.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Supprimer un &#233;l&#233;ment/index d'un tableau en Javascript</title>
		<link>http://www.kreacomm.info/Javascript/Supprimer-un-element-index-d-un.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Javascript/Supprimer-un-element-index-d-un.html</guid>
		<dc:date>2010-03-24T18:09:50Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Voici en JavaScript comment supprimer un &#233;l&#233;ment d'un tableau (Array) : function arrayUnset&amp;#40;array, value&amp;#41;&#123; array.splice&amp;#40;array.indexOf&amp;#40;value&amp;#41;, 1&amp;#41;; &#125; T&#233;l&#233;charger Et voici comment supprimer un &#233;l&#233;ment du tableau en JS par sa cl&#233; : delete array&amp;#91;cl&#233;DuTableau&amp;#93;; Exemple : var myArray = new Array&amp;#40;'un', 'six', 'neuf'&amp;#41;; // myArray = un, six, neuf; // supprimer l'&#233;l&#233;ment &quot;six&quot;: arrayUnset&amp;#40;myArray ,'six'&amp;#41;; // d&#233;sormais myArray = (...)

-
&lt;a href="http://www.kreacomm.info/Javascript/" rel="directory"&gt;Javascript&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH127/arton43-b1ca7.jpg&quot; width='150' height='127' style='height:127px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Voici en JavaScript comment &lt;strong&gt;supprimer un &#233;l&#233;ment d'un tableau&lt;/strong&gt; &lt;i&gt; &lt;strong&gt;(Array)&lt;/strong&gt; &lt;/i&gt; :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript code&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt; arrayUnset&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;array&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; value&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;br /&gt; array.&lt;span style=&quot;color: #660066;&quot;&gt;splice&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;array.&lt;span style=&quot;color: #660066;&quot;&gt;indexOf&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;value&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://www.kreacomm.info/local/cache-code/e115238d7f67875724cec352847f07d3.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Et voici comment supprimer un &#233;l&#233;ment du tableau en JS par sa cl&#233; :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript code&quot;&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;delete&lt;/span&gt; array&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;cl&#233;DuTableau&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Exemple :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript code&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;var&lt;/span&gt; myArray &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Array&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'un'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #3366CC;&quot;&gt;'six'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #3366CC;&quot;&gt;'neuf'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// myArray = un, six, neuf; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// supprimer l'&#233;l&#233;ment &quot;six&quot;:&lt;/span&gt;&lt;br /&gt;
arrayUnset&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;myArray &lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'six'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// d&#233;sormais myArray = un, neuf; &lt;/span&gt;&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://www.kreacomm.info/local/cache-code/74d91ec03afbf1f242266d292836202d.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Navigateurs : Les images de fonds ne s'affichent plus </title>
		<link>http://www.kreacomm.info/Logiciels/Windows-R/Navigateurs-Les-images-de-fonds-ne.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Logiciels/Windows-R/Navigateurs-Les-images-de-fonds-ne.html</guid>
		<dc:date>2009-11-20T12:41:04Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Probl&#232;me : Les pages ne s'affichent pas correctement, la couleur du texte est toujours noir et les images de fonds ne sont pas affich&#233;es quelque soit le site visit&#233;. Produits concern&#233;s : Tous les navigateurs web ; IE, Opera, Chrome, Safari, Firefox etc. Description : Ce probl&#232;me n'en n'est pas un, en effet c'est un param&#232;tre de configuration au niveau de l'accessibilit&#233; du syst&#232;me qui est pass&#233; du mode inactif au mode actif et qui a pour effet de modifier l'affichage des textes pour les malvoyants de (...)

-
&lt;a href="http://www.kreacomm.info/Logiciels/Windows-R/" rel="directory"&gt;Windows&#174;&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L128xH128/arton42-31192.png&quot; width='128' height='128' style='height:128px;width:128px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;&lt;strong&gt;Probl&#232;me :&lt;/strong&gt; Les pages ne s'affichent pas correctement, la couleur du texte est toujours noir et les images de fonds ne sont pas affich&#233;es quelque soit le site visit&#233;.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Produits concern&#233;s :&lt;/strong&gt; Tous les navigateurs web ; IE, Opera, Chrome, Safari, Firefox etc.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Description :&lt;/strong&gt; Ce probl&#232;me n'en n'est pas un, en effet c'est un param&#232;tre de configuration au niveau de &lt;i&gt;l'accessibilit&#233; du syst&#232;me&lt;/i&gt; qui est pass&#233; du mode inactif au mode actif et qui a pour effet de modifier l'affichage des textes pour les malvoyants de mani&#232;re &#224; rendre plus lisible les textes affich&#233; &#224; l'&#233;cran.&lt;/p&gt; &lt;hr class=&quot;spip&quot; /&gt;
&lt;p&gt;&lt;strong&gt;Solution :&lt;/strong&gt; Ce param&#232;tre nomm&#233; &quot;&lt;i&gt;Contraste &#233;lev&#233;&lt;/i&gt;&quot; peut &#234;tre d&#233;sactiv&#233; de cette mani&#232;re :&lt;/p&gt; &lt;p&gt; &lt;strong&gt;1)&lt;/strong&gt; Fermez toutes les fen&#234;tres des navigateurs ouverts (si c'est le cas) &lt;strong&gt;2)&lt;/strong&gt; Allez dans : Menu &lt;strong&gt;D&#233;marrer&lt;/strong&gt; &gt;&lt;strong&gt; Panneau de configuration&lt;/strong&gt; &gt;&lt;strong&gt; Options d'accessibilit&#233;&lt;/strong&gt;&lt;/p&gt;
&lt;dl class='spip_document_43 spip_documents spip_documents_center'&gt; &lt;dt&gt;&lt;img src='http://www.kreacomm.info/local/cache-vignettes/L174xH155/accessibilite-88420.jpg' width='174' height='155' alt='JPEG - 15.3 ko' style='height:155px;width:174px;' /&gt;&lt;/dt&gt; &lt;dt class='spip_doc_titre' style='width:174px;'&gt;&lt;strong&gt;Icone &quot;Options d'accessibilit&#233;&quot;&lt;/strong&gt;&lt;/dt&gt; &lt;dd class='spip_doc_descriptif' style='width:174px;'&gt;Visible dans le panneau de configuration de Wi ndows&#174;.
&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt; &lt;strong&gt;3)&lt;/strong&gt; Dans la fen&#234;tre &quot;&lt;i&gt;Options d'accessibilit&#233;&lt;/i&gt;&quot; rendez-vous dans l'onglet &quot;&lt;i&gt;Affichage&lt;/i&gt;&quot; et &lt;strong&gt;d&#233;cochez&lt;/strong&gt; la case &quot;&lt;strong&gt;Utiliser le contraste &#233;lev&#233;&lt;/strong&gt;&quot;.&lt;/p&gt; &lt;dl class='spip_document_42 spip_documents spip_documents_center'&gt; &lt;dt&gt;&lt;img src='http://www.kreacomm.info/local/cache-vignettes/L449xH444/pb-css-navigateurs-web-839b0.jpg' width='449' height='444' alt='JPEG - 42.7 ko' style='height:444px;width:449px;' /&gt;&lt;/dt&gt; &lt;dt class='spip_doc_titre' style='width:350px;'&gt;&lt;strong&gt;fen&#234;tre &quot;Options d'accessibilit&#233;&quot;&lt;/strong&gt;&lt;/dt&gt; &lt;dd class='spip_doc_descriptif' style='width:350px;'&gt;Windows&#174; xp, vista, seven
&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>SqWebmail en Fran&#231;ais</title>
		<link>http://www.kreacomm.info/Hebergement-et-serveurs-web/SqWebmail-en-Francais.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Hebergement-et-serveurs-web/SqWebmail-en-Francais.html</guid>
		<dc:date>2009-09-16T11:26:54Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Voici la proc&#233;dure &#224; suivre afin de pouvoir passer SqWebmail en version Fran&#231;aise UTF-8. Fichiers de langue FR (fr-fr) encod&#233;s en UTF-8 pour la version 5.1.1 de SqWebmail. Installation automatique (ici sur un serveur OVH, Gentoo R2 made in OVH) : cd /usr/lib/sqwebmail/share/sqwebmail/html wget http://kreacomm.info/fr-fr-5.1.1.tar.bz2 tar -xjf fr-fr-5.1.1.tar.bz2 rm ./fr-fr-5.1.1.tar.bz2 T&#233;l&#233;charger Termin&#233; :) T&#233;l&#233;charger les fichiers : (...)

-
&lt;a href="http://www.kreacomm.info/Hebergement-et-serveurs-web/" rel="directory"&gt;H&#233;bergement et serveurs web&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH59/arton41-73da6.jpg&quot; width='150' height='59' style='height:59px;width:150px;' /&gt;
		&lt;div class='rss_chapo'&gt;&lt;p&gt;Voici la proc&#233;dure &#224; suivre afin de pouvoir passer SqWebmail en version Fran&#231;aise UTF-8.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Fichiers de langue FR (fr-fr) encod&#233;s en UTF-8 pour la version 5.1.1 de SqWebmail.&lt;/p&gt; &lt;p&gt;Installation automatique &lt;i&gt;(ici sur un serveur &lt;a href=&quot;http://www.ovh.com/&quot; class='spip_out' rel='external'&gt;OVH&lt;/a&gt;, Gentoo R2 made in OVH)&lt;/i&gt; :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_bash code&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;cd&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;lib&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sqwebmail&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sqwebmail&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;html&lt;br /&gt;
&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;wget&lt;/span&gt; http:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;//&lt;/span&gt;kreacomm.info&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;fr-fr-5.1.1.tar.bz2&lt;br /&gt;
&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;tar&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-xjf&lt;/span&gt; fr-fr-5.1.1.tar.bz2&lt;br /&gt;
&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;rm&lt;/span&gt; .&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;fr-fr-5.1.1.tar.bz2&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://www.kreacomm.info/local/cache-code/b02c5c8a6466b99262c5e73f23cf76b1.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Termin&#233; :)&lt;/p&gt; &lt;p&gt;T&#233;l&#233;charger les fichiers : &lt;a href=&quot;http://kreacomm.info/fr-fr-5.1.1.tar.bz2&quot; class='spip_out' rel='external'&gt;http://kreacomm.info/fr-fr-5.1.1.tar.bz2&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Underscrore dans un hostname et plus de cookies avec IE/SAFARI</title>
		<link>http://www.kreacomm.info/Hebergement-et-serveurs-web/Underscrore-dans-un-hostname-et.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Hebergement-et-serveurs-web/Underscrore-dans-un-hostname-et.html</guid>
		<dc:date>2009-05-31T09:55:01Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Si vous cherchez depuis quelques heures pourquoi votre script utilisant les cookies ou sessions ne fonctionne pas sous IE alors que Opera et Firefox ne pose aucun probl&#232;me et que votre nom de domaine contient un underscrore, ne cherchez plus ! Vous travaillez probablement en local (je n'ai pas encore vu de nom de domaine internet avec un underscrore) et vous configur&#233; plusieurs sites dans votre configuration apache/IIS ; dans le serverName vous avez un nom de domaine du style (...)

-
&lt;a href="http://www.kreacomm.info/Hebergement-et-serveurs-web/" rel="directory"&gt;H&#233;bergement et serveurs web&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L140xH130/arton40-de895.jpg&quot; width='140' height='130' style='height:130px;width:140px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Si vous cherchez depuis quelques heures pourquoi votre script utilisant les cookies ou sessions ne fonctionne pas sous IE alors que Opera et Firefox ne pose aucun probl&#232;me et que votre nom de domaine contient un underscrore, ne cherchez plus !&lt;/p&gt; &lt;p&gt;Vous travaillez probablement en local (je n'ai pas encore vu de nom de domaine internet avec un underscrore) et vous configur&#233; plusieurs sites dans votre configuration apache/IIS ; dans le &lt;i&gt;serverName&lt;/i&gt; vous avez un nom de domaine du style &lt;i&gt;http://kk_sitetest&lt;/i&gt; alors supprimez le &lt;strong&gt;_&lt;/strong&gt; (underscore) et tout rentrera dans l'ordre.&lt;/p&gt; &lt;p&gt;Test&#233; sur une plateforme Windows :&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; IE7 : &lt;strong&gt;FAILED !&lt;/strong&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; OPERA 9.64 : &lt;strong&gt;OK&lt;/strong&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; FIREFOX 3.0.10 : &lt;strong&gt;OK&lt;/strong&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; SAFARI 3.2.3 : &lt;strong&gt;FAILED !&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;La non prise en compte d'un cookie peut avoir diverses causes dont voici une liste non exhaustive :&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; Trop grand nombre de cookies (lire : &lt;a href=&quot;http://support.microsoft.com/kb/941495&quot; class='spip_out' rel='external'&gt;Internet Explorer increases the per-domain cookie limit from 20 to 50&lt;/a&gt;)
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; nom du serveur utilisant des caract&#232;res invalides. Typiquement, Internet Explorer refusera de prendre en compte un cookie si le nom d'un serveur comporte un &#171; _ &#187; (&#171; underscore &#187;)
&#8230;etc&lt;/p&gt; &lt;p&gt;Plus d'infos sur le net :
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &lt;a href=&quot;http://www.sharepointblogs.com/sean/archive/2007/07/11/internet-explorer-blocks-sharepoint-from-using-session-cookies.aspx&quot; class='spip_out' rel='external'&gt;Underscores are evil : IE may block SP from using session cookies&lt;/a&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &lt;a href=&quot;http://blogs.creative-jar.com/post/Session-Cookies---Bug-in-IE7.aspx&quot; class='spip_out' rel='external'&gt;Session Cookies - Bug in IE7&lt;/a&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &lt;a href=&quot;http://blog.developpez.com/julienpauli/p3034/php/un-bug-dans-ie-concernant-les-sessions-p/&quot; class='spip_url spip_out' rel='external'&gt;http://blog.developpez.com/julienpa...&lt;/a&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &lt;a href=&quot;http://www.codepositive.com/dont-use-underscore-domain-names-or-least-cookie&quot; class='spip_out' rel='external'&gt;Un bug dans IE concernant les sessions PHP&lt;/a&gt;
&lt;br /&gt;&lt;img src=&quot;http://www.kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &lt;a href=&quot;http://blogs.msdn.com/friis/archive/2009/04/10/authentification-par-formulaire-minimaliste.aspx&quot; class='spip_out' rel='external'&gt;Non prise en compte ou perte de cookie&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://www-01.ibm.com/support/docview.wss?uid=swg21112062" class="spip_out"&gt;Cookies are not enabled in Internet Explorer if underscore in the hostname&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Texas Instruments - TNET 1130 WLAN Adapter</title>
		<link>http://www.kreacomm.info/Logiciels/Drivers-Pilotes/Texas-Instruments-TNET-1130-WLAN.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Logiciels/Drivers-Pilotes/Texas-Instruments-TNET-1130-WLAN.html</guid>
		<dc:date>2009-02-08T23:26:08Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Le driver pour la carte wifi mini pci Texas Instruments, vendue entre autre chez ldlc n'&#233;tant pas facile &#224; trouver, le voici pour Windows XP, Vista et Windows 7.

-
&lt;a href="http://www.kreacomm.info/Logiciels/Drivers-Pilotes/" rel="directory"&gt;Drivers/Pilotes&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH136/arton38-0b76b.jpg&quot; width='150' height='136' style='height:136px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Le driver pour la carte wifi mini pci Texas Instruments, vendue entre autre chez ldlc n'&#233;tant pas facile &#224; trouver, le voici pour Windows XP, Vista et Windows 7.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://www.kreacomm.info/IMG/zip/Windows_XP_TI.zip" length="320177" type="application/zip" />
		
		<enclosure url="http://www.kreacomm.info/IMG/zip/Windows_XP_WHQL.zip" length="325721" type="application/zip" />
		

	</item>
	<item xml:lang="fr">
		<title>T&#233;l&#233;charger tous les fichiers d'un repertoire r&#233;cursivement</title>
		<link>http://www.kreacomm.info/Bash-shell/Telecharger-tous-les-fichiers-d-un.html</link>
		<guid isPermaLink="true">http://www.kreacomm.info/Bash-shell/Telecharger-tous-les-fichiers-d-un.html</guid>
		<dc:date>2009-02-08T23:18:16Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Sous Linux, simplement via la commande wget, vous pouvez t&#233;l&#233;charger l'ensemble d'un r&#233;pertoire d'un serveur web (&#224; condition d'avoir le listing du r&#233;pertoire...) ses sous-r&#233;pertoires ainsi que l'ensemble des fichiers. Exemple, nous souhaitons t&#233;l&#233;charger tous les mp3 du dossier suivant : http://www.mon-site-web.biz/mp3/ et, si il y a des sous dossiers comme par exemple : mp3/album1/ ou encore mp3/artiste1/album1 (...) nous utiliserons la commande suivante : wget -m -np (...)

-
&lt;a href="http://www.kreacomm.info/Bash-shell/" rel="directory"&gt;Bash shell&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.kreacomm.info/local/cache-vignettes/L150xH150/arton37-ca0fa.png&quot; width='150' height='150' style='height:150px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Sous Linux, simplement via la commande &lt;strong&gt;wget&lt;/strong&gt;, vous pouvez t&#233;l&#233;charger l'ensemble d'un r&#233;pertoire d'un serveur web (&#224; condition d'avoir le listing du r&#233;pertoire...) ses sous-r&#233;pertoires ainsi que l'ensemble des fichiers.&lt;/p&gt; &lt;p&gt;Exemple, nous souhaitons t&#233;l&#233;charger tous les mp3 du dossier suivant :&lt;/p&gt; &lt;p&gt;&lt;i&gt;&lt;a href=&quot;http://www.mon-site-web.biz/mp3/&quot; class='spip_url spip_out' rel='nofollow external'&gt;http://www.mon-site-web.biz/mp3/&lt;/a&gt;&lt;/i&gt; et, si il y a des sous dossiers comme par exemple : &lt;i&gt;mp3/album1/&lt;/i&gt; ou encore &lt;i&gt;mp3/artiste1/album1&lt;/i&gt; (...) nous utiliserons la commande suivante :&lt;/p&gt; &lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;wget -m -np http://www.mon-site-web.biz/mp3&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;Le contenu du r&#233;pertoire mp3 sera alors t&#233;l&#233;charger dans le dossier courant. (&lt;i&gt;./&lt;/i&gt;)&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>


 
	


 
	

</channel>
</rss>
