<?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>technical &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/technical/</link>
	<description>Feed of posts on WordPress.com tagged "technical"</description>
	<pubDate>Thu, 26 Nov 2009 14:08:47 +0000</pubDate>

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

<item>
<title><![CDATA[The Most Disturbing Thing I’ve Ever Heard]]></title>
<link>http://mehtakyakehta.wordpress.com/2009/11/27/the-most-disturbing-thing-i%e2%80%99ve-ever-heard/</link>
<pubDate>Fri, 27 Nov 2009 00:01:27 +0000</pubDate>
<dc:creator>Aditya Mehta</dc:creator>
<guid>http://mehtakyakehta.wordpress.com/2009/11/27/the-most-disturbing-thing-i%e2%80%99ve-ever-heard/</guid>
<description><![CDATA[Think something can actually mess with my head? Neither did I, considering I’m always eager to hear ]]></description>
<content:encoded><![CDATA[Think something can actually mess with my head? Neither did I, considering I’m always eager to hear ]]></content:encoded>
</item>
<item>
<title><![CDATA[Create Users and Change Passwords with a Bash Script]]></title>
<link>http://ankurganguli.wordpress.com/2009/11/25/create-users-and-change-passwords-with-a-bash-script/</link>
<pubDate>Wed, 25 Nov 2009 21:26:20 +0000</pubDate>
<dc:creator>ankurganguli</dc:creator>
<guid>http://ankurganguli.wordpress.com/2009/11/25/create-users-and-change-passwords-with-a-bash-script/</guid>
<description><![CDATA[First create a file which contains all the user name, one entry per line #vi userlist.txt user1 user]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>First create a file which contains all the user name, one entry per line</p>
<blockquote><p>#vi userlist.txt<br />
user1<br />
user2<br />
user3<br />
user4<br />
user5<br />
Save and exit with &#8216;Esc:wq&#8217;</p></blockquote>
<p><!--more-->Now create the following bash file to create the user as per the &#8216;userlist.txt&#8217;.</p>
<blockquote><p>#vi usercreate.sh</p>
<p>#!/bin/sh<br />
for i in `more userlist.txt `<br />
do<br />
echo $i<br />
useradd $i<br />
done<br />
Save and exit with &#8216;Esc:wq&#8217;</p></blockquote>
<p>Change the file permission</p>
<blockquote><p>#chmod 744 usercreate.sh</p></blockquote>
<p>Run the file</p>
<blockquote><p># ./usercreate.sh</p></blockquote>
<p>Now we have to change the passwords. Let&#8217;s say we want &#60;username&#62;@123 [need to use the same combination for the pasword, that can be same as &#60;usermame&#62; or same character with the &#60;usermame&#62;] as password. So for user user1 the password will be user1@123, user2@123 for user user2 and so on. Create another bash file as follows:</p>
<blockquote><p># vi userpassword.sh</p>
<p>#!/bin/sh<br />
for i in `more userlist.txt `<br />
do<br />
echo $i<br />
echo $i&#8221;@123&#8243; &#124; passwd &#8220;$i&#8221; &#8211;stdin<br />
echo; echo &#8220;User $username&#8217;s password changed!&#8221;<br />
done</p></blockquote>
<p>Change the file permission</p>
<blockquote><p># chmod 744 userpassword.sh</p></blockquote>
<p>Run the file</p>
<blockquote><p># ./userpassword.sh</p></blockquote>
<h3 style="text-align:right;"><em>“&#8230;. Now check from SSH/FTP it should work fine”</em></h3>
<p style="text-align:right;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[First Impression on Google Wave!]]></title>
<link>http://pranavzspace.wordpress.com/2009/11/26/first-impression-on-google-wave/</link>
<pubDate>Wed, 25 Nov 2009 18:24:53 +0000</pubDate>
<dc:creator>Pranav</dc:creator>
<guid>http://pranavzspace.wordpress.com/2009/11/26/first-impression-on-google-wave/</guid>
<description><![CDATA[Few hours back, I got my coveted Google Wave invite. Ever since it had been announced, I had been ex]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://pranavzspace.wordpress.com/files/2009/11/google-wave-1.jpg"><img class="aligncenter size-medium wp-image-25" title="Google Wave" src="http://pranavzspace.wordpress.com/files/2009/11/google-wave-1.jpg?w=300" alt="Google Wave Image" width="300" height="214" /></a></p>
<p>Few hours back, I got my coveted Google Wave invite. Ever since it had been announced, I had been excited for the open preview invite. While I didn’t get invited on the first round of invites, my proverbial Golden Ticket came today from one of my friend. I was really excited to see “wave-noreply” in my Gmail. A grin intantiated on my face on seeing this!</p>
<p>Even there are high priority tasks in office, I surfed on the Google Wave for some time today.<br />
Indeed, I got into the interface and bounced around the boxes like a six year old on a sugar rush. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  What’s this do? What’s that do? I made a wave and started trying out all of the headers and extensions (those are the little programs you can add to your toolbar inside of wave). It was symphony of button mashing orchestrating a flurry of trial and error. As people came on, the discoveries continued to abound. In this, We can see what people are typing letter by letter, unlike &#8220;Vijay is typing&#8230; Vijay is typing&#8230; Vijay is typing&#8230;&#8221; until he hits enter. This is really a kool feature indeed. I was really excited to use this with one of my friend. We started the chat like this&#8230; “I can see you typing!” “I can see you typing too!”. lol<br />
I really wondered and felt like using a desktop application.</p>
<p>As there are many posts and write-ups about every aspect of Google Wave, I will go a different route to describe my ultimate impression.</p>
<p>While I don’t have the experience of fatherhood behind this, I have heard the story of new parents looking down at their baby laying in the crib the first night and thinking to themselves, “This child can grow up to be anything.”  It is the feeling of being in the humbling presence of raw potential. And it is this brilliant potential that makes me excited for its applications to services and scenarios in the library world.</p>
<p>An application like Google Wave means that every library in the country can now offer excellent free internet reference service. It means that colleagues within a library and across systems, library associations, and the country can collaborate on projects. It can be used to create teen spaces, more interactive homework guides, and to serve as virtual book clubs and other community projects. In my opinion, it is the best platform for electronically exchanging ideas at present. It’s potential is only limited by its developers and users. Take that statement at its face value. I can’t say whether it will be big or small, but it has the potential for both. It is an excellent next step application; now we have to see how it pans out.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wacken Open Air: Metal Battle 2010 Capítulo México - Convocatoria ]]></title>
<link>http://elbarametal.wordpress.com/2009/11/25/wacken-open-air-metal-battle-2010-capitulo-mexico-convocatoria/</link>
<pubDate>Wed, 25 Nov 2009 18:23:39 +0000</pubDate>
<dc:creator>elbara</dc:creator>
<guid>http://elbarametal.wordpress.com/2009/11/25/wacken-open-air-metal-battle-2010-capitulo-mexico-convocatoria/</guid>
<description><![CDATA[Esto me lo pasó el Mai de El Mariscal Bisteces (pásenle, ese blog está bien chingón): W.O.A. Metal B]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://elbarametal.wordpress.com/files/2009/11/woa2010_1024x768_01.jpg"><img class="aligncenter size-full wp-image-1598" title="WOA 2010 flyer" src="http://elbarametal.wordpress.com/files/2009/11/woa2010_1024x768_01.jpg" alt="" width="450" height="337" /></a></p>
<p>Esto me lo pasó el Mai de <a title="El Mariscal Bisteces" href="http://sanmariscalitorey.blogspot.com/" target="_self">El Mariscal Bisteces (pásenle, ese blog está bien chingón)</a>:</p>
<p style="text-align:center;"><strong>W.O.A. Metal Battle 2010: Capítulo México</strong></p>
<p>Bases:</p>
<p>Se convoca a participar a todas las bandas de metal que cubran los siguientes requisitos:</p>
<p>• Que resida en territorio mexicano y cuyos integrantes sean mayoritariamente nacidos en México, mayores de edad y cuenten con pasaporte vigente. Mayoritariamente significa más del 50%.</p>
<p>• Que no tengan actualmente o próximo a firmar un contrato con sello discográfico alguno. Contratos de distribución no entran en esta categoría. (Este punto es flexible, los contratos por un disco por ejemplo, no aplican. La idea es que no estén &#8220;atados&#8221; a un sello.)</p>
<p>• Que tengan material propio con el que puedan cubrir un concierto de 30 minutos.</p>
<p>• Se requiere cubrir una inscripción de $1, 500 (Mil quinientos pesos moneda nacional, pago único), que se usarán para pagar servicios como renta, PA, producción y publicidad. Para mayores informes escribir un mail a blut_aus_metal@yahoo.com  .</p>
<p>Las bandas que radiquen en algún punto del interior de la República Mexicana deberán llegar al DF el día que les toque su eliminatoria, por sus propios medios. ***Probablemente, y dependiendo de la cantidad de bandas que se inscriban, podríamos hacer eliminatorias regionales. Sin embargo, este punto aún es tentativo.</p>
<p>Premios:</p>
<p>• El primer lugar representará a México en la Vigésimoprimera edición del festival internacional Wacken Open Air, a llevarse a cabo los días 5, 6 y 7 de agosto de 2010. La banda ganadora competirá en el W.E.T Stage, en la final internacional del W.O.A Metal Battle.</p>
<p>Además, el Circo Volador ofrece al segundo lugar la oportunidad de grabar un disco en sus estudios. El compromiso final es la entrega de dos masters. Rock dreams ofrece 50 playeras al primer lugar, 30 al segundo y 20 al tercero. Dilemma ofrece a las bandas que queden en los primeros tres lugares la opción de abrir algún concierto, aunque esto se extiende a todo el universo de bandas participantes. Es decir, los primeros tres tienen prioridad en la búsqueda de bandas abridoras, pero todas tienen oportunidad. Metal Eye Foto ofrece también sus sus servicios a los tres primeros lugares, con detalles por definir más adelante.</p>
<p>Eliminatorias:</p>
<p>• En cada eliminatoria se contará con un mínimo de TRES jueces elegidos por la producción del concurso (referentes importantes en el mundo del metal: músicos, promotores) . El fallo de los mismos será inapelable e incontrovertible.</p>
<p>Los grupos, fechas de eliminatorias y demás posibles situaciones derivadas se harán públicos una vez que termine el periodo de inscripción.</p>
<p>Él o los conciertos de batalla se llevarán a cabo en el Circo Volador.</p>
<p>El orden en que tocarán las bandas se determinará vía sorteo abierto, el día de cada eliminatoria.</p>
<p>Una vez definidos los horarios, la impuntualidad será motivo de eliminación, sin excepciones.</p>
<p>Los resultados se darán a conocer al finalizar cada eliminatoria.</p>
<p>Las eliminatorias estarán abiertas al público.</p>
<p>Instrucciones y extras:</p>
<p>El ganador del concurso DEBERÁ PAGAR SUS GASTOS DE VIAJE HASTA ALEMANIA. Si se lograse algún tipo de apoyo económico, se anunciará en su momento.</p>
<p>En caso de que la banda ganadora no cubra con ese requisito en los tiempos acordados, mismos que se definirán con claridad en las semanas venideras, los organizadores se reservan el derecho a escoger a una banda que habiendo participado y demostrado buena calidad, pueda cubrir este requisito.</p>
<p>Prensa Ocesa (5255) 2122 5675</p>
<p>ljasso@cie.com.mx</p>
<p>Ya saben, si tienen una banda y hacen música pesadota y chingona, van, es una gran oportunidad, carpe diem.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[So What Really Happened to WCOV's SEC Network Broadcast on Saturday?]]></title>
<link>http://mtrtest.wordpress.com/2009/11/25/so-what-really-happened-to-wcovs-sec-network-broadcast-on-saturday/</link>
<pubDate>Wed, 25 Nov 2009 17:10:53 +0000</pubDate>
<dc:creator>Jason Trippe</dc:creator>
<guid>http://mtrtest.wordpress.com/2009/11/25/so-what-really-happened-to-wcovs-sec-network-broadcast-on-saturday/</guid>
<description><![CDATA[This past Saturday I was on my way home from picking up some Taco Smell for lunch.  The Alabama v. U]]></description>
<content:encoded><![CDATA[This past Saturday I was on my way home from picking up some Taco Smell for lunch.  The Alabama v. U]]></content:encoded>
</item>
<item>
<title><![CDATA[svn (subversion) through proxies]]></title>
<link>http://rahulkrishnanblogs.wordpress.com/2009/11/25/svn-subversion-through-proxies/</link>
<pubDate>Wed, 25 Nov 2009 14:03:49 +0000</pubDate>
<dc:creator>rahulkrishnan</dc:creator>
<guid>http://rahulkrishnanblogs.wordpress.com/2009/11/25/svn-subversion-through-proxies/</guid>
<description><![CDATA[I am currently working on contributing to Haiku (http://haiku-os.org). Its an exciting community to ]]></description>
<content:encoded><![CDATA[I am currently working on contributing to Haiku (http://haiku-os.org). Its an exciting community to ]]></content:encoded>
</item>
<item>
<title><![CDATA[Support &amp; Resistances for 26-11-2009 ]]></title>
<link>http://pragmaticinvestments.wordpress.com/2009/11/25/support-resistances-for-26-11-2009/</link>
<pubDate>Wed, 25 Nov 2009 13:40:35 +0000</pubDate>
<dc:creator>Pragmatic Investments</dc:creator>
<guid>http://pragmaticinvestments.wordpress.com/2009/11/25/support-resistances-for-26-11-2009/</guid>
<description><![CDATA[Support &amp; Resistances for 26-11-2009       SENSEX NIFTY FUTURE (Novt2009)     BANKNIFTY NIFTY 25]]></description>
<content:encoded><![CDATA[Support &amp; Resistances for 26-11-2009       SENSEX NIFTY FUTURE (Novt2009)     BANKNIFTY NIFTY 25]]></content:encoded>
</item>
<item>
<title><![CDATA[Pivot Point (26-11-2009)]]></title>
<link>http://pragmaticinvestments.wordpress.com/2009/11/25/pivot-point-26-11-2009/</link>
<pubDate>Wed, 25 Nov 2009 13:40:23 +0000</pubDate>
<dc:creator>Pragmatic Investments</dc:creator>
<guid>http://pragmaticinvestments.wordpress.com/2009/11/25/pivot-point-26-11-2009/</guid>
<description><![CDATA[26/11/2009 Pivot Point NSE Symbol   LTP S3 S2 S1 Pivot Point R1 R2 R3 ABB 753.10 718.10 737.90 745.5]]></description>
<content:encoded><![CDATA[26/11/2009 Pivot Point NSE Symbol   LTP S3 S2 S1 Pivot Point R1 R2 R3 ABB 753.10 718.10 737.90 745.5]]></content:encoded>
</item>
<item>
<title><![CDATA[Invitation Mail: Winter Camp Season 2 - Microsoft SQL Server 2008 Training&rlm;]]></title>
<link>http://raghuveerbabu.wordpress.com/2009/11/25/invitation-mail-winter-camp-season-2-microsoft-sql-server-2008-training/</link>
<pubDate>Wed, 25 Nov 2009 12:54:08 +0000</pubDate>
<dc:creator>raghuveerbabu</dc:creator>
<guid>http://raghuveerbabu.wordpress.com/2009/11/25/invitation-mail-winter-camp-season-2-microsoft-sql-server-2008-training/</guid>
<description><![CDATA[Hey folks, SQL Server User Community, Madurai is presenting a 10 days winter camp on &#8216; Microso]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hey folks,</p>
<p>SQL Server User Community, Madurai is presenting a 10 days winter camp on &#8216; Microsoft SQL Server 2008&#8242; @ KLN College of IT in the month of december. Its quite a long program to learn deep into the application development &#38; administration of Microsoft&#8217;s SQL Server 2008 . The registration fees is only Rs.200/-.</p>
<p>Participation certificates &#38; resource DVD&#8217;s will be provided during the Winter Camp. II / III / IV year students of KLN College of IT &#38; KLN College of Engg. can enroll in this camp. Other college students, kindly contact us.</p>
<p>The detailed schedule will be sent after the confirmation of dates. Remember, there are only limited seats available. Not only this, you can also win Rs.25,000/- worth software goodies.</p>
<p>For registration, fill up the form in the link given below:    <br /><a href="https://spreadsheets.google.com/viewform?hl=en&#38;formkey=dFpWN1lZRHlFRGNSUUhSSEFZSWI3WXc6MA">KLNCIT Winter Camp 2009 Registration Form</a></p>
<p>Do you know, in December 2008 too we&#8217;ve conducted two successful winter camps (.NET &#38; SQL Server) in our college. For details, refer the following links..    <br /><a href="http://raghuveerbabu.wordpress.com/2009/11/01/net-winter-camp/">.NET Winter Camp 2008 (15 days)</a>    <br /><a href="http://raghuveerbabu.wordpress.com/2009/11/01/sql-winter-camp/">SQL Server Winter Camp 2008 (5 days)</a></p>
<p>For further queries regarding winter camp 2009, feel free to contact   <br />Thirunageswaran (IV CSE) : +91 &#8211; 9003737914    <br />Avenash (IV CSE) : +91 – 9994421524</p>
<p>or write us at <a href="mailto:klncit.ug@gmail.com">klncit.ug@gmail.com</a></p>
<p>Forward it to all your friends..</p>
<p>Thank you,   <br />KLNCIT Winter Camp 2009.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Update: Winter Camp &ndash; Season 2]]></title>
<link>http://raghuveerbabu.wordpress.com/2009/11/25/update-winter-camp-season-2/</link>
<pubDate>Wed, 25 Nov 2009 12:48:27 +0000</pubDate>
<dc:creator>raghuveerbabu</dc:creator>
<guid>http://raghuveerbabu.wordpress.com/2009/11/25/update-winter-camp-season-2/</guid>
<description><![CDATA[Finally, we got more registrations in IBM Software Development track in Winter Camp – Season 2. So, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Finally, we got more registrations in IBM Software Development track in Winter Camp – Season 2. So, currently all the registrations have been closed.</p>
<p>For Microsoft SQL Server 2008 track, the registrations are open &#38; students of Madurai are invited to register in our winter camp &#38; get hands-on experience in developing &#38; administering Microsoft SQL Server 2008.</p>
<p>And in this track, we’re also providing the Dreamspark DVD for students, which contains original developments softwares like Visual Studio 2008 Professional edition, Microsoft SQL Server 2008 Developer edition etc. which students can use it for their academic purposes.</p>
<p>So, hurry up &#38; register for Microsoft SQL Server 2008 track in Winter Camp – Season 2 &#38; get knowledge as well as more goodies too <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The refined invitation mail for this track will be published in the following post..</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nov 23 - Amazing Taylor Glacier]]></title>
<link>http://sgulati.wordpress.com/2009/11/25/nov-23-amazing-taylor-glacier/</link>
<pubDate>Wed, 25 Nov 2009 10:07:38 +0000</pubDate>
<dc:creator>sgulati</dc:creator>
<guid>http://sgulati.wordpress.com/2009/11/25/nov-23-amazing-taylor-glacier/</guid>
<description><![CDATA[In the current implementation, we spool the profiler down manually using reading from an altimeter. ]]></description>
<content:encoded><![CDATA[In the current implementation, we spool the profiler down manually using reading from an altimeter. ]]></content:encoded>
</item>
<item>
<title><![CDATA[The resources for students @ Winter Camp &ndash; Season 2]]></title>
<link>http://raghuveerbabu.wordpress.com/2009/11/25/the-resources-for-students-winter-camp-season-2/</link>
<pubDate>Wed, 25 Nov 2009 08:33:55 +0000</pubDate>
<dc:creator>raghuveerbabu</dc:creator>
<guid>http://raghuveerbabu.wordpress.com/2009/11/25/the-resources-for-students-winter-camp-season-2/</guid>
<description><![CDATA[So, finally a week to go for winter camp season 2. Those who’re attending will get the following res]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So, finally a week to go for winter camp season 2.</p>
<p>Those who’re attending will get the following resources:</p>
<ul>
<li><font color="#666666">2 Resource DVDs</font> </li>
<li><font color="#666666">Dreamspark DVD (only for SQL Server Winter Camp attendees)</font> </li>
<li><font color="#666666">File , Pen</font> </li>
<li><font color="#666666">Notebook</font></li>
<li><font color="#666666">And the new 2010 monthly calendar</font> (Madurai User Group’s first calendar)</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating a JSF application in 10 minutes]]></title>
<link>http://numberformat.wordpress.com/2009/11/25/creating-a-jsf-application-in-10-minutes/</link>
<pubDate>Wed, 25 Nov 2009 06:18:29 +0000</pubDate>
<dc:creator>numberformat</dc:creator>
<guid>http://numberformat.wordpress.com/2009/11/25/creating-a-jsf-application-in-10-minutes/</guid>
<description><![CDATA[This page will describe the process of creating a JSF application and running it within 10 minutes. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This page will describe the process of creating a JSF application and running it within 10 minutes.</p>
<h3>Requirements</h3>
<ul>
<li>Maven 2</li>
</ul>
<h3>Generate the web application</h3>
<p>First we start with a maven archetype</p>
<p>mvn archetype:generate</p>
<p>Choose option 18 which is a (maven-archetype-webapp)</p>
<p>For the group id enter: test</p>
<p>For the artifactId enter: jsfTestWeb</p>
<p>cd to the project directory and modify the pom.xml file. It should look like this&#8230;</p>
<pre class="brush: xml;">
&#60;project xmlns=&#34;http://maven.apache.org/POM/4.0.0&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34;
	xsi:schemaLocation=&#34;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&#34;&#62;
	&#60;modelVersion&#62;4.0.0&#60;/modelVersion&#62;
	&#60;groupId&#62;test&#60;/groupId&#62;
	&#60;artifactId&#62;jsfTestWeb&#60;/artifactId&#62;
	&#60;packaging&#62;war&#60;/packaging&#62;
	&#60;version&#62;1.0-SNAPSHOT&#60;/version&#62;
	&#60;name&#62;jsfTestWeb Maven Webapp&#60;/name&#62;
	&#60;url&#62;http://maven.apache.org&#60;/url&#62;
	&#60;dependencies&#62;
		&#60;dependency&#62;
			&#60;groupId&#62;junit&#60;/groupId&#62;
			&#60;artifactId&#62;junit&#60;/artifactId&#62;
			&#60;version&#62;3.8.1&#60;/version&#62;
			&#60;scope&#62;test&#60;/scope&#62;
		&#60;/dependency&#62;
		&#60;dependency&#62;
			&#60;groupId&#62;javax.faces&#60;/groupId&#62;
			&#60;artifactId&#62;jsf-api&#60;/artifactId&#62;
			&#60;version&#62;1.2_02&#60;/version&#62;
		&#60;/dependency&#62;
		&#60;dependency&#62;
			&#60;groupId&#62;javax.faces&#60;/groupId&#62;
			&#60;artifactId&#62;jsf-impl&#60;/artifactId&#62;
			&#60;version&#62;1.2-b19&#60;/version&#62;
		&#60;/dependency&#62;
		&#60;dependency&#62;
			&#60;groupId&#62;javax.servlet&#60;/groupId&#62;
			&#60;artifactId&#62;jstl&#60;/artifactId&#62;
			&#60;version&#62;1.1.2&#60;/version&#62;
		&#60;/dependency&#62;
		&#60;dependency&#62;
			&#60;groupId&#62;taglibs&#60;/groupId&#62;
			&#60;artifactId&#62;standard&#60;/artifactId&#62;
			&#60;version&#62;1.1.2&#60;/version&#62;
		&#60;/dependency&#62;
	&#60;/dependencies&#62;
	&#60;build&#62;
		&#60;finalName&#62;jsfTestWeb&#60;/finalName&#62;
		&#60;plugins&#62;
			&#60;plugin&#62;
				&#60;groupId&#62;org.mortbay.jetty&#60;/groupId&#62;
				&#60;artifactId&#62;jetty-maven-plugin&#60;/artifactId&#62;
			&#60;/plugin&#62;
		&#60;/plugins&#62;
	&#60;/build&#62;
&#60;/project&#62;
</pre>
<p>Modify the WEB-INF/web.xml</p>
<pre class="brush: xml;">
&#60;!DOCTYPE web-app PUBLIC
 &#34;-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN&#34;
 &#34;http://java.sun.com/dtd/web-app_2_3.dtd&#34; &#62;

&#60;web-app&#62;
  &#60;display-name&#62;Archetype Created Web Application&#60;/display-name&#62;

  &#60;servlet&#62;
  	&#60;servlet-name&#62;Faces Servlet&#60;/servlet-name&#62;
  	&#60;servlet-class&#62;javax.faces.webapp.FacesServlet&#60;/servlet-class&#62;
  	&#60;load-on-startup&#62;1&#60;/load-on-startup&#62;
  &#60;/servlet&#62;

  &#60;servlet-mapping&#62;
  	&#60;servlet-name&#62;Faces Servlet&#60;/servlet-name&#62;
  	&#60;url-pattern&#62;*.faces&#60;/url-pattern&#62;
  &#60;/servlet-mapping&#62;

  &#60;welcome-file-list&#62;
  	&#60;welcome-file&#62;index.jsp&#60;/welcome-file&#62;
  &#60;/welcome-file-list&#62;

&#60;/web-app&#62;
</pre>
<p>Create a WEB-INF/faces-config.xml</p>
<pre class="brush: xml;">
&#60;?xml version='1.0' encoding='UTF-8'?&#62;
&#60;faces-config xmlns=&#34;http://java.sun.com/xml/ns/javaee&#34;
              xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34;
              xsi:schemaLocation=&#34;http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd&#34;
              version=&#34;1.2&#34;&#62;

&#60;managed-bean&#62;
	&#60;managed-bean-name&#62;message&#60;/managed-bean-name&#62;
	&#60;managed-bean-class&#62;java.lang.String&#60;/managed-bean-class&#62;
	&#60;managed-bean-scope&#62;session&#60;/managed-bean-scope&#62;
&#60;/managed-bean&#62;
&#60;managed-bean&#62;
	&#60;managed-bean-name&#62;messageModel&#60;/managed-bean-name&#62;
	&#60;managed-bean-class&#62;test.MessageModel&#60;/managed-bean-class&#62;
	&#60;managed-bean-scope&#62;session&#60;/managed-bean-scope&#62;
&#60;/managed-bean&#62;
&#60;/faces-config&#62;
</pre>
<p>Create a jsp helloWorld.jsp</p>
<pre class="brush: xml;">
&#60;!DOCTYPE html
PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34;
&#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;
&#60;%@ page contentType=&#34;text/html;charset=UTF-8&#34; language=&#34;java&#34; %&#62;
&#60;%@ taglib prefix=&#34;f&#34; uri=&#34;http://java.sun.com/jsf/core&#34; %&#62;
&#60;%@ taglib prefix=&#34;h&#34; uri=&#34;http://java.sun.com/jsf/html&#34; %&#62;

&#60;f:view&#62;
    &#60;html&#62;
    &#60;head&#62;
        &#60;title&#62;Hello World JSF Example&#60;/title&#62;
    &#60;/head&#62;
    &#60;body&#62;
    &#60;h:form&#62;
		&#60;p&#62;This is a simple hello world page using Faces.&#60;/p&#62;
		&#60;p&#62;Enter your message here: &#60;br/&#62;
		&#60;h:inputText valueChangeListener=&#34;#{messageModel.printMessage}&#34; value=&#34;#{message}&#34; size=&#34;35&#34;/&#62;&#60;/p&#62;
		&#60;h:commandButton value=&#34;Submit&#34; action=&#34;submit&#34;/&#62;
    &#60;/h:form&#62;
    &#60;/body&#62;
    &#60;/html&#62;
&#60;/f:view&#62;
</pre>
<h3>Create a managed Bean</h3>
<p>src/main/java/test.MessageModel.java</p>
<pre class="brush: java;">
package test;

import javax.faces.event.ValueChangeEvent;

public class MessageModel {
	public void printMessage(ValueChangeEvent e) {
		System.out.println(&#34;old value was: &#34; + e.getOldValue());
		System.out.println(&#34;new value is: &#34; + e.getNewValue());
	}
}
</pre>
<h3>Run the JSF application</h3>
<p>Save all files and run the application in jetty.</p>
<p>mvn jetty:run</p>
<p>The application should come up when you point your browser to http://localhost:8080</p>
<p>Type in some text and you should see some output on the console window.</p>
<p>Right click on the page and click view source. You will notice JSF generated code.</p>
<h3>That&#8217;s all for Now!</h3>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[vjassdoc version 0.3]]></title>
<link>http://diemachtdesfeuers.wordpress.com/2009/11/25/vjassdoc-version-0-3/</link>
<pubDate>Wed, 25 Nov 2009 04:41:16 +0000</pubDate>
<dc:creator>Baradé</dc:creator>
<guid>http://diemachtdesfeuers.wordpress.com/2009/11/25/vjassdoc-version-0-3/</guid>
<description><![CDATA[Recently I released vjassdoc version 0.3. This version brings a lot of new features and improvements]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently I released vjassdoc <a href="https://sourceforge.net/projects/vjasssdk/files/">version 0.3</a>. This version brings a lot of new features and improvements to the parsing and  the database creation.<br />
<!--more--><br />
The class Parser has some new methods like &#8220;addDatabase&#8221; and &#8220;removeDatabase&#8221; which allows user to add or remove SQLite3 databases with parsed Jass or vJass objects.<br />
The object id&#8217;s will be updated automatically when they&#8217;re added to the object lists.<br />
Besides I&#8217;ve moved some class constructor code into methods like &#8220;parse&#8221; which allows you to parse files several times instead of creating a single &#8220;File&#8221; instance and deleting it after parsing its content.<br />
The method &#8220;autoCompletion&#8221; of class &#8220;Parser&#8221; allows users to get a list with possible auto completed objects which originally was intended for being used in vjasside.<br />
Most of vJass syntax features like hooks, keys and modules are supported now. Additionally you&#8217;re able to parse locals and parameters.<br />
If you&#8217;re a developer maybe you&#8217;ll notice that there&#8217;s a new class called &#8220;Compiler&#8221;. This class was the first step replacing JassHelper&#8217;s job to compile Jass to vJass code.<br />
The option &#8211;syntax allows you to enable a kind of syntax checker which lists all found errors in the end of the parsing process.<br />
These two additions and the fact that there&#8217;s a new scripting language called Zinc assured me of changing to the GNU programs <a href="http://dinosaur.compilertools.net/">Lex</a>, Yacc and <a href="http://www.gnu.org/software/bison/">Bison</a> to create Lex and Yacc files for Jass, vJass and Zinc.<br />
The famous Jass parser/syntax checker pjass does already use these programs to get automatically created parsing C functions.<br />
If you compare pjass to the vJass syntax checker which is used by JassHelper, you&#8217;ll recognize that pjass allows you to get much more than one syntax error. Besides vJass&#8217;s GoldParser is not cross platform, I think. So maybe one day I&#8217;ll have written a new vJass and Zinc to Jass compiler which unites parsing, syntax validation, auto completion API, database read- and writing and HTML documentation generation.<br />
Note that this doesn&#8217;t mean that all written source code of vjassdoc is useless now. Only the parsing part of the class &#8220;File&#8221; will be replaced by those new improvements.<br />
By the way the new tool vjassdocgui which can be compiled with the <a href="http://kde.org/">KDE 4</a> libraries is contained in the new release archive, too.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Choose The Best Security Company]]></title>
<link>http://provincetom.wordpress.com/2009/11/25/how-to-choose-the-best-security-company/</link>
<pubDate>Wed, 25 Nov 2009 02:32:03 +0000</pubDate>
<dc:creator>provincetom</dc:creator>
<guid>http://provincetom.wordpress.com/2009/11/25/how-to-choose-the-best-security-company/</guid>
<description><![CDATA[Home security companies are great for people who want to always keep their home safe and secure. Bef]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Home security companies are great for people who want to always keep their home safe and secure. Before you choose your security company though, you need to know the basics about security companies. When you know what security companies have to offer, and you know what qualities make up a good security service, then you will be able to choose the company that offers the greatest amount of benefits for your home.<br />In selecting a company to study the types of services for companies. Research about the company&#39;s security system is more advanced features for more information. When a company&#39;s security needs for your advanced options, you will know that you are working with the competent and detail-oriented companies who will provide the highest quality of service. When a company can install advanced security systems, of course, is to install the system using simple technical skills.<br />In selecting the companies that will provide your security to make sure the company offers the type of services you are interested in. You also want to make sure, the company offers services that you acquire in the future. In this way you will choose, you need protection for your home extension, you can simply update your existing company.<br />
Control is another issue for security system owners. Some owners prefer the company to handle all of the details about their security system. These types of systems do not give very much control to the homeowners. If you are looking for the ability to control your system with the push of a button, make sure the company you choose provides systems with user controls that are easy to access.<br />It is also a good idea to investigate the safety of the contract you and your company complete the signing ceremony. When you know exactly what you&#39;re buying in advance, you will not be anything that might be in your service plan, including additional expenses by surprise. In this way, you will know the exact installation fees, maintenance fees will be before the actual delivery of services.<br />After getting to know the details surrounding the purchase you make, you are sure how much it will cost you install your security system know. You will know how much the installation and the costs you will know how much will be additional charges. In this phase, see, you also no additional fees that may be hidden in the services provided.<br />When choosing an integrated company for your security needs, we provide the services you buy are of the highest quality.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Preparing Trev for a long trip]]></title>
<link>http://teamtrev.com/2009/11/25/preparing-trev-for-a-long-trip/</link>
<pubDate>Wed, 25 Nov 2009 02:11:55 +0000</pubDate>
<dc:creator>teamtrev</dc:creator>
<guid>http://teamtrev.com/2009/11/25/preparing-trev-for-a-long-trip/</guid>
<description><![CDATA[Trev was designed for the city—short trips on good roads, carrying one or  sometimes two people. In ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Trev was designed for the city—short trips on good roads, carrying one or  sometimes two people. In Trev&#8217;s home city of Adelaide, 98% of cars travel less than 100 km each day and the average daily distance travelled is just 32 km.</p>
<p>Driving around the world will be a challenge. Zero Race will compress three years of commuting into 80 days. Each day, Trev will have to travel up 250 km—without stopping—before lunch. After lunch: another 200-250 km.</p>
<p>Trev travelled about 500 km each day of the 2007 World Solar Challenge, but could travel only 80-120 km before we had to stop and recharge. To travel 250 km without stopping, we will have to increase the energy capacity of Trev&#8217;s battery from 5.3 kWh to about 13 kWh. This will increase the mass of the car by about 50 kg. Even so, Trev will still weigh less than half the weight of a small conventional car, and still be a lot more efficient.</p>
<p>The new battery will be fitted under the floor.</p>
<p>There are many other tasks required to prepare Trev for a long trip, including:</p>
<ul>
<li>fitting a new brushless motor and motor controller</li>
<li>improving the brakes and suspension</li>
<li>improving the canopy hinge and latches</li>
<li>getting Trev registered for on-road use.</li>
</ul>
<p>We are still looking for volunteers to help with this work. Even if you can&#8217;t join us in the workshop, you can participate by contributing to discussions on the <a href="http://groups.google.com/group/teamtrev">Team Trev Google Group</a> and on <a href="http://www.trevipedia.net/">Trevipedia</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zoning Department online:  (Jeremy A.)]]></title>
<link>http://revisionarchitecture.wordpress.com/2009/11/25/zoning-department-online-jeremy-a/</link>
<pubDate>Wed, 25 Nov 2009 01:28:52 +0000</pubDate>
<dc:creator>Sara</dc:creator>
<guid>http://revisionarchitecture.wordpress.com/2009/11/25/zoning-department-online-jeremy-a/</guid>
<description><![CDATA[You can now view all archives of the Zoning Department online, and print them out too.  Just type in]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="font-family:Arial;font-size:x-small;">You can now view all archives of the Zoning Department online, and print them out too.  Just type in an address and there you go.</span></p>
<p><a href="http://webapps.phila.gov/zoningarchive/" target="_blank"><span style="text-decoration:underline;"><span style="font-family:Arial;color:#0000ff;font-size:x-small;">http://webapps.phila.gov/zoningarchive/</span></span></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[3 - Revisions]]></title>
<link>http://elbarametal.wordpress.com/2009/11/25/3-revisions/</link>
<pubDate>Wed, 25 Nov 2009 01:03:40 +0000</pubDate>
<dc:creator>elbara</dc:creator>
<guid>http://elbarametal.wordpress.com/2009/11/25/3-revisions/</guid>
<description><![CDATA[Amig@s de ElBaraMetal, siempre es un gusto postear materiales de bandas propositivas dentro del meta]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://elbarametal.wordpress.com/files/2009/11/l_3e909c8f668e43979c33e85611467f08.jpg"><img class="aligncenter size-full wp-image-1593" title="3- Revisions" src="http://elbarametal.wordpress.com/files/2009/11/l_3e909c8f668e43979c33e85611467f08.jpg" alt="" width="450" height="450" /></a></p>
<p>Amig@s de ElBaraMetal, siempre es un gusto postear materiales de bandas propositivas dentro del metal y el hard rock que se consideren visionarias, audaces y sobre todo, innovadoras, pero en el buen sentido de la palabra, no siguiendo ese cauce “trendy” de voltear hacia el Indie rock y eso, sino en otros caminos más oscuros, menos transitados pero que igualmente ofrecen alternativas sonoras de interés marcadísimo para los asiduos rockeros de cepa.</p>
<p>Uno de esos grupos es 3, una banda que ya cuenta con amplia experiencia y bastantes discos en su haber, estos son unos cuates que se han distinguido por navegar indistintamente en diversos géneros musicales con gran éxito, entre ellos el bossa, el reggae, el funk, el progresivo, el metal, el pop rock y demás por mencionar algunos.</p>
<p>Pues bien, este desarrollo musical diverso, casi siempre fundado en las bases del rock, es lo que ha llevado a 3 a tocar con grandes exponentes del metal progresivo como Dream Theater, Opeth y Bigelf entre muchos otros, y precisamente el lanzamiento hace unas semanas de su último material es lo que nos concierne revisar.<a href="http://elbarametal.wordpress.com/files/2009/11/artist-74003-2128316.jpg"><img class="alignleft size-medium wp-image-1591" title="3 band - 2009" src="http://elbarametal.wordpress.com/files/2009/11/artist-74003-2128316.jpg?w=300" alt="" width="300" height="199" /></a></p>
<p>Después de varias minuciosas sesiones de escucha del álbum puedo llegar a la conclusión de que este es uno de los mejores trabajos de 3, aunque carece de estructuras extremo progresivas que han dado un sello único al grupo, me explico: Revisions es un disco que se compone de canciones y rarezas que nunca se terminaron de grabar o de concretar durante los últimos 10 años.</p>
<p>Debido a esto es que se escuchas estructuras más sencillas, más musicales, pero definitivamente estructuradas en forma y contenido de tal suerte que se han convertido en canciones con alto contenido melódico y de muy buena manufactura en el arreglo y la ejecución.</p>
<p>Yo destacaría dos canciones: Lexicon of Extremism, una instrumental de tamaños considerables, y la abridora Anyone Human, pero en general el disco cumple su cometido, nos entrega canciones más accesibles sin perder la esencia de 3, que lo mismo se mueve en el rock suave que en el rock más pesado por momentos: todo se mezcla y se consigue un disco elaborado y accesible al mismo tiempo.</p>
<p>Este material, para aquellos que se quieran aventurar más en los límites del rock pesado y otras cosas, <a title="3 - Revisions" href="http://rapidshare.com/files/299561087/3-Revisions-2009-GRAVEWISH.rar" target="_self">está de este lado.</a></p>
<p>Carpe diem.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[LARKS! IT'S CHAOTIC]]></title>
<link>http://thinktechnica.wordpress.com/2009/11/25/larks-its-chaotic/</link>
<pubDate>Wed, 25 Nov 2009 00:20:21 +0000</pubDate>
<dc:creator>Jens Petersen</dc:creator>
<guid>http://thinktechnica.wordpress.com/2009/11/25/larks-its-chaotic/</guid>
<description><![CDATA[9NKDFSYXSUXC]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>9NKDFSYXSUXC</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pivot Point 27-11-2009 ]]></title>
<link>http://pragmaticinvestments.wordpress.com/2009/11/26/pivot-point-27-11-2009/</link>
<pubDate>Thu, 26 Nov 2009 11:52:36 +0000</pubDate>
<dc:creator>Pragmatic Investments</dc:creator>
<guid>http://pragmaticinvestments.wordpress.com/2009/11/26/pivot-point-27-11-2009/</guid>
<description><![CDATA[27/11/2009 Pivot Point NSE Symbol   LTP S3 S2 S1 Pivot Point R1 R2 R3 ABB 750.40 717.38 734.23 742.3]]></description>
<content:encoded><![CDATA[27/11/2009 Pivot Point NSE Symbol   LTP S3 S2 S1 Pivot Point R1 R2 R3 ABB 750.40 717.38 734.23 742.3]]></content:encoded>
</item>
<item>
<title><![CDATA[Support &amp; Resistances for 27-11-2009]]></title>
<link>http://pragmaticinvestments.wordpress.com/2009/11/26/support-resistances-for-27-11-2009/</link>
<pubDate>Thu, 26 Nov 2009 11:52:24 +0000</pubDate>
<dc:creator>Pragmatic Investments</dc:creator>
<guid>http://pragmaticinvestments.wordpress.com/2009/11/26/support-resistances-for-27-11-2009/</guid>
<description><![CDATA[Support &amp; Resistances for 27-11-2009       SENSEX NIFTY FUTURE (Dec2009)     BANKNIFTY NIFTY 26/]]></description>
<content:encoded><![CDATA[Support &amp; Resistances for 27-11-2009       SENSEX NIFTY FUTURE (Dec2009)     BANKNIFTY NIFTY 26/]]></content:encoded>
</item>
<item>
<title><![CDATA[Requirements Before, Design After]]></title>
<link>http://bulldozer00.wordpress.com/2009/11/26/requirements-before-design-after/</link>
<pubDate>Thu, 26 Nov 2009 05:00:19 +0000</pubDate>
<dc:creator>bulldozer00</dc:creator>
<guid>http://bulldozer00.wordpress.com/2009/11/26/requirements-before-design-after/</guid>
<description><![CDATA[The figure below depicts a UML sequence diagram of the behavior of a simulator during the execution ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The figure below depicts a UML sequence diagram of the behavior of a simulator during the execution of a user defined scenario. <strong>Before </strong>the code has been written and tested, one can interpret this diagram as a set of <em>interrelated </em>behavioral requirements imposed on the software. <strong>After </strong>the code has been written, it can be considered a design artifact that reflects what the code does at a higher level of abstraction than the code itself.</p>
<p><a href="http://bulldozer00.wordpress.com/files/2009/11/sim-seq-diagram.png"><img class="aligncenter size-full wp-image-2785" title="Sim Seq Diagram" src="http://bulldozer00.wordpress.com/files/2009/11/sim-seq-diagram.png" alt="" width="600" height="503" /></a></p>
<p>Interpretations like this give credence to Alan Davis&#8217;s brilliant quote:</p>
<blockquote><p>One man&#8217;s requirement is another man&#8217;s design</p></blockquote>
<p><a href="http://bulldozer00.wordpress.com/files/2009/11/201-principles.png"><img class="aligncenter size-full wp-image-2781" title="201 Principles" src="http://bulldozer00.wordpress.com/files/2009/11/201-principles.png" alt="" width="240" height="240" /></a>Here&#8217;s a question. Do you think that specifying the behavior requirements in the diagram would have been best conveyed via a user story or a use case description?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AIEPIC 2010: India's hunt for best upcoming engineering minds&rlm;]]></title>
<link>http://raghuveerbabu.wordpress.com/2009/11/26/aiepic-2010-indias-hunt-for-best-upcoming-engineering-minds/</link>
<pubDate>Thu, 26 Nov 2009 03:17:50 +0000</pubDate>
<dc:creator>raghuveerbabu</dc:creator>
<guid>http://raghuveerbabu.wordpress.com/2009/11/26/aiepic-2010-indias-hunt-for-best-upcoming-engineering-minds/</guid>
<description><![CDATA[Dear Student, When the market is down and the job scenario is bad, only those students will stand ou]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Dear Student,</p>
<p>When the market is down and the job scenario is bad, only those students will stand out from the rest who took an extra step to demonstrate to the world what technical calibre they have!</p>
<p>Here&#8217;s an exciting contest specially designed to increase your chances to finding employment in the industry.</p>
<p>We would like to invite the final year students to take part in AIEPIC (All India Engineering Project Innovation Contest) which is being organized by siliconindia with the support of companies like Microsoft, Yahoo!, IBM, CA, NetApp, EMC, Tibco and Mindlogicx. </p>
<p>Participating on this platform will give you direct visibility among the leaders of several leading multinational companies. </p>
<p>We are not asking you to do anything new here. The same project, which a you execute as part of your final-year curriculum, can be submitted for AIEPIC. Winners will be picked based on the relevance and innovativeness of the chosen subject for project, the method or process of executing the project and finally the results of the project.</p>
<p>What&#8217;s more?</p>
<p>1. We have more than 3000 professionals with several years of work experience volunteering to mentor you. By participating in AIEPIC, you stand to gain by interacting with these experts and enhance the technical depth of the project they are executing. </p>
<p>2. Keeping you in mind, we have built a Project Bank where you will find several exciting project ideas proposed by hundreds of industry leaders.</p>
<p>3. There are several exciting awards and incentives to the finalists. There could be awards for best projects at college and state levels too. </p>
<p>4. In addition, up to 10 semifinalists in each branch will compete for a Peoples&#8217; Choice award, which will be selected by popular vote from the AIEPIC website.&#160; </p>
<p>So what are you waiting for?</p>
<p>Log on to <a href="http://www.aiepic.com/"><u>www.aiepic.com</u></a> and register. </p>
<p>For more details, contact Jeyanthan, AIEPIC Student Ambassador &#38; IV Year ECE student of KLN College of IT @ +91 &#8211; 9865190884</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pink Floyd - Dark Side Of The Moon]]></title>
<link>http://elbarametal.wordpress.com/2009/11/26/pink-floyd-dark-side-of-the-moon/</link>
<pubDate>Thu, 26 Nov 2009 00:58:59 +0000</pubDate>
<dc:creator>elbara</dc:creator>
<guid>http://elbarametal.wordpress.com/2009/11/26/pink-floyd-dark-side-of-the-moon/</guid>
<description><![CDATA[&nbsp; Amig@s de ElBaraMetal, la verdad es que este post me nació por el puro gusto, no se necesitan]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://elbarametal.wordpress.com/files/2009/11/pink-floyd.jpg"><img class="aligncenter size-full wp-image-1602" title="pink-floyd" src="http://elbarametal.wordpress.com/files/2009/11/pink-floyd.jpg" alt="" width="450" height="450" /></a></p>
<p>&#160;</p>
<p>Amig@s de ElBaraMetal, la verdad es que este post me nació por el puro gusto, no se necesitan tener pretextos ni razones aparentes para justificar el hablar de un gran, grande, grandísimo disco de rock and roll como lo es The Dark Side Of The Moon, obra de los igualmente enormes Pink Floyd.</p>
<p>Corría el año 1973 cuando Pink Floyd, pioneros del rock progresivo y fieles seguidores de la psicodelia y la “locura” rockera de los años 60, editaron para la posteridad este álbum, considerado uno de los mejores discos de la historia, y tal vez, el que más influencia ha generado desde entonces en músicos de todos los géneros, no sólo del rock.</p>
<p>Y es que DSotM es un ejercicio complejo de creatividad musical, de una inventiva hasta ese momento inexplorada, que sin pensarlo siquiera, explotó y generó ondas expansivas de emociones encontradas en el entramado “floydeano” de la musicalidad exquisita de Gilmour, las letras profundas de Waters y las ambientaciones geniales de Wright y los beats secos pero volátilmente frágiles de Mason.</p>
<p><a href="http://elbarametal.wordpress.com/files/2009/11/20060921ho_pinkfloyd2_450.jpg"><img class="alignright size-medium wp-image-1604" title="20060921ho_pinkfloyd2_450" src="http://elbarametal.wordpress.com/files/2009/11/20060921ho_pinkfloyd2_450.jpg?w=300" alt="" width="300" height="209" /></a>Todo el disco es genial, es verdad que hay que estar de un humor especial para escucharlo, ya que funciona mejor si se da uno el tiempo para oírlo de principio a fin, pero algunas piezas funcionan igualmente por separado, como la comercialmente magistral Money, Time y su genial introducción (pocas veces he podido escuchar algo más sencillo y a la vez tan complejo de emular y por ende, hermosamente rockero) o Us and Them, con todo el sentimiento explosivo que guarda en sus entrañas progresivas.</p>
<p>De colección este disco, hace poco salió por ahí la reedición especial del 25 aniversario, un disco remasterizado que salva algunos de los sonidos exquisitos del original, este si es para que se lo consigan en original (aquellos que todavía no lo tengan, que creo, serán, o deben ser, pocos).</p>
<p><a title="Pink Floyd - The Dark Side Of The Moon" href="http://www.megaupload.com/?d=00wod844" target="_self">De todas formas acá hay un sitio donde se lo bajan</a> para que, después de darle unas dos o tres escuchadas, y si todavía no lo tienen, se lo pidan a Santo Clos o a los Reyes Magos ahora que se viene diciembre.</p>
<p>&#160;</p>
<p>Carpe diem.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why Dating is Like Software Sales]]></title>
<link>http://relmes.wordpress.com/2009/11/25/why-dating-is-like-software-sales/</link>
<pubDate>Thu, 26 Nov 2009 00:30:11 +0000</pubDate>
<dc:creator>Richard Elmes</dc:creator>
<guid>http://relmes.wordpress.com/2009/11/25/why-dating-is-like-software-sales/</guid>
<description><![CDATA[Here is another example of the Sales Dating Mindset in this blog post by Saumil Mehta If you’ve ever]]></description>
<content:encoded><![CDATA[Here is another example of the Sales Dating Mindset in this blog post by Saumil Mehta If you’ve ever]]></content:encoded>
</item>

</channel>
</rss>
