<?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>New Technologies System Virtualisation &#187; Web design</title>
	<atom:link href="http://www.ntsysv.com/index.php/category/internet/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ntsysv.com</link>
	<description>La théorie rejoint la pratique</description>
	<lastBuildDate>Fri, 02 Dec 2011 13:33:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Most Useful FireFox Plugin For Web Developers</title>
		<link>http://www.ntsysv.com/index.php/most-useful-firefox-plugin-for-web-developers</link>
		<comments>http://www.ntsysv.com/index.php/most-useful-firefox-plugin-for-web-developers#comments</comments>
		<pubDate>Sun, 29 Mar 2009 15:21:26 +0000</pubDate>
		<dc:creator>ElMehdi</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.ntsysv.com/?p=384</guid>
		<description><![CDATA[Web Designers and Developers always find difficulties in putting all design, plugins and page components together. With Firefox we have the ability to extend its functionality using extensions. There&#8217;s thousands of firefox extensions for every kind of uses like video, chating .. and so on. In this post I will talk about some extensions I [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Web Designers and Developers always find difficulties in putting all design, plugins and page components together. With Firefox we have the ability to extend its functionality using extensions. There&#8217;s thousands of firefox extensions for every kind of uses like video, chating .. and so on. In this post I will talk about some extensions I think worth trying. I will focus on Web Design and Security Testing.</p>
<p><span id="more-384"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-7102278170967072";
google_ad_slot = "2452760370";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<h2>Firebug</h2>
<p style="text-align: justify;">We start with the most useful one : <a title="Firebug Firefox extention" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a>.</p>
<p style="text-align: justify;">Firebug integrates with Firefox to put riches of development tools at your fingertips as you are browsing. You are able to edit, debug, and monitor CSS, HTML, and JavaScript alive in any web page&#8230;</p>
<p style="text-align: justify;">It lets you trace and fine-tune every line of HTML, JavaScript, and the Document Object Model (DOM). It&#8217;ll report on under-the-table AJAX queries, tell you the time it takes a page to load up, and allow you to edit a web page on the fly. The only thing it can&#8217;t do is allow you save your modifications back to the server.</p>
<p style="text-align: justify;">Changes made in Firebug are not permanent. They just apply to the individual instance of the page you are changing. If you refresh the page, all alterations will be lost. If you navigate out from the page, all modifications will be lost.</p>
<p style="text-align: justify;">If you&#8217;re accomplishing a test that implies locally altering HTML, JavaScript, or the DOM, make sure to copy and paste your changes into a separate file, or all evidence of your test will be lost. In a pinch, a screenshot works for recording test results, but can&#8217;t be copied and pasted to re-execute a test.</p>
<p style="text-align: right;"><script type="text/javascript"><!--
google_ad_client = "pub-7102278170967072";
google_ad_slot = "2452760370";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<h2>View Source Chart</h2>
<p>View Source Chart allows you to graphically view HTML Tag edges, delimit Tag Nesting Order, Structure and Hierarchy. And finaly, adds a Simple but Powerful interface to Source Code.</p>
<p>The difference between source charting and identation only formating is that it allows user to :</p>
<p>* Rapidly scan and recognize a document&#8217;s tags without reading a single tag<br />
* see how deeply nested an element is just by looking to its left (no scrolling/finding/reading tags)<br />
* identify an element&#8217;s containing tags without being forced to scroll, find and read each tag</p>
<p>install it from <a title="View Source Chart Firefox extension" href="https://addons.mozilla.org/en-US/firefox/addon/655" target="_blank">here<br />
</a></p>
<h2>Tamper Data</h2>
<p>TamperData is an extension to track and modify http/https requests and is used for security testing more than for design matters.</p>
<p>you can get it <a title="Tamper Data Firefox extension" href="https://addons.mozilla.org/en-US/firefox/addon/966" target="_blank">here</a></p>
<h2>Edit Cookies</h2>
<p style="text-align: justify;">Edit Cookies is the only Firefox extension that allows one to change any aspect of a cookie from within the browser itself.</p>
<p>get it <a title="Edit Cookies Firefox extension" href="https://addons.mozilla.org/en-US/firefox/addon/4510" target="_blank">here</a>!</p>
<h2>User Agent Switcher</h2>
<p style="text-align: justify;">The User Agent Switcher extension adds a menu and a toolbar button to change the user agent of the web browser. It&#8217;s designed for Firefox, Flock  and Seamonkey, and will run on any operating system  that these browsers support including Windows, Mac OS  X and Linux.</p>
<p style="text-align: justify;">The extension is available <a title="User Agent Switcher Firefox extension" href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">here</a></p>
<p style="text-align: justify;"><script type="text/javascript"><!--
google_ad_client = "pub-7102278170967072";
google_ad_slot = "2452760370";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<h2 style="text-align: justify;">SwitchProxy</h2>
<p style="text-align: justify;">SwitchProxy allows you manage and alternate between multiple proxy configurations rapidly and easily. You can also use it as an anonymizer to protect your computer from prying eyes.</p>
<p style="text-align: justify;">have it <a title="SwitchProxy Firefox extension" href="https://addons.mozilla.org/en-US/firefox/addon/125" target="_blank">here</a></p>
<p style="text-align: justify;">I can not list all extensions, but I believe these are the most important in my point of view.</p>
<p style="text-align: justify;">Thank you for your time and happy reading.</p>
Copyright <b> <a href="http://www.ntsysv.com">Ntsysv.com </a></b>]]></content:encoded>
			<wfw:commentRss>http://www.ntsysv.com/index.php/most-useful-firefox-plugin-for-web-developers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutoriel Vidéo : Extension du Disque Système de Machine Virtuelle Windows 2003</title>
		<link>http://www.ntsysv.com/index.php/tutoriel-video-extension-du-disque-systeme-de-machine-virtuelle-windows-2003</link>
		<comments>http://www.ntsysv.com/index.php/tutoriel-video-extension-du-disque-systeme-de-machine-virtuelle-windows-2003#comments</comments>
		<pubDate>Wed, 22 Oct 2008 21:44:56 +0000</pubDate>
		<dc:creator>ElMehdi</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[Physical to Virtual]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.bendriss.ma/?p=39</guid>
		<description><![CDATA[Plusieurs fois on sous-dimensionne un disque surtout d&#8217;une machine virtuelle lors de sa création. Avec le temps la consommation et le besoin en espace disque augmentent. Il est relativement aisé d&#8217;étendre un disque &#8220;normal&#8221; ou &#8220;de données&#8221;, en tout cas, un disque qui n&#8217;est pas système en utilisant diskpart. Dans cet article je vais vous [...]]]></description>
			<content:encoded><![CDATA[<p>Plusieurs fois on sous-dimensionne un disque surtout d&#8217;une machine virtuelle lors de sa création. Avec le temps la consommation et le besoin en espace disque augmentent. Il est relativement aisé d&#8217;étendre un disque &#8220;normal&#8221; ou &#8220;de données&#8221;, en tout cas, un disque qui n&#8217;est pas système en utilisant diskpart.<span id="more-37"></span></p>
<p>Dans cet article je vais vous présenter la procédure pour augmenter la taille du disque (qui correspond au lecteur système C:) d&#8217;une machine virtuelle Windows 2003 standard sous VMWare Workstation.</p>
<p>La procédure est la suivante :</p>
<ol>
<li>étendre le fichier vmdk qui correspond au disque en question</li>
<li>montrer qu&#8217;il n&#8217;est pas possible d&#8217;utiliser la commande diskpart pour étendre le disque sous Windows</li>
<li>utiliser gparted live CD pour répondre à ce besoin</li>
<li>constater le résultat</li>
</ol>
<p>J&#8217;utiliserai une fenêtre de commande DOS sous le PC physique hostant VMWare Workstation et la console vmware durant cette session comme présenté dans l&#8217;image ci-dessous</p>
<div id="attachment_40" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.ntsysv.com/wp-content/uploads/2008/10/workplace.jpg"><img class="size-medium wp-image-40" title="workplace" src="http://www.ntsysv.com/wp-content/uploads/2008/10/workplace-300x253.jpg" alt="espace de travaille pour cette manip" width="300" height="253" /></a><p class="wp-caption-text">espace de travaille pour cette manip</p></div>
<p>Avant de passer à la manipulation, je vais parler de gparted. <strong>Gparted </strong>est un acronyme pour <em><strong>G</strong>nome <strong>PART</strong>ition <strong>ED</strong>itor</em>, il permet l&#8217;édition de la table des partitions sur un disque ce qui est normalement irréalisable directement. Biensur il y a plusieurs produits qui font la même tâche et peut être qui sont plus conviviaux dans leur utilisation, mais l&#8217;avantage de Gparted c&#8217;est qu&#8217;il est sous licence GPL, <a title="General Public Licence" href="http://www.gnu.org/licenses/gpl.html" target="_blank">General Public Licence</a>, et donc libre d&#8217;utilisation. L&#8217;image du CD Live peut être téléchargée sur le grand <a href="http://sourceforge.net/project/showfiles.php?group_id=115843&amp;package_id=271779" target="_blank">sourceforge</a>; vous trouverez par ailleurs d&#8217;autres formats disponibles (USB, exe&#8230;etc.).</p>
<p>Sans plus tarder, le vidéo ci-dessous résume toute l&#8217;opération, bonne visualisation.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_extend-system-disk_651413790"
			class="flashmovie"
			width="356"
			height="400">
	<param name="movie" value="http://www.ntsysv.com/wp-content/uploads/2008/10/extend-system-disk.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.ntsysv.com/wp-content/uploads/2008/10/extend-system-disk.swf"
			name="fm_extend-system-disk_651413790"
			width="356"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>J&#8217;espère que vous avez apprécié la visualisation de la vidéo. Je reprends ici la commande VMWare pour étendre un disk disk001.vmdk à 10Gb</p>
<blockquote><p>C:\Program Files\VMware\VMware Workstation&gt;vmware-vdiskmanager.exe -x 10Gb &#8220;H:\virtual-disks1\disk001.vmdk&#8221;</p></blockquote>
<p>à noter que pour VMWare ESX, la commande devient:</p>
<blockquote><p>[root@esxsrv1 ~]#vmkfstools -X10Gb /path/to/disk001.vmdk</p></blockquote>
<p>Dans un article prochain je vous parlerai de ce scénario.</p>
<p>Obtenez la version HD du vidéo sur simple coup de fil ou par Paypal.</p>
<div style="width: 300px; font-family: Arial,Helvetica,sans-serif; font-size: 10px; background-color: #ffffff; color: #000000;">
<div style="height: 25px; text-align: center;"><img src="http://payment.allopass.com/imgweb/script/fr_uk/acces_title.jpg" alt="Logo" width="300" height="25" /></div>
<div style="height: 137px; text-align: center;"><img src="http://payment.allopass.com/acte/scripts/popup/top.apu?ids=203321&amp;idd=799351&amp;lang=fr" alt="" width="300" height="137" /></div>
<div style="width: 300px; text-align: right;"><img style="float:left" src="http://payment.allopass.com/imgweb/script/fr_uk/acces_left.jpg" alt="" width="79" height="29" /><br />
<a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=ca','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="CA" src="http://payment.allopass.com/imgweb/common/flag_ca.gif" border="0" alt="CA" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=uk','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="UK" src="http://payment.allopass.com/imgweb/common/flag_uk.gif" border="0" alt="UK" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=de','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="DE" src="http://payment.allopass.com/imgweb/common/flag_de.gif" border="0" alt="DE" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=be','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="BE" src="http://payment.allopass.com/imgweb/common/flag_be.gif" border="0" alt="BE" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=fr','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="FR" src="http://payment.allopass.com/imgweb/common/flag_fr.gif" border="0" alt="FR" width="35" height="29" /></a></div>
<form style="text-align:center;clear:both" action="http://payment.allopass.com/acte/access.apu" method="post">
<input name="ids" type="hidden" value="203321" />
<input name="idd" type="hidden" value="799351" />
<input name="lang" type="hidden" value="fr" /><strong>Entrez votre code d&#8217;accès -<br />
Enter your access code</strong></p>
<input style="border: 1px solid #000080; background-color: #e7e7e7; color: #000080; cursor: text; font-family: Arial; font-size: 10pt; font-weight: bold; letter-spacing: normal; width: 70px; text-align: center;" maxlength="10" name="code[]" size="8" type="text" />
<input style="border: 0px none; margin: 0px; padding: 0px; background: transparent url(http://payment.allopass.com/imgweb/common/bt_ok.gif) repeat scroll 0% 0%; width: 48px; height: 18px;" onclick="this.form.submit();this.form.APsub.disabled=true;" name="APsub" type="button" />
</form>
<p>Pour connaître notre solution de micro paiement : <a href="http://fr.allopass.com/" target="_blank">Allopass</a></div>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=11224896"><img class="alignnone size-full wp-image-413" title="pay by paypal" src="http://www.ntsysv.com/wp-content/uploads/2008/10/paypal.jpg" alt="pay by paypal" width="65" height="26" /></a></p>
<p>Merci pour votre temps et bonne lecture.</p>
Copyright <b> <a href="http://www.ntsysv.com">Ntsysv.com </a></b>]]></content:encoded>
			<wfw:commentRss>http://www.ntsysv.com/index.php/tutoriel-video-extension-du-disque-systeme-de-machine-virtuelle-windows-2003/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

