<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>trac &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/trac/</link>
	<description>Feed of posts on WordPress.com tagged "trac"</description>
	<pubDate>Tue, 24 Nov 2009 15:01:15 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[TRAC]]></title>
<link>http://19drops.com/2009/11/09/trac/</link>
<pubDate>Mon, 09 Nov 2009 14:28:53 +0000</pubDate>
<dc:creator>drops team</dc:creator>
<guid>http://19drops.com/2009/11/09/trac/</guid>
<description><![CDATA[Dentro de las herramientas de seguimiento de errores existe un amplio abanico que va desde las más s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Dentro de las herramientas de seguimiento de errores existe un amplio abanico que va desde las más simples, o más centradas en su funcionalidad original, como <a href="http://www.bugzilla.org/">Bugzilla</a> o <a href="http://www.mantisbt.org/">Mantis</a> (ambos OpenSource), hasta las más evolucionadas como <a href="http://www.redmine.org/">Redmine</a> (OpenSource), <a href="http://www.atlassian.com/software/jira/">JIRA</a> o <a href="http://www.fogcreek.com/FogBUGZ/">FogBugz</a> (ambos comerciales), que complementan su funcionalidad original de seguimiento de errores con un conjunto de funcionalidades adicionales, que les permiten saltar un nivel y convertirse en herramientas con las que poder efectuar el control y la gestión de un proyecto.</p>
<p><a href="http://trac.edgewall.org/">TRAC</a> (OpenSource) es originalmente un sistema de seguimiento de <em>issues</em>, esto es importante porque se posiciona no como un sistema orientado principalmente a la gestión de bugs, como Bugzilla o Mantis (aunque luego hagan más cosas), sino que busca ofrecer los mecanismos básicos para poder efectuar la gestión de un proyecto, y en este sentido se aproxima a lo ofrecido por JIRA o FogBugz.</p>
<p>TRAC es flexible, no impone ninguna metodología, simplemente ofrece un conjunto de herramientas <em>para que se puedan hacer las cosas</em>, algunas de estas herramientas son:</p>
<ul>
<li>Sistema completo de gestión de Tickets, que permiten establecer y asignar las funcionalidades que se desarrollarán en el proceso (nuevas características, errores, tareas&#8230;)</li>
<li>Wiki, como repositorio común de información/documentación para el proyecto (estructura del proyecto, dónde están los servidores, cómo configurar los entornos, guías de estilo y codificación&#8230;tooodooo)</li>
<li>Integración con el sistema de control de versiones (<a href="http://subversion.tigris.org/">Subversion</a> y <a href="http://git-scm.com/">Git</a>&#8230;entre otros)</li>
<li>Roadmap, o calendario de versiones, que permite ver el grado de avance y cuándo se preve que sean liberadas las nuevas funcionalidades</li>
<li>Timeline, o lugar en el que se registran y se pueden revisar todas las operaciones realizadas en el proyecto desde el cambio en una página del wiki hasta el último commit en el repositorio de código.</li>
<li>RSS como mecanismo de seguimiento en casi todos los módulos de TRAC</li>
<li>&#8230; otras muchas&#8230;</li>
</ul>
<p><!--more--></p>
<p>Solamente con estas características sería una herramienta interesante ya que ofrece varias cosas importantes en un proyecto:</p>
<ul>
<li>Medio de comunicación con el cliente, en todo momento puede ver la marcha del proyecto.</li>
<li>Punto común de recogida del conocimiento asociado al proyecto.</li>
<li>Información al momento de la situación del proyecto en cada momento.</li>
</ul>
<p>Pero lo que caracteriza y diferencia fundamentalmente a TRAC del resto es su sistema de <strong>plugins</strong>, o mecanismo que permite extender TRAC todo lo que permita la imaginación y lo convierte casi-casi en una plataforma, y el soporte de la comunidad al mismo. Una lista completa de los pulgins disponibles para TRAC puede encontrarse en <a href="http://trac-hacks.org/">Trac Hacks</a>, y una lista un poco más corta:</p>
<blockquote><p><strong>Gestión de usuarios</strong></p>
<ul>
<li>Administración de cuentas (<a href="http://trac-hacks.org/wiki/AccountManagerPlugin">AccountManagerPlugin</a>)</li>
<li>Autenticación HTTP (<a href="http://trac-hacks.org/wiki/HttpAuthPlugin">HttpAuthPlugin</a>)</li>
<li>Integración con Active Directory (<a href="http://trac-hacks.org/wiki/ActiveDirectoryAuthPlugin">ActiveDirectoryAuthPlugin</a>)</li>
<li>Integración con <a href="http://www.jasig.org/cas">CAS</a> (<a href="http://trac-hacks.org/wiki/TracCasPlugin">TracCasPlugin</a>)</li>
</ul>
</blockquote>
<blockquote><p><strong>Integración de la administración con Subversion</strong></p>
<ul>
<li>Integración de administración con SVN (<a href="http://trac-hacks.org/wiki/SvnAuthzAdminPlugin">SvnAuthzAdminPlugin</a> y <a href="http://trac-hacks.org/intertrac/TracSvnAuthzPlugin">TracSvnAuthzPlugin</a>)</li>
</ul>
</blockquote>
<blockquote><p><strong>Extensión del sistema de Tickets</strong></p>
<ul>
<li>Gestión de campos personalizados (<a href="http://trac-hacks.org/wiki/CustomFieldAdminPlugin">TracCustomFieldAdminPlugin</a>)</li>
<li>Gestión de workflows para tickets (<a href="http://trac-hacks.org/wiki/WorkflowEditorPlugin">WorkflowEditorPlugin</a> y <a href="http://trac-hacks.org/wiki/workflow">Workflows personalizados</a>)</li>
<li>Dependencias entre tickets (<a href="http://trac-hacks.org/wiki/MasterTicketsPlugin">MasterTicketsPlugin</a>)</li>
<li>Soporte para la estimación de horas en tickets (<a href="http://trac-hacks.org/wiki/TracHoursPlugin">TracHoursPlugin</a>, <a href="http://trac-hacks.org/wiki/TimingAndEstimationPlugin">TimingAndEstimationPlugin</a>, <a href="http://trac-hacks.org/wiki/EstimationToolsPlugin">EstimationToolsPlugin</a> y <a href="http://trac-hacks.org/wiki/SchedulingToolsPlugin">SchedulingToolsPlugin</a>)</li>
</ul>
</blockquote>
<blockquote><p><strong>Integración con otros sistemas y extensiones</strong></p>
<ul>
<li>Integración con <a href="https://hudson.dev.java.net/">Hudson</a> (<a href="http://trac-hacks.org/wiki/HudsonTracPlugin">HudsonTracIntegrationPlugin</a>)</li>
<li>Integración con Git (<a href="http://trac-hacks.org/wiki/GitPlugin">GitPluginForTrac</a>)</li>
<li>Integración con Agilo-SCRUM (<a href="http://trac-hacks.org/wiki/AgiloForScrumPlugin">AgiloForScrumPlugin</a>)</li>
</ul>
</blockquote>
<blockquote><p><strong>Otros</strong></p>
<ul>
<li>Gestión de parámetros de inicialización de TRAC (<a href="http://trac-hacks.org/wiki/IniAdminPlugin">IniAdminPlugin</a>)</li>
<li>Personalización del Timeline (<a href="http://trac-hacks.org/wiki/TimelineCheckinFilterPlugin">TimelineCheckinFilterPlugin</a> y <a href="http://trac-hacks.org/wiki/TimelineUserFilterPlugin">TimelineUserFilterPlugin</a>)</li>
<li>Sistema de Tags (<a href="http://trac-hacks.org/wiki/TagsPlugin">TagsPlugin</a>)</li>
</ul>
<p><strong>Interoperabilidad</strong></p></blockquote>
<blockquote><p>De todos los plugins existentes para TRAC el más interesante de todos es el <a href="http://trac-hacks.org/intertrac/XmlRpcPlugin"><strong>XML-RPC Plugin</strong></a> porque expone al exterior toda la funcionalidad de un servidor TRAC para que pueda integrarse con cualquier lenguaje y para cualquier cosa. Por ejemplo se podría:</p>
<ul>
<li>Construir un sistema simplificado para la entrada de tickets-bugs solamente con los datos estrictamente necesarios.</li>
<li>Realizar la alimentación inicial de issues en un proyecto a partir de un MS Project</li>
<li>Generar la descripción inicial de tareas a partir de una definición funcional decente</li>
<li>&#8230;</li>
</ul>
<p>y todo ello en el lenguaje y la forma (desktop, web&#8230;) que mejor nos venga. Espero poder terminar en breve <a href="http://code.google.com/p/tracdrops/">TRACdrops</a>, y poder disponer de TRAC desde Java con toda su potencia de una forma simple&#8230;</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Late Shows]]></title>
<link>http://ararity.wordpress.com/2009/11/09/late-shows/</link>
<pubDate>Mon, 09 Nov 2009 06:30:46 +0000</pubDate>
<dc:creator>Thomas</dc:creator>
<guid>http://ararity.wordpress.com/2009/11/09/late-shows/</guid>
<description><![CDATA[I had a show time today of 1918, or 7:18pm for the uninitiated.  You might be thinking, &#8220;Wow, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I had a show time today of 1918, or 7:18pm for the uninitiated.  <a href="http://images52.fotki.com/v304/file6ljJ/11a3b/3/842323/8138098/schedule.jpg"><img class="alignright size-full wp-image-84" title="schedule" src="http://ararity.wordpress.com/files/2009/11/schedule1.jpg" alt="schedule" width="459" height="257" /></a>You might be thinking, <em>&#8220;Wow, 7:18 sure is awfully late to go to work!&#8221;</em> and you&#8217;d be bang on.  I got in at midnight the night before, giving me 19 hours before I had to be anywhere.  I knew all day that I was to be at the airport at 1918, but the closer it got to report time &#8211; and by closer I mean four hours before &#8211; the more I began to doubt myself.  I kept checking my schedule to make sure it really was 1918 and not 1718 or even 1518.  <em>Why hasn&#8217;t Crew Scheduling called me to ask where I am?  Did they just mark me down as a no show with no concern for my well-being?</em> When I wasn&#8217;t busy signing in to CrewTrac, I concerned myself with trying to decipher the 24-hour clock.  <em>What time was 1918?  Let&#8217;s see&#8230;19 minus 12 equals 7; it&#8217;s 7:18 I&#8217;m supposed to be there.</em> Geesh!  I couldn&#8217;t concentrate on more productive things like wasting my time listening to Pandora or taking  a nap.  Don&#8217;t misunderstand me: I&#8217;m all about late show times; it gives me more time to sleep in.  But if it were up to me, I&#8217;d stick to the earlier late shows like 1645.</p>
<p>Now what time is that?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Photoshop CS4]]></title>
<link>http://dalwinco.wordpress.com/2009/11/08/photoshop-cs4/</link>
<pubDate>Sun, 08 Nov 2009 15:43:10 +0000</pubDate>
<dc:creator>dalwinco</dc:creator>
<guid>http://dalwinco.wordpress.com/2009/11/08/photoshop-cs4/</guid>
<description><![CDATA[Well, I have managed to get my hands on Photoshop CS4. It is pretty nice. I don&#8217;t have anytime]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Well, I have managed to get my hands on Photoshop CS4. It is pretty nice. I don&#8217;t have anytime to post any in-detail things at the moment but, here is a pic I had edited. It was a just a blurred effect across the background. </p>
<p>Original:</p>
<p><a href="http://pics.livejournal.com/dalwin/pic/0006g86q/"><img src="http://pics.livejournal.com/dalwin/pic/0006g86q/s320x240" width="320" height="213"></a></p>
<p>Edited:<br />
<a href="http://pics.livejournal.com/dalwin/pic/0006hwc7/"><img src="http://pics.livejournal.com/dalwin/pic/0006hwc7/s320x240" width="320" height="213"></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Second Meeting of CARB's Truck Regulations Advisory Committee Set for November 10, 2009]]></title>
<link>http://transportenvllaw.wordpress.com/2009/11/06/second-meeting-of-carbs-truck-regulations-advisory-committee-set-for-november-10-2009/</link>
<pubDate>Fri, 06 Nov 2009 19:22:50 +0000</pubDate>
<dc:creator>smtaber</dc:creator>
<guid>http://transportenvllaw.wordpress.com/2009/11/06/second-meeting-of-carbs-truck-regulations-advisory-committee-set-for-november-10-2009/</guid>
<description><![CDATA[On Tuesday, November 10th, the second meeting of the California Air Resources Board&#8217;s Truck Re]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>On Tuesday, November 10th, the second meeting of the California Air Resources Board&#8217;s Truck Regulations Advisory Committee (TRAC) and its designated subcommittees will be held. The main TRAC meeting will be held from 3-5 PM PST in the Sierra Hearing Room at the CALEPA Building in Sacramento, CA and webcast.</p>
<p>For webcast information, please visit <a href="http://www.calepa.ca.gov/broadcast/?BDO=1">http://www.calepa.ca.gov/broadcast/?BDO=1</a>.</p>
<p>The agendas of the day&#8217;s event can be found by <a href="http://www.arb.ca.gov/msprog/onrdiesel/trac/meetings/documents/11-10-09_TRAC_Event_Agendas.pdf">clicking here</a> or by visiting the <a href="http://www.arb.ca.gov/msprog/onrdiesel/trac/trac.htm">TRAC website</a>.</p>
<p>Background on the TRAC:</p>
<p>The California Air Resources Board (CARB) created the Truck Regulations Advisory Committee (TRAC) as part of its implementation of the Truck and Bus regulation and the Heavy-Duty Diesel Greenhouse Gas Emission Reduction regulation.  TRAC was formed to assist CARD in facilitating communication with stakeholders and to obtain stakeholder feedback on the implementation tools used for these regulations. According to CARB, The goals of TRAC is to help CARB staff fine tune its outreach, training, and implementation materials and provide a mechanism for stakeholders to discuss other implementation issues.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Trac - Fixing the SQLite DB ]]></title>
<link>http://almeidamike.wordpress.com/2009/11/05/trac-fixing-the-sqlite-db/</link>
<pubDate>Thu, 05 Nov 2009 10:15:23 +0000</pubDate>
<dc:creator>almeidamike</dc:creator>
<guid>http://almeidamike.wordpress.com/2009/11/05/trac-fixing-the-sqlite-db/</guid>
<description><![CDATA[Thanks to http://www.otterbook.com/blog/2009/08/fixing-the-sqlite-db-for-a-trac-instance/ , I found ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Thanks to <a href="http://www.otterbook.com/blog/2009/08/fixing-the-sqlite-db-for-a-trac-instance/">http://www.otterbook.com/blog/2009/08/fixing-the-sqlite-db-for-a-trac-instance/</a> , I found out how to fix a Trac instance when I got the message</p>
<p>&#8220;DatabaseError: database disk image is malformed”</p>
<p>Here it is:</p>
<p>$ cd /path/to/trac-sqlite-db-directory # find the trac.db file<br />
$ su www-data   # switch to the owner of the db file<br />
$ mv trac.db trac.db.damaged<br />
$ sqlite3 trac.db.damaged .dump&#124;sqlite3 trac.db</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[filler]]></title>
<link>http://kajakaja.wordpress.com/2009/11/01/filler/</link>
<pubDate>Sun, 01 Nov 2009 11:00:19 +0000</pubDate>
<dc:creator>kajakaja</dc:creator>
<guid>http://kajakaja.wordpress.com/2009/11/01/filler/</guid>
<description><![CDATA[Tako mi je prisrčna, da sm jo mogla objavit =)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://www.explosm.net/db/files/Comics/Rob/lebanese.png"><img class="aligncenter" title="http://www.explosm.net/db/files/Comics/Rob/lebanese.png" src="http://www.explosm.net/db/files/Comics/Rob/lebanese.png" alt="" width="440" height="325" /></a></p>
<p style="text-align:center;">Tako mi je prisrčna, da sm jo mogla objavit =)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Virtual Hosting Using apache2]]></title>
<link>http://somepalli.wordpress.com/2009/10/23/virtual-hosting-using-apache2/</link>
<pubDate>Fri, 23 Oct 2009 05:54:16 +0000</pubDate>
<dc:creator>somepalli</dc:creator>
<guid>http://somepalli.wordpress.com/2009/10/23/virtual-hosting-using-apache2/</guid>
<description><![CDATA[What is Virtual Hosting and where and why it is used? Vitual Hosting is a method that servers such a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>What is Virtual Hosting and where and why it is used?</strong></p>
<p><strong>Vitual Hosting </strong>is a method that servers such as web servers use to host more than one domain</p>
<p>name on the same computer.</p>
<p>Virtual hosting allows a website owner to have a site hosted on a web server that is shared with</p>
<p>other websites. In other words, virtual hosting services and bandwidht to more than one website.</p>
<p>Virtual web hosting is one of the most popular hosting options available at the moment -</p>
<p>probably because of cost effective because you won&#8217;t have to pay for a dedicated server to host just</p>
<p>your website.</p>
<p>Virtual web hosting is good solution for <strong>SME&#8217;s</strong> even for <strong>MNC&#8217;s</strong> also websites that aren&#8217;t constantly being visited</p>
<p>There are two basic methods of accomplishing virtual hosting: <strong>name-based</strong>, and IP address or <strong>ip-based</strong>.</p>
<p><em><strong><span style="color:#0000ff;">Lets move to the Practical Session<br />
</span></strong></em></p>
<p><strong>Check are you have Apache2, mysql5, php5 in your PC or Laptop or NoteBook what ever you calls otherwise follow below steps</strong></p>
<p>1. Install LAMP</p>
<p>2. Control Apache2</p>
<p>3. Control MySql</p>
<p>4. Virtual Hosting</p>
<p>5. Virtual Hosting with multiple names</p>
<p><strong>1. Install LAMP &#8211; Linux Apache2 Mysql Php</strong></p>
<p>I preasume you have Ubuntu Linux installed. Let’s install everything else (Apache 2, PHP5 and MySQL 5)</p>
<blockquote><p>sudo aptitude install apache2 mysql-server php5 php5-mysql libapache2-mod-php5</p></blockquote>
<p>Open your favourite web browser and enter http://localhost (or http://127.0.0.1)</p>
<p>Check if Apache 2 and PHP 5 work fine</p>
<p>Create a file called test.php and enter this text in it</p>
<blockquote><p>&#60;?php phpinfo(); ?&#62;</p></blockquote>
<p>Save the file and copy it to your web site folder, e.g. /var/www</p>
<p>Open your web browser and run</p>
<blockquote><p>http://localhost/test.php</p></blockquote>
<p><strong>2. Control Apache2</strong></p>
<p>To start Apache2</p>
<blockquote><p>sudo /etc/init.d/apache2 start</p></blockquote>
<p>To stop Apache2</p>
<blockquote><p>sudo /etc/init.d/apache2 stop</p></blockquote>
<p>To restart Apache2</p>
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
<p>After first install I always get this error:</p>
<blockquote><p>apache2: Could not determine the server&#8217;s domain name, using 127.0.0.1 for ServerName</p></blockquote>
<p>It is easily fixed &#8211; add ServerName localhost into apache2.conf</p>
<blockquote><p>gksudo gedit /etc/apache2/apache2.conf</p></blockquote>
<p><strong>3. Control MySQL</strong></p>
<p>To start MySQL</p>
<blockquote><p>sudo /etc/init.d/mysql start</p></blockquote>
<p>To restart MySQL</p>
<blockquote><p>sudo /etc/init.d/mysql restart</p></blockquote>
<p>To stop MySQL</p>
<blockquote><p>sudo /etc/init.d/mysql stop</p></blockquote>
<p><strong>Creating Database using MySql</strong></p>
<p>First Login into MySql Using Following Command here it will ask password then enter the root password of My Sql. MySql Password has given when it was Installing</p>
<blockquote><p>mysql -u root -p</p></blockquote>
<p>Create Database</p>
<blockquote><p>Create Database virtual;</p></blockquote>
<p>Use Database</p>
<blockquote><p>Use virtual;</p></blockquote>
<h3><strong>4. Virtual Hosting</strong></h3>
<p><strong><br />
</strong></p>
<p><strong>(a) Allow user to web directory </strong></p>
<p><strong>(b) Create Folder and link to web directory</strong></p>
<p><strong>(c) Using Virtual Hosts </strong></p>
<p><strong>(d) Adding Virtual Hosts</strong></p>
<p><strong>(e) Apache Configuaration<br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong>l</strong><strong>ocalhost</strong> is the default <strong>host</strong>, but if you add <strong>virtal hosts</strong>, you may want to change it to, say, <strong>somechow</strong></p>
<p>However, the address<strong> http://localhost/</strong> by default points to <strong>/var/www</strong>. That folder is basically empty that is why you do not see much in your web browser.</p>
<p>To show proper web site, you need to put some web pages in that folder.</p>
<p><strong>(a)</strong> allow yourselft to have access to the folder /var/www</p>
<blockquote><p>sudo chown -R USERNAME /var/www</p></blockquote>
<p>Now, you can copy your great web site to the folder <strong>/var/www</strong>.</p>
<p>Start Firefox again and type <strong>http://localhost/</strong>. Do you see you web site?</p>
<p>If you hate to always navigate to /var/www, you can press Control-D in Nautilus to add a new bookmark in Places menu. You can create a link to it in your home folder for easy access, alternatively.</p>
<p><strong>(b)</strong> Create a folder in your desired location and link to the web direcotry</p>
<blockquote><p>ln -s /var/www ~/WebSite</p></blockquote>
<p>Now you can place all your web content inside the folder WebSite in your home folder and you will see your web site by going to</p>
<blockquote><p>http://localhost/</p></blockquote>
<p><strong>(c)</strong> Using virtual hosts</p>
<p>If I put a folder called somechow inside <strong>/var/www</strong>, I can run my local web site by entering <strong>http://localhost/somechow</strong>.</p>
<p>However, I prefer more human-readable web addresses. For example, when I enter <strong>http://somechow</strong>, my local WordPress copy of somechow.Ws (located in /home/some/WebSites/somechow) runs in Firefox.</p>
<p>To use virtual hosts, you need to change hosts file and add some information for Apache.</p>
<p><strong>(d)</strong> I add my virtual host address to Hosts file</p>
<blockquote><p>sudo nano /etc/hosts</p>
<p>127.0.0.1 somechow</p></blockquote>
<p>In above quote instead of 127.0.0.1 I used my desktop IP.</p>
<p>Then I reboot the computer or networking for changes to take effect</p>
<blockquote><p>sudo /etc/init.d/networking restart</p></blockquote>
<p><strong>(e)</strong> Apache Configuration</p>
<p>Open the window in super user mode  uisng following command prompt</p>
<blockquote><p>sudo nautilus</p></blockquote>
<p>I create a copy of file default which is located in <strong>/etc/apache2/sites-available</strong> and rename it to <strong>somechow</strong>.</p>
<p>I created a link to this file by right-clicking and selected <strong>MakeLink</strong> option</p>
<p>I copy this link to <strong>/etc/apache2/sites-enabled</strong></p>
<p>I change link file into <strong>somechow</strong>:</p>
<p><strong>NameVirtualHost * </strong>is changed to <strong>NameVirtualHost somechow</strong></p>
<p><strong>ServerName@somechow</strong> is added under <strong>ServerAdmin</strong></p>
<p><strong>DocumentRoot /var/www/ </strong>is changed to <strong>DocumentRoot /home/some/WebSites/somechow</strong></p>
<h3></h3>
<h3><strong>5. Virtual Hosting with multiple names</strong></h3>
<p><strong><br />
</strong></p>
<p><strong>(a) Allow user to web directory </strong></p>
<p><strong>(b) Create Folder and link to web directory</strong></p>
<p><strong>(c) Using Virtual Hosts </strong></p>
<p><strong>(d) Adding Virtual Hosts</strong></p>
<p><strong>(e) Apache Configuaration</strong></p>
<p><strong>l</strong><strong>ocalhost</strong> is the default <strong>host</strong>, but if you add <strong>virtal hosts</strong>, you may want to change it to, say, <strong>somechow </strong>and<strong> somedary<br />
</strong></p>
<p>However, the address<strong> http://localhost/</strong> by default points to <strong>/var/www</strong>. That folder is basically empty that is why you do not see much in your web browser.</p>
<p>To show proper web site, you need to put some web pages in that folder.</p>
<p><strong>(a)</strong> allow yourselft to have access to the folder /var/www</p>
<blockquote><p>sudo chown -R USERNAME /var/www</p></blockquote>
<p>Now, you can copy your great web site to the folder <strong>/var/www</strong>.</p>
<p>Start Firefox again and type <strong>http://localhost/</strong>. Do you see you web site?</p>
<p>If you hate to always navigate to /var/www, you can press Control-D in Nautilus to add a new bookmark in Places menu. You can create a link to it in your home folder for easy access, alternatively.</p>
<p><strong>(b)</strong> Create a folder in your desired location and link to the web direcotry</p>
<blockquote><p>ln -s /var/www ~/WebSite</p></blockquote>
<p>Now you can place all your web content inside the folder WebSite in your home folder and you will see your web site by going to</p>
<blockquote><p>http://localhost/</p></blockquote>
<p><strong>(c)</strong> Using virtual hosts</p>
<p>If I put a folder called <strong>somechow</strong> and <strong>somedary</strong> inside <strong>/var/www</strong>, I can run my local web site by entering <strong>http://localhost/somechow</strong> or <strong>http://localhost/somedary</strong></p>
<p>However, I prefer more human-readable web addresses. For example, when I enter <strong>http://somechow</strong> and <strong>http://somedary</strong> , my local WordPress copy of somechow.Ws or somedary.ws(located in /home/some/WebSites/somechow and /home/some/WebSites/somedary ) runs in Firefox.</p>
<p>To use virtual hosts, you need to change hosts file and add some information for Apache.</p>
<p><strong>(d)</strong> I add my virtual host address to Hosts file</p>
<blockquote><p>sudo nano /etc/hosts</p>
<p>127.0.0.1 somechow</p>
<p>127.0.0.1 somedary</p></blockquote>
<p>In above quote instead of 127.0.0.1 I used my desktop IP.</p>
<p>Then I reboot the computer or networking for changes to take effect</p>
<blockquote><p>sudo /etc/init.d/networking restart</p></blockquote>
<p><strong>(e)</strong> Apache Configuration <strong> </strong></p>
<p><strong> (i) For</strong> <strong>somechow</strong></p>
<p>Open the window in super user mode  uisng following command prompt</p>
<blockquote><p>sudo nautilus</p></blockquote>
<p>I create a copy of file default which is located in <strong>/etc/apache2/sites-available</strong> and rename it to <strong>somechow</strong>.</p>
<p>I created a link to this file by right-clicking the <strong>somechow</strong> and selected <strong>MakeLink</strong> option</p>
<p>I copy this link to <strong>/etc/apache2/sites-enabled</strong></p>
<p>I change link file into <strong>somechow</strong>:</p>
<p><strong>NameVirtualHost * </strong>is changed to <strong>NameVirtualHost somechow</strong></p>
<p><strong>ServerName@somechow</strong> is added under <strong>ServerAdmin</strong></p>
<p><strong>DocumentRoot /var/www/ </strong>is changed to <strong>DocumentRoot /home/some/WebSites/somechow</strong></p>
<p><strong> </strong></p>
<p><strong> (ii) For</strong> <strong>somedary</strong></p>
<p>Open the window in super user mode  uisng following command prompt</p>
<blockquote><p>sudo nautilus</p></blockquote>
<p>I create a copy of file default which is located in <strong>/etc/apache2/sites-available</strong> and rename it to <strong>somedary</strong>.</p>
<p>I created a link to this file by right-clicking the <strong>somechow</strong> and selected <strong>MakeLink</strong> option</p>
<p>I copy this link to <strong>/etc/apache2/sites-enabled</strong></p>
<p>I change link file into <strong>somedary</strong>:</p>
<p><strong>NameVirtualHost * </strong>is changed to <strong>NameVirtualHost somedary</strong></p>
<p><strong>ServerName@somedary</strong> is added under <strong>ServerAdmin</strong></p>
<p><strong>DocumentRoot /var/www/ </strong>is changed to <strong>DocumentRoot /home/some/WebSites/somedary</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><span style="color:#339966;"><br />
</span></strong></p>
<p><strong><span style="color:#339966;"><br />
</span></strong></p>
<p><strong><br />
</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[čajanka - me, myself and a box of tissues]]></title>
<link>http://kajakaja.wordpress.com/2009/10/14/cajanka-me-myself-and-a-box-of-tissues/</link>
<pubDate>Wed, 14 Oct 2009 09:22:22 +0000</pubDate>
<dc:creator>kajakaja</dc:creator>
<guid>http://kajakaja.wordpress.com/2009/10/14/cajanka-me-myself-and-a-box-of-tissues/</guid>
<description><![CDATA[Končno mi je uspelo! (sarkastični podton). Ležim v postelji, v najdebelejšem poloverju pod kovtrom i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Končno mi je uspelo! (sarkastični podton). Ležim v postelji, v najdebelejšem poloverju pod kovtrom in se prepričujem, da me ne zebe. Laptop me greje v stegna. A vseeno razmišljam o termoforju. Niti velike steklenice od vode nimam, da bi si ga zimprovizirala. To je slaba stran tega, da redko pijem sokove in stvari iz trgovine. Pač prisegam na vodo in čaj. ČAJ! Se mi zdi, da bom spraznila zaloge ne-pravega čaja z moje mini-omarice. V pastirčkovem sameva le še ena vrečka, voćni (jah, tako gor piše, jaz ne vem hehe ) zgleda, da bo še za ene dve rundi. In potlej na netu zagledam tole:</p>
<p style="text-align:center;"><a href="http://3.bp.blogspot.com/_jLuxKeSLiH4/Sp6tWxsfpGI/AAAAAAAAEXI/mOUuBa_h8iQ/s1600/%3D%3Fkoi8-r%3FQ%3Ftea%3D5Fponomareva-717303.jpg"><img class="aligncenter" title="http://3.bp.blogspot.com/_jLuxKeSLiH4/Sp6tWxsfpGI/AAAAAAAAEXI/mOUuBa_h8iQ/s1600/%3D%3Fkoi8-r%3FQ%3Ftea%3D5Fponomareva-717303.jpg" src="http://3.bp.blogspot.com/_jLuxKeSLiH4/Sp6tWxsfpGI/AAAAAAAAEXI/mOUuBa_h8iQ/s1600/%3D%3Fkoi8-r%3FQ%3Ftea%3D5Fponomareva-717303.jpg" alt="" width="446" height="464" /></a></p>
<p style="text-align:justify;">In  sploh nisem iskala čajev. Prisežem! In ja, če pa to ni über kul vrečka, pol pa tudi nič ne bom več rekla. Če se kdo slučajno kje spotakne ob njo, se priporočam. Njo kot škatlo s čajem =).</p>
<p style="text-align:justify;">Ugotavljam, da so robčki v škatli od višjih sil podarjena stvar. Ni jih treba bezati ven z majhne vrečice in jih razgrinjati. Se ne strgajo hitro. So mehki mehki. Pa lahko jih mečeš v kot sobe ali pa sestavljaš iz njih piramido. Pa še 90 jih je v škatli. Se pravi za kar nekaj bolnih dni v postelji.</p>
<p style="text-align:justify;">Še dobro, da je &#8220;chica guapa&#8221; priletela nazaj iz Barcelone, (Barselona, Barsssselona) ker drugače ne vem, komu mi ne bi blo nerodno težiti, če mi prinese veliko vrečo limon in šamanske pripomočke iz lekarne. Ker res zgledam kot kup nesreče v prevelikem zelenem poloverju. Not a pretty sight. Še dobro da imam žnj (nedoločeno število, ampak kar nekaj) filmov za pogledat. Mi bo vsaj čas hitro minil.</p>
<p style="text-align:justify;">Cough cough and a jolly big (and I mean biiig) mug of tea!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Screencast: How To Create A New Ticket On Trac]]></title>
<link>http://mvngu.wordpress.com/2009/10/12/screencast-how-to-create-a-new-ticket-on-trac/</link>
<pubDate>Mon, 12 Oct 2009 02:45:54 +0000</pubDate>
<dc:creator>mvngu</dc:creator>
<guid>http://mvngu.wordpress.com/2009/10/12/screencast-how-to-create-a-new-ticket-on-trac/</guid>
<description><![CDATA[I have created a screencast showing a general procedure for creating a new ticket on the Sage trac s]]></description>
<content:encoded><![CDATA[I have created a screencast showing a general procedure for creating a new ticket on the Sage trac s]]></content:encoded>
</item>
<item>
<title><![CDATA[Consumerist.com Honored With Consumer Education Leadership Award ]]></title>
<link>http://savvyconsumer.wordpress.com/2009/10/09/consumerist-com-honored-with-consumer-education-leadership-award/</link>
<pubDate>Fri, 09 Oct 2009 16:29:49 +0000</pubDate>
<dc:creator>savvyconsumer</dc:creator>
<guid>http://savvyconsumer.wordpress.com/2009/10/09/consumerist-com-honored-with-consumer-education-leadership-award/</guid>
<description><![CDATA[Consumerist.com&#39;s Ben Popken and Meghann Marco, recipients of this year&#39;s Parker Award. By J]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_791" class="wp-caption alignright" style="width: 250px"><a href="http://savvyconsumer.wordpress.com/files/2009/10/dsc_0831.jpg"><img class="size-medium wp-image-791 " title="DSC_0831" src="http://savvyconsumer.wordpress.com/files/2009/10/dsc_0831.jpg?w=300" alt="DSC_0831" width="240" height="210" /></a><p class="wp-caption-text">Consumerist.com&#39;s Ben Popken and Meghann Marco, recipients of this year&#39;s Parker Award.</p></div>
<p><strong>By <a href="mailto:j%20o%20h%20n%20b%20%5bAT%5d%20n%20c%20l%20n%20e%20t%20%5bDOT%5d%20o%20r%20g" target="_blank">John Breyault</a>, Vice President of Public Policy, Telecommunications and Fraud</strong></p>
<p><span style="font-family:Times New Roman;font-size:small;"><strong></strong></span>Last Thursday, NCL Executive Director Sally Greenberg and I traveled to the Riverside Church in New York City for the <a href="http://www.ucc.org/media-justice/parker-lecture/" target="_blank">27th Annual Everett C. Parker Ethics in Telecommunications Lecture and Reception</a>.  The event, organized by the <a href="http://www.ucc.org/media-justice/" target="_blank">Office of Communication of the United Church of Christ, Inc.</a> in collaboration with the Telecommunications Research and Action Center (TRAC), which is now part of NCL, honors those individuals and organizations that have promoted the public interest in telecommunications and broadcasting.</p>
<p>We were excited this year to honor Ben Popken and Meghann Marco, the co-executive editors of <a href="http://consumerist.com/" target="_blank">Consumerist.com</a>, the Internet’s preeminent consumer blog.  Consumerist, now owned by Consumers Union, is one of the top 25 blogs on the Internet, and its 375,000 daily visitors outnumber the daily circulation of the <em>Denver Post</em>, <em>Newsday</em>, and the <em>Boston Globe</em>.</p>
<p>Sally Greenberg’s remarks put the impact of the Consumerist best when she said:</p>
<p style="padding-left:30px;">“The Consumer Education Leadership Award, was created out of the belief that media advocacy and an informed and educated public go hand in hand. … Consumerist has been a catalyst for pro-consumer changes.  Ben Popken and Meghann Marco” represent the ever evolving nature of consumer journalism.  Through their contributions as Co-Executive Editors at The Consumerist blog, they have given consumers a powerful new voice.  We honor Ben and Meghann for helping consumers tilt the balance of power in the marketplace back in their favor.”</p>
<p>Ben and Meghann summed up what Consumerist has meant to the wider world of consumer journalism in their remarks:</p>
<p style="padding-left:30px;">“We see Consumerist&#8217;s role as bringing the awesome power of the internet to bear on important consumer issues of the day and expose them to the spotlight of the over 2 million people who read us each month. We seek to create awareness, by unorthodox means if necessary.”</p>
<p style="padding-left:30px;">“The playing field is leveling. Consumers are forcing transparency on companies simply by connecting with each other. When consumers can easily compare notes, patterns emerge, which can then be acted on. These conversations are the first steps towards real change. In our 25 new stories each day, it is our privilege to try to help facilitate these discussions.”</p>
<p style="padding-left:30px;">The nation faces a critical moment. Consumers are strapped and seeking solutions. Desperate times invent desperate measures. In this environment, scams can take out super bowl ads and hide behind the skirt of their fine print, simply because they have the cash to burn.”</p>
<p>To view a complete video of Ben and Meghann’s acceptance speech, <a href="http://consumerist.com/5372862/consumerist-gets-awards-makes-remarks" target="_blank">click here</a>.</p>
<p>We were also excited that long-time NCL Board Member and TRAC Founder Sam Simon received the Donald C. McGannon Award at the Parker event.  The McGannon Award recognizes those who have played a significant role in advancing the role of minorities in the communications and broadcasting industries.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Contractions (HYROK, J—1)]]></title>
<link>http://brossegherta.wordpress.com/2009/10/06/contractions-hyrok-j%e2%80%941/</link>
<pubDate>Tue, 06 Oct 2009 16:04:09 +0000</pubDate>
<dc:creator>Nicolaï Lo Russo</dc:creator>
<guid>http://brossegherta.wordpress.com/2009/10/06/contractions-hyrok-j%e2%80%941/</guid>
<description><![CDATA[En général, les contractions c&#8217;est juste avant la naissance. Eh bien là, messieurs et dames, c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-1380" title="naissance d'un poulet" src="http://brossegherta.wordpress.com/files/2009/10/naissance-dun-poulet.jpg" alt="naissance d'un poulet" width="400" height="300" /></p>
<p>En général, les contractions c&#8217;est juste avant la naissance. Eh bien là, messieurs et dames, c&#8217;est après. Juste après. Des espèces de crampes, des sueurs, des vertiges de derrière les fagots. Mon livre – qui « existe » depuis dix jours – <em>sort</em> demain, je veux dire : dans les librairies, les églises, les aéroports, sur Mars, Pluton, et j&#8217;ai le trac, c&#8217;est terrible. Incontrôlable. Complètement con hein, la trouille. Comme une nana, une souris apeurée. (Et encore, c&#8217;est un cliché, y a des nanas qu&#8217;ont jamais le trac, qui s&#8217;en foutent absolument, qui foncent, les seins à l&#8217;air et puis c&#8217;est tout. Niak.) Je ne devrais pas vous le dire, ne pas vous dire que je fais des cauchemars terribles en ce moment, que je rêve que ma mère me poursuit avec une fourche parce que je n&#8217;ai vendu que soixante-quatre livres en un an, que je suis un bon à rien, un fichu scribouilleur de billevesées. Devrais pas vous le dire, non, bien sûr, je devrais plutôt vous faire le mec qui assure, le grand poilu qu&#8217;en a vu d&#8217;autres, bah un livre mais c&#8217;est rien mon roudoudou, une bille, rien du tout. Une minuscule toute petite chose dans ce monde si vaste, allez ça va, ferme ta bouche NLR, déconne pas ! Respire, mange une poire, de toute façon tu sais bien que ça sert à rien les livres, l&#8217;art – pardon : L&#8217;Art –, tout ça. Que ça change rien. Dans le fond. Que ça va pas ralentir le réchauffement de la planète, que ça va pas stopper ni le cancer, ni les guerres ni la famine, ni les triple-cheese, ni la Star Ac&#8217;, ni quoi que ce soit. Que c&#8217;est de la merde. Des tonnes de jolies merdes invraisemblables, inutiles et interchangeables, plein les radios, les plateaux, les librairies et les rires d&#8217;abrutis.</p>
<p>Y croire malgré tout.</p>
<p>Donc je suis allé me balader, ce matin, vérifier que tout est bien en place. Que la température et l&#8217;hygrométrie sont optimales chez les libraires de toute la Francophonie. J&#8217;ai fait un grand tour. C&#8217;est impeccable. Les cartons sont là, prêts à débouler en hautes piles sur les tables. Prêts à pousser les Beigbeder, Levy (Justine, cette fois) et autres Jardin dans le ravin. Pardon de vous déranger petits petits, allez allez, <a href="http://www.leoscheer.com/spip.php?article2007" target="_blank">HYROK</a> arrive. Ah ben oui que voulez vous. Vous croyiez quoi. La récréation est finie les enfants, on rentre. Place au Maître du Suspense.<br />
J&#8217;ai même eu l&#8217;occasion de rendre visite à un libraire – la Librairie Française de <a href="http://brossegherta.wordpress.com/2008/04/29/le-festival-de-zvovsk/">Zvovsk</a> – où seul HYROK sera vendu dès demain. C&#8217;est impressionnant. Des murs de mon livre, dis ! Des pans entiers, bien épais double couche, du sol au plafond, on ne sait à peine où mettre les pieds dans ce labyrinthe ! Mon livre est arrivé par camions. J&#8217;espère que ça va se vendre tous ces bouquins nom de Dieu ; le libraire est confiant. Et puis c&#8217;est un ami. En sortant j&#8217;ai trébuché sur le dernier Nothomb, qui traînait par terre, j&#8217;ai donné un coup de pied dedans, il a fini sous un meuble. Je l&#8217;ai dit et je le redis : en certaine contrée, où j&#8217;ai mes habitudes, je ne tolérerai aucune concurrence. En cette rentrée littéraire, aucune, que ce soit clair. Heureusement mon attachée de presse a été d&#8217;une redoutable efficacité. Quatre mois qu&#8217;elle bosse là-dessus, elle n&#8217;en dort plus la nuit, elle a usé trois portables rien que pour moi. On a toutes les télés, toutes les radios, les groupes de presse importants et même quelques cibistes afghans. Je l&#8217;ai eue au téléphone ce matin, mon attachée, elle était nonobstant toute désolée : Radio Alaska ne pourra faire qu&#8217;une chronique de cinq minutes sur HYROK. C&#8217;est vrai c&#8217;est embêtant ça, mais bon. Cinq minutes c&#8217;est mieux que rien.</p>
<p>Voilà, je vous laisse les amis, <a href="http://www.leoscheer.com/" target="_blank">Léo</a> m&#8217;attend dans son Falcon, on va fêter ça à Ipanema, dignement, avec une poignée de brunes sans filtre.</p>
<p>&#8217;sta luego.</p>
<p>PS : Si, dans les jours qui viennent, vous franchissez la porte d&#8217;une librairie et que vous ne butez pas contre une pile de HYROK dès l&#8217;entrée, c&#8217;est pas normal : avec une mise en place à 300 000 rien qu&#8217;en région parisienne, vous avez le droit de vous plaindre auprès du maître des lieux, qui réparera vite ce malheureux contretemps.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[15 softwares gratuitos para Gerenciamento de Projetos]]></title>
<link>http://bugbusters.wordpress.com/2009/10/04/15-softwares-gratuitos-para-gerenciamento-de-projetos/</link>
<pubDate>Mon, 05 Oct 2009 01:30:55 +0000</pubDate>
<dc:creator>bugbusters</dc:creator>
<guid>http://bugbusters.wordpress.com/2009/10/04/15-softwares-gratuitos-para-gerenciamento-de-projetos/</guid>
<description><![CDATA[No e-News do PMI Capítulo São Paulo (Setembro), veio uma lista MUITO boa de 11 softwares gratuitos d]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">No e-News do PMI Capítulo São Paulo (Setembro), veio uma lista MUITO boa de 11 softwares gratuitos disponíveis para ajudar no Gerenciamento de Projetos. Aproveitei essas 11 indicações publicada no blog &#8220;wwhat&#8217;s new&#8221; por Juan Diego Polo e acrescentei mais quatro ferramentas que já utilizei ou me deparei no mercado com clientes e parceiros utilizando e que, na minha opinião, não podem deixar de serem testadas antes de você escolher sua ferramenta de apoio no gerenciamento de projetos e administração do tempo.</p>
<p align="justify">Juan tem razão quando diz: &#8220;Com crise ou sem crise toda empresa que desenvolve projetos precisa de um programa que ajude a gerenciar os prazos e tarefas de cada um, melhorando a comunicação dos membros da equipe. Se o programa é gratuito e pode ser adaptado às necessidades particulares de cada um, melhor ainda. Aqui deixo uma lista das mais populares, todas elas open source, com o código liberado para seu uso e modificação.&#8221;</p>
<p align="justify">Se puderem, mandem seus comentários sobre o software que escolher ou os testes que fizer.</p>
<p align="justify">Enjoy !</p>
<p align="center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align:center;" align="center"><a href="http://bugbusters.wordpress.com/files/2009/10/software-par-project-mngt.jpg"><img class="size-full wp-image-175 aligncenter" title="Software para Project Management" src="http://bugbusters.wordpress.com/files/2009/10/software-par-project-mngt.jpg" alt="Software para Project Management" width="484" height="654" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Druga najljubša ]]></title>
<link>http://kajakaja.wordpress.com/2009/09/29/druga-najljubsa/</link>
<pubDate>Tue, 29 Sep 2009 19:39:09 +0000</pubDate>
<dc:creator>kajakaja</dc:creator>
<guid>http://kajakaja.wordpress.com/2009/09/29/druga-najljubsa/</guid>
<description><![CDATA[Poletna kombinacija Klik: Kratke hlače, oblekica, srajčka, starke, plavo &#8211; zeleno =)]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Poletna kombinacija</p>
<p style="text-align:justify;"><a href="http://kajakaja.wordpress.com/files/2009/09/druga-poletna.jpg"><img class="aligncenter size-large wp-image-2504" title="druga poletna" src="http://kajakaja.wordpress.com/files/2009/09/druga-poletna.jpg?w=262" alt="druga poletna" width="262" height="400" /></a><a href="http://sketch.odopod.com/sketches/104867/edit" target="_blank">Klik</a>: Kratke hlače, oblekica, srajčka, starke, plavo &#8211; zeleno =)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Deuxième séance]]></title>
<link>http://trakentrok.wordpress.com/2009/09/29/textes-pieces-de-theatre-comedies-a-telecharger-deuxieme-seance/</link>
<pubDate>Tue, 29 Sep 2009 17:53:56 +0000</pubDate>
<dc:creator>ceciletk</dc:creator>
<guid>http://trakentrok.wordpress.com/2009/09/29/textes-pieces-de-theatre-comedies-a-telecharger-deuxieme-seance/</guid>
<description><![CDATA[Avec la mise en place des premières séances, le metteur en scène peut aussi prendre la mesure du pot]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>Avec la mise en place des premières séances, le metteur en scène peut aussi prendre la mesure du potentiel d&#8217;un nouveau groupe afin d&#8217;affiner son choix de distribution.<br />
</em></p>
<h3>5- Le théâtre, c&#8217;est maîtriser l&#8217;espace et les espaces :</h3>
<p>La scène, même si elle est un espace hors du quotidien qui permet une foule d&#8217;expériences, connaît ses propres limites. Le comédien doit savoir y évoluer sans s&#8217;y heurter.</p>
<p id="post-552"><a href="http://trakentrok.wordpress.com/2009/06/15/textes-pieces-theatre-comedies-a-telecharger-le-bus/" target="_self">Le bus</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/16/textes-pieces-theatre-comedies-a-telecharger-attraction/" target="_self">Attraction</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/12/textes-pieces-theatre-comedies-a-telecharger-avec-une-chaise/" target="_self">Avec une chaise</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/05/textes-pieces-theatre-comedies-a-telecharger-occupation/" target="_self">Occupation</a></p>
<h3>6- Le théâtre, c&#8217;est connaître son corps :</h3>
<p>Le corps et la voix deviennent les outils du comédien pour faire passer de l&#8217;émotion, toutes sortes d&#8217;émotion.</p>
<p><a href="http://trakentrok.wordpress.com/2009/06/30/textes-pieces-theatre-comedies-a-telecharger-bonjours-nuances/" target="_self">Bonjours nuancés</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/04/29/textes-pieces-theatre-comedies-a-telecharger-rangs/" target="_self">Dans les rangs</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/23/textes-pieces-theatre-comedies-a-telecharger-statuerre/" target="_self">Statu&#8217;erre</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/10/textes-pieces-theatre-comedies-a-telecharger-ras-le-bol/" target="_self">Ras le bol</a></p>
<h3>7- Le théâtre, c&#8217;est développer sa sensibilité :</h3>
<p>Le comédien devra, pour partager ses émotions, accepter d&#8217;en avoir.</p>
<p><a href="http://trakentrok.wordpress.com/2009/06/03/textes-pieces-theatre-comedies-a-telecharger-promenade-aveugle/" target="_self">Promenade aveugle</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/05/26/textes-pieces-theatre-comedies-a-telecharger-super-production/" target="_self">Super production</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/05/20/textes-pieces-theatre-comedies-a-telecharger-bien-vieillir/" target="_self">Bien vieillir…</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/05/11/textes-pieces-theatre-comedies-a-telecharger-sens-imaginaire/" target="_self">Sens imaginaire</a></p>
<h3>8- Le théâtre, c&#8217;est prendre des risques :</h3>
<p>Le comédien s&#8217;inscrit dans un travail de création sur propositions concrètes d&#8217;un auteur et d&#8217;un metteur en scène, sans perdre de vue ses propres caractéristiques. En aucun cas le metteur en scène ne devra laisser le comédien se mettre en trop grande difficulté ou laisser durer un jeu dans lequel il se met en mauvaise posture. Le metteur en scène doit éviter l&#8217;échec du comédien.</p>
<p id="post-293"><a href="http://trakentrok.wordpress.com/2009/06/29/textes-pieces-theatre-comedies-a-telecharger-mmmmmh/" target="_self">Mmmmmh !</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/26/textes-pieces-theatre-comedies-a-telecharger-balai-vole/" target="_self">Balai vole !</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/07/textes-pieces-theatre-comedies-a-telecharger-play-back/" target="_self">Play-back</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/06/04/textes-pieces-theatre-comedies-a-telecharger-defile/" target="_self">Défilé</a></p>
<p><a href="http://trakentrok.wordpress.com/2009/04/30/textes-pieces-theatre-comedies-a-telecharger-zapping/" target="_self">Zapping</a></p>
<p style="text-align:center;"><strong>oOo</strong></p>
<p><em>Alors ?… C&#8217;est qui Sékoi ?</em><em><br />
</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FlashViewプラグインに引数を追加してみた]]></title>
<link>http://prepro.wordpress.com/2009/09/28/flashview%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3%e3%81%ab%e5%bc%95%e6%95%b0%e3%82%92%e8%bf%bd%e5%8a%a0%e3%81%97%e3%81%a6%e3%81%bf%e3%81%9f/</link>
<pubDate>Mon, 28 Sep 2009 13:49:42 +0000</pubDate>
<dc:creator>hikaruworld</dc:creator>
<guid>http://prepro.wordpress.com/2009/09/28/flashview%e3%83%97%e3%83%a9%e3%82%b0%e3%82%a4%e3%83%b3%e3%81%ab%e5%bc%95%e6%95%b0%e3%82%92%e8%bf%bd%e5%8a%a0%e3%81%97%e3%81%a6%e3%81%bf%e3%81%9f/</guid>
<description><![CDATA[tracでFlashを表示するためのプラグインとしてFlashViewPluginというプラグインがあります。 これは大変便利なのですが、引数として、対象となるswfファイル、幅、高さしか渡せないため]]></description>
<content:encoded><![CDATA[tracでFlashを表示するためのプラグインとしてFlashViewPluginというプラグインがあります。 これは大変便利なのですが、引数として、対象となるswfファイル、幅、高さしか渡せないため]]></content:encoded>
</item>
<item>
<title><![CDATA[♥ desktop ]]></title>
<link>http://kajakaja.wordpress.com/2009/09/26/%e2%99%a5-desktop/</link>
<pubDate>Sat, 26 Sep 2009 22:05:47 +0000</pubDate>
<dc:creator>kajakaja</dc:creator>
<guid>http://kajakaja.wordpress.com/2009/09/26/%e2%99%a5-desktop/</guid>
<description><![CDATA[Res mi je všeč moj desktop It&#8217;s not a mac, just a windows vista mac osx theme =) Still love it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;">Res mi je všeč moj desktop</p>
<p style="text-align:center;"><a href="http://kajakaja.wordpress.com/files/2009/09/best-desktop-jup.jpg"><img class="aligncenter size-full wp-image-2486" title="best desktop jup" src="http://kajakaja.wordpress.com/files/2009/09/best-desktop-jup.jpg" alt="best desktop jup" width="455" height="284" /></a>It&#8217;s not a mac, just a windows vista mac osx theme =)</p>
<p style="text-align:center;">Still love it!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[wow, nisem slepa kot kura]]></title>
<link>http://kajakaja.wordpress.com/2009/09/26/wow-nisem-slepa-kot-kura/</link>
<pubDate>Sat, 26 Sep 2009 22:01:25 +0000</pubDate>
<dc:creator>kajakaja</dc:creator>
<guid>http://kajakaja.wordpress.com/2009/09/26/wow-nisem-slepa-kot-kura/</guid>
<description><![CDATA[Na internetu sem našla tale test, pri katerem pantone (wiii, pantoni) razvrstiš od ene do druge barv]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Na internetu sem našla tale test, pri katerem pantone (wiii, pantoni) razvrstiš od ene do druge barve (vseh dvajset al kolko že umes). In vse sem postavila pravilno, niti enega nisem zamenjala. WOooooOO. Nisem vedla, da tako dobro vidim =) barve seveda!</p>
<p style="text-align:justify;"><a href="http://kajakaja.wordpress.com/files/2009/09/best-color-pantone-1.jpg"><img class="aligncenter size-large wp-image-2480" title="best color pantone 1" src="http://kajakaja.wordpress.com/files/2009/09/best-color-pantone-1.jpg?w=400" alt="best color pantone 1" width="400" height="250" /></a></p>
<p style="text-align:justify;"><a href="http://kajakaja.wordpress.com/files/2009/09/best-color-pantone-2.jpg"><img class="aligncenter size-large wp-image-2481" title="best color pantone 2" src="http://kajakaja.wordpress.com/files/2009/09/best-color-pantone-2.jpg?w=400" alt="best color pantone 2" width="400" height="250" /></a></p>
<p style="text-align:center;"><a href="http://kajakaja.wordpress.com/files/2009/09/best-color-pantone-3.jpg?w=400"><img class="aligncenter size-large wp-image-2482" title="best color pantone 3" src="http://kajakaja.wordpress.com/files/2009/09/best-color-pantone-3.jpg?w=400" alt="best color pantone 3" width="400" height="250" /></a>How cool is <a href="http://www.xrite.com/custom_page.aspx?PageID=77" target="_blank">that</a>?</p>
<p style="text-align:center;">Pantoni ♥</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[tracのソースを読む(その1) - Standalone.py -]]></title>
<link>http://prepro.wordpress.com/2009/09/26/trac%e3%81%ae%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%92%e8%aa%ad%e3%82%80%e3%81%9d%e3%81%ae1-standalone-py/</link>
<pubDate>Sat, 26 Sep 2009 11:42:28 +0000</pubDate>
<dc:creator>hikaruworld</dc:creator>
<guid>http://prepro.wordpress.com/2009/09/26/trac%e3%81%ae%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%92%e8%aa%ad%e3%82%80%e3%81%9d%e3%81%ae1-standalone-py/</guid>
<description><![CDATA[前回のエントリにある通りとりあえず、デバッグ環境は構築出来たので、 どこから読むか迷ったんですが、起動スクリプトからソースを読んでいきたいと思います。 ＃ 全体的なtracのアーキテクチャをまず理解す]]></description>
<content:encoded><![CDATA[前回のエントリにある通りとりあえず、デバッグ環境は構築出来たので、 どこから読むか迷ったんですが、起動スクリプトからソースを読んでいきたいと思います。 ＃ 全体的なtracのアーキテクチャをまず理解す]]></content:encoded>
</item>

</channel>
</rss>
