<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-15076940</id><updated>2011-11-27T17:18:41.088-08:00</updated><category term='visual'/><category term='technology'/><category term='i.t.'/><category term='reflect'/><category term='abbreviations'/><category term='funny'/><category term='black'/><category term='comedy'/><category term='gray'/><category term='social'/><category term='white'/><category term='functions'/><category term='library'/><category term='string'/><category term='delete'/><category term='direct'/><category term='combinations'/><category term='cognition'/><category term='romatic'/><category term='science'/><category term='humor'/><category term='facebook'/><category term='drama'/><category term='subconscious'/><category term='theory'/><category term='java'/><category term='grey'/><category term='photography'/><category term='invent'/><category term='subsets'/><category term='information'/><category term='principles'/><category term='ideas'/><category term='networking'/><category term='companies'/><category term='enumerate'/><category term='movie'/><category term='ahmedabad'/><category term='discover'/><category term='color'/><category term='permanent'/><category term='roza'/><category term='composition'/><category term='pattern'/><category term='design'/><category term='inspire'/><category term='ten'/><category term='chaos'/><category term='sarkhej'/><category term='account'/><category term='recursion'/><title type='text'>The Open Universe</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>78</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-15076940.post-2359020398213821650</id><published>2011-08-19T00:36:00.001-07:00</published><updated>2011-08-19T00:36:40.219-07:00</updated><title type='text'>Making a 7-segment LED Clock with the Freeduino and the DS1307 Real Time Clock</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;p&gt;This is the second of a multi-part series of articles on my explorations of the Freeduino RichBoard from EmbeddedMarket. Links and references/datasheets/downloads at the end of this article.&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; For this experiment, I have used the on-board DS1307 Real Time Clock IC and the multiplexed 7-segment 4-digit LED display.&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;b&gt;About the DS1307 RTC&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt; The DS1307 RTC is a real time clock IC which keeps a track of date and time. This saves us the hassle of programming the *duino to keep track of the time. The DS1307 is powered by a coin cell (the CR2032 Button Battery). So, even if you power the board down, the date and time are still kept track of and maintained. There MUST BE A BATTERY in place for this project to work - EVEN IF IT&amp;#39;S A DEAD BATTERY.&lt;br /&gt; &lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;b&gt;About Multiplexed 7-segment LED Displays and the little trick to make them work the way we want&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;When 7-segment LED displays are multiplexed without using a dedicated LED driver IC (like is the case with the Freeduino RichBoard), there is a catch: only one digit can be displayed at a time. So, if we want to display a 4 digit number (like time for instance: 12.30), then we have to use a tiny trick - make every digit light up in the pattern/number we want for just 1us (micro second) in a cycling manner; using the concept of persistence of vision, when each digit is On for just 1us, one after the other, in a cyclical manner, the viewer will see it as all digits On.&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;b&gt;The Connections and the Code&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;span style="font-family: courier new,monospace;"&gt;//RTC Clock on 4 multiplexed 7 segment displays&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;//Board: FREEDUINO RichBoard from EmbeddedMarket.com&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;//Author: Siddharth Mankad; &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;// &lt;a href="http://www.facebook.com/siddharth.mankad"&gt;http://www.facebook.com/siddharth.mankad&lt;/a&gt;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;//Connections on the board &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;/* &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; (Freeduino (DIGITAL) -&amp;gt; 7 Segment section)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; 2 -&amp;gt; a (segment 1)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; 3 -&amp;gt; b (segment 2)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; 4 -&amp;gt; c (segment 3)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; 5 -&amp;gt; d (segment 4)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; 6 -&amp;gt; e (segment 5)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; 7 -&amp;gt; f (segment 6)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; 8 -&amp;gt; g (segment 7)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; 9 -&amp;gt; . (segment 8)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; 10 -&amp;gt; D1 (4th Digit)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; 11 -&amp;gt; D2 (3rd Digit)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; 12 -&amp;gt; D3 (2nd Digit)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; 13 -&amp;gt; D4 (1st Digit)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; (Freeduino (ANALOG) -&amp;gt; DS1307 RTC section)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; A5 -&amp;gt; SCL&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; A4 -&amp;gt; SDA&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; */&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;//The Logic is: &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;/*&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;To select the digit, put that pin to LOW, remaining digit pins to HIGH&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt; To select segment, put pin to LOW, rest to HIGH&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt; */&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;#include &amp;lt;Wire.h&amp;gt;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;#include &amp;quot;RTClib.h&amp;quot;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;RTC_DS1307 RTC;&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;void setup()&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;{&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  for(int i=2;i&amp;lt;14;i++)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    pinMode(i,OUTPUT);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  Wire.begin();&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  RTC.begin();  &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;}&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;void loop()&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;{&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  DateTime now = RTC.now();&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  int hh = now.hour();&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  int mm = now.minute();&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  int timecc = hh*100+mm;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  &lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  showNum(timecc);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;}&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;void showNum(int n)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;{&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  if(n&amp;lt;10 &amp;amp;&amp;amp; n&amp;gt;0)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n,4);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  if(n&amp;lt;100)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    int n3=(n%100)/10;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n3,3);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    int n4=n%10;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n4,4);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(n&amp;lt;1000)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    int n2=(n%1000)/100;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n2,2);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    int n3=(n%100)/10;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n3,3);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    int n4=n%10;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n4,4);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(n&amp;lt;10000)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    int n1=(n%10000)/1000;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n1,1);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    int n2=(n%1000)/100;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n2,2);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    int n3=(n%100)/10;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n3,3);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    int n4=n%10;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    printNumber(n4,4);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    delay(1);&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  else&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(10,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(11,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(12,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(13,LOW);&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    ltrE();&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;}&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;void printNumber(int n, int d)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;{&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(d&amp;gt;4)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    d=1;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    ltrE();&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  //d is for display select&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(d==1)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(10,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(11,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(12,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(13,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(d==2)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(9,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(10,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(11,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(12,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(13,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(d==3)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(10,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(11,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(12,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(13,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  if(d==4)&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  {&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(10,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(11,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(12,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(13,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  //n is for the number to be printed&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  switch(n){&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 0:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 1:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 2:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 3:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 4:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 5:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 6:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 7:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 8:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  case 9:&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(3,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(4,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(6,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;    //digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;    break;&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  }&lt;/span&gt;&lt;p /&gt;&lt;span style="font-family: courier new,monospace;"&gt;}&lt;/span&gt;&lt;p /&gt; &lt;span style="font-family: courier new,monospace;"&gt;void ltrE() //FOR ERROR&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;{&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(2,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(3,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(4,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(5,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(6,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(7,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(8,LOW);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt;&lt;span style="font-family: courier new,monospace;"&gt;  digitalWrite(9,HIGH);&lt;/span&gt;&lt;br style="font-family: courier new,monospace;" /&gt; &lt;b&gt;&lt;br /&gt;&lt;/b&gt;}&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;b&gt;References/Links/Downloads&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Freeduino RichBoard - &lt;a href="http://www.embeddedmarket.com/products/Arduino-Experimentation-Freeduino-RichBoard"&gt;http://www.embeddedmarket.com/products/Arduino-Experimentation-Freeduino-RichBoard&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Arduino - &lt;a href="http://www.arduino.cc"&gt;http://www.arduino.cc&lt;/a&gt;&lt;/li&gt;&lt;li&gt;DS1307 Datasheet - &lt;a href="http://datasheets.maxim-ic.com/en/ds/DS1307.pdf"&gt;http://datasheets.maxim-ic.com/en/ds/DS1307.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt; &lt;p&gt;&lt;div class='p_embed p_image_embed'&gt; &lt;img alt="P1040116-1" height="557" src="http://posterous.com/getfile/files.posterous.com/smmankad/kpNBAhyXicMQXzwNrVouwjLQResUrS3hIdESznYWCUih9wLo5qCpM5MTP7Vp/P1040116-1.jpg.scaled980.jpg" width="783" /&gt; &lt;img alt="P1040125-1" height="497" src="http://posterous.com/getfile/files.posterous.com/smmankad/W5xM2mLKJxLSXc1uKaYfbKko318T9HrQygixjHHU1dkK2kxQ4ggN6q5Ny9ox/P1040125-1.jpg" width="748" /&gt; &lt;div class='p_see_full_gallery'&gt;&lt;a href="http://smmankad.posterous.com/making-a-7-segment-led-clock-with-the-freedui"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/making-a-7-segment-led-clock-with-the-freedui"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2359020398213821650?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2359020398213821650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2359020398213821650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2359020398213821650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2359020398213821650'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2011/08/making-7-segment-led-clock-with.html' title='Making a 7-segment LED Clock with the Freeduino and the DS1307 Real Time Clock'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3521640565663335130</id><published>2011-08-12T18:46:00.001-07:00</published><updated>2011-08-12T18:46:07.199-07:00</updated><title type='text'>How I Etched my First Printed Circuit Board</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14.0pt;"&gt;Introduction&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Hi folks. After a lot of trials to figure out how to etch a printed circuit board (PCB) at home, I finally decided to actually do it and see how DIY PCB works out. I would like to give credit to my brother, Kartik, giving impetus to my curiosity for home-brewing a PCB. After listening to him, I knew I had to give this a shot. So I set about on this tiny afternoon project. &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;For simplicity’s sake, the PCB is an SMD (Surface Mount Device) PCB. The PCB is for FabISP – this is an In Serial Programmer (ISP) for the Arduino/ATMega8 series of chips. Its main use is to burn/upload programs to the ATMega chips. It pairs with the PC/Mac using a USB connection. The USB communication is handled by an ATTiny chip on the board. &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;With that said, let’s get started. The following is the overview of the process:&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Preparing the PCB Positive&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Performing the Iron-On Transfer of the positive onto the copper coated board&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;3.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Correcting the transfer&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;4.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Etching the board&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;5.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Cleaning Up&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14pt;"&gt;Preparing the PCB Positive&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt; &lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;Ideally the steps would be as under:&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Make the circuit diagram&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Make the circuit layout with components in a software like CadSoft’s Eagle Professional&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;3.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Print the positive&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Since this was my first experiment and I am still learning the ropes of Eagle, I decided to use a ready-to-use Eagle positive; this was the reason for etching a FabISP board. Plus, since the board is for SMD components, it saves us the effort of drilling holes for components.&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;I downloaded the Eagle files from FabISP’s home page. I opened the BRD (or also known as the ‘board file’) in Eagle and exported the positive to PNG. This can be done in the following way:&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Open the BRD in Eagle (File &amp;gt; Open &amp;gt; Board)&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Once the Board is open, go to File &amp;gt; Export &amp;gt; Image&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;3.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Set the DPI in the export dialog to 300 dpi&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;4.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Check the ‘Monochrome’ check box&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;5.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Keep the rest of the settings the same&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;6.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Select the filename to save the Image as using the ‘Browse’ button – Save As a PNG file.&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;7.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Click OK &lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;J&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Once the file is exported, we have to prepare it in Photoshop. Open the PNG in Photoshop and Invert the image. Mirror the image (I did not do that, hence, the PCB is all reverse) so that we get it correctly oriented once we transfer it to the copper clad board. That’s it. Now print this positive using a laser printer on a piece photo gloss paper (not matte photo paper – we need the plastic coating that exists on glossy photo paper). The technique we are using here is called the Toner transfer method.&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Tip: Since this PCB is super small, you may hide the text/part names layer of the Board (In Eagle, View &amp;gt; Display/Hide Layers) so that the etch comes out cleaner and will save you a lot of effort while correcting the pre-etch print – I will come to this in a while. I realized this after the etching process completed.&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14.0pt;"&gt;Transferring the Positive onto the Copper Clad Board&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Before we move on, let me list the stuff we will be using:&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Anhydrous Ferric Chloride (FeCl3)&lt;span style=""&gt;  &lt;/span&gt;- approximately 30g&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Water – approximately 60-70 ml&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;3.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;A copper clad board&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;4.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;The PCB positive we prepared earlier&lt;/p&gt; &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;&lt;span style=""&gt;5.&lt;span style="font: 7.0pt Times New Roman;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;A very very very hot clothes iron&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;First of all, cut the copper clad board to the size of the printed positive. Place the positive onto the copper such that the toner/printed side is facing the copper (the blank side will face you). Now turn up the clothes iron’s temperature to its maximum setting. Using all your weight (don’t break the iron though), well, iron the board – the positive is sandwiched between the iron and the copper. Iron it for 3-4 minutes. Now, let it cool a little. DO NOT touch it immediately; it’s going to be very hot. Put the board in water and peel off the paper – use your fingers to remove the residual paper. You should have a board similar to below after removing the paper.&lt;/p&gt; &lt;p&gt;Notice in the above that many of the tracks and soldering pads are getting shorted – this happens for two main reasons: the circuit is way too crowded for the resolution of the toner transfer method and number two: the plastic coating of the photo paper has blotched up due to excessive heat. &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14.0pt;"&gt;Correcting the Transfer&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;To correct the transfer, I used a cutter to remove unwanted transfer material. If a track or pad is broken, use a permanent marker to correct.&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14.0pt;"&gt;Etching the Board&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;It’s time to bring our PCB to life. Safety first: put on a lab coat. In a plastic dish (NOT metal), mix the anhydrous Ferric Chloride to the water (NOT the water to the Ferric Chloride – it can be hazardous. FeCl3 produces heat when mixed with water; mixing water to powder can cause it to burst and soil your clothes – the stains are so not removable)&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Using an old toothbrush, agitate the copper clad board in the FeCl3 bath we just prepared. Keep agitating it till all the copper that we do not want gets removed. Once all the copper but the tracks and the pads is gone, wash the board in water. Don’t leave the board for too long in the FeCl3 bath since it will begin dissolving the tracks and pads.&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt; &lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14.0pt;"&gt;Cleaning Up&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;Get hold of turpentine or acetone (in simple terms, get some paint thinner or nail polish remover). Dip a swab of cloth into the thinner/nail polish remover and clean the remaining copper to remove the toner mask. In case it’s not coming off easily, use a fine sand paper and sand the copper very gently (being too harsh will destroy the cladding). The cleaned up PCB is now ready for soldering. &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt; &lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;&lt;b style=""&gt;&lt;span style="font-size: 14.0pt;"&gt;Conclusion&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNoSpacing"&gt;This is how I made my first home-brew PCB. If the PCB had through hole components like simple resistors (not the SMD ones), we would have an added step of drilling the holes using a very fine (0.02 to 0.04 mm) drill bits. And of course, practice makes perfect – experimenting with various PCBs would help in making cleaner etches. So, go ahead and give it a shot!&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;a name="_GoBack"&gt;&lt;/a&gt;&lt;/p&gt;&lt;b&gt;Download&lt;/b&gt;&lt;br /&gt;You can download a PDF Version of this post at:&lt;br /&gt;Download Location #1 - &lt;a href="http://dl.dropbox.com/u/10006394/PCB-posts/How%20I%20Etched%20my%20First%20Printed%20Circuit%20Board.pdf"&gt;Dropbox&lt;/a&gt;&lt;br /&gt; Mirror - &lt;a href="http://www.fileserve.com/file/WWsbBde/How_I_Etched_my_First_Printed_Circuit_Board.pdf"&gt;Fileserve&lt;/a&gt;&lt;br /&gt; &lt;p&gt;&lt;div class='p_embed p_image_embed'&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/qpuzGKsZ2EG2H7EVNs4u51kYGyBegGDWC6NZ4C2u69hx5HMfL4uo7j1u0dC5/P1040129.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040129" height="735" src="http://posterous.com/getfile/files.posterous.com/smmankad/rx1PY10YWXlrZnvlBXt4APuHcPMMf16ZL7FrVOoLGQUXl5Xbxb1fuJIE108U/P1040129.jpg.scaled980.jpg" width="980" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/Aojaeu6OUBiW9iHBix42WJ0nQURfN53etz06l7t08gjg8PZZeD1e9wzyFeQu/P1040130.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040130" height="750" src="http://posterous.com/getfile/files.posterous.com/smmankad/Aojaeu6OUBiW9iHBix42WJ0nQURfN53etz06l7t08gjg8PZZeD1e9wzyFeQu/P1040130.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/hFZakz8mkdra0imxUrgsp4Qb6g3MsCOfPcXajoYUlv3wRNJriBfqkKCvj467/P1040136.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040136" height="687" src="http://posterous.com/getfile/files.posterous.com/smmankad/jcc8WP7cQ3aqQ38ds2qJKvLc1AdaG8OOFnZ7IJJhy6qqCjcR0bMiI9hPC59t/P1040136.jpg.scaled980.jpg" width="980" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/LnFAOaN3fApVkvyL2aUzaBV14hEjF50AiCRWFnellJn4u7thWyplm2FXF0GX/P1040140.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040140" height="667" src="http://posterous.com/getfile/files.posterous.com/smmankad/LnFAOaN3fApVkvyL2aUzaBV14hEjF50AiCRWFnellJn4u7thWyplm2FXF0GX/P1040140.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/2C26nWaGuYY6JhlhvI6vHj03WTHrc2EhKmLzvyy4yvqVMmlHNH1Yyc9W0vb9/P1040141.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040141" height="670" src="http://posterous.com/getfile/files.posterous.com/smmankad/2C26nWaGuYY6JhlhvI6vHj03WTHrc2EhKmLzvyy4yvqVMmlHNH1Yyc9W0vb9/P1040141.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/gvp2SA8kL8lNvwAjWyv6a1QNOH7b4hZXaX20YFWm9D1yan94M6tFHzsb5JY6/P1040142.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040142" height="745" src="http://posterous.com/getfile/files.posterous.com/smmankad/gvp2SA8kL8lNvwAjWyv6a1QNOH7b4hZXaX20YFWm9D1yan94M6tFHzsb5JY6/P1040142.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/uZjfrrnEmRepr0wtuOpSeOFajufF6fy7kK7pRctemkQ1HAha81PSNydyiUfo/P1040143.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040143" height="749" src="http://posterous.com/getfile/files.posterous.com/smmankad/uZjfrrnEmRepr0wtuOpSeOFajufF6fy7kK7pRctemkQ1HAha81PSNydyiUfo/P1040143.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/bytDgfacmkEPFOtl7jJ3eb0qQPXK5PhbRTEkzXrx7deRqGrPJ477ppsuLt5T/P1040144.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040144" height="799" src="http://posterous.com/getfile/files.posterous.com/smmankad/bytDgfacmkEPFOtl7jJ3eb0qQPXK5PhbRTEkzXrx7deRqGrPJ477ppsuLt5T/P1040144.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/smmankad/xGEKkd18Yit5DF4t5DUOHyIBdDcjhTgWda0h4JjLqt51dPORIOlOcd8TNlol/P1040146.jpg.scaled.1000.jpg"&gt;&lt;img alt="P1040146" height="740" src="http://posterous.com/getfile/files.posterous.com/smmankad/xGEKkd18Yit5DF4t5DUOHyIBdDcjhTgWda0h4JjLqt51dPORIOlOcd8TNlol/P1040146.jpg.scaled.1000.jpg" width="1000" /&gt;&lt;/a&gt; &lt;div class='p_see_full_gallery'&gt;&lt;a href="http://smmankad.posterous.com/how-i-etched-my-first-printed-circuit-board"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/how-i-etched-my-first-printed-circuit-board"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3521640565663335130?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3521640565663335130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3521640565663335130' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3521640565663335130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3521640565663335130'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2011/08/how-i-etched-my-first-printed-circuit.html' title='How I Etched my First Printed Circuit Board'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2901355726738433237</id><published>2011-07-21T04:56:00.001-07:00</published><updated>2011-07-21T04:56:22.992-07:00</updated><title type='text'>Exploring the Freeduino RichBoard – Part 1 – Making a Thermometer</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;p&gt;    Normal 0 false    false false false  EN-US X-NONE X-NONE                                                                                                                                                                        &lt;/p&gt;  &lt;h2&gt;&lt;span&gt;&lt;div class='p_embed p_image_embed'&gt; &lt;img alt="P1040062-1" height="600" src="http://posterous.com/getfile/files.posterous.com/temp-2011-07-21/rFvsDcksoffjjbbdGxhcEhpjHxhlAylaorwHAiuitCHdaBtlFrECCIlFbqik/P1040062-1.JPG.scaled1000.jpg" width="800" /&gt; &lt;img alt="P1040063-1" height="588" src="http://posterous.com/getfile/files.posterous.com/temp-2011-07-21/muwtiCyxJktwxmummnCabaeEltsFDnnHybdxjuFxyuFBnyxzrtkwAhIqddzE/P1040063-1.JPG.scaled1000.jpg" width="800" /&gt; &lt;img alt="P1040064-1" height="600" src="http://posterous.com/getfile/files.posterous.com/temp-2011-07-21/ABxlxuFmgfBIjrdjjAkxGsxClefyGAnIbdnAwjxyslgIthlyEakmmcdHuylp/P1040064-1.JPG.scaled1000.jpg" width="800" /&gt; &lt;img alt="P1040065-1" height="600" src="http://posterous.com/getfile/files.posterous.com/temp-2011-07-21/vDeJHDfJnADxjFkyaGGwgwcyfFsFCtwpxyIoHAFtDnafwtuBfDHdEDbsdBxr/P1040065-1.JPG.scaled1000.jpg" width="800" /&gt; &lt;img alt="P1040066-1" height="600" src="http://posterous.com/getfile/files.posterous.com/temp-2011-07-21/yBeBsaBxGeDjtpFJHvJhwafaytiHGpEwCsEazemnvCcmCebCFqeeGJrfGtjB/P1040066-1.JPG.scaled1000.jpg" width="800" /&gt; &lt;img alt="P1040068-1" height="600" src="http://posterous.com/getfile/files.posterous.com/temp-2011-07-21/CDxIFHldxJemxJhyeJemHDBneHCjhqHcbvkqmsDknaAazslCxwEasskuuEbc/P1040068-1.JPG.scaled1000.jpg" width="800" /&gt; &lt;div class='p_see_full_gallery'&gt;&lt;a href="http://smmankad.posterous.com/exploring-the-freeduino-richboard-part-1-maki"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;This is the first of a multi-part series of articles on my explorations of the Freeduino RichBoard from EmbeddedMarket. Links and references/datasheets/downloads at the end of this article.&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;For this experiment, I have used the on-board LM35 Temperature sensor and the HITACHI HD44780 16x2 LCD screen.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size: 13pt; line-height: 115%; font-family: Cambria,serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span style="color: windowtext;"&gt;The Connections&lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNoSpacing" style=""&gt;&lt;span&gt;&lt;span&gt;1.&lt;span style="font: 7pt Times New Roman;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Connect the LM35 to Analog 0(zero) of the Freeduino.&lt;/p&gt;  &lt;p class="MsoNoSpacing" style=""&gt;&lt;span&gt;&lt;span&gt;2.&lt;span style="font: 7pt Times New Roman;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Connect the LCD Connectors to the digital pins as shown below:&lt;p /&gt;  LCD -&amp;gt; Freeduino &lt;p /&gt;  LCD Pin 4 -&amp;gt; Digital 5 &lt;br /&gt; LCD Pin 5 -&amp;gt; Digital 4&lt;br /&gt; LCD Pin 6 -&amp;gt; Digital 3&lt;br /&gt; LCD Pin 7 -&amp;gt; Digital 2&lt;p /&gt;  RS -&amp;gt; Digital 12&lt;br /&gt; RW -&amp;gt; GND&lt;br /&gt; EN -&amp;gt; Digital 11&lt;p /&gt; &lt;/p&gt;  &lt;h2&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNoSpacing" style=""&gt;&lt;p /&gt; &lt;/p&gt;  &lt;h2&gt;&lt;span style="color: windowtext;"&gt;The Code&lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNoSpacing"&gt;Fire up the arduino IDE and copy-paste the following code:&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;// include the library code:&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;#include &amp;lt;LiquidCrystal.h&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;//declare variables&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;int reading;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;float tempC, tempF;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;float voltage;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;// initialize the library with the numbers of the interface pins&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;LiquidCrystal lcd(12, 11, 5, 4, 3, 2);&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;void setup()&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;{&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;// set up the LCD's number of columns and rows:&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;lcd.begin(16, 2);&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;void loop()&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;{&lt;/span&gt;&lt;/p&gt;  &lt;h2&gt;&lt;/h2&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;reading = analogRead(A0);&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;//read the value from the sensor&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;voltage = reading*5.0;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;voltage /=1024.0;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;tempC = (voltage-0.5)*100;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;tempF = (9.0/5.0)*abs(tempC) + 32;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.setCursor(0,0);&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.print("LM35 Temperature");&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.setCursor(0,1);&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.print(abs(tempC));&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;//send the data to the LCD&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.print(" C ");&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.print(abs(tempF));&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;lcd.print(" F");&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal;"&gt;&lt;span style="font-family: Courier New;"&gt;delay(1000);&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;//wait one second before sending new data&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;span style="font-family: Courier New;"&gt;}&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Hit Ctrl + U to compile and upload the code to the board! (Make sure it&amp;rsquo;s connected to the computer and the right serial/COM port is selected in the arduino IDE)&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;h2&gt;&lt;span style="color: windowtext;"&gt;In Action&lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNoSpacing"&gt;Once the code gets uploaded, the Freeduino resets itself and you see the temperature on the LCD!&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;To turn on the backlight, short the LCD pins labeled &amp;lsquo;+&amp;rsquo; and &amp;lsquo;-&amp;lsquo; on the board with a jumper.&lt;/em&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;em&gt;Also, the pot near the LCD is for adjusting backlight.&lt;/em&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;h2&gt;&lt;span style="color: windowtext;"&gt;References/Links/Downloads&lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoListParagraphCxSpFirst" style=""&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span&gt;&amp;middot;&lt;span style="font: 7pt Times New Roman;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Arduino &amp;ndash; &lt;a href="http://www.arduino.cc/"&gt;http://www.arduino.cc&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style=""&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span&gt;&amp;middot;&lt;span style="font: 7pt Times New Roman;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;LM35 Datasheet &amp;ndash; &lt;a href="http://www.national.com/ds/LM/LM35.pdf"&gt;http://www.national.com/ds/LM/LM35.pdf&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style=""&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span&gt;&amp;middot;&lt;span style="font: 7pt Times New Roman;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;HITACHI LCD Datasheet &amp;ndash; &lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.datasheetcatalog.com/datasheets_pdf/4/4/7/8/44780.shtml"&gt;http://www.datasheetcatalog.com/datasheets_pdf/4/4/7/8/44780.shtml&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style=""&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span&gt;&amp;middot;&lt;span style="font: 7pt Times New Roman;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Freeduino RichBoard Product Page &amp;ndash; &lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.embeddedmarket.com/products/Arduino-Experimentation-Freeduino-RichBoard/"&gt;http://www.embeddedmarket.com/products/Arduino-Experimentation-Freeduino-RichBoard/&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&amp;nbsp;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/exploring-the-freeduino-richboard-part-1-maki"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2901355726738433237?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2901355726738433237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2901355726738433237' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2901355726738433237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2901355726738433237'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2011/07/exploring-freeduino-richboard-part-1.html' title='Exploring the Freeduino RichBoard – Part 1 – Making a Thermometer'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4637794866233200178</id><published>2010-12-04T17:18:00.001-08:00</published><updated>2010-12-04T17:18:22.742-08:00</updated><title type='text'>DP5: woven.sprockets</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/wGEOIF6q23jExlbb030JDVZsXHUIwCEaoGhC5T4f5xhJck974CcBYdyBSStQ/800px_sid-wovensprockets-publi.jpg.scaled.1000.jpg" width="707" height="1000"/&gt; &lt;p&gt;It&amp;#39;s finally here :D&lt;p /&gt;&lt;a href="http://cargocollective.com/smmankad/702121/woven-sprockets"&gt;Visit the project page&lt;/a&gt; &amp;gt; &lt;a href="http://cargocollective.com/smmankad/702121/woven-sprockets"&gt;http://cargocollective.com/smmankad/702121/woven-sprockets&lt;/a&gt;&lt;p /&gt; &lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/dp5-wovensprockets"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4637794866233200178?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4637794866233200178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4637794866233200178' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4637794866233200178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4637794866233200178'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/12/dp5-wovensprockets.html' title='DP5: woven.sprockets'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-5439102450572917357</id><published>2010-10-18T04:36:00.001-07:00</published><updated>2010-10-18T04:36:16.586-07:00</updated><title type='text'>Sneak Peek: DP5</title><content type='html'>&lt;div class='posterous_autopost'&gt;Here is a sneak peek at my Design Project 5 titled &amp;quot;woven.sprockets&amp;quot;. More details later. :)&lt;br /&gt; &lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/MEJU1xRmtCfyomJm1eUydRgYfD7Vt16xAHfJJoRtCsYxRf7YFNwpxHFi3oCn/DSC00001.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/CyTnsuDCg87Uf9dHum5lEj9Y7vzxTdN2S366UpiPw2QhhDiLpe8o6USkAb9x/DSC00001.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/kb2bzt0vR3dYFtDbAdKHGaPGNsKD3xPI0SI8Vt8eWqNGaN1ZclF4ZLaGTt73/DSC00003.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/eEHL4QSOeDUWdYvlvGPRjaJoNspKjknXCGOyXcQUJDxbENjseug7Dgj5AYeY/DSC00003.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;div&gt;&lt;a href='http://smmankad.posterous.com/sneak-peek-dp5'&gt;See and download the full gallery on posterous&lt;/a&gt;&lt;/div&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/sneak-peek-dp5"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-5439102450572917357?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/5439102450572917357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=5439102450572917357' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5439102450572917357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5439102450572917357'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/10/sneak-peek-dp5.html' title='Sneak Peek: DP5'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-8627161211884864587</id><published>2010-08-30T06:55:00.001-07:00</published><updated>2010-08-30T06:55:25.206-07:00</updated><title type='text'>Composition (Part 1): Abstract Photography</title><content type='html'>&lt;div class='posterous_autopost'&gt;This is part of a classroom assignment on Composition. These are unedited images of the abstract.&lt;br /&gt; &lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Xg9w1JoQsP5fLaY2DA3Qv4hj8f6x8F4p4QwHLVxqBxqDYB1Yztlr6EadPGk2/DSC00002.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/H7LjFYIDfGK4JvivOB2ZOmC3k0j7x4xZopLdtHaDEhoE98z1D6trvNWf0X22/DSC00002.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/DN7gheu6IIixX3c8EnpIP2t7NE0Y4MZgz0jsxnbnOGaxbfgpKzTh89LOQPGe/DSC00003.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/HLYyYHQYUkmgBYp2KMAKa2Z08tQcXhC2TtrsZTzyr8wf352Nm8g6IqFjswzT/DSC00003.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/vBjZBauqnyZTiIa0dGvASjd6gyJADOpRdorG9FlKWrN4KwssxVzgozlxeljm/DSC00004.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/X3C2fk99n4wXzDaDPq6RUkKWKy1gTlz3tK5ONpoRoa2hpGC6tkoUg8GonWZ3/DSC00004.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/zJ7sgoMgdTCkGColvwLfnHp7Z5OQRqebwfTUTDibrWJALp7ITC4JooacJT0B/DSC00005.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/dZ7PAjCYaNnnFMw11hI8V50JBC4THOtLrjd5db8gRKuUAatlvL1yU4zZ38aU/DSC00005.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/mmUVKABnfV1almAHhnzzgtdobXKfJLOYwNS4HQyINMR8FfAM3aNLUMz3aMBg/DSC00006.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/zYGC4PmQwXDSpL9vdWKWMSUZhi8DWFIGZVm6bFONXmPipkL0mFtNz0bEcW7K/DSC00006.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/4lP9TzWNGB9BEEBjVpnH0ay7Un7ShBvT1G7QRwwqGQ4kcrMZfiOV1kMWEoyM/DSC00007.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/Yl6S6xqOVAN9tG6DGiOuiXfN9ug3NDYnNdog1MVhhC22rvXexU6r37xX1T3q/DSC00007.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/KJ9PsBey9RbqUP3vJvX8hFBJihhS8xBoDwWKt0YJdf4zHI6zzCurSclGHHeY/DSC00008.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/8SkSdGzEbRG4uJpp4MtEh41vuVxrFCPsirAkKlMnoxz1TrpC7nhfKXhZZvZb/DSC00008.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/CYLowiRZkfPErERKpzPlRb7fzKqWhg2jFYzPHv3AHJjyNb7Yp8Pa9CNXuVs0/DSC00009.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/1zVJrIcgzEBArbhIu1UGzj6Gc4vjlF8avcJPKUBREz9Y1PPrzjErsNky7jmO/DSC00009.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Rsw0Vn63LwuldrjuQAIc2frOZ4cFFJMd1pdPKazAOhyuSGeiwZN48t0oSyFm/DSC00010.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/Ae6zXXtOMz8YCGtQfvp7qY9yDjwjF3tqJzLJX298NIzKXJr119F07rOPPhgj/DSC00010.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/w8pW3OQlRZfaU5H0O63QSZMeYdGgVZe1ncbOh8v3E2zdwIgMxKQYnXxGxyBJ/DSC00011.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/mdFRLYYZ1lZYZmrxKp7cqGF7FXf41oMqmIH9lFHWnl8Qoa6xDYWB7CVn8tcm/DSC00011.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/IrRK53JJrT1EOwAjDm4vhjFKPNKjmaBBeJdXawEiVvExX7ef8jVbZYspOZRR/DSC00012.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/kathlV7f7uFjoW6mlH6r3OpNSS6eXIwnWyZj8AGT0F2FggyUvUJdPoN4OCdy/DSC00012.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/qgANATqnSDjmAX5KVqyc92HOV2LwB75V3fAhOylUQo05ijmi0ZNWzBzmihd6/DSC00013.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/3dTcJjLmd63n0Fa9yNWAeLyN4Y2QCMo3sre3bkdUkLm5Ex136Gw6b5hTekrK/DSC00013.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/n4qY3JEtpttVKvTeIpbDCvbtgV3Aa7J8Fy5u7m1e2t02yQdgAafjinReHLI2/DSC00014.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/NEmjkPhBERIBNBaMg7qy02sh7p5uRGzEqXaYQHqnnkCkZCYiMSyOl0WnqvRP/DSC00014.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/iF8SnCM6aNb1B2hQvwAPe10rcb0YwirL5sYktYHzUjnjlJvpC8Ae0vIxphPH/DSC00015.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/6q3BeJZMSQ5Fbb6JYTI3wsoKpTvwR0PmCGt1dKvWaLhwxBehwxrpteSzWrIL/DSC00015.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/mzU3CZRqruqa63MvMd16tYM3AnS4hpBAMmxrYlmuKEGWLFcjfO1WutublB20/DSC00016.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/Lh15XdgvKSFf3U4A94RRt9n06VwDsMUavcfdKqMC40shehrzoxxI4VVQg5z6/DSC00016.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/qXH3z3JlCFvt2qtMV31WO2ewMpslbaEVujO1mXwFa8UDXnTUwBFXvPWFECOJ/DSC00017.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/tjH8DoVq14hmFAEkcGOtS0hnijB5hXtjhYVnSRyesS2dZkr6gPEZoSB8vAa9/DSC00017.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/HOv8fTFnKiYRmHnx4yKfQ2dHiKgVrh7MENlAI1kMZ8hpl4KhFffFuWOiJrf0/DSC00018.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/VAGXXFmbIRwHbDiWA3cx9BXbhzHR8CqJfxjCk6AWDETCMC2G7lzL2hX1bPG7/DSC00018.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/wIcr5TUpi8sG5e2MbDHUPKyJAba0oDvlGAD11YS7hCGl3hutZW4zsoSbD1rj/DSC00019.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/5hdCMilvMKjHPDTdMWT7j95S04tuKCLkpAe3qOpP85GsythhB5wevgWpuv3j/DSC00019.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/6C7S2OHHH728cTlUtJXMPaLWKy5MBMGBFMDx3sRkREcnYTGaAdZIAljLYPha/DSC00020.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/HtmyPCMScvUK0kqPyxJORVki6okG5Q1IdiKmqMggAO6vxS4w2BfV1xg617ux/DSC00020.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/JgOmi7Iq3k74Wak5VhpbBu0toeGeeXcgArXfLDwTW6CpPYoMgyUeT0Xw0S3g/DSC00021.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/X0zIiYuxmysEFfLUlPtyLFPyD2RXFFTT8WsV21s5X0oJQ3nTnlXGieT6x31d/DSC00021.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/56CWTZNEom3ZcYcKInLaqwmtcgSVVoyR8HUoAi4FlB0wdIf2GQ5DcC2qPZWi/DSC00022.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/QAL7rYBC81xSgT8I1y4bHJni6g7MrvVgT1FRZvPNIDZKxFiVnJ4iv6jDUDV7/DSC00022.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/m2eQqsmHwYKRScJyO2Ys75UpyqbCqPfg0g7udayh8WtWsOkxKa9TvY8PlEdU/DSC00025.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/dHoRNkqg3i48Bvpc84u9CrYNc6ToQS23hYR3LIqRLwDJoQG3yDhPygSt8TY6/DSC00025.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/ccCEd37lig2HdwkB9wnZeud33p9J2xozQDgSQTTSHochDJ8r7GPJollrtMSx/DSC00026.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/7t6GT6LStR7NcchhLNNxR52ue2AAtyA5uPY77cADh8k7cLE1ejGrRU7GDhAK/DSC00026.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/jeLDD15EKBSgLOgxD9dvuiioM52pKQW2rSfVRKMuvACIn5aDl5KzE8TDI4re/DSC00027.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/nKGeMAlv08G0p6WALBkCKvmoQYCUIVfT8aW74VhzphPqXUoGwvqMAAX9X5C0/DSC00027.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/MNRCQlr5Ult5SPRZuJyT0SIfUQd2nnLKsefGPhcK3DQwD21RKkeJfLBox7oC/DSC00029.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/FGaLShFJplvB3ACtz70gzGcUFgy2vJTGc38hanMiXAnJA0qrAV4euaJQ2c8P/DSC00029.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Xg3NTBNHnLZ61xRrUiBK0tveLiLOjPjM2vSdVvoTa3YpxqwlHeC52tQaENL3/DSC00030.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/Zr6wd0QxIYxUufjqOtXKdCnvkDTIHplUZcrQNQLgzdYNZl2NNgK0rXWk2AYo/DSC00030.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/tA5FigVjatzK2WLP4CSXnrLxKGSlOaxpjMvaG8kSx8z1bt4QzHmyHMWT3UzB/DSC00031.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/2XcP9apU1Z89dW1WiEhAkZznGcPBsvsILqVPXcOCrgx8HD5iGvHtFsK8ahlC/DSC00031.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/QIArPImGcBJE4WJdSFB0e3Hbtsm1EdzXm5ETmcd4YR0PFGfyaf51pBGpctRy/DSC00032.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/3YqMEDyelBY8qM9u72fDbC69qbjaHQGQMXRoBOPUoVeRyMNDXs0Jyyjn7TWn/DSC00032.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/JjLMql1RqW5Pazw4hl1sfIea9EfL09HIybEKOB1eRuaSQPIEyYfHmzLZzqMi/DSC00033.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/7fwNqan5EMtY5pZeYGhxAyfA6lBgoXJYIifpAe0gJdhFEd0OAtu2d9AnSa1k/DSC00033.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/xgeXhGUhSVDRc8gWZXLajQr9Og4MV8Mr4xzwqR5yTX3OobD4hNUnfb9SebNe/DSC00034.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/c81xcZbjf3M7JuYOjWnTqyxcogDlTPPCnbPN1u7LYk2bD0IrvJd0QJh1LyXN/DSC00034.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Ny8ILVLj8DiaLj7yT5BRaWFznQG3ayjovWEXJClAfKwex34qIzwTNAl1HuMi/DSC00035.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/EDxQhNH0w9c6JegE7lS1kpXL6285ZC6mPE6yhV5CG78llxOYPn6vLhaPgFuC/DSC00035.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/7pH0xpLeQ4zoMvOiMqheSTxqPL2eHTETauoHyIA0aDViZzyD7wuTiQkd5h9j/DSC00036.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/bzdn2LpRk3x67afoppwwnmLvTwKv7qytXEgfecwIWG2XtWFrKtEru5rEUFTp/DSC00036.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/daXzBragJu5vgDGbHl7wDfoMnb2Dyw9Sd8zRDkiu6A9BuEhLmpZx7odLaGxr/DSC00037.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/6H8IeiwRsa2gOHaJ6HL4Kbsc6FeCzkLWsygOOHMX48cISUHQYhNU25ykGKCU/DSC00037.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/XKBgHBULznGdCa5Jf5a0ehDw4MBIGppAea5cwlN6xkUaDo3Nfk7haOrEOoou/DSC00038.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/Sf8douKMkVzo4MND00hEonTWNU0lVeMNgj1LOavNRgdK1p1uProFzYUGZDAq/DSC00038.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/DcsD5cpJEwDtWTBHeSTNKBPr7RKd3XUZklosaqpwVooh8dbddt5yHi6g6mMk/DSC00039.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/YRMK8QMGQVG2tCbe87V3jhkqgpzI9eXy5mlrgKp9iCfWSnivGDhGzLi3GqRn/DSC00039.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/hc9BDbVsIuvmSdFh4qLNHKJT9I0O7JcBbGJJnJwWbnnWnjj1RQoKhe7D7mVH/DSC00040.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/O4ph0V5Ft0b2v7bZmqAc5eIgNio4ewmdS849kavi7flNtMZOuaZllsfftll5/DSC00040.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/8hZr433dFC7JkjH1p60CqxlzkyznWJTiaTKRBfQa6U97fSQPuuGQK1RSeq5F/DSC00041.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/rRP6CFGkzOVILExnB1wldVLudYIb9WTRw7sWkWaK3UsLYYSO4FPvJM3gRDXU/DSC00041.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/5KsmzLcRyMR8X28C534q8oo3HvsQb32rdEF6RXcGULtGEovErJkpv6VIbzZo/DSC00042.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/4vCQECa8B23jpoezye6xCeFnz1K8z9Af3lfBlBKSkIatA0OdGAETkFJ9E5jq/DSC00042.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/21rjf5E039ebPCll8HKiTsfSoLet2A6clsrMEaklcM0pycHthgddQKZpgcdf/DSC00043.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/2RTZs9qvEOEQxOf1fasUWX4JKZl0wA9F48s2aP4928GvJtcimXsmvC5uMvGi/DSC00043.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/I8BabqlS0kfTfVNyti0E09TDFjn7VOIx7c5VwtQFOZjpaL3lSgccFUjckWm7/DSC00044.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/0TAsi13AF5XCto0NaXJIQH1OYJY96HrHo3YZsIcZopKt7iheGLhQpP4sCQP0/DSC00044.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/iduWCvnKvoFd1ljihxKKM0M5OXLaUBF9IiLmcAVRAnwt1uZVT5SbZ10CkExd/DSC00045.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/WYgBsnqdIx3s8fzcmrA9SXniqVovzzFslrpGgo1ZREghBypYImo7xbfHwT0Y/DSC00045.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/JvsjZGCQExLPpmPdxuFuiywkBBWepTToUAyHEpyzCcTqGUsAVil1DxZv7qDO/DSC00046.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/0GMdsctsssW9X7vtVnGcrRaGaaqmQXXClRxiAADSHhXHyjpMoUiJzdvPeRwn/DSC00046.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/ELqlZoNE80JKRpDthHl6g7C18ZLdPBU4BUNBPoDIAUt0oOfCsSp5UOPjp9oR/DSC00047.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/C76sHJJ5pqAwL7gRFpVn4YwTir2uZ00TSgzBfP7fYHyunibsc5GaKcFYfiOG/DSC00047.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/rGp51BRW37svyz1KK4kZRshsVZkZI2CPpAiQThT1rwsLLWUnu9QA25H7QGVT/DSC00048.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/t5FHNEsmMPaJcT9f90jHK5exk8Mqqpi2Uh9HBIVluX0iiBSSNpnscGkU54E1/DSC00048.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/lbkDmns1h4fTra7MHWzcoJuInzhrR3DhiqUCKyFrzH2kAOEWFtnzyAsafyxS/DSC00049.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/zvWpf262VMNz608EEAUZ0VKuoCQoGDbNmDUewhD5LD8cSPzS5SeJeYyIuGq1/DSC00049.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/PdB02MiT9t7cFwRHCr5wwYugJeAhGshL3esuuwnb3bNiKYDlfGudtjdjcV4z/DSC00050.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/0Hg2CfbuaRgZhvAqy7O9ANQI6ugJBjgB4vDuoYInnBKnpRjFGEgPKJ1Oa7s8/DSC00050.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/l7zGJY7p8ekxXinBJVUmk59QCCWzcus4kZHUlcWO3SY2rM41pPKERFfbzZYR/DSC00051.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/uVYTsECSsT1FucrKn2UagFTkCGfQ27l5yzlMcfLYM0oVNvJAzR4KAblHY7rs/DSC00051.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/E7jfIpxhbkDJOhHps4tgNtzShYWXvBzubQdanRmsvVjR2QNsm1eOe9Fdzerh/DSC00052.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/Fs3Gjxsv5eHc2dFah8JM2Tf3n2HKSCqL5YgEdSSId1SuIvxgCbe6KkHhiFiY/DSC00052.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/yGP1feVBWvU0mvj4yOchYbw6jGqzfg1XmXLGSiAuRm4WNphoc8dpWHPzT78Y/DSC00053.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/g39zvetvdIEabPpudl6rpfrw9ojDnwTVfLl7BLrYxSdHNMei7cXGcXYV6vCl/DSC00053.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/vcKl6unbHBFLDpx3VWvF61GkrR5Inewn88cnfazQFUzHGemTqMHQ4Q54KDsM/DSC00054.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/nBM0kTnKLrWN6UnoD5q0jOSKwXbIX5GQAKgC5HR9rUADJpM7dnaZgPd6u48T/DSC00054.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/9hPmK2hTz0fDWgnIVX2pvyjXvahyigDCFkU7cQR9CFJspIgpzrBgn7mO3E6Y/DSC00055.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/AASQTxXF1698qcFouDvOmGn2cXYugZMoNiykWsnPtq4MaKH6NVOklOKnE29m/DSC00055.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/fx5K5RydLpldizB3I6xcRFUzlG12QKQPnbGUNcJ4zhoC5VK1OlVMy4cjgmEG/DSC00056.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/sIxA6v84EFyfkx7X9sz2KbRiW87WcEHaD9DjmFA9Ul7a1Fmp0ZoSGc7fB56K/DSC00056.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Z4ydV3HqzDoqoEJCyIJc38ZsVsmymPpSfmpYnWWpWVuVhrpIvd2pXPQjV2Kj/DSC00057.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/daVPJZFukomkjYOVqMzI4LTMZvWNlytGe0UWe2k2xgvzbGfp8HZlshB2ukGf/DSC00057.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/YS6SvkvDWycIwuvvvDHFpAjyLNTrykkbPIqlbLfndopy1VbyR5gkiKeZJ1jE/DSC00058.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/3SMTg6ZojaTYicYnsUyJs6eAFb7onbXevQB20wTmnYjju4g9ylNAQJzpxtiJ/DSC00058.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;div&gt;&lt;a href='http://smmankad.posterous.com/composition-part-1-abstract-photography'&gt;See and download the full gallery on posterous&lt;/a&gt;&lt;/div&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/composition-part-1-abstract-photography"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-8627161211884864587?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/8627161211884864587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=8627161211884864587' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8627161211884864587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8627161211884864587'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/08/composition-part-1-abstract-photography.html' title='Composition (Part 1): Abstract Photography'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-540374382289473578</id><published>2010-08-24T06:37:00.001-07:00</published><updated>2010-08-24T06:37:59.490-07:00</updated><title type='text'>Exploration in Wood</title><content type='html'>&lt;div class='posterous_autopost'&gt;This was done as an exercise in class for the course on Advanced Model Making.&lt;br /&gt; &lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/ABRX7Ke7rj3flHklFSbWdsfZzL0MA4lbxqlXDWmvbN2INKYLFR5JIpW6jYch/20100824_001.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/ERj0f9bLnGDwwDCtaGT6JwQ18iXpbXiVZYWDq8t3pMzl3ZYDrzbA3l1uJwmP/20100824_001.jpg.scaled.500.jpg" width="500" height="281"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/94hET1utW9iBG1RwWMRqryGGdscARqOPzzXF9X48Pcht1j7VKPmk88mkarr8/20100824_004.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/7MwBtyALGv2VFVPREfeH7x7lpX3tvVjT1iznVPaHC5WbKGe5M0GFUCkVSEmR/20100824_004.jpg.scaled.500.jpg" width="500" height="376"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Ogp6jLKMtQQoDI8kzkCAVRJNsewNLjx9SMMJqnF1txA3PxTCqlp1bsOgOj7b/20100824_005.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/RQZz2OvCvmWRSe448H6zCaEQ9MXz1N7mDvMkvLERUDpSIa6GrqczIKe9CDAa/20100824_005.jpg.scaled.500.jpg" width="500" height="376"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Yd7p9x5J2xoLwY1jWnleDT0vEEPajAI6nAX3JfInxzbFhjcmve6GzQEWNU2f/20100824_006.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/NotxpkVV96NKZxSoc4RbvJQE0gWK3qWUX3QhcEePmL5yt4wMjYdvRi9XPSuu/20100824_006.jpg.scaled.500.jpg" width="500" height="376"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/YbFC8QfczT3vaAcEJOIeikoNQuwQ70TMqCxYQkPPfYR4Ip2PhCkyChgrrnA2/20100824_007.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/bbdGkuAIuEKjPmFpZQEyoc428VoGh6P5DBkrWwKMYpXaJXB908kY7tgjSQ91/20100824_007.jpg.scaled.500.jpg" width="500" height="376"/&gt;&lt;/a&gt; &lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/gWyXLkJzYrCgIQvOPXg4R55r2EQJv2so9X5FHGMQ2UcHVXnd53bmEkkpEt6o/20100824_008.jpg.scaled.1000.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/smmankad/jOjm6QHeIrMpEyQAp7U3eh9FfOuqT0pc11JyjkmsaUa6DigAM7ugPf3r9aJ6/20100824_008.jpg.scaled.500.jpg" width="500" height="376"/&gt;&lt;/a&gt; &lt;div&gt;&lt;a href='http://smmankad.posterous.com/exploration-in-wood'&gt;See and download the full gallery on posterous&lt;/a&gt;&lt;/div&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/exploration-in-wood"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-540374382289473578?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/540374382289473578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=540374382289473578' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/540374382289473578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/540374382289473578'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/08/exploration-in-wood.html' title='Exploration in Wood'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3745321564539846350</id><published>2010-08-23T04:58:00.001-07:00</published><updated>2010-08-23T04:58:59.610-07:00</updated><title type='text'>ShapePlay Controller Prototype</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/lm0lVgNJveQ0fI4DBOOdg9XZCRSBVXOCUvb8wQ8X9EYgrx5WdEPv5l6Nq3RL/esid_proto.720p.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-controller-prototype" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/lm0lVgNJveQ0fI4DBOOdg9XZCRSBVXOCUvb8wQ8X9EYgrx5WdEPv5l6Nq3RL/esid_proto.720p.mp4' style='color: #bc7134;'&gt;esid_proto.720p.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(17649 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;The ShapePlay Controller is a device that is designed to control, for instance, a TV using just shapes that you draw on a touchscreen. Or even control a Radio, its tuning, volume, again using just shapes!&lt;p /&gt;This prototype has been created using the awesome Arduino micro-controller platform. Inspired by the TouchControlPanel created by Jonathan Oxer and Hugh Blemings. Based on the TouchScreen Library by David Mellis, Limor Fried and Tom Igoe.&lt;p /&gt; &lt;b&gt;Acknowledgements:&lt;/b&gt; Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal, Arshad Pathan&lt;p /&gt;&lt;i&gt;(c)2010, New Media Design, National Institute of Design, India.&lt;/i&gt;&lt;p /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-controller-prototype"&gt;smmankad's tinkerworld&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3745321564539846350?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3745321564539846350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3745321564539846350' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3745321564539846350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3745321564539846350'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/08/shapeplay-controller-prototype.html' title='ShapePlay Controller Prototype'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2014397879562865086</id><published>2010-07-13T03:33:00.001-07:00</published><updated>2010-07-13T03:33:40.660-07:00</updated><title type='text'>ShapePlay Trainer Alpha - Reconstructing Recorded Shapes</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/dyRCwsuotPOhxrJAxLvLoW7Nh8Udqi9l04mr1MfqOyuHBKRkCnV3v0dZl8Oc/ShapePlay_Trainer2.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-trainer-alpha-reconstructing-record" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/dyRCwsuotPOhxrJAxLvLoW7Nh8Udqi9l04mr1MfqOyuHBKRkCnV3v0dZl8Oc/ShapePlay_Trainer2.mp4' style='color: #bc7134;'&gt;ShapePlay_Trainer2.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(1374 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;Once the shape has been recorded using the trainer, this program reads those data files and reconstructs the shape. Future scope of the ShapePlay engine is to perform actual shape recognition so that full blown interaction can be performed between the machine and the user.&lt;p /&gt;&lt;i&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt;Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt; (c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-trainer-alpha-reconstructing-record"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2014397879562865086?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2014397879562865086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2014397879562865086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2014397879562865086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2014397879562865086'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-trainer-alpha-reconstructing.html' title='ShapePlay Trainer Alpha - Reconstructing Recorded Shapes'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-6522703220433335714</id><published>2010-07-13T03:30:00.001-07:00</published><updated>2010-07-13T03:30:43.310-07:00</updated><title type='text'>ShapePlay Trainer Alpha</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/QP4AGSzmUBbwTv298GmgAQ31mPl9LNDIb0MvZ6HZDvaqDaF9tguDL5pTNJV6/ShapePlay_Trainer1.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-trainer-alpha" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/QP4AGSzmUBbwTv298GmgAQ31mPl9LNDIb0MvZ6HZDvaqDaF9tguDL5pTNJV6/ShapePlay_Trainer1.mp4' style='color: #bc7134;'&gt;ShapePlay_Trainer1.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(2800 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;/p&gt;&lt;div class="video-title"&gt; 					&lt;div class="clipper"&gt; 						&lt;span&gt;Inspired from the HP LipiTK, this is a training program for ShapePlay built using Processing 1.0. Being an initial version (Alpha), it can record the shapes drawn on-canvas and then saves them into data files (TXT) in the form of &amp;quot;x,y&amp;quot; coordinates.&lt;br /&gt;&lt;i&gt;&lt;br /&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt;Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt; (c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;br /&gt;&lt;/span&gt; 					&lt;/div&gt; 				&lt;/div&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-trainer-alpha"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-6522703220433335714?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/6522703220433335714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=6522703220433335714' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6522703220433335714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6522703220433335714'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-trainer-alpha.html' title='ShapePlay Trainer Alpha'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-5425050457076505864</id><published>2010-07-13T03:28:00.001-07:00</published><updated>2010-07-13T03:28:04.287-07:00</updated><title type='text'>ShapePlay - PixelPlay Variant #2</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/ZR3tdy2MpsPGpjYLoKQFoPwbuDkPg8dfDKtLB4RAhUUfyuxLIKOuBAcOPV2J/ShapePlay_PixelPlay2.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-pixelplay-variant-2" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/ZR3tdy2MpsPGpjYLoKQFoPwbuDkPg8dfDKtLB4RAhUUfyuxLIKOuBAcOPV2J/ShapePlay_PixelPlay2.mp4' style='color: #bc7134;'&gt;ShapePlay_PixelPlay2.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(367 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;This Variant of ShapePlay incorporates an idea called PixelPlay where Colors are chosen by the machine. The logic behind that choice is this: The computer has a number of pre-programmed color families. It picks up a color family and uses the colors in that family for drawing. The composition on-canvas is left totally to the user, but the colors of the strokes are changed by the machine from stroke to stroke. It is similar to the Variant #1 but in this case, it changes color after the stroke is drawn instead of before.&lt;p /&gt;&lt;i&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org/" target="_blank"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt;Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt;(c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-pixelplay-variant-2"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-5425050457076505864?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/5425050457076505864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=5425050457076505864' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5425050457076505864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5425050457076505864'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-pixelplay-variant-2_13.html' title='ShapePlay - PixelPlay Variant #2'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2814991203087259196</id><published>2010-07-13T03:24:00.001-07:00</published><updated>2010-07-13T03:24:47.162-07:00</updated><title type='text'>ShapePlay - PixelPlay Variant #1</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/5Ll6JWLx7H8CJXwmiQhgo5dvtleBOv18MjfxuBwzGyywpwsinWF4Ix7pnMSe/ShapePlay_PixelPlay1.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-pixelplay-variant-1" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/5Ll6JWLx7H8CJXwmiQhgo5dvtleBOv18MjfxuBwzGyywpwsinWF4Ix7pnMSe/ShapePlay_PixelPlay1.mp4' style='color: #bc7134;'&gt;ShapePlay_PixelPlay1.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(1092 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;This Variant of ShapePlay incorporates an idea called PixelPlay where Colors are chosen by the machine. The logic behind that choice is this: The computer has a number of pre-programmed color families. It picks up a color family and uses the colors in that family for drawing. The composition on-canvas is left totally to the user, but the colors of the strokes are changed by the machine from stroke to stroke.&lt;p /&gt;&lt;i&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt;Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt; (c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-pixelplay-variant-1"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2814991203087259196?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2814991203087259196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2814991203087259196' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2814991203087259196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2814991203087259196'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-pixelplay-variant-1.html' title='ShapePlay - PixelPlay Variant #1'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-627546421168740</id><published>2010-07-13T03:23:00.001-07:00</published><updated>2010-07-13T03:23:30.011-07:00</updated><title type='text'>ShapePlay - PixelPlay Variant #2</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;span&gt;This Variant of ShapePlay incorporates an idea called PixelPlay where Colors are chosen by the machine. The logic behind that choice is this: The computer has a number of pre-programmed color families. It picks up a color family and uses the colors in that family for drawing. The composition on-canvas is left totally to the user, but the colors of the strokes are changed by the machine from stroke to stroke. It is similar to the Variant #1 but in this case, it changes color after the stroke is drawn instead of before.&lt;p /&gt;&lt;i&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt;Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt;(c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;br /&gt; &lt;/span&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-pixelplay-variant-2"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-627546421168740?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/627546421168740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=627546421168740' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/627546421168740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/627546421168740'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-pixelplay-variant-2.html' title='ShapePlay - PixelPlay Variant #2'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-6093906431721281339</id><published>2010-07-13T03:22:00.001-07:00</published><updated>2010-07-13T03:22:44.080-07:00</updated><title type='text'>ShapePlay on the PC: Experience Video Simulation</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/iIAoNf3O8fSR3kyy8cRwTeJLMsyXhHWA3UqDQ4mLmstsjnGKkhExCc7taLNQ/smmankad_ShapePlay_PCInteractS.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-on-the-pc-experience-video-simulati" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/iIAoNf3O8fSR3kyy8cRwTeJLMsyXhHWA3UqDQ4mLmstsjnGKkhExCc7taLNQ/smmankad_ShapePlay_PCInteractS.mp4' style='color: #bc7134;'&gt;smmankad_ShapePlay_PCInteractSimulation.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(575 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;This is the simulation of the ShapePlay game on the computer.&lt;p /&gt;&lt;i&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt;Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt; (c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-on-the-pc-experience-video-simulati"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-6093906431721281339?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/6093906431721281339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=6093906431721281339' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6093906431721281339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6093906431721281339'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-on-pc-experience-video.html' title='ShapePlay on the PC: Experience Video Simulation'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-9005856423171298436</id><published>2010-07-13T03:21:00.001-07:00</published><updated>2010-07-13T03:21:26.421-07:00</updated><title type='text'>ShapePlay: Interactive Game Concept Prototype</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Eh73T3x4faeOMa6SotzJFY7erQjyetotFZUNaiVHJIt87Eaqh48sgwvZ4h9b/xvid_cleanedsid_video_proto_dp.avi' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/avi.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/shapeplay-interactive-game-concept-prototype" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/Eh73T3x4faeOMa6SotzJFY7erQjyetotFZUNaiVHJIt87Eaqh48sgwvZ4h9b/xvid_cleanedsid_video_proto_dp.avi' style='color: #bc7134;'&gt;xvid_[cleaned]sid_video_proto_dp4_1.avi&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(11024 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;This is the video prototype of an interactive game where the player draws a shape and the computer responds. The result is a collectively created composition - collectively by the computer and user. This video is a pure demonstration of that experience.&lt;p /&gt;&lt;i&gt;Built with Processing 1.0 (&lt;a href="http://www.processing.org"&gt;http://www.processing.org&lt;/a&gt;)&lt;br /&gt; Mentors:&lt;br /&gt;Dr. Jignesh Khakhar, Bhaumik Nagar, Ujjval Panchal&lt;p /&gt;(c)2010 New Media Design 2009-11, National Institute of Design, India&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/shapeplay-interactive-game-concept-prototype"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-9005856423171298436?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/9005856423171298436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=9005856423171298436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/9005856423171298436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/9005856423171298436'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/07/shapeplay-interactive-game-concept.html' title='ShapePlay: Interactive Game Concept Prototype'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3653541534306113926</id><published>2010-06-26T04:23:00.000-07:00</published><updated>2010-06-26T04:23:23.008-07:00</updated><title type='text'>Join FileServe Now!</title><content type='html'>&lt;a href="http://www.fileserve.com/signup.php?reff=uLJLJMW7UYg%7E"&gt;Join FileServe Now!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3653541534306113926?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.fileserve.com/signup.php?reff=uLJLJMW7UYg~' title='Join FileServe Now!'/><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3653541534306113926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3653541534306113926' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3653541534306113926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3653541534306113926'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/06/join-fileserve-now.html' title='Join FileServe Now!'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-7851263361762998524</id><published>2010-05-22T17:07:00.000-07:00</published><updated>2010-05-22T17:08:19.244-07:00</updated><title type='text'>Internet Slang :P</title><content type='html'>0-9&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1337 (written in ASCII) - From the word Leet, derived from the word elite&lt;br /&gt;2 - too, or to&lt;br /&gt;4 - For&lt;br /&gt;&lt;br /&gt;A&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AFAICR/S/T - As far as I can recall / remember / see / tel&lt;br /&gt;AFAIK - As far as I know&lt;br /&gt;AFK - Away from keyboard&lt;br /&gt;ANFSCD - And Now For Something Completely Different. Used to change the subject of conversation.&lt;br /&gt;ASAP - As soon as possible&lt;br /&gt;ASL - Age / sex / location&lt;br /&gt;ATEOTD - At The End of the Day&lt;br /&gt;ATM - At the moment&lt;br /&gt;AWOL - Absent Without (Official) Leave&lt;br /&gt;AYBABTU (also abbreviated as AYB) - All your base are belong to us (from the video game Zero Wing)&lt;br /&gt;&lt;br /&gt;B&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;B2B - Business to Business&lt;br /&gt;B&amp;amp; and/or B7- Banned&lt;br /&gt;BBIAB - Be back in a bit&lt;br /&gt;BBL/S - Be back later / shortly / soon&lt;br /&gt;BCNU - Be seein' you&lt;br /&gt;Blog - Also known as web log or an online journal&lt;br /&gt;BOFH - ~censored~ operator from hell&lt;br /&gt;Bot - Any type of automated software in chatrooms and web-cataloging software&lt;br /&gt;BRB - Be right back&lt;br /&gt;BSOD - Blue Screen of Death&lt;br /&gt;BTDT - Been there done that&lt;br /&gt;BTW - By the way&lt;br /&gt;Bump - Increment (For example, C's ++ operator.)or a backronym for "Bring Up My Post"&lt;br /&gt;&lt;br /&gt;C&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Crawl - To retrieve a web page along with the hyperlinks that reference it&lt;br /&gt;Crapplet - A poorly written computer application&lt;br /&gt;CU - See you (later)&lt;br /&gt;CYA - See ya OR Cover Your Ass&lt;br /&gt;Cyber (prefix) - A term used to connect the subsequent word loosely to the world of computers or the Internet or sex over a computer&lt;br /&gt;Cyberspace - Virtual reality, the Internet, the World Wide Web, and other kinds of computer systems. Science fiction author William Gibson popularized the term in his novel Neuromancer. Gibson used the word to describe a virtual world of computer networks that his cyberpunk heroes 'jacked into'&lt;br /&gt;&lt;br /&gt;D&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DFTT - Don't feed the trolls&lt;br /&gt;DGAF - Don't Give A ~censored~&lt;br /&gt;DIAF - Die in a fire&lt;br /&gt;DILLIGAF/D/S - Does it look like I give a flip / ~censored~ / damn / shit&lt;br /&gt;DND - Do not disturb&lt;br /&gt;DOA - Dead on arrival. Refers to hardware that is broken on delivery.&lt;br /&gt;&lt;br /&gt;E&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;EOF - End Of File&lt;br /&gt;EOM - End of Message&lt;br /&gt;EOL - End of Life. Device or hardware that is at the end of its product life cycle.&lt;br /&gt;EQ - EverQuest&lt;br /&gt;ETA - Estimated time of arrival&lt;br /&gt;&lt;br /&gt;F&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FAQ - Frequently Asked Question(s)&lt;br /&gt;FFS - For ~censored~'s sake&lt;br /&gt;Flamer - Someone who makes inflammatory, abusive or directly offensive comments. Similar to, but not quite the same as an Internet troll[3]&lt;br /&gt;FMCDH - From My Cold Dead Hands&lt;br /&gt;FOAD - ~censored~ off and die&lt;br /&gt;FOAF - Friend of a friend&lt;br /&gt;FTL - For the loss&lt;br /&gt;FTW - For the win&lt;br /&gt;FU - ~censored~ you&lt;br /&gt;FUBAR - ~censored~ up beyond all recognition / repair (from military slang; pronounced "foo-bar")&lt;br /&gt;FUD - Fear, Uncertainty and Doubt (the purposeful spread of misinformation)&lt;br /&gt;FWIW - For what it's worth&lt;br /&gt;FYI - For your information&lt;br /&gt;&lt;br /&gt;G&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;GBTW - Get back to work&lt;br /&gt;GF - Great/good fight/girlfriend&lt;br /&gt;GFU - Good for you&lt;br /&gt;GFY - Go ~censored~ yourself&lt;br /&gt;GG - Good game, used at or near the conclusion of a gaming match&lt;br /&gt;GJ - Good job, often used in online gaming when a teammate performs an act benefitting his team, such as killing an opponent or enabling that kill&lt;br /&gt;GMTA - Great minds think alike&lt;br /&gt;Godwin's Law - Dictates that the longer a thread, the more likely someone will post a comparison involving Nazis or Hitler&lt;br /&gt;Gratz - Congratulations&lt;br /&gt;GTFO - Get the ~censored~ out&lt;br /&gt;GTG or G2G - 'Got to go' or 'Good to go'&lt;br /&gt;GR -Good Race&lt;br /&gt;GR8 - Great&lt;br /&gt;&lt;br /&gt;H&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HAND - Have A Nice Day&lt;br /&gt;Handle - Name used in online chat, (AKA nick(name), alias, screen/user name)&lt;br /&gt;HF - Have fun&lt;br /&gt;Haxor or H4x0r (1337) - Hacker&lt;br /&gt;Hit - A request made to the web server, (noun) the results of an internet search, (verb) loading a Web page. Hits are not equivalent to visitors of a webpage.&lt;br /&gt;Home page - The website's introduction page, starting point, and guide. The technical term is "index"&lt;br /&gt;Hot list - A collection of publicly available URLs (World Wide Web site addresses), sometimes available as text files.&lt;br /&gt;HTH - Hope this / that helps&lt;br /&gt;H8 - Hate&lt;br /&gt;&lt;br /&gt;I&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IANAL - I am not a lawyer&lt;br /&gt;IBTL - In before the lock&lt;br /&gt;IDC - I don't care&lt;br /&gt;IDK - I don't know&lt;br /&gt;IIRC - If I recall / remember correctly&lt;br /&gt;IIUC - If I understand correctly&lt;br /&gt;IMO/IMHO/IMNSHO/IMAO - In my (humble / honest / not so humble / arrogant) opinion&lt;br /&gt;Information superhighway - The Internet (AKA: I-way, infobahn)&lt;br /&gt;IONO - I don't know&lt;br /&gt;IOW - In other words&lt;br /&gt;IRC - Internet Relay Chat&lt;br /&gt;IRL - In real life&lt;br /&gt;ITYM - I Think You Mean&lt;br /&gt;IWSN - I want sex now&lt;br /&gt;IYKWIM - If you know what I mean&lt;br /&gt;&lt;br /&gt;J&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Jaggy - Aliased computer graphics&lt;br /&gt;JK or j/k - Just kidding, or joke&lt;br /&gt;JFGI - Just ~censored~/Freaking Google It&lt;br /&gt;&lt;br /&gt;K&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;k or kk - OK&lt;br /&gt;KISS - Keep it simple stupid.&lt;br /&gt;KS(ing) - Kill-Steal(ing)&lt;br /&gt;KOS - Kill on sight&lt;br /&gt;KTHX - OK, thanks&lt;br /&gt;KTHXBAI or KTHXBYE - OK, thanks, goodbye, used either to cut short a conversation or to express displeasure with being cut short&lt;br /&gt;&lt;br /&gt;L&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;L2P - Learn to play; an admonishment to MMORPG players who are incompetent and/or whine&lt;br /&gt;L8R - Later, L8R also sometimes abbreviated as L8ER is commonly used in chat rooms and other text based communications as a way of saying good bye.&lt;br /&gt;Lag - Slang term for slow Internet speeds or high Internet latency; Lag is sometimes due to a server problem, but more frequently due to the connection between client and server. A slow or intermittent connection may often be referred to as laggy&lt;br /&gt;Lamer - A know-nothing, one who is lame.&lt;br /&gt;Leet - Often spelled as l33t or 1337 in ASCII form. It originally meant elite&lt;br /&gt;LFG - Looking for group&lt;br /&gt;LFM - Looking for more&lt;br /&gt;LM(F)AO - Laughing my (frigging) ass off&lt;br /&gt;LMIRL - Let's meet in real life.&lt;br /&gt;LMK - Let me know&lt;br /&gt;LOL - Laughing out loud, laugh out loud&lt;br /&gt;LTNS - Long time no see&lt;br /&gt;Lurker - Someone who frequents a Usenet group without participating in discussions&lt;br /&gt;&lt;br /&gt;M&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MMORPG, MMO - Massive Multi-player Online Role Playing Game&lt;br /&gt;MMOFPS - Massive Multi-player Online First Person Shooter&lt;br /&gt;MOTD - Message of the day&lt;br /&gt;MS - MapleStory, an MMORPG&lt;br /&gt;MTFBWY - May The Force be with you&lt;br /&gt;MUD - Multi-User Dungeon&lt;br /&gt;MUSH - Multi-User Shared Hallucination&lt;br /&gt;MYOB - Mind your own business&lt;br /&gt;M8 - Mate&lt;br /&gt;&lt;br /&gt;N&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NE1 - "Anyone"&lt;br /&gt;NFI - "No ~censored~ Idea"&lt;br /&gt;Newbie, noob, or n00b - An inexperienced user of a system or game,or an annoying person.&lt;br /&gt;NIFOC - Naked In Front Of Computer&lt;br /&gt;NM - (Sometimes written N/M) Not much, Never mind or no message, used on message boards or in e-mails to indicate that everything is already said in the subject line.&lt;br /&gt;NP - No problem&lt;br /&gt;NSFW - Not safe for work. Warning about content that may get the viewer in trouble with his employer or co-workers.&lt;br /&gt;NVM, NVMD, or nm - Nevermind, not much&lt;br /&gt;&lt;br /&gt;O&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;O RLY - Oh really?&lt;br /&gt;OIC - Oh, I see&lt;br /&gt;OFN - Old ~censored~ news&lt;br /&gt;OMG - Oh my god&lt;br /&gt;OMFG - Oh my ~censored~ god&lt;br /&gt;OMW - On my way or Oh my word&lt;br /&gt;OP - Original poster / Operator / Outpost&lt;br /&gt;OS - Operating system&lt;br /&gt;OT - Off topic&lt;br /&gt;OTOH - On the other hand&lt;br /&gt;OTP - On the phone or One true pairing&lt;br /&gt;&lt;br /&gt;P&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;P2P - Peer to peer, or pay to play&lt;br /&gt;PAW - Parents are watching&lt;br /&gt;PEBKAC/PEBCAK - Problem exists between keyboard and chair&lt;br /&gt;Ping - From the popular network monitoring tool, used as a greeting similar to "Are you there?".&lt;br /&gt;PITA - Pain in the arse / ass&lt;br /&gt;PLMK - Please let me know&lt;br /&gt;PMSL - Pissing myself laughing&lt;br /&gt;POS - Piece of shit, or parent over shoulder.&lt;br /&gt;POTS - Plain old telephone service&lt;br /&gt;POV - Point of view&lt;br /&gt;PPL - People&lt;br /&gt;PTKFGS - Punch the Keys For God's Sake&lt;br /&gt;pr0n - Intentional misspelling of porn&lt;br /&gt;PW - Persistent World (gaming)&lt;br /&gt;pwned - Intentional misspelling of owned&lt;br /&gt;&lt;br /&gt;Q&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;QFT - Quoted for truth. Used on internet message boards to show agreement from a previous message&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;R&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Rehi (or merely re) - Hello again&lt;br /&gt;RL - Real Life[3]&lt;br /&gt;RO(T)FL - Rolling on (the) floor laughing&lt;br /&gt;RO(T)FLMAO - Rolling on (the) floor laughing my ass off&lt;br /&gt;RO(T)FLOL - Rolling on (the) floor laughing out loud&lt;br /&gt;RSN - Real soon now (used sarcastically)&lt;br /&gt;RTFB - Read the ~censored~ binary (or book)&lt;br /&gt;RTFS - Read the ~censored~ source&lt;br /&gt;RTFM/RTM - Read the (~censored~) manual&lt;br /&gt;&lt;br /&gt;S&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SCNR - Sorry, could not resist&lt;br /&gt;sk8/sk8r - skate/skater&lt;br /&gt;Smiley - Another name for emoticons&lt;br /&gt;SMH - Shaking my head&lt;br /&gt;SNAFU - Situation normal: all (~censored~/[3]fouled) up&lt;br /&gt;Snail mail - Normal paper mail service&lt;br /&gt;SOHF - Sense of humor failure&lt;br /&gt;Spider - The program behind a search engine&lt;br /&gt;STFU - Shut the ~censored~ up&lt;br /&gt;STFW - Search the ~censored~ web&lt;br /&gt;&lt;br /&gt;T&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TANSTAAFL - There ain't no such thing as a free lunch&lt;br /&gt;TBF - Time between failures&lt;br /&gt;TBH - To be honest&lt;br /&gt;TG - That's great&lt;br /&gt;TGIF - Thank god it's Friday&lt;br /&gt;TH(N)X, TNX or TX - Thanks&lt;br /&gt;TIA - Thanks in advance&lt;br /&gt;TINC - There Is No Cabal, a term discouraging conspiracy theories&lt;br /&gt;TMI - Too much information&lt;br /&gt;TOS - Terms of service&lt;br /&gt;TTBOMK - To the best of my knowledge&lt;br /&gt;TTFN - Ta ta for now&lt;br /&gt;TTT - To the top, used in forums to bump a thread&lt;br /&gt;TTYL - Talk to you later (also spelled TTUL, T2UL or T2YL)&lt;br /&gt;TTYTT - To Tell You The Truth&lt;br /&gt;Tweedler - One who has deep love for all computer related technology and gadgets&lt;br /&gt;TWIMC - To Whom It May Concern&lt;br /&gt;TY - Thank you&lt;br /&gt;TYT - Take your time&lt;br /&gt;TYVM - Thank you very much&lt;br /&gt;&lt;br /&gt;U&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;U - You&lt;br /&gt;UTFSE - Use the ~censored~ search engine&lt;br /&gt;&lt;br /&gt;V&lt;br /&gt;&lt;br /&gt;W&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;w00t, w00T or WOOT - First two express exuberance, the latter is a backronym for the term "We Own the Other Team".&lt;br /&gt;W/ or W/O - With or without&lt;br /&gt;WB - Welcome back&lt;br /&gt;W/E - Whatever&lt;br /&gt;WRT - With respect / regard to&lt;br /&gt;WTB - Want to buy&lt;br /&gt;WTF - What the ~censored~&lt;br /&gt;WTG - Way to go&lt;br /&gt;WTH - What the hell&lt;br /&gt;WTS - Want to sell&lt;br /&gt;WTT - Want to trade&lt;br /&gt;WUG - What you got?&lt;br /&gt;WoW - World of Warcraft (game)&lt;br /&gt;WUBU2 - What (have) you been up to?&lt;br /&gt;WUU2 - What (are) you up to?&lt;br /&gt;WYSIWYG - What you see is what you get&lt;br /&gt;W8 - Wait&lt;br /&gt;W-BB WarezBB&lt;br /&gt;W-BB WarezBB&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Y&lt;br /&gt;&lt;br /&gt;YARLY - Yeah Really&lt;br /&gt;YHBT - You have been trolled&lt;br /&gt;YKW - You know what?&lt;br /&gt;YMMV - Your mileage may vary.&lt;br /&gt;YTMND - You're The Man Now, Dog&lt;br /&gt;YW - You're welcome.&lt;br /&gt;YOYO- You're On Your Own.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Z&lt;br /&gt;ZOMG - An intentional misspelling of the acronym shorthand for "Oh My God/Gawd" and pronounced "Zoh My God/Gawd" This version is mainly used in jest or to ridicule people who use abbreviations like OMG and OMFG&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-7851263361762998524?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/7851263361762998524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=7851263361762998524' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/7851263361762998524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/7851263361762998524'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/05/internet-slang-p.html' title='Internet Slang :P'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4995902642823000354</id><published>2010-05-05T19:34:00.001-07:00</published><updated>2010-05-05T19:34:26.882-07:00</updated><title type='text'>Compost - What does Hinglish Look Like?</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/oTnYPkl8BfS0CqQ50HdqQTdv6RoMVZ5Z0zbeOQ32ZRJPFC2A5N55ovexNmxW/Compost_480p_HD.flv' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/compost-what-does-hinglish-look-like" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/oTnYPkl8BfS0CqQ50HdqQTdv6RoMVZ5Z0zbeOQ32ZRJPFC2A5N55ovexNmxW/Compost_480p_HD.flv' style='color: #bc7134;'&gt;Compost_480p_HD.flv&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(3932 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;So what does this mix of language - Hindi and English look like? Here is a metaphorical exploration and representation of the concept of Hinglish. An evolved linguistic phenomenon that unites people across the two languages.&lt;p /&gt;Special Thanks to my mentors: Dr. Jignesh Khakhar, Dr. Rita Kothari, Mr. Ajay Tiwari.&lt;p /&gt;(c)2010, the National Institute of Design, India.&lt;/span&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/compost-what-does-hinglish-look-like"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4995902642823000354?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4995902642823000354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4995902642823000354' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4995902642823000354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4995902642823000354'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/05/compost-what-does-hinglish-look-like_05.html' title='Compost - What does Hinglish Look Like?'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3879708980572994884</id><published>2010-05-05T19:31:00.001-07:00</published><updated>2010-05-05T19:31:03.542-07:00</updated><title type='text'>Compost - What does Hinglish Look Like?</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;span&gt;So what does this mix of language - Hindi and English look like? Here is a metaphorical exploration and representation of the concept of Hinglish. An evolved linguistic phenomenon that unites people across the two languages.&lt;p /&gt;Special Thanks to my mentors: Dr. Jignesh Khakhar, Dr. Rita Kothari, Mr. Ajay Tiwari.&lt;p /&gt;(c)2010, the National Institute of Design, India.&lt;/span&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/compost-what-does-hinglish-look-like"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3879708980572994884?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3879708980572994884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3879708980572994884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3879708980572994884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3879708980572994884'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/05/compost-what-does-hinglish-look-like.html' title='Compost - What does Hinglish Look Like?'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-8031241724560317707</id><published>2010-05-05T18:01:00.001-07:00</published><updated>2010-05-05T18:01:13.608-07:00</updated><title type='text'>Acoustic Rendition: I Don't Know (Ryan Bingham)</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/rAfki3GIESpJnDgwCCyO8Oz5iSm00jO1hlncq6nOTQB6e3bU9fkhDnQVq8ej/03_I_Dont_Know_RyanBingham_Ren.mp3' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/mp3.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;&lt;b&gt;I Don't Know (Rendition)&lt;/b&gt; by Smmankad (Original By Ryan Bingham)&amp;nbsp;&amp;nbsp;&lt;br/&gt;Download now or &lt;a href='http://smmankad.posterous.com/acoustic-rendition-i-dont-know-ryan-bingham' style='color: #bc7134;'&gt;listen on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/rAfki3GIESpJnDgwCCyO8Oz5iSm00jO1hlncq6nOTQB6e3bU9fkhDnQVq8ej/03_I_Dont_Know_RyanBingham_Ren.mp3' style='color: #bc7134;'&gt;03_I_Dont_Know_RyanBingham_RenditionBySmmankad.mp3&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(1577 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;Here&amp;#39;s another one!&lt;p /&gt;&lt;b&gt;I Don&amp;#39;t Know - Ryan Bingham&lt;/b&gt;&lt;p /&gt;I don’t know baby where we stand &lt;br /&gt;Where&amp;#39;s the future that we planned, so long ago	 &lt;br /&gt;I don’t know &lt;p /&gt; I don’t know if you’re my friend &lt;br /&gt;Or a long lost lover	coming back again	 &lt;br /&gt;Where did you go	 &lt;br /&gt;Baby I don’t know &lt;p /&gt; You’d think by now that I&amp;#39;d know better &lt;br /&gt;But I ain’t got a lot to show &lt;br /&gt;I could write a song	I could write a letter &lt;br /&gt;I could write a book about I don’t know &lt;p /&gt; Watch my life fall through the cracks &lt;br /&gt;Like a long gone train that ain’t coming back &lt;br /&gt;Where did it go? &lt;br /&gt;Baby I don’t know &lt;p /&gt; You’d think by now that I&amp;#39;d know better &lt;br /&gt;But I ain’t got a lot to show &lt;br /&gt;I could write a song	I could write a letter &lt;br /&gt;I could write a book about I don’t know &lt;p /&gt; My past is pretty rocky &lt;br /&gt;And my future ain’t long &lt;br /&gt;Why do you think we have a chance at all &lt;br /&gt;Where does the wind blow? &lt;br /&gt;Baby I don’t know &lt;br /&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/acoustic-rendition-i-dont-know-ryan-bingham"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-8031241724560317707?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/8031241724560317707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=8031241724560317707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8031241724560317707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8031241724560317707'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/05/acoustic-rendition-i-don-know-ryan.html' title='Acoustic Rendition: I Don&amp;#39;t Know (Ryan Bingham)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-1122012617808124675</id><published>2010-04-26T18:20:00.001-07:00</published><updated>2010-04-26T18:20:36.375-07:00</updated><title type='text'>Acoustic Rendition: Peaceful Easy Feeling (The Eagles)</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/yBZ6FTzotmafOLkNLUKLkJelCqspWeuJPSuERXZSiD2z1oBCZ8X2LZ4AG8i4/02_Peaceful_Easy_Feeling_TheEa.mp3' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/mp3.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;&lt;b&gt;Peaceful Easy Feeling (Rendition)&lt;/b&gt; by Smmankad (Original By The Eagles)&amp;nbsp;&amp;nbsp;&lt;br/&gt;Download now or &lt;a href='http://smmankad.posterous.com/acoustic-rendition-peaceful-easy-feeling-the' style='color: #bc7134;'&gt;listen on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/yBZ6FTzotmafOLkNLUKLkJelCqspWeuJPSuERXZSiD2z1oBCZ8X2LZ4AG8i4/02_Peaceful_Easy_Feeling_TheEa.mp3' style='color: #bc7134;'&gt;02_Peaceful_Easy_Feeling_TheEagles_RenditionBySmmankad.mp3&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(2603 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;Hi Folks,&lt;br /&gt;Thanks for your feedback on my last recording. Here is another one. &lt;p /&gt;Artist: Eagles&lt;br /&gt;Song: Peaceful Easy Feeling&lt;p /&gt;This is the version of the song tabbed by &amp;quot;western&amp;quot; but in a different key,&lt;p /&gt; &lt;br /&gt;These are the chords used:&lt;p /&gt;G     320033&lt;br /&gt;D     x00232&lt;br /&gt;C     x32010&lt;p /&gt;&lt;br /&gt;Intro: G Gsus4 (Repeat 4x)&lt;p /&gt;        &lt;b&gt;G&lt;/b&gt;           &lt;b&gt; C&lt;/b&gt;             &lt;b&gt; G&lt;/b&gt;          &lt;b&gt;C&lt;/b&gt;&lt;br /&gt;Verse1: I like the way your sparklin earrings lay&lt;br /&gt;     &lt;b&gt;    G            C         D      &lt;/b&gt;&lt;br /&gt;        Against your skin so brown&lt;br /&gt;&lt;b&gt;        G              C                    G           C&lt;/b&gt;&lt;br /&gt;        And I want to sleep with you in the desert tonight&lt;br /&gt;&lt;b&gt;        G              C             D&lt;/b&gt;&lt;br /&gt;         With a billion stars all around &lt;p /&gt;&lt;b&gt;                   C                G&lt;/b&gt;&lt;br /&gt;Chorus:&amp;#39;Cos I get a peaceful, easy feeling&lt;br /&gt;&lt;b&gt;        C                          D&lt;/b&gt;&lt;br /&gt;        And I know you wont let me down&lt;br /&gt; &lt;b&gt;                G      C       D&lt;/b&gt;&lt;br /&gt;       &amp;#39;Cos I&amp;#39;m already standing&lt;br /&gt;               &lt;b&gt;G&lt;/b&gt;&lt;br /&gt;        On the ground&lt;p /&gt;&lt;br /&gt;Interlude: G  Gsus4 x2&lt;p /&gt;&lt;br /&gt;&lt;b&gt;        G       C         G      C&lt;/b&gt;&lt;br /&gt; Verse2: I found out a long time ago&lt;br /&gt;&lt;b&gt;        G               C          D&lt;/b&gt;   &lt;br /&gt;        What a woman can do to your soul&lt;br /&gt;&lt;b&gt;        G       C                  G   C&lt;/b&gt;&lt;br /&gt;        Ah, but she can&amp;#39;t take you any way&lt;br /&gt; &lt;b&gt;        G                 C           D&lt;/b&gt;&lt;br /&gt;        You don&amp;#39;t already know how to go.&lt;p /&gt;&lt;b&gt;                   C                G&lt;/b&gt;&lt;br /&gt;Chorus:&amp;#39;Cos I get a peaceful, easy feeling&lt;br /&gt;&lt;b&gt;        C                          D&lt;/b&gt;&lt;br /&gt;         And I know you wont let me down&lt;br /&gt;&lt;b&gt;                G        C       D&lt;/b&gt;&lt;br /&gt;       &amp;#39;Cos I&amp;#39;m already standing&lt;br /&gt;               &lt;b&gt;G&lt;/b&gt;&lt;br /&gt;        On the ground&lt;p /&gt;&lt;p /&gt;&lt;br /&gt;&lt;b&gt;        G          C             G    C&lt;/b&gt;&lt;br /&gt; Verse3: I get this feeling I may know you&lt;br /&gt;&lt;b&gt;        G         C      D   &lt;/b&gt;&lt;br /&gt;        As a lover and a friend&lt;br /&gt;&lt;b&gt;        G                      C        G           C&lt;/b&gt;&lt;br /&gt;        But this voice keeps whispering in my other ear&lt;br /&gt; &lt;b&gt;                 G           C         D&lt;/b&gt;&lt;br /&gt;        Tells me I may never see you again&lt;p /&gt;&lt;b&gt;                   C                G&lt;/b&gt;&lt;br /&gt;Chorus:&amp;#39;Cos I get a peaceful, easy feeling&lt;br /&gt;&lt;b&gt;        C                          D&lt;/b&gt;&lt;br /&gt;         And I know you wont let me down&lt;br /&gt;&lt;b&gt;                G     C       D&lt;/b&gt;&lt;p /&gt;       &amp;#39;Cos I&amp;#39;m already standing&lt;br /&gt;&lt;b&gt;           G      C       D&lt;/b&gt;&lt;br /&gt;        I&amp;#39;m already standing&lt;br /&gt;               &lt;b&gt;G      C       D&lt;/b&gt;&lt;br /&gt;         Yes I&amp;#39;m already standing&lt;br /&gt;&lt;b&gt;               G      C&lt;/b&gt;&lt;br /&gt;        On the ground&lt;p /&gt;&lt;br /&gt;Thanks to &lt;a href="mailto:matb1412@hotmail.com"&gt;matb1412@hotmail.com&lt;/a&gt; @ UltimateGuitar for the tabs.&lt;p /&gt; &lt;br /&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/acoustic-rendition-peaceful-easy-feeling-the"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-1122012617808124675?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/1122012617808124675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=1122012617808124675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1122012617808124675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1122012617808124675'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/04/acoustic-rendition-peaceful-easy.html' title='Acoustic Rendition: Peaceful Easy Feeling (The Eagles)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-8313964277180290358</id><published>2010-04-25T16:09:00.001-07:00</published><updated>2010-04-25T16:09:43.710-07:00</updated><title type='text'>Acoustic Rendition: Blowin in The Wind (Bob Dylan)</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/FVatdal74l7mcOmZFL4o4VeGP70VqY3KkqI40xW7CU0OdoWW4b8EhWaAsUgL/01_Blowin_In_The_Wind_BobDylan.mp3' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/mp3.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;&lt;b&gt;Blowin' In The Wind (Rendition)&lt;/b&gt; by Smmankad (Original By Bob Dylan)&amp;nbsp;&amp;nbsp;&lt;br/&gt;Download now or &lt;a href='http://smmankad.posterous.com/acoustic-rendition-blowin-in-the-wind-bob-dyl-0' style='color: #bc7134;'&gt;listen on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/FVatdal74l7mcOmZFL4o4VeGP70VqY3KkqI40xW7CU0OdoWW4b8EhWaAsUgL/01_Blowin_In_The_Wind_BobDylan.mp3' style='color: #bc7134;'&gt;01_Blowin_In_The_Wind_BobDylan_RenditionBySmmankad.mp3&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(2616 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt; 	 	 	 	&lt;/p&gt;&lt;p style="margin-bottom: 0cm;"&gt;This is my vocal recording of Bob Dylan&amp;#39;s &lt;b&gt;Blowin&amp;#39; In The Wind &lt;/b&gt;&lt;span style="font-weight: normal;"&gt;. The following are the lyrics and Chords used for this recording:&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm; font-weight: normal;"&gt;&lt;br /&gt; &lt;/p&gt; &lt;pre style="font-weight: normal;"&gt;FORMAT OF THE SONG: Play VERSE #1 Play CHORUS Play VERSE #2 Play CHORUS Play VERSE #3 Play CHORUS twice CHORUS: &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; The answer my friend, is blowin in the wind. &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; The answer is blowin in the wind. VERSES: 1: &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; How many roads must a man walk down, before you call him a man? &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; How many seas must a white dove sail, before she sleeps in the sand? &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; How many times must the cannonballs fly, before they&amp;#39;re forever &lt;b&gt;D&lt;/b&gt; banned? 2: &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; How many years can a mountain exist, before it is washed to the sea? &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; How many years can some people exist, before they&amp;#39;re allowed to be &lt;b&gt;D&lt;/b&gt; free? &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; How many times can a man turn his head, and pretend that he just &lt;b&gt;D&lt;/b&gt; doesn&amp;#39;t see? 3: &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; How many times must a man look up, before he can see the sky? &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; How many ears must one man have, before he can hear people cry? &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; &lt;b&gt;D&lt;/b&gt; &lt;b&gt;G&lt;/b&gt; &lt;b&gt;C&lt;/b&gt; How many deaths will it take &amp;#39;till he knows, that too many people have &lt;b&gt;D&lt;/b&gt; died?&lt;/pre&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/acoustic-rendition-blowin-in-the-wind-bob-dyl-0"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-8313964277180290358?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/8313964277180290358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=8313964277180290358' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8313964277180290358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8313964277180290358'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/04/acoustic-rendition-blowin-in-wind-bob.html' title='Acoustic Rendition: Blowin in The Wind (Bob Dylan)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-9101760485154097595</id><published>2010-04-22T22:06:00.001-07:00</published><updated>2010-04-22T22:06:30.113-07:00</updated><title type='text'>Animating Hinglish - A Messy Elegance</title><content type='html'>&lt;div class='posterous_autopost'&gt;       &lt;div style='padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;'&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/uoEc082qEFHvCLFqkwixbN7Huyk3wGVVR697eMYQrC5Smzf97FK8YAx5X7H2/Animating_Hinglish_-_Messy_Ele.mp4' style='color: #bc7134;'&gt;&lt;img src='http://posterous.com/images/filetypes/unknown.png' style='border: none;'/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;Download now or &lt;a href="http://smmankad.posterous.com/animating-hinglish-a-messy-elegance" style="color: #bc7134"&gt;watch on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/smmankad/uoEc082qEFHvCLFqkwixbN7Huyk3wGVVR697eMYQrC5Smzf97FK8YAx5X7H2/Animating_Hinglish_-_Messy_Ele.mp4' style='color: #bc7134;'&gt;Animating Hinglish -  Messy Elegance.mp4&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(5069 KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;span&gt;The key concept behind this animated short is that as a concept, Hinglish is what happens when two languages and cultures mix, leaving neither in its pure form. But within this lies the beauty that unites us. &lt;p /&gt;Credits go out to my mentors: Dr. Jignesh Khakhar, Dr. Rita Kothari and Mr. Ajay Tiwari. :) &lt;p /&gt;&lt;i&gt;New Media Design, 2009-11. &lt;br /&gt;(c)2010, National Institute of Design, PGCampus, Gandhinagar.&lt;/i&gt;&lt;/span&gt;&lt;p /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="font-size: 10px;"&gt; &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;  from &lt;a href="http://smmankad.posterous.com/animating-hinglish-a-messy-elegance"&gt;smmankad's posterous&lt;/a&gt; &lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-9101760485154097595?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/9101760485154097595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=9101760485154097595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/9101760485154097595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/9101760485154097595'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/04/animating-hinglish-messy-elegance.html' title='Animating Hinglish - A Messy Elegance'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2973052447340428201</id><published>2010-04-06T22:48:00.000-07:00</published><updated>2010-04-06T23:02:48.405-07:00</updated><title type='text'>Chuck</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_mUmX3T10XZw/S7wfflaozuI/AAAAAAAAA70/uYXn4OHG6Tw/s1600/Chuck-title.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 72px;" src="http://1.bp.blogspot.com/_mUmX3T10XZw/S7wfflaozuI/AAAAAAAAA70/uYXn4OHG6Tw/s320/Chuck-title.png" alt="" id="BLOGGER_PHOTO_ID_5457271475946442466" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_mUmX3T10XZw/S7wd7NHbn-I/AAAAAAAAA7k/-HMYzRGKg3g/s1600/spynotes-309x267.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 309px; height: 267px;" src="http://2.bp.blogspot.com/_mUmX3T10XZw/S7wd7NHbn-I/AAAAAAAAA7k/-HMYzRGKg3g/s320/spynotes-309x267.jpg" alt="" id="BLOGGER_PHOTO_ID_5457269751436517346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I just finished watching Chuck Seasons 1 and 2. I liked it quite a lot. It's like a bunch of small 45-minute movies with an overall backbone storyline that makes you wanna watch the next episode.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mUmX3T10XZw/S7weSGDQdrI/AAAAAAAAA7s/5RR2_ojI1So/s1600/chuck_main.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 279px; height: 320px;" src="http://3.bp.blogspot.com/_mUmX3T10XZw/S7weSGDQdrI/AAAAAAAAA7s/5RR2_ojI1So/s320/chuck_main.png" alt="" id="BLOGGER_PHOTO_ID_5457270144676951730" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;According to Wikipedia:&lt;br /&gt;&lt;br /&gt;Chuck is an action-comedy television program from the United States created by Josh Schwartz and Chris Fedak. The series is about an "average computer-whiz-next-door" who receives an encoded e-mail from an old college friend now working in the CIA; the message embeds the only remaining copy of the world's greatest spy secrets into Chuck's brain.&lt;br /&gt;&lt;br /&gt;Produced by College Hill Pictures, Wonderland Sound and Vision and Warner Bros. Television, the series premiered on September 24, 2007, on NBC, airing on Monday nights at 8/7c leading into Heroes. Despite receiving a full season pickup, the first season contained only thirteen episodes; production was stalled due to the 2007–2008 Writers Guild of America strike. The second season started on September 29, 2008, with a full 22-episode season order. NBC released the first episode of season two a week before its air date via multiple online distribution methods, and cable on demand.&lt;br /&gt;&lt;br /&gt;After a two-month "Save Chuck" campaign mounted by fans, Chuck was renewed for a third season with a thirteen-episode order that was subsequently extended to nineteen episodes. A major sponsorship deal between NBC and the Subway restaurant chain was also announced to help cover costs of the third season.&lt;br /&gt;&lt;br /&gt;NBC announced on November 19, 2009 that season 3 of Chuck would premiere on Sunday, January 10, 2010 with a two hour premiere at 9/8c before moving to its permanent timeslot of Mondays 8/7c. That 2-part premiere pulled the series' highest ratings since 2007, excluding a special 3-D episode which aired the day after Super Bowl XLIII: 7.7 million viewers and a 3.0 demo rating for the first hour, falling to 7.2 million and a 2.9 for the second half.&lt;br /&gt;&lt;br /&gt;Can't wait to start with Season 03 :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2973052447340428201?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2973052447340428201/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2973052447340428201' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2973052447340428201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2973052447340428201'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2010/04/chuck.html' title='Chuck'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_mUmX3T10XZw/S7wfflaozuI/AAAAAAAAA70/uYXn4OHG6Tw/s72-c/Chuck-title.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-195163806295908464</id><published>2009-10-06T04:58:00.000-07:00</published><updated>2009-10-06T04:59:06.863-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='abbreviations'/><category scheme='http://www.blogger.com/atom/ns#' term='companies'/><category scheme='http://www.blogger.com/atom/ns#' term='i.t.'/><category scheme='http://www.blogger.com/atom/ns#' term='technology'/><category scheme='http://www.blogger.com/atom/ns#' term='humor'/><category scheme='http://www.blogger.com/atom/ns#' term='information'/><category scheme='http://www.blogger.com/atom/ns#' term='funny'/><title type='text'>Funny Abbreviations of IT Companies :P</title><content type='html'>DEC : Drifting &amp;amp; Exhausted Computers&lt;br /&gt;HCL : Hidden Costs &amp;amp; Losses&lt;br /&gt;TCS : Totally Confusing Solutions&lt;br /&gt;C-DOT : Coffee During Office Timings&lt;br /&gt;BAAN : Beggers Assosciation and Nerds&lt;br /&gt;IBM : Implicitly Boring Machines&lt;br /&gt;SATYAM : Sad And Tired Yelling Away Madly&lt;br /&gt;PARAM : Puzzled And Ridiculous Array of Microprocessors&lt;br /&gt;HP : Hen Pecked&lt;br /&gt;CTS : Coffee, Tea and Snacks&lt;br /&gt;ICIM : Impossible Computers In Maintenance&lt;br /&gt;BPL : Below Poverty Line.&lt;br /&gt;NIIT : Not Interested in IT&lt;br /&gt;AT&amp;amp;T : All Troubles &amp;amp; Terrible&lt;br /&gt;CMC : Coffee, Meals and Comfort&lt;br /&gt;INFOSYS : INFerior Offline SYStems&lt;br /&gt;WIPRO : Weak Input, Poor &amp;amp; Rubbish Output&lt;br /&gt;BFL : Brainwash First, and Let them go&lt;br /&gt;DELL : Deplorable Equipment &amp;amp; LackLusture&lt;br /&gt;TISL : Totally Inconsistent Systems Ltd&lt;br /&gt;PSI : Peculiar Symptoms of India&lt;br /&gt;PCL : Poor Computers Ltd&lt;br /&gt;SPARC : Simply Poor And Redundant Computers&lt;br /&gt;SUN : Surely Useless Novelties&lt;br /&gt;CRAY : Cry Repeatedly After an Year&lt;br /&gt;TUL : Troubles Un Limited&lt;br /&gt;HUGHES : Highly Useless Graduates Hired for Eating and Sleeping&lt;br /&gt;&lt;br /&gt;LOLZZZ :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-195163806295908464?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/195163806295908464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=195163806295908464' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/195163806295908464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/195163806295908464'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/10/funny-abbreviations-of-it-companies-p.html' title='Funny Abbreviations of IT Companies :P'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-6618184809846130401</id><published>2009-10-06T03:04:00.001-07:00</published><updated>2009-10-06T03:05:44.663-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='subsets'/><category scheme='http://www.blogger.com/atom/ns#' term='recursion'/><category scheme='http://www.blogger.com/atom/ns#' term='enumerate'/><category scheme='http://www.blogger.com/atom/ns#' term='library'/><category scheme='http://www.blogger.com/atom/ns#' term='combinations'/><category scheme='http://www.blogger.com/atom/ns#' term='string'/><category scheme='http://www.blogger.com/atom/ns#' term='functions'/><title type='text'>Combinations in Java</title><content type='html'>Hi there!&lt;br /&gt;Here is an interesting piece of Java Code that I really enjoyed studying and implementing.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;tt&gt;&lt;span class="comment"&gt;/*************************************************************************&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  Compilation:  javac Combinations.java&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  Execution:    java Combinations N&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  &lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  Enumerates all subsets of N elements using recursion.&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  Uses some String library functions.&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  Both functions (comb1 and comb2) print them in alphabetical&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  order; comb2 does not include the empty subset.&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  % java Combinations 3&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  &lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  a&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  ab&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  abc&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  ac&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  b&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  bc&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  c&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  a&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  ab&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  abc&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  ac&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  b&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  bc&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  c&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  Remark: this is, perhaps, easier by counting from 0 to 2^N - 1 by 1&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  and looking at the bit representation of the counter. However, this&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  recursive approach generalizes easily, e.g., if you want to print&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *  out all combinations of size k.&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *&lt;/span&gt;&lt;br /&gt;&lt;span class="comment"&gt; *************************************************************************/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="keyword"&gt;class&lt;/span&gt;&lt;span class="normal"&gt; Combinations &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="comment"&gt;// print all subsets of the characters in s&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="keyword"&gt;static&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="type"&gt;void&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;comb1&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;String s&lt;/span&gt;&lt;span class="symbol"&gt;)&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;comb1&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="string"&gt;""&lt;/span&gt;&lt;span class="symbol"&gt;,&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;);&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="comment"&gt;// print all subsets of the remaining elements, with given prefix &lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="keyword"&gt;private&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="keyword"&gt;static&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="type"&gt;void&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;comb1&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;String prefix&lt;/span&gt;&lt;span class="symbol"&gt;,&lt;/span&gt;&lt;span class="normal"&gt; String s&lt;/span&gt;&lt;span class="symbol"&gt;)&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;        &lt;/span&gt;&lt;span class="keyword"&gt;if&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;length&lt;/span&gt;&lt;span class="symbol"&gt;()&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="symbol"&gt;&gt;&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="number"&gt;0&lt;/span&gt;&lt;span class="symbol"&gt;)&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;            System&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="normal"&gt;out&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;println&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;prefix &lt;/span&gt;&lt;span class="symbol"&gt;+&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;charAt&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="number"&gt;0&lt;/span&gt;&lt;span class="symbol"&gt;));&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;            &lt;/span&gt;&lt;span class="function"&gt;comb1&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;prefix &lt;/span&gt;&lt;span class="symbol"&gt;+&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;charAt&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="number"&gt;0&lt;/span&gt;&lt;span class="symbol"&gt;),&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;substring&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="number"&gt;1&lt;/span&gt;&lt;span class="symbol"&gt;));&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;            &lt;/span&gt;&lt;span class="function"&gt;comb1&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;prefix&lt;/span&gt;&lt;span class="symbol"&gt;,&lt;/span&gt;&lt;span class="normal"&gt;               s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;substring&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="number"&gt;1&lt;/span&gt;&lt;span class="symbol"&gt;));&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;        &lt;/span&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;span class="normal"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="comment"&gt;// alternate implementation&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="keyword"&gt;static&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="type"&gt;void&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;comb2&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;String s&lt;/span&gt;&lt;span class="symbol"&gt;)&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;comb2&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="string"&gt;""&lt;/span&gt;&lt;span class="symbol"&gt;,&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;);&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="keyword"&gt;private&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="keyword"&gt;static&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="type"&gt;void&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;comb2&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;String prefix&lt;/span&gt;&lt;span class="symbol"&gt;,&lt;/span&gt;&lt;span class="normal"&gt; String s&lt;/span&gt;&lt;span class="symbol"&gt;)&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;        System&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="normal"&gt;out&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;println&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;prefix&lt;/span&gt;&lt;span class="symbol"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;        &lt;/span&gt;&lt;span class="keyword"&gt;for&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="type"&gt;int&lt;/span&gt;&lt;span class="normal"&gt; i &lt;/span&gt;&lt;span class="symbol"&gt;=&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="number"&gt;0&lt;/span&gt;&lt;span class="symbol"&gt;;&lt;/span&gt;&lt;span class="normal"&gt; i &lt;/span&gt;&lt;span class="symbol"&gt;&lt;&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;length&lt;/span&gt;&lt;span class="symbol"&gt;();&lt;/span&gt;&lt;span class="normal"&gt; i&lt;/span&gt;&lt;span class="symbol"&gt;++)&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;            &lt;/span&gt;&lt;span class="function"&gt;comb2&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;prefix &lt;/span&gt;&lt;span class="symbol"&gt;+&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;charAt&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;i&lt;/span&gt;&lt;span class="symbol"&gt;),&lt;/span&gt;&lt;span class="normal"&gt; s&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;substring&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;i &lt;/span&gt;&lt;span class="symbol"&gt;+&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="number"&gt;1&lt;/span&gt;&lt;span class="symbol"&gt;));&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;span class="normal"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="comment"&gt;// read in N from command line, and print all subsets among N elements&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="keyword"&gt;static&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="type"&gt;void&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="function"&gt;main&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;String&lt;/span&gt;&lt;span class="symbol"&gt;[]&lt;/span&gt;&lt;span class="normal"&gt; args&lt;/span&gt;&lt;span class="symbol"&gt;)&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="cbracket"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       &lt;/span&gt;&lt;span class="type"&gt;int&lt;/span&gt;&lt;span class="normal"&gt; N &lt;/span&gt;&lt;span class="symbol"&gt;=&lt;/span&gt;&lt;span class="normal"&gt; Integer&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;parseInt&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;args&lt;/span&gt;&lt;span class="symbol"&gt;[&lt;/span&gt;&lt;span class="number"&gt;0&lt;/span&gt;&lt;span class="symbol"&gt;]);&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       String alphabet &lt;/span&gt;&lt;span class="symbol"&gt;=&lt;/span&gt;&lt;span class="normal"&gt; &lt;/span&gt;&lt;span class="string"&gt;"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"&lt;/span&gt;&lt;span class="symbol"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       String elements &lt;/span&gt;&lt;span class="symbol"&gt;=&lt;/span&gt;&lt;span class="normal"&gt; alphabet&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;substring&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="number"&gt;0&lt;/span&gt;&lt;span class="symbol"&gt;,&lt;/span&gt;&lt;span class="normal"&gt; N&lt;/span&gt;&lt;span class="symbol"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal"&gt;       &lt;/span&gt;&lt;span class="comment"&gt;// using first implementation&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       &lt;/span&gt;&lt;span class="function"&gt;comb1&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;elements&lt;/span&gt;&lt;span class="symbol"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       System&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="normal"&gt;out&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;println&lt;/span&gt;&lt;span class="symbol"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="normal"&gt;       &lt;/span&gt;&lt;span class="comment"&gt;// using second implementation&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       &lt;/span&gt;&lt;span class="function"&gt;comb2&lt;/span&gt;&lt;span class="symbol"&gt;(&lt;/span&gt;&lt;span class="normal"&gt;elements&lt;/span&gt;&lt;span class="symbol"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;       System&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="normal"&gt;out&lt;/span&gt;&lt;span class="symbol"&gt;.&lt;/span&gt;&lt;span class="function"&gt;println&lt;/span&gt;&lt;span class="symbol"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span class="normal"&gt;    &lt;/span&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="cbracket"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tt&gt;&lt;/pre&gt;  &lt;script type="text/javascript"&gt; var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); &lt;/script&gt;&lt;script src="http://www.google-analytics.com/ga.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; try { var pageTracker = _gat._getTracker("UA-10811519-1"); pageTracker._trackPageview(); } catch(err) {}&lt;/script&gt;  &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;address&gt;&lt;small&gt; Copyright © 2007, Robert Sedgewick and Kevin Wayne.&lt;br /&gt;Last updated: Tue Sep 29 16:17:41 EDT 2009. &lt;/small&gt;&lt;/address&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-6618184809846130401?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/6618184809846130401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=6618184809846130401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6618184809846130401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6618184809846130401'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/10/combinations-in-java.html' title='Combinations in Java'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-5541525984655446022</id><published>2009-10-04T11:36:00.001-07:00</published><updated>2009-10-06T03:06:24.715-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='social'/><category scheme='http://www.blogger.com/atom/ns#' term='delete'/><category scheme='http://www.blogger.com/atom/ns#' term='permanent'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='account'/><category scheme='http://www.blogger.com/atom/ns#' term='networking'/><title type='text'>How to Permanently Delete your Facebook Account.</title><content type='html'>&lt;div&gt;(From &lt;a href="http://www.facebook.com/group.php?gid=16929680703"&gt;http://www.facebook.com/group.php?gid=16929680703&lt;/a&gt; )&lt;/div&gt;Hi Folks!&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Facebook usually allows us to deactivate our accounts but never delete them. Well, here is a way to PERMANENTLY DELETE your account:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 13px;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;"  &gt;Go to this page:&lt;br /&gt;&lt;a href="http://www.facebook.com/help/contact.php?show_form=delete_account" onmousedown="'UntrustedLink.bootstrap($(this)," target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(59, 89, 152); text-decoration: none;"&gt;&lt;span&gt;http://www.facebook.com/help/contac&lt;/span&gt;&lt;wbr&gt;&lt;span class="word_break" style="padding: 0px; display: block; float: left; margin-left: -10px;"&gt;&lt;/span&gt;t.php?show_form=delete_account&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click "Submit" and follow the instructions.&lt;br /&gt;&lt;br /&gt;Your account will be deactivated for two weeks, and if you don't log in during that period, your account is permanently deleted.&lt;br /&gt;&lt;br /&gt;This method is official and should be complete, i.e. no need to delete individual photos, comments, messages or items from your profile or anywhere else on Facebook!&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51);font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:100%;"  &gt;&lt;span class="Apple-style-span" style="line-height: 13px;font-size:11px;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51);font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:100%;"  &gt;&lt;span class="Apple-style-span" style="line-height: 13px;font-size:11px;" &gt;Cool, eh?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-5541525984655446022?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/5541525984655446022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=5541525984655446022' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5541525984655446022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5541525984655446022'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/10/how-to-permanently-delete-your-facebook.html' title='How to Permanently Delete your Facebook Account.'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2155623533885369097</id><published>2009-10-03T11:28:00.000-07:00</published><updated>2009-10-06T03:06:56.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='theory'/><category scheme='http://www.blogger.com/atom/ns#' term='romatic'/><category scheme='http://www.blogger.com/atom/ns#' term='comedy'/><category scheme='http://www.blogger.com/atom/ns#' term='chaos'/><category scheme='http://www.blogger.com/atom/ns#' term='drama'/><category scheme='http://www.blogger.com/atom/ns#' term='movie'/><title type='text'>Chaos Theory (Movie) [2007]</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.collider.com/uploads/imageGallery/Chaos_Theory/chaos_theory_movie_poster1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 600px; height: 878px;" src="http://www.collider.com/uploads/imageGallery/Chaos_Theory/chaos_theory_movie_poster1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;(From IMDB - http://www.imdb.com)&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="line-height: 17px;font-family:Arial,Helvetica,sans-serif;" &gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;At his daughter's wedding, time-management specialist Frank Allen corners the reluctant groom and tells him a long story: about the night his wife chose him, and then, about eight years later, when a missed ferry, a corporate groupie, a panicked expectant mother, and a medical test brought Frank's marriage to a crisis. In the midst of the crisis were Frank, his wife Susan, their daughter Emily, and Frank's best friend, the feckless Buddy. Things come to a head at a lake when Frank, armed with a shotgun, decides to cross something permanently from one of his time-management lists. Is there ever room for whim and chaos? &lt;/span&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Written by &lt;/span&gt;&lt;a href="http://www.imdb.com/SearchPlotWriters?%7Bjhailey@hotmail.com%7D" style="color: rgb(0, 51, 153);"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;{jhailey@hotmail.com}&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 17px;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 17px;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;A simply beautiful and enjoyable movie. A Must watch.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 17px;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 17px;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;:)&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2155623533885369097?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2155623533885369097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2155623533885369097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2155623533885369097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2155623533885369097'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/10/chaos-theory-movie-2007.html' title='Chaos Theory (Movie) [2007]'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-8949323845579119925</id><published>2009-09-12T00:39:00.000-07:00</published><updated>2009-10-06T03:08:57.736-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='inspire'/><category scheme='http://www.blogger.com/atom/ns#' term='reflect'/><category scheme='http://www.blogger.com/atom/ns#' term='technology'/><category scheme='http://www.blogger.com/atom/ns#' term='ideas'/><category scheme='http://www.blogger.com/atom/ns#' term='direct'/><category scheme='http://www.blogger.com/atom/ns#' term='discover'/><category scheme='http://www.blogger.com/atom/ns#' term='subconscious'/><category scheme='http://www.blogger.com/atom/ns#' term='science'/><category scheme='http://www.blogger.com/atom/ns#' term='invent'/><category scheme='http://www.blogger.com/atom/ns#' term='ten'/><title type='text'>Instability Rules: The Ten Most Amazing Ideas of Modern Science.</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://media.wiley.com/product_data/coverImage300/23/04713804/0471380423.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 458px;" src="http://media.wiley.com/product_data/coverImage300/23/04713804/0471380423.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A truly wonderful book I'm reading.&lt;br /&gt;&lt;br /&gt;Visit: http://as.wiley.com/WileyCDA/WileyTitle/productCd-0471380423,descCd-description.html to buy.&lt;br /&gt;&lt;br /&gt;World-altering discoveries that reveal a universe of uncertainty and constant change&lt;br /&gt;Whether probing the farthest reaches of the vast universe or exploring the microscopic world of genetics and the subatomic world of quantum mechanics, Instability Rules is a remarkably informative and engaging look at ten milestone discoveries and their discoverers-a wide range of very human personalities whose insights have dramatically altered our most basic assumptions about human existence during the last century. The stories include &lt;yoono-highlight onmouseout="___yoonoLink.onYoonoOut(this)" onmouseover="___yoonoLink.onYoonoOver(event,this)" onclick="___yoonoLink.onYoonoClick(this)" keywords="Edwin Hubble" class="yoono-link-hover yoono-link-active-link"&gt;Edwin Hubble&lt;/yoono-highlight&gt; and the expanding universe, &lt;yoono-highlight onmouseout="___yoonoLink.onYoonoOut(this)" onmouseover="___yoonoLink.onYoonoOver(event,this)" onclick="___yoonoLink.onYoonoClick(this)" keywords="Alfred Wegener" class="yoono-link-hover yoono-link-active-link"&gt;Alfred Wegener&lt;/yoono-highlight&gt; and continental drift, Neils Bohr and quantum mechanics, &lt;yoono-highlight onmouseout="___yoonoLink.onYoonoOut(this)" onmouseover="___yoonoLink.onYoonoOver(event,this)" onclick="___yoonoLink.onYoonoClick(this)" keywords="Alan Turing" class="yoono-link-hover yoono-link-active-link"&gt;Alan Turing&lt;/yoono-highlight&gt; and artificial intelligence, and &lt;yoono-highlight onmouseout="___yoonoLink.onYoonoOut(this)" onmouseover="___yoonoLink.onYoonoOver(event,this)" onclick="___yoonoLink.onYoonoClick(this)" keywords="James Watson" class="yoono-link-hover yoono-link-active-link"&gt;James Watson&lt;/yoono-highlight&gt; and Francis Crick and DNA. Also covering discoveries of the twenty-first century that are already refining these and other ideas, Instability Rules is an exhilarating, sometimes amusing encounter with the defining scientific discoveries of our age.&lt;br /&gt;&lt;br /&gt;"...For its clarity and wit, this is a winner..." (&lt;i&gt;New Scientist&lt;/i&gt;, 22 June 2002)  &lt;p&gt; "...remarkable and engaging..." (&lt;i&gt;Materials World&lt;/i&gt;, July 2002)  &lt;/p&gt;&lt;p&gt; "...a highly readable account of what Charles Flowers thinks were the most fundamental and far-reaching ideas..." (&lt;i&gt;Chemistry &amp;amp; Industry&lt;/i&gt;, February 2004)&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-8949323845579119925?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/8949323845579119925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=8949323845579119925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8949323845579119925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8949323845579119925'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/09/truly-wonderful-book-im-reading.html' title='Instability Rules: The Ten Most Amazing Ideas of Modern Science.'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-1044867208958648989</id><published>2009-09-02T11:13:00.000-07:00</published><updated>2009-10-06T03:09:24.445-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='visual'/><category scheme='http://www.blogger.com/atom/ns#' term='composition'/><category scheme='http://www.blogger.com/atom/ns#' term='principles'/><category scheme='http://www.blogger.com/atom/ns#' term='color'/><category scheme='http://www.blogger.com/atom/ns#' term='pattern'/><category scheme='http://www.blogger.com/atom/ns#' term='design'/><title type='text'>Visual Literacy Exploration</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh4.ggpht.com/_mUmX3T10XZw/SpqztZUQ3UI/AAAAAAAAAxQ/TsCniNVaGu0/s128/sid_vdp_comp3.2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 128px; height: 92px;" src="http://lh4.ggpht.com/_mUmX3T10XZw/SpqztZUQ3UI/AAAAAAAAAxQ/TsCniNVaGu0/s128/sid_vdp_comp3.2.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hello Folks :)&lt;br /&gt;&lt;br /&gt;Here are some compositions made by me. The base photograph is in the Jami Masjid at Champaner-Pavagadh.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_mUmX3T10XZw/SpqzytxyDeI/AAAAAAAAAyA/IQVgImLbe7s/s128/sid_vdp_comp5.2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 128px; height: 92px;" src="http://lh3.ggpht.com/_mUmX3T10XZw/SpqzytxyDeI/AAAAAAAAAyA/IQVgImLbe7s/s128/sid_vdp_comp5.2.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh5.ggpht.com/_mUmX3T10XZw/Spqzt9f3toI/AAAAAAAAAxU/GTfoOLe4Gug/s128/sid_vdp_comp3.1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 128px; height: 92px;" src="http://lh5.ggpht.com/_mUmX3T10XZw/Spqzt9f3toI/AAAAAAAAAxU/GTfoOLe4Gug/s128/sid_vdp_comp3.1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;View More of these at:&lt;br /&gt;http://picasaweb.google.com/smmankad/VisualLiteracyExplorations?authkey=Gv1sRgCKX59uyYmY-r2gE&amp;amp;feat=directlink&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-1044867208958648989?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/1044867208958648989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=1044867208958648989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1044867208958648989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1044867208958648989'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/09/visual-literacy-exploration.html' title='Visual Literacy Exploration'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_mUmX3T10XZw/SpqztZUQ3UI/AAAAAAAAAxQ/TsCniNVaGu0/s72-c/sid_vdp_comp3.2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2485572522886429054</id><published>2009-07-30T10:16:00.000-07:00</published><updated>2009-07-30T10:17:05.244-07:00</updated><title type='text'>What is Design?</title><content type='html'>&lt;span style="font-style: italic;"&gt;(From Wikipedia)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Design is the planning that lays the basis for the making of every object or system. It can be used both as a noun and as a verb and, in a broader way, it means applied arts and engineering (See design disciplines below). As a verb, "to design" refers to the process of originating and developing a plan for a product, structure, system, or component with intention. As a noun, "a design" is used for either the final (solution) plan (e.g. proposal, drawing, model, description) or the result of implementing that plan in the form of the final product of a design process. This classification aside, in its broadest sense no other limitations exist and the final product can be anything from socks and jewellery to graphical user interfaces and charts. Even virtual concepts such as corporate identity and cultural traditions such as celebration of certain holidays are sometimes designed. More recently, processes (in general) have also been treated as products of design, giving new meaning to the term "process design".&lt;br /&gt;&lt;br /&gt;The person designing is called a designer, which is also a term used for people who work professionally in one of the various design areas, usually also specifying which area is being dealt with (such as a fashion designer, concept designer or web designer). Designing often requires a designer to consider the aesthetic, functional, and many other aspects of an object or a process, which usually requires considerable research, thought, modeling, interactive adjustment, and re-design.&lt;br /&gt;&lt;br /&gt;With such a broad definition, there is no universal language or unifying institution for designers of all disciplines. This allows for many differing philosophies and approaches toward the subject. However, serious study of design demands increased focus on the design process&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2485572522886429054?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2485572522886429054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2485572522886429054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2485572522886429054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2485572522886429054'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/07/what-is-design.html' title='What is Design?'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4974063667652406146</id><published>2009-07-05T07:47:00.000-07:00</published><updated>2009-10-06T03:10:18.998-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sarkhej'/><category scheme='http://www.blogger.com/atom/ns#' term='photography'/><category scheme='http://www.blogger.com/atom/ns#' term='white'/><category scheme='http://www.blogger.com/atom/ns#' term='grey'/><category scheme='http://www.blogger.com/atom/ns#' term='roza'/><category scheme='http://www.blogger.com/atom/ns#' term='gray'/><category scheme='http://www.blogger.com/atom/ns#' term='black'/><category scheme='http://www.blogger.com/atom/ns#' term='ahmedabad'/><title type='text'>Explorations in Black and White</title><content type='html'>&lt;div style="margin: 0px auto 10px; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_mUmX3T10XZw/SlC9HGuYIxI/AAAAAAAAAjY/pwEvaEqbSuY/s1600-h/DSC_0139.jpg"&gt;&lt;img alt="" src="http://3.bp.blogspot.com/_mUmX3T10XZw/SlC9HGuYIxI/AAAAAAAAAjY/pwEvaEqbSuY/s320/DSC_0139.jpg" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin: 0px auto 10px; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_mUmX3T10XZw/SlC9HIefn-I/AAAAAAAAAjg/l_ArPaYn22M/s1600-h/DSC_0144.jpg"&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_mUmX3T10XZw/SlC9HIefn-I/AAAAAAAAAjg/l_ArPaYn22M/s320/DSC_0144.jpg" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin: 0px auto 10px; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_mUmX3T10XZw/SlC9HVPdeBI/AAAAAAAAAjo/VGk1QtnaGgA/s1600-h/DSC_0146.jpg"&gt;&lt;img alt="" src="http://1.bp.blogspot.com/_mUmX3T10XZw/SlC9HVPdeBI/AAAAAAAAAjo/VGk1QtnaGgA/s320/DSC_0146.jpg" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin: 0px auto 10px; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_mUmX3T10XZw/SlC9Hm7BpeI/AAAAAAAAAjw/rQhFtPfZnC0/s1600-h/DSC_0147.jpg"&gt;&lt;img alt="" src="http://2.bp.blogspot.com/_mUmX3T10XZw/SlC9Hm7BpeI/AAAAAAAAAjw/rQhFtPfZnC0/s320/DSC_0147.jpg" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;This album covers select old architecture in the vicinity of the cities of Ahmedabad and Vadodara in the state of Gujarat, India. These photos have been taken using the Nikon D80 Digital Single Lens Reflex Camera equipped with a standard 1:2.2 55mm Lens using the zoom range of 18-105mm with Apertures - 2.2-19, Shutter Speed - 125, ISO - 100-400. Explorations in Black and White by Me :) Visit the entire album at &lt;a href="http://picasaweb.google.com/smmankad/ExplorationsInBlackAndWhiteRAWProcessing?feat=directlink"&gt;http://picasaweb.google.com/smmankad/ExplorationsInBlackAndWhiteRAWProcessing?feat=directlink&lt;/a&gt;   &lt;div style="text-align: center; clear: both;"&gt;&lt;a href="http://picasa.google.com/blogger/" target="ext"&gt;&lt;img style="border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" alt="Posted by Picasa" src="http://photos1.blogger.com/pbp.gif" align="middle" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4974063667652406146?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4974063667652406146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4974063667652406146' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4974063667652406146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4974063667652406146'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/07/this-album-covers-select-old.html' title='Explorations in Black and White'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mUmX3T10XZw/SlC9HGuYIxI/AAAAAAAAAjY/pwEvaEqbSuY/s72-c/DSC_0139.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2245255574143379544</id><published>2009-06-04T21:30:00.000-07:00</published><updated>2009-10-06T03:10:42.186-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cognition'/><title type='text'>Cognitive Psychology</title><content type='html'>&lt;h3 style="font-style: italic;" id="siteSub"&gt;From Wikipedia, the free encyclopedia&lt;/h3&gt;&lt;p&gt;&lt;b&gt;Cognitive psychology&lt;/b&gt; is a branch of &lt;a href="http://en.wikipedia.org/wiki/Psychology" title="Psychology"&gt;psychology&lt;/a&gt; that investigates internal mental processes such as problem solving, memory, and language.&lt;/p&gt; &lt;p&gt;The school of thought arising from this approach is known as &lt;a href="http://en.wikipedia.org/wiki/Cognitivism_%28psychology%29" title="Cognitivism (psychology)"&gt;cognitivism&lt;/a&gt; which is interested in how people mentally represent information processing. It had its foundations in the &lt;a href="http://en.wikipedia.org/wiki/Gestalt_psychology" title="Gestalt psychology"&gt;Gestalt psychology&lt;/a&gt; of &lt;a href="http://en.wikipedia.org/wiki/Max_Wertheimer" title="Max Wertheimer"&gt;Max Wertheimer&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Wolfgang_K%C3%B6hler" title="Wolfgang Köhler"&gt;Wolfgang Köhler&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Kurt_Koffka" title="Kurt Koffka"&gt;Kurt Koffka&lt;/a&gt;, and in the work of &lt;a href="http://en.wikipedia.org/wiki/Jean_Piaget" title="Jean Piaget"&gt;Jean Piaget&lt;/a&gt;, who provided a theory of stages/phases that describe children's cognitive development. Cognitive psychologists use &lt;a href="http://en.wikipedia.org/wiki/Psychophysics" title="Psychophysics"&gt;psychophysical&lt;/a&gt; and experimental approaches to understand, diagnose, and solve problems, concerning themselves with the mental processes which mediate between stimulus and response. Cognitive theory contends that solutions to problems take the form of &lt;a href="http://en.wikipedia.org/wiki/Algorithm" title="Algorithm"&gt;algorithms&lt;/a&gt;—rules that are not necessarily understood but promise a solution, or &lt;a href="http://en.wikipedia.org/wiki/Heuristics" title="Heuristics" class="mw-redirect"&gt;heuristics&lt;/a&gt;—rules that are understood but that do not always guarantee solutions. &lt;a href="http://en.wikipedia.org/wiki/Cognitive_science" title="Cognitive science"&gt;Cognitive science&lt;/a&gt; differs from cognitive psychology in that algorithms that are intended to simulate human behavior are implemented or implementable on a computer. In other instances, solutions may be found through insight, a sudden awareness of relationships.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2245255574143379544?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2245255574143379544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2245255574143379544' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2245255574143379544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2245255574143379544'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/06/cognitive-psychology.html' title='Cognitive Psychology'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-652841509940669801</id><published>2009-06-03T17:05:00.000-07:00</published><updated>2009-06-03T17:10:44.204-07:00</updated><title type='text'>Project Natal</title><content type='html'>&lt;h3 id="siteSub"&gt;From Wikipedia, the free encyclopedia&lt;/h3&gt;              &lt;div id="jump-to-nav"&gt;Jump to: &lt;a href="http://en.wikipedia.org/wiki/Project_Natal#column-one"&gt;navigation&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Project_Natal#searchInput"&gt;search&lt;/a&gt;&lt;/div&gt;   &lt;!-- start content --&gt;    &lt;table class="metadata plainlinks ambox ambox-notice" style=""&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td class="mbox-image"&gt; &lt;div style="width: 52px;"&gt;&lt;a href="http://en.wikipedia.org/wiki/File:Gnome_globe_current_event.svg" class="image" title="Gnome globe current event.svg"&gt;&lt;img fix="fixed" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Gnome_globe_current_event.svg/40px-Gnome_globe_current_event.svg.png" fix="fixed" alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Gnome_globe_current_event.svg/40px-Gnome_globe_current_event.svg.png" border="0" width="40" height="40" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;/td&gt; &lt;td class="mbox-text" style=""&gt;&lt;b&gt;This article contains information about a scheduled or expected &lt;a href="http://en.wikipedia.org/wiki/Category:Future_products" title="Category:Future products"&gt;future product&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;&lt;small&gt;It may contain preliminary information that does not reflect the final version of the product.&lt;/small&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mUmX3T10XZw/SicQ1f_c74I/AAAAAAAAAeY/lSEAO5-QFd4/s1600-h/large_project-natal.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/_mUmX3T10XZw/SicQ1f_c74I/AAAAAAAAAeY/lSEAO5-QFd4/s320/large_project-natal.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 293px; height: 320px;" src="http://3.bp.blogspot.com/_mUmX3T10XZw/SicQ1f_c74I/AAAAAAAAAeY/lSEAO5-QFd4/s320/large_project-natal.jpg" alt="" id="BLOGGER_PHOTO_ID_5343257994205130626" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Project Natal&lt;/b&gt; (pronounced "na-tall"(&lt;small&gt;IPA: &lt;/small&gt;&lt;span title="Pronunciation in IPA" class="IPA"&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:IPA" title="Wikipedia:IPA"&gt;[naˈtal]&lt;/a&gt;&lt;/span&gt;)) is the &lt;a href="http://en.wikipedia.org/wiki/Code_name" title="Code name"&gt;code name&lt;/a&gt; for a "controller-free gaming and entertainment experience" by &lt;a href="http://en.wikipedia.org/wiki/Microsoft" title="Microsoft"&gt;Microsoft&lt;/a&gt; for the &lt;a href="http://en.wikipedia.org/wiki/Xbox_360" title="Xbox 360"&gt;Xbox 360&lt;/a&gt; video game platform. Based on an add-on &lt;a href="http://en.wikipedia.org/wiki/Peripheral" title="Peripheral"&gt;peripheral&lt;/a&gt; for the Xbox 360 console, Project Natal enables users to control and interact with the Xbox 360 without the need to touch a &lt;a href="http://en.wikipedia.org/wiki/Game_controller" title="Game controller"&gt;game controller&lt;/a&gt;, through gestures, &lt;a href="http://en.wikipedia.org/wiki/Speech_recognition" title="Speech recognition"&gt;spoken commands&lt;/a&gt;,&lt;sup id="cite_ref-Natal_101_0-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-Natal_101-0" title=""&gt;&lt;span&gt;[&lt;/span&gt;1&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; or presented objects and images. The project is aimed at broadening the Xbox 360's audience beyond the &lt;a href="http://en.wikipedia.org/wiki/Hardcore_gamer" title="Hardcore gamer"&gt;hardcore&lt;/a&gt; base.&lt;sup id="cite_ref-LA_Times_1-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-LA_Times-1" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; Project Natal was first announced June 1 at the &lt;a href="http://en.wikipedia.org/wiki/Electronic_Entertainment_Expo_2009" title="Electronic Entertainment Expo 2009"&gt;2009 Electronic Entertainment Expo&lt;/a&gt;. Microsoft said that over 1000 &lt;a href="http://en.wikipedia.org/wiki/Software_development_kit" title="Software development kit"&gt;development kits&lt;/a&gt; began shipping to game developers that same day.&lt;sup id="cite_ref-LA_Times_1-1" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-LA_Times-1" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; Microsoft has not revealed any price or release date information for Project Natal.&lt;/p&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Sensor device&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;An approximately nine-inch (23 cm) wide horizontal bar&lt;sup id="cite_ref-seattletimes_3-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-seattletimes-3" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; connected to a small circular base with a &lt;a href="http://en.wikipedia.org/wiki/Ball_joint" title="Ball joint"&gt;ball joint&lt;/a&gt; pivot, the Project Natal sensor is designed to be positioned lengthwise above or below the video display. The device features an "&lt;a href="http://en.wikipedia.org/wiki/RGB_color_space" title="RGB color space"&gt;RGB&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Video_camera" title="Video camera"&gt;camera&lt;/a&gt;, depth sensor, &lt;a href="http://en.wikipedia.org/wiki/Microphone_array" title="Microphone array"&gt;multi-array microphone&lt;/a&gt;, and custom processor running proprietary software", which provides full-body 3D &lt;a href="http://en.wikipedia.org/wiki/Motion_capture" title="Motion capture"&gt;motion capture&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Facial_recognition_system" title="Facial recognition system"&gt;facial recognition&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Speaker_recognition" title="Speaker recognition"&gt;voice recognition&lt;/a&gt; capabilities. The Project Natal sensor's microphone array enables the Xbox 360 to conduct &lt;a href="http://en.wikipedia.org/wiki/Acoustic_source_localization" title="Acoustic source localization"&gt;acoustic source localization&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Active_noise_control" title="Active noise control"&gt;ambient noise suppression&lt;/a&gt;, allowing for things such as headset-free party chat over &lt;a href="http://en.wikipedia.org/wiki/Xbox_Live" title="Xbox Live"&gt;Xbox Live&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The depth sensor consists of an infrared projector combined with a monochrome CMOS sensor, and allows the Project Natal sensor to see in 3D under any lighting conditions.&lt;sup id="cite_ref-Natal_101_0-1" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-Natal_101-0" title=""&gt;&lt;span&gt;[&lt;/span&gt;1&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; Project Natal is reportedly based on software technology developed internally by Microsoft (&lt;a href="http://en.wikipedia.org/wiki/Gesture_recognition" title="Gesture recognition"&gt;gesture recognition&lt;/a&gt;, skeletal mapping,&lt;sup id="cite_ref-4" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-4" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; facial recognition, voice recognition) and hardware technology acquired by &lt;a href="http://en.wikipedia.org/wiki/Time-of-flight_camera" title="Time-of-flight camera"&gt;time-of-flight camera&lt;/a&gt; developer 3DV Systems.&lt;sup id="cite_ref-Phil_Spencer_interview_5-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-Phil_Spencer_interview-5" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;sup id="cite_ref-WSJ_6-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-WSJ-6" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;sup id="cite_ref-BusinessWeek_7-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-BusinessWeek-7" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; Before agreeing to sell all its assets in March 2009,&lt;sup id="cite_ref-3DV_sale_8-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-3DV_sale-8" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; 3DV had been preparing a similar device, known as the &lt;a href="http://en.wikipedia.org/wiki/ZCam" title="ZCam"&gt;ZCam&lt;/a&gt;.&lt;sup id="cite_ref-ZCam_9-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-ZCam-9" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Technology demos&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;Three technical demos were shown to showcase Project Natal when it was revealed at Microsoft's E3 2009 Conference:&lt;sup id="cite_ref-10" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-10" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Ricochet - a &lt;a href="http://en.wikipedia.org/wiki/Breakout_%28arcade_game%29" title="Breakout (arcade game)"&gt;Breakout&lt;/a&gt;-like game in which the entire body is used to bounce balls at blocks.&lt;/li&gt;&lt;li&gt;Paint Party - where the player can make throwing motions to splash paint onto a wall. He/she can choose colours using voice recognition, and can pose to make stencils.&lt;/li&gt;&lt;li&gt;Milo &amp;amp; Kate - a technology demo created by &lt;a href="http://en.wikipedia.org/wiki/Lionhead_Studios" title="Lionhead Studios"&gt;Lionhead Studios&lt;/a&gt; in which the player interacts with a young boy named Milo and his friend Kate, using items and passing him virtual items from real life actions. In an interview after the demonstration, Lionhead founder &lt;a href="http://en.wikipedia.org/wiki/Peter_Molyneux" title="Peter Molyneux"&gt;Peter Molyneux&lt;/a&gt; confirmed that the demo was in fact the long running &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/The_Dimitri_Project" title="The Dimitri Project"&gt;Project Dimitri&lt;/a&gt;&lt;/i&gt;.&lt;sup id="cite_ref-11" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-11" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li&gt;Chop-Chop - where the player mimics cooking using hand motions&lt;/li&gt;&lt;li&gt;Burnout Natal - not showcased as a live demonstration, a demo based on &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Burnout_Paradise" title="Burnout Paradise"&gt;Burnout Paradise&lt;/a&gt;&lt;/i&gt; in which the player uses an invisible steering wheel to control the vehicle.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Code name&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;The name "Project Natal" follows in Microsoft's tradition of using cities as code names.&lt;sup id="cite_ref-Natal_101_0-2" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-Natal_101-0" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; Microsoft director Alex Kipman, who incubated the project, chose to name it after the Brazilian city &lt;a href="http://en.wikipedia.org/wiki/Natal,_Rio_Grande_do_Norte" title="Natal, Rio Grande do Norte"&gt;Natal&lt;/a&gt; as a tribute to his country of origin, and because the word &lt;a href="http://en.wiktionary.org/wiki/natal" class="extiw" title="wikt:natal"&gt;natal&lt;/a&gt; relates to birth, which Kipman felt reflected the new audiences the project would deliver for the Xbox 360.&lt;sup id="cite_ref-Name_12-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-Name-12" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; Natal is also the name of Christmas in Portuguese.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;sup id="cite_ref-2" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-2" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;sup id="cite_ref-LA_Times_1-2" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Project_Natal#cite_note-LA_Times-1" title=""&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-652841509940669801?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/652841509940669801/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=652841509940669801' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/652841509940669801'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/652841509940669801'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/06/project-natal.html' title='Project Natal'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mUmX3T10XZw/SicQ1f_c74I/AAAAAAAAAeY/lSEAO5-QFd4/s72-c/large_project-natal.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3612665494573571737</id><published>2009-06-02T17:29:00.000-07:00</published><updated>2009-06-02T17:31:24.309-07:00</updated><title type='text'>[2001]NID launches PGD in New Media</title><content type='html'>&lt;span style="font-style: italic;"&gt;(September 2001)&lt;br /&gt;(By Pallavee Dhaundiyal, TNN)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In a constantly changing and rapidly developing it environment the challenges are not only technological but also social&lt;br /&gt;and cultural. digital tools and media require a dynamic aesthetics. there is need to examine the effects of new technology&lt;br /&gt;on society and the role of the designer in its development. acknowledging the need, national institute of design (nid),&lt;br /&gt;ahemadabad, has started a two and a half-year pg diploma programme in new media. nina sabnani, animation film maker,&lt;br /&gt;faculty of communication design; co-ordinator, animation and new media, nid, talks to education times about the&lt;br /&gt;programme. what is the usp of this programme? the programme will provide in depth knowledge and skills pertaining to&lt;br /&gt;digital media design and content production. new media is going to play a pivotal role in bringing together traditionally&lt;br /&gt;divergent media such as film and video, animation and graphic design. not only that, it is also going to create links between&lt;br /&gt;industrial design and communication design when it focuses on user-interface etc. what is the criteria for the admission?&lt;br /&gt;minimum requirements include design diploma or bachelor’s degree with proficiency in english language. they are required&lt;br /&gt;to have at least one-year design or one-year multimedia work experience. also, industry may sponsor candidates. the&lt;br /&gt;programme can accommodate eight students a year. how does the course content strike a balance between theoretical&lt;br /&gt;and practical aspects? the programme comprises a balanced mix of theoretical and practical inputs. semesters are&lt;br /&gt;structured to focus on content creation, structuring content, distributing content and finally bringing this learning together in&lt;br /&gt;the form of projects. courses include digital image making, visual thinking, systems design, interface design, cognitive&lt;br /&gt;psychology, research methods, web design, e-commerce etc. students actively participate in seminars that are highly&lt;br /&gt;intensive sessions that combine elements of research, critical enquiry and analysis to emerge with strong propositions that&lt;br /&gt;will shape the praxis of design for interactive media. the final year is spent in the industry. for the first six months students&lt;br /&gt;work on ongoing projects at the firm working as a member of a team. they are exposed to the myriad aspects of developing&lt;br /&gt;and administrating a multimedia product. for the last six months students undertake an independent project with the&lt;br /&gt;company. what are the opportunities after completion of the course? as interactive media becomes the medium for&lt;br /&gt;interaction from buying and selling to training, information and entertainment, the job definitions could be many. with the&lt;br /&gt;completion of the course, students can look forward to rewarding careers as multimedia producers, web designers, game&lt;br /&gt;designers etc. they may find jobs creating computer-based training programmes; stand alone data bases, kiosks or&lt;br /&gt;cd-roms for education, entertainment or interactive satellite television. what is the remuneration? as a beginner one can&lt;br /&gt;expect rs 25, 000. with experience, it can be anything upto a rs 1 lakh. during internship itself, a student start earns&lt;br /&gt;between rs 10, 000 to rs 15,000.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3612665494573571737?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3612665494573571737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3612665494573571737' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3612665494573571737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3612665494573571737'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/06/2001nid-launches-pgd-in-new-media.html' title='[2001]NID launches PGD in New Media'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2725905551430194330</id><published>2009-04-03T06:56:00.000-07:00</published><updated>2009-04-03T06:58:26.074-07:00</updated><title type='text'>Remastersys - Create Your OWN Ubuntu!!!</title><content type='html'>&lt;p&gt;&lt;span style="font-style: italic;"&gt;(From wikipedia)&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Remastersys&lt;/b&gt; is a &lt;a href="http://en.wikipedia.org/wiki/Free_software" title="Free software"&gt;free&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Open_source" title="Open source"&gt;open source&lt;/a&gt; script for &lt;a href="http://en.wikipedia.org/wiki/Debian" title="Debian"&gt;Debian&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Ubuntu" title="Ubuntu"&gt;Ubuntu&lt;/a&gt;-based, or derivative operating systems that can:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;b&gt;Create a customized Live CD/DVD&lt;/b&gt; (a &lt;a href="http://en.wikipedia.org/wiki/Software_remastering" title="Software remastering"&gt;remaster&lt;/a&gt;) of &lt;a href="http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29" title="Ubuntu (operating system)" class="mw-redirect"&gt;Ubuntu&lt;/a&gt; and its derivatives.&lt;/li&gt;&lt;li&gt;Back up an entire system, including user data, to an installable &lt;a href="http://en.wikipedia.org/wiki/Live_CD" title="Live CD"&gt;Live CD/DVD&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;History&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;It was initially created to be able to easily backup or create a distributable copy of an Ubuntu or derivative installation. Inspiration for this tool came from the &lt;tt&gt;&lt;a href="http://en.wikipedia.org/wiki/Mklivecd" title="Mklivecd"&gt;mklivecd&lt;/a&gt;&lt;/tt&gt; script that Mandriva uses and the &lt;tt&gt;remasterme&lt;/tt&gt; script that is in PCLinuxOS. Since those scripts are not very easy to port to Ubuntu, it was written from scratch.&lt;/p&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Uses&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;It is a very useful and easy way to create a customized Live CD/DVD version of Ubuntu, once the system is installed and configured with programs, updates, etc... the user just has to:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Download and install the latest version of Remastersys from: &lt;a href="http://remastersys.klikit-linux.com/repository/remastersys/" class="external free" title="http://remastersys.klikit-linux.com/repository/remastersys/" rel="nofollow"&gt;http://remastersys.klikit-linux.com/repository/remastersys/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Open the program (a shortcut is created on the desktop) and then choose the &lt;tt&gt;dist&lt;/tt&gt; or &lt;tt&gt;backup&lt;/tt&gt; option, and then the iso of the Live CD will be automatically created.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;The resulting &lt;a href="http://en.wikipedia.org/wiki/ISO_image" title="ISO image"&gt;iso&lt;/a&gt; can also be installed on a USB pendrive, creating a &lt;a href="http://en.wikipedia.org/wiki/Live_USB" title="Live USB"&gt;Live USB&lt;/a&gt; distro, using either a command-line approach&lt;sup id="cite_ref-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Remastersys#cite_note-0" title=""&gt;&lt;span&gt;[&lt;/span&gt;1&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; or a graphical tool such as &lt;a href="http://en.wikipedia.org/wiki/UNetbootin" title="UNetbootin"&gt;UNetbootin&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;It has a command line version and a &lt;a href="http://en.wikipedia.org/wiki/GUI" title="GUI" class="mw-redirect"&gt;GUI&lt;/a&gt; version. It currently works with &lt;a href="http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29" title="Ubuntu (operating system)" class="mw-redirect"&gt;Ubuntu&lt;/a&gt;, and possibly more Ubuntu-based distributions.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2725905551430194330?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2725905551430194330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2725905551430194330' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2725905551430194330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2725905551430194330'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/04/remastersys-create-your-own-ubuntu.html' title='Remastersys - Create Your OWN Ubuntu!!!'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-981413070907289774</id><published>2009-03-31T19:28:00.000-07:00</published><updated>2009-03-31T19:29:24.972-07:00</updated><title type='text'>Linux and Open Source Software Session 2 PPTX</title><content type='html'>Hi!&lt;br /&gt;Just download from the link below:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/96101323/f7fc95c5/FLOSS2_0.html"&gt;CLICK HERE TO DOWNLOAD&lt;/a&gt;&lt;br /&gt;(or Copy-Paste the following into your browser's addressbar: http://www.4shared.com/file/96101323/f7fc95c5/FLOSS2_0.html )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-981413070907289774?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/981413070907289774/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=981413070907289774' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/981413070907289774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/981413070907289774'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/linux-and-open-source-software-session_31.html' title='Linux and Open Source Software Session 2 PPTX'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-6459065676218575964</id><published>2009-03-30T16:14:00.000-07:00</published><updated>2009-03-30T16:20:08.697-07:00</updated><title type='text'>Linux and Open Source Software: Session 1 PPT</title><content type='html'>Hi folks!&lt;br /&gt;This is the download post for the Powerpoint presentation used during the seminar session. Have fun and feel free to get back to me for queries! :)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/file/95876596/59ff6bcf/FLOSS1_0.html"&gt;CLICK HERE TO DOWNLOAD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;(or copy-paste this into your browser address bar if the link above doesn't work: http://www.4shared.com/file/95876596/59ff6bcf/FLOSS1_0.html )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-6459065676218575964?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/6459065676218575964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=6459065676218575964' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6459065676218575964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6459065676218575964'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/linux-and-open-source-software-session.html' title='Linux and Open Source Software: Session 1 PPT'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-994649611999423788</id><published>2009-03-13T23:09:00.000-07:00</published><updated>2009-03-13T23:10:25.529-07:00</updated><title type='text'>Machinima: An Introduction</title><content type='html'>&lt;p&gt;&lt;span style="font-style: italic;"&gt;(Source: Wikipedia)&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;In filmmaking, &lt;b&gt;machinima&lt;/b&gt; (pronounced &lt;span title="Pronunciation in the International Phonetic Alphabet (IPA)" class="IPA"&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:IPA_for_English" title="Wikipedia:IPA for English"&gt;/məˈʃiːnɨmə/&lt;/a&gt;&lt;/span&gt; or &lt;span title="Representation in the International Phonetic Alphabet (IPA)" class="IPA"&gt;/məˈʃɪnɨmə/&lt;/span&gt;) refers to the use of real-time &lt;a href="http://en.wikipedia.org/wiki/3D_computer_graphics" title="3D computer graphics"&gt;three-dimensional&lt;/a&gt; (3-D) graphics &lt;a href="http://en.wikipedia.org/wiki/Rendering_%28computer_graphics%29" title="Rendering (computer graphics)"&gt;rendering&lt;/a&gt; engines to generate &lt;a href="http://en.wikipedia.org/wiki/Computer_animation" title="Computer animation"&gt;computer animation&lt;/a&gt;, or to films that incorporate this animation. Machinima creators, sometimes called &lt;b&gt;machinimists&lt;/b&gt; or &lt;b&gt;machinimators&lt;/b&gt;, often use graphics engines from &lt;a href="http://en.wikipedia.org/wiki/Video_game" title="Video game"&gt;video games&lt;/a&gt;. This use has roots in the 1980s &lt;a href="http://en.wikipedia.org/wiki/Demoscene" title="Demoscene"&gt;demoscene&lt;/a&gt; movement that attached animated introductions to software, and in 1990s recordings of &lt;a href="http://en.wikipedia.org/wiki/Speedrun" title="Speedrun"&gt;speedruns&lt;/a&gt;—attempts to complete a mission as quickly as possible—and of &lt;a href="http://en.wikipedia.org/wiki/Multiplayer_game" title="Multiplayer game"&gt;multiplayer matches&lt;/a&gt; in &lt;a href="http://en.wikipedia.org/wiki/First-person_shooter" title="First-person shooter"&gt;first-person shooter&lt;/a&gt; (FPS) video games. &lt;a href="http://en.wikipedia.org/wiki/Id_Software" title="Id Software"&gt;id Software&lt;/a&gt;'s 1996 FPS &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Quake" title="Quake"&gt;Quake&lt;/a&gt;&lt;/i&gt; was used in the first machinima films, originally called "&lt;i&gt;Quake&lt;/i&gt; movies". The more general term &lt;i&gt;machinima&lt;/i&gt; arose later as a misspelled &lt;a href="http://en.wikipedia.org/wiki/Portmanteau" title="Portmanteau"&gt;portmanteau&lt;/a&gt; of &lt;i&gt;machine cinema&lt;/i&gt;;&lt;sup id="cite_ref-0" class="reference"&gt;&lt;a href="http://en.wikipedia.org/wiki/Machinima#cite_note-0" title=""&gt;&lt;span&gt;[&lt;/span&gt;1&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; other games, including those of the &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Unreal_%28series%29" title="Unreal (series)"&gt;Unreal&lt;/a&gt;&lt;/i&gt; and &lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Halo_%28series%29" title="Halo (series)"&gt;Halo&lt;/a&gt;&lt;/i&gt; series, and software tools began to be used. Machinima has appeared in mainstream media, including television and advertisements.&lt;/p&gt; &lt;p&gt;Compared to other filmmaking processes, machinima has advantages and disadvantages. It is simpler than traditional animation, but at the expense of control and range of expression. Compared to pre-rendered computer animation, machinima sacrifices quality for speed, cost savings, and flexibility. It is less expensive, dangerous, and physically restricted than &lt;a href="http://en.wikipedia.org/wiki/Live_action" title="Live action" class="mw-redirect"&gt;live action&lt;/a&gt;, but, again, allows for limited expression. Because machinima is animated in real-time, it is possible to combine reality and the virtual environment of the graphics engine. Machinima creators can film by relying on in-game &lt;a href="http://en.wikipedia.org/wiki/Artificial_intelligence" title="Artificial intelligence"&gt;artificial intelligence&lt;/a&gt; (AI), scripting actions precisely, using &lt;a href="http://en.wikipedia.org/wiki/Digital_puppetry" title="Digital puppetry"&gt;digital puppetry&lt;/a&gt;, and manipulating recordings after the take. &lt;a href="http://en.wikipedia.org/wiki/Video_editing" title="Video editing"&gt;Video editing&lt;/a&gt;, custom software tools, and creative &lt;a href="http://en.wikipedia.org/wiki/Cinematography" title="Cinematography"&gt;cinematography&lt;/a&gt; help to address technical limitations. Because productions often incorporate elements from video games, many productions are legally defined as &lt;a href="http://en.wikipedia.org/wiki/Derivative_work" title="Derivative work"&gt;derivative works&lt;/a&gt;. Some game companies have encouraged machinima, but the legal issues can be complex.&lt;/p&gt; &lt;p&gt;Some machinima productions remain close to their gaming roots and feature stunts or other gameplay. Dance videos, comedy, and drama are also popular. Other works attempt to stretch the boundaries of the rendering engines and deliberately avoid resemblance to the original 3-D context. The &lt;a href="http://en.wikipedia.org/wiki/Academy_of_Machinima_Arts_%26_Sciences" title="Academy of Machinima Arts &amp;amp; Sciences" class="mw-redirect"&gt;Academy of Machinima Arts &amp;amp; Sciences&lt;/a&gt; (AMAS), a &lt;a href="http://en.wikipedia.org/wiki/Non-profit_organization" title="Non-profit organization"&gt;non-profit organization&lt;/a&gt; dedicated to promoting machinima, recognizes exemplary productions through Mackies awards given at its annual Machinima Film Festival. Some major film festivals accept machinima films, sometimes as a separate category.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-994649611999423788?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/994649611999423788/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=994649611999423788' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/994649611999423788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/994649611999423788'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/machinima-introduction.html' title='Machinima: An Introduction'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-6389252777629536216</id><published>2009-03-11T17:28:00.000-07:00</published><updated>2009-03-11T17:35:30.939-07:00</updated><title type='text'>Windows7: Whazzup?</title><content type='html'>&lt;span style="font-style: italic;"&gt;(Source: http://www.microsoft.com/windows/windows-7 )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So, What is so special about Windows7? Read on and find out.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Improved taskbar and full-screen previews&lt;/h3&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_pinned.jpg"&gt;&lt;img src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_pinned.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 146px;" src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_pinned.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The taskbar at the bottom of your screen is what you use to switch between the applications you've got open. In Windows 7 you can set the order in which the icons appear and they'll stay put. They're easier to see, too. Click once on the new large icons or bigger preview thumbnails and you're ready to go. You can even see a full screen preview before switching to the window.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Jump Lists&lt;/h3&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_jump.jpg"&gt;&lt;img src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_jump.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 426px;" src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_jump.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p class=""&gt;With Windows 7, we focused on keeping the things you use most right in front of you. One example: The new Jump List feature. It's a handy way to quickly reach the files you've been working with. To see the files you've used recently, just right click on the icon on your taskbar. So right-clicking on the Word icon will show your most recent Word documents. Plus, if there are other files you want to keep handy, you can just pin them to the Jump List.&lt;/p&gt;&lt;h3&gt;New ways to work with Windows&lt;/h3&gt;&lt;p class=""&gt; Windows 7 simplifies how you work with the windows on your desktop. You'll have more intuitive ways to open, close, resize, and arrange them. You can drag open windows to screen borders, so you'll no longer have to click on tiny objects in the corner of a window to make it do what you want. &lt;/p&gt;&lt;p class=""&gt; Maximize a window by dragging its border to the top of the screen, and return the window to its original size by dragging it away from the top of the screen. Drag the bottom border of a window to expand it vertically. &lt;/p&gt;&lt;p class=""&gt; It's easy to copy files or compare the contents of two windows by dragging the windows to opposite sides of the screen. As your cursor touches the edge, the window will resize to fill that half of the screen.&lt;br /&gt;&lt;/p&gt;&lt;p class=""&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_opaque.jpg"&gt;&lt;img src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_opaque.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 253px;" src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_opaque.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=""&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_clear.jpg"&gt;&lt;img src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_clear.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 253px;" src="http://www.microsoft.com/library/media/1033/windows/images/windows-7/whats-new/screenshot_clear.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=""&gt; To see all your desktop gadgets, just drag your mouse to the lower right corner of your desktop. That'll make all the open Windows transparent—making your desktop, and the gadgets on it, immediately visible. Want to minimize all your windows? One click and it's done.&lt;/p&gt;&lt;h3&gt;Internet Explorer 8&lt;/h3&gt;&lt;p class=""&gt;       Available now, &lt;a href="http://go.microsoft.com/fwlink/?LinkId=136402" onclick="javascript:omniModTracking(this,'Win7WhatsNew','','http://go.microsoft.com/fwlink/?LinkId=136402',1,'IE8','');location.href=this.href;return false;"&gt;Internet Explorer 8&lt;/a&gt; Beta 2 helps you do what you want online, faster. With innovations to the address bar, search, tabs, and the Favorites bar, Internet Explorer 8 brings you more information, with less effort. &lt;/p&gt;&lt;h6&gt;Instant Search&lt;/h6&gt;&lt;p class=""&gt;To start, as you type a search request you'll immediately start seeing relevant suggestions from your chosen search provider, complete with images when available. The twist: search will also use your browsing history to narrow the suggestions. You'll start seeing search results while you're typing. If you see what you're looking for, you can go right to the list without finishing the request.&lt;/p&gt;&lt;h6&gt;Accelerators&lt;/h6&gt;&lt;p class=""&gt; There are online services you use all the time. Like getting a map. With Accelerators, you can highlight a bit of information on any page, click on the blue Accelerators icon, and choose from a variety of services relevant to the information you selected. So if you highlight a business address and right click, you can use an Accelerator to get a map right there. The Live Maps Accelerator will show a map preview directly on the page.&lt;br /&gt;&lt;/p&gt;&lt;h6&gt;Web Slices&lt;/h6&gt;&lt;p class=""&gt; With Web Slices you can instantly see changes on a website without going to it. Use a Web Slice to monitor things like auction items, sports scores, entertainment columns, and weather reports. When the content you're watching changes, Internet Explorer 8 delivers updated information directly to a Web Slice in your Favorites Bar, so you can see it right away.&lt;br /&gt;&lt;/p&gt;&lt;p class=""&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-style: italic;" class=""&gt;&lt;span style="font-size:85%;"&gt;Information about Windows 7 is preliminary and subject to change. Some product features of Windows 7, such as the ability to watch and record live TV or navigation through the use of "touch," may require advanced or additional hardware. The features and functionality you find in the pre-release product may not appear in the final version of Windows 7.&lt;/span&gt;&lt;/p&gt;&lt;p class=""&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class=""&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-6389252777629536216?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/6389252777629536216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=6389252777629536216' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6389252777629536216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6389252777629536216'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/windows7-whazzup.html' title='Windows7: Whazzup?'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3760965802125279885</id><published>2009-03-05T00:52:00.000-08:00</published><updated>2009-03-05T00:57:52.772-08:00</updated><title type='text'>Window To The World(A Song)</title><content type='html'>&lt;span style="font-style: italic;"&gt;©This work is intellectual property and copyrighted under the Creative Commons Attribution-&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Noncommercial-No Derivative Works 3.0 United States License. Visit:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;http://creativecommons.org/licenses/by-nc-nd/3.0/us/ for more information.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once upon a time, Once upon a day,&lt;br /&gt;In my heart, not so far away&lt;br /&gt;Sat loneliness crying inside me,&lt;br /&gt;I was waiting for the clouds to fade away&lt;br /&gt;&lt;br /&gt;But now there is an angel&lt;br /&gt;That sings a song so wonderful&lt;br /&gt;I still remember the melody,&lt;br /&gt;I bathe in its symphony&lt;br /&gt;Knowing that in my life&lt;br /&gt;&lt;br /&gt;You are the one, You are the girl,&lt;br /&gt;You are my window to the world,&lt;br /&gt;My only sunshine, my only red-wine&lt;br /&gt;My life is all now gold,&lt;br /&gt;You are my window to the world.&lt;br /&gt;&lt;br /&gt;So many years have passed,&lt;br /&gt;I now have an eternal smile in my heart&lt;br /&gt;Looking at your face so beautiful,&lt;br /&gt;I know it will be forever.&lt;br /&gt;&lt;br /&gt;I’ll always be there, holding your hand,&lt;br /&gt;You in my arms, baby, here we stand,&lt;br /&gt;Just let go of your fear…&lt;br /&gt;&lt;br /&gt;You are the one, You are the girl,&lt;br /&gt;You are my window to the world,&lt;br /&gt;My only sunshine, my only red-wine&lt;br /&gt;My life is all now gold,&lt;br /&gt;You are my window to the world.&lt;br /&gt;&lt;br /&gt;You are the one, You are the girl,&lt;br /&gt;You are my window to the world,&lt;br /&gt;My only sunshine, my only red-wine&lt;br /&gt;My life is all now gold,&lt;br /&gt;You are my window to the world.&lt;br /&gt;&lt;br /&gt;You are the one, You are the girl,&lt;br /&gt;You are my window to the world,&lt;br /&gt;My only sunshine, my only red-wine&lt;br /&gt;My life is all now gold,&lt;br /&gt;You are my window to the world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3760965802125279885?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3760965802125279885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3760965802125279885' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3760965802125279885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3760965802125279885'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/window-to-worlda-song.html' title='Window To The World(A Song)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3534995669549008738</id><published>2009-03-05T00:49:00.000-08:00</published><updated>2009-03-05T00:50:46.150-08:00</updated><title type='text'>Butterfly(A Song)</title><content type='html'>&lt;span style="font-style: italic;"&gt;©This work is intellectual property and copyrighted under the Creative Commons Attribution-&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Noncommercial-No Derivative Works 3.0 United States License. Visit:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;http://creativecommons.org/licenses/by-nc-nd/3.0/us/ for more information.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It all begins the same way&lt;br /&gt;Love on a brand new day&lt;br /&gt;Like a little caterpillar&lt;br /&gt;On a leaf, on a pillow&lt;br /&gt;&lt;br /&gt;As time goes by it grows&lt;br /&gt;Watching the stream as it flows&lt;br /&gt;The wings that appear&lt;br /&gt;Glistening in beauty so pure&lt;br /&gt;&lt;br /&gt;Butterfly, Butterfly,&lt;br /&gt;That’s the beauty of life,&lt;br /&gt;What happened tomorrow&lt;br /&gt;Can’t be explained today,&lt;br /&gt;What we seek may be right here&lt;br /&gt;What we wanna speak, we can’t say&lt;br /&gt;We try to conquer fear&lt;br /&gt;Just like the butterfly&lt;br /&gt;&lt;br /&gt;Life goes on as it flies,&lt;br /&gt;Time after time, you and I,&lt;br /&gt;The memories so sweet,&lt;br /&gt;Our love so tender,&lt;br /&gt;Our love so soft,&lt;br /&gt;One of the many things&lt;br /&gt;To keep that butterfly aloft&lt;br /&gt;&lt;br /&gt;Butterfly, Butterfly,&lt;br /&gt;That’s the beauty of life,&lt;br /&gt;What happened tomorrow&lt;br /&gt;Can’t be explained today,&lt;br /&gt;What we seek may be right here&lt;br /&gt;What we wanna speak, we can’t say&lt;br /&gt;We try to conquer fear&lt;br /&gt;Just like the butterfly&lt;br /&gt;&lt;br /&gt;Butterfly, Butterfly,&lt;br /&gt;That’s the beauty of life,&lt;br /&gt;What happened tomorrow&lt;br /&gt;Can’t be explained today,&lt;br /&gt;What we seek may be right here&lt;br /&gt;What we wanna speak, we can’t say&lt;br /&gt;We try to conquer fear Just like the butterfly&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-3534995669549008738?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/3534995669549008738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=3534995669549008738' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3534995669549008738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/3534995669549008738'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/butterflya-song.html' title='Butterfly(A Song)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-7645536929977302402</id><published>2009-03-01T18:30:00.001-08:00</published><updated>2009-03-01T18:31:26.485-08:00</updated><title type='text'>50 Must Read Books(Non-Fiction)</title><content type='html'>These are the 50 All Time Greats.....Definitely a MUST READ!&lt;br /&gt;&lt;br /&gt;1. Horatio Alger - Ragged Dick (1867)&lt;br /&gt;2. Warren Bennis - On Becoming A Leader (1989)&lt;br /&gt;3. Frank Bettger - How I Raised Myself From Failure To Success in Selling (1947)&lt;br /&gt;4. Kenneth Blanchard &amp;amp; Spencer Johnson - The One Minute Manager (1981)&lt;br /&gt;5. Edward Bok - The Americanization of Edward Bok (1921)&lt;br /&gt;6. Claude M Bristol - The Magic of Believing (1948)&lt;br /&gt;7. Andrew Carnegie - Autobiography (1920)&lt;br /&gt;8. Chin-ning Chu - Thick Face Black Heart (1992)&lt;br /&gt;9. George S Clason - The Richest Man in Babylon (1926)&lt;br /&gt;10. Robert Collier - Secrets of the Ages (1926)&lt;br /&gt;11. Jim Collins - Good To Great (2001)&lt;br /&gt;12. Russel H Conwell - Acres of Diamonds (1921)&lt;br /&gt;13. Stephen R Covey - The 7 Habits of Highly Effective People (1989)&lt;br /&gt;14. Michael Dell - Direct From Dell (1999)&lt;br /&gt;15. Henry Ford - My Life and Work (1922)&lt;br /&gt;16. Benjamin Franklin - The Way To Wealth (1758)&lt;br /&gt;17. Timothy Gallwey - The Inner Game of Tennis (1974)&lt;br /&gt;18. Robin Gerber - Leadership The Eleanor Roosevelt Way (2003)&lt;br /&gt;19. John Paul - Getty How To Be Rich (1961)&lt;br /&gt;20. Les Giblin - How to Have Power and Confidence In Dealing With People (1956)&lt;br /&gt;21. Baltasar Gracian - The Art of Worldly Wisdom (1647)&lt;br /&gt;22. Earl G Graves - How To Succeed in Business Without Being White (1997)&lt;br /&gt;23. Napoleon Hill - Think and Grow Rich (1937)&lt;br /&gt;24. Napoleon Hill &amp;amp; W Clement Stone - Success With a Positive Mental Attitude (1960)&lt;br /&gt;25. Tom Hopkins - The Official Guide to Success (1982)&lt;br /&gt;26. Muriel James &amp;amp; Dorothy Jongeward - Born To Win (1971)&lt;br /&gt;27. Spencer Johnson - Who Moved My Cheese? (1998)&lt;br /&gt;28. Robert Kiyosaki - Rich Dad, Poor Dad (1997 )&lt;br /&gt;29. David Landes - The Wealth and Poverty of Nations (1998)&lt;br /&gt;30. Jim Loehr &amp;amp; Tony Schwartz - The Power of Full Engagement (2003)&lt;br /&gt;31. Roger Lowenstein Buffett: The Making of an American Capitalist (1995)&lt;br /&gt;32. Nelson Mandela - Long Walk To Freedom (1994 )&lt;br /&gt;33. Orison Swett Marden - Pushing To The Front (1894)&lt;br /&gt;34. JW Marriott Jnr - The Spirit To Serve (1997)&lt;br /&gt;35. Margot Morrell &amp;amp; Stephanie Capparell - Shackleton's Way (2001)&lt;br /&gt;36. Donald T Phillips - Lincoln On Leadership (1992)&lt;br /&gt;37. Catherine Ponder - The Dynamic Laws of Prosperity (1962)&lt;br /&gt;38. Cheryl Richardson - Take Time For Your Life (1998)&lt;br /&gt;39. Anthony Robbins - Unlimited Power (1986)&lt;br /&gt;40. David Schwartz - The Magic of Thinking Big (1959 )&lt;br /&gt;41. Florence Scovell Shinn - Secret Door to Success (1940)&lt;br /&gt;42. Thomas J Stanley - The Millionaire Mind (2000)&lt;br /&gt;43. Brian Tracy - Maximum Achievement (1993)&lt;br /&gt;44. Sun Tzu The - Art of War (4 th century BCE)&lt;br /&gt;45. Sam Walton - Made in America (1992)&lt;br /&gt;46. Wallace Wattles - The Science of Getting Rich (1910)&lt;br /&gt;47. Jack Welch Jack: Straight From the Gut (2001)&lt;br /&gt;48. John Whitmore - Coaching For Performance (1992)&lt;br /&gt;49. Richard Wiseman - The Luck Factor (2003)&lt;br /&gt;50. Zig Ziglar - See You At The Top (1975)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-7645536929977302402?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/7645536929977302402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=7645536929977302402' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/7645536929977302402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/7645536929977302402'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/03/50-must-read-booksnon-fiction.html' title='50 Must Read Books(Non-Fiction)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-1921864436257896782</id><published>2009-02-28T18:20:00.000-08:00</published><updated>2009-02-28T18:24:40.470-08:00</updated><title type='text'>BackTrack - The Ultimate Hacking Disc</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_mUmX3T10XZw/Sanx2QoyvnI/AAAAAAAAAeQ/E21wytLaNU0/s1600-h/backtrack_07.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/_mUmX3T10XZw/Sanx2QoyvnI/AAAAAAAAAeQ/E21wytLaNU0/s320/backtrack_07.jpg" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_mUmX3T10XZw/Sanx2QoyvnI/AAAAAAAAAeQ/E21wytLaNU0/s320/backtrack_07.jpg" alt="" id="BLOGGER_PHOTO_ID_5308039550314135154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;BackTrack focuses its central idea on the needs of computer penetration testers. The inclusion of Live CD and Live USB functionality enables any user to just insert their respective data medium and boot up BackTrack. Direct hard disk installations (2.7 GB uncompressed) can also be completed within the Live CD (700 MB compressed) environment through the basic graphical installation wizard with no restart subsequent to installation. BackTrack further continues its compatibility with the computer forensics demographic with accessibility and internationalization by including support for Japanese input in reading and writing in Hiragana, Katakana and Kanji.&lt;br /&gt;&lt;br /&gt;The key additions to the BackTrack suite are notably -&lt;br /&gt;&lt;br /&gt;  * Metasploit integration&lt;br /&gt;  * RFMON wireless drivers&lt;br /&gt;  * Kismet&lt;br /&gt;  * AutoScan-Network - AutoScan-Network is a network discovering and managing application&lt;br /&gt;  * Nmap&lt;br /&gt;  * Ettercap&lt;br /&gt;  * Wireshark (formerly known as Ethereal)&lt;br /&gt;&lt;br /&gt;A screenshot of the BackTrack 2 categories&lt;br /&gt;The BackTrack 1.0 desktop&lt;br /&gt;&lt;br /&gt;BackTrack's functionality further increases with the arrangement of each tool in 16 categories. The tool categories are as follows -&lt;br /&gt;&lt;br /&gt;  * Enumeration&lt;br /&gt;  * Exploit Archives&lt;br /&gt;  * Scanners&lt;br /&gt;  * Password Attacks&lt;br /&gt;  * Fuzzers&lt;br /&gt;  * Spoofing&lt;br /&gt;  * Sniffers&lt;br /&gt;  * Tunneling&lt;br /&gt;  * Wireless Tools&lt;br /&gt;  * Bluetooth&lt;br /&gt;  * Cisco Tools&lt;br /&gt;  * Database Tools&lt;br /&gt;  * Forensic Tools&lt;br /&gt;  * BackTrack Services&lt;br /&gt;  * Reversing&lt;br /&gt;  * Misc&lt;br /&gt;&lt;br /&gt;In relation to basic software packages, BackTrack includes some ordinary desktop programs such as Mozilla Firefox, Pidgin, K3b, and XMMS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-1921864436257896782?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/1921864436257896782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=1921864436257896782' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1921864436257896782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1921864436257896782'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/02/backtrack-ultimate-hacking-disc.html' title='BackTrack - The Ultimate Hacking Disc'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_mUmX3T10XZw/Sanx2QoyvnI/AAAAAAAAAeQ/E21wytLaNU0/s72-c/backtrack_07.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-5099416853997869199</id><published>2009-02-15T19:50:00.000-08:00</published><updated>2009-02-15T19:54:30.844-08:00</updated><title type='text'>Windows Vista 64-bit - Is it worth the upgrade?</title><content type='html'>&lt;span style="font-style: italic;"&gt;(Source: &lt;/span&gt;&lt;a style="font-style: italic;" href="http://www.vista4beginners.com/Windows-Vista-64-bit-upgrade"&gt;http://www.vista4beginners.com/Windows-Vista-64-bit-upgrade&lt;/a&gt;&lt;span style="font-style: italic;"&gt; )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;At the beginning of 2009 I've decided to migrate to Windows Vista 64-bit and take advantage of the additional features and improvements. Although some people say that the 64-bit version is not ready for mainstream usage yet, after using it for two weeks and running some benchmarks I must say that this is not true. In this article I will give you an overview of what it means to upgrade to Windows Vista 64-bit. I will present the benefits and limitations introduced by Windows Vista 64-bit, the things you should pay attention to before upgrading, the gain in performance and my user experience since working with it. &lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The benefits of using Windows Vista 64-bit?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;There are a couple of benefits when using 64-bit versions of Windows Vista:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;They Work With More Than 4 GB of RAM - from my perspective, this is a very important benefit. RAM memory is very cheap nowadays, and many people can afford installing 4GB or more. More memory translates into better performance when running games and applications that process large amounts of data, or when doing video editing and other tasks which use a lot of memory.&lt;/li&gt;&lt;li&gt;Increased Performance for 64-bit Programs - programs which are designed to take advantage of a 64-bit operating system will run faster than their 32-bit counterparts.&lt;/li&gt;&lt;li&gt;Enhanced Security Features - you will benefit from features such as &lt;a href="http://en.wikipedia.org/wiki/Data_Execution_Prevention" target="_blank"&gt;hardware-backed Data Execution Protection (DEP)&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Kernel_Patch_Protection" target="_blank"&gt;Kernel Patch Protection&lt;/a&gt;. These features will help prevent security attacks that might succeed on 32-bit versions of Windows Vista which use methods known as &lt;a href="http://en.wikipedia.org/wiki/Buffer_overflow" target="_blank"&gt;buffer overflow&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Kernel_Patch_Protection" target="_blank"&gt;kernel patching&lt;/a&gt;. If all these terms sound like gibberish to you, then you should remember only the fact that 64-bit versions are more secure than the 32-bit versions.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Limitations introduced by Windows Vista 64-bit&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Like in life, there's no gain if there's no pain. Installing 64-bit versions of Windows Vista introduces the following limitations:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;You Cannot Install 16-bit Applications - 16-bit applications were developed when Windows 3.11 and Windows 95 were on the market. All software companies are now developing only 32-bit or 64-bit applications. Therefore this is not exactly a big loss unless you want to install &amp;amp; use some application or game developed 10 years ago.&lt;/li&gt;&lt;li&gt;You Cannot Install 32-bit Drivers - 32-bit device drivers are not supported. You must use native 64-bit drivers. This can be a problem if you are using old hardware or devices from producers which do not offer 64-bit support. They are not that many but you still need to be careful, especially with older devices. Double check if there are 64-bit drivers available for all your hardware before installing Windows Vista 64-bit.&lt;/li&gt;&lt;li&gt;Driver Signing is Mandatory - this basically means that all drivers must be digitally signed so that Windows knows that they are provided by a legitimate publisher. This is not necessarily a problem. Driver signing is used by Microsoft to evaluate the quality of drivers that are installed. A digitally signed driver is one that has been more thoroughly tested for Windows compatibility. Therefore this is not only a limitation but also a benefit.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;What you must consider when installing Windows Vista 64-bit&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;There are two things you need to consider when installing a 64-bit version of Windows Vista:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Device Drivers - make sure you double checked the availability of drivers for Windows Vista 64-bit. Don't forget to check also your external devices such as printers, scanners, etc.&lt;/li&gt;&lt;li&gt;Incompatible Applications - there are some 32-bit applications that won't function on 64-bit. However, most of them will work. Personally I have encountered only one application which did not work on my 64-bit Windows Vista. Still, I've easily replaced it with an alternative offering the same functionality.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Microsoft continuously updates the list of compatible hardware and software. If you want to know if the devices or software you are using work on Windows Vista 64-bit, check out the &lt;a href="http://www.microsoft.com/windows/compatibility/" target="_blank"&gt;Windows Vista Compatibility Center&lt;/a&gt;. To filter the results more easily, you can also use it's &lt;a href="http://www.microsoft.com/windows/compatibility/AdvancedSearch.aspx" target="_blank"&gt;Advanced Search&lt;/a&gt; feature. Another good destination for finding software that works on Windows Vista 64-bit is the &lt;a href="http://www.64xsoft.com/" target="_blank"&gt;Catalogue of 64-bit Software&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;My user experience with Windows Vista 64-bit&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;After two weeks of using Windows Vista Ultimate 64-bit, I must say I'm pretty happy with it. There weren't too many negatives about it, except the fact that I had to double check that I have drivers for it and replace an old Mustek scanner which had no 64-bit support. In terms of applications I had problems with &lt;a href="http://rocketdock.com/" target="_blank"&gt;RocketDock&lt;/a&gt; which does not support 64-bit versions of Windows and with the 64-bit version of &lt;a href="http://www.7-zip.org/" target="_blank"&gt;7-Zip&lt;/a&gt; which had some weird bugs. Fortunately, I quickly solved both problems by replacing &lt;a href="http://rocketdock.com/" target="_blank"&gt;RocketDock&lt;/a&gt; with &lt;a href="http://www.stardock.com/products/objectdock/" target="_blank"&gt;ObjectDock&lt;/a&gt; and by installing the 32-bit version of &lt;a href="http://www.7-zip.org/" target="_blank"&gt;7-Zip&lt;/a&gt; which functions perfectly.&lt;/p&gt; &lt;p&gt;Other than these two small annoyances I did not encounter any problems. Windows Vista Ultimate 64-bit looks the same as its 32-bit counterpart and there aren't any special differences you need to get accustomed to. From a usability perspective both versions of Windows Vista are the same.&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Windows Vista 64-bit - Is it worth the upgrade?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The answer is "Yes!." The only downside is that you need to spend a bit of time investigating whether you have appropriate drivers for it and replacing one or two applications which don't support 64-bit. However, the benefits do make up for these small annoyances. First of all, you are no longer limited to using 3.25GB of RAM and you can install as much memory as you need. On top of that, you do get performance improvements and improved security built into the Operating System.&lt;/p&gt; &lt;p&gt;If you migrated already to 64-bit editions of Windows Vista don't hesitate to share your experience with us. Many people will want to know how it works for you.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; You cannot literally upgrade from Windows Vista 32-bit to 64-bit. You must make a clean install.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-5099416853997869199?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/5099416853997869199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=5099416853997869199' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5099416853997869199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5099416853997869199'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/02/windows-vista-64-bit-is-it-worth.html' title='Windows Vista 64-bit - Is it worth the upgrade?'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-8194211678532029030</id><published>2009-02-15T06:25:00.000-08:00</published><updated>2009-02-15T06:29:05.863-08:00</updated><title type='text'>All The Way(A Song)</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:officedocumentsettings&gt;   &lt;o:relyonvml/&gt;   &lt;o:allowpng/&gt;  &lt;/o:OfficeDocumentSettings&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoHeader, li.MsoHeader, div.MsoHeader 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-link:"Header Char"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:center 3.25in right 6.5in; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoFooter, li.MsoFooter, div.MsoFooter 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-link:"Footer Char"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:center 3.25in right 6.5in; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	mso-themecolor:hyperlink; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing 	{mso-style-priority:1; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} span.HeaderChar 	{mso-style-name:"Header Char"; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:Header;} span.FooterChar 	{mso-style-name:"Footer Char"; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:Footer;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;&lt;span style="font-style: italic;"&gt;©This work is intellectual property and copyrighted under the Creative Commons Attribution‐&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Noncommercial‐No Derivative Works 3.0 United States License. Visit:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;http://creativecommons.org/licenses/by‐nc‐nd/3.0/us/ for more information.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Driving down the highway&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Towards the lush green fields&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Thinking about you&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;And what my future yields&lt;/p&gt;  &lt;p class="MsoNoSpacing" style=""&gt;&lt;span style=""&gt;                         &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;Right now I'm all alone&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Wondering who you'll be&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;How will I know?&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;That you'll be the one&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I just wish it to be soon,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I just hope so&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;The time flies, all the way,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;The road passes as I walk this way,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Where are you, Come Away, with me?&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I am here for you, All the way&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;I slow down as the road turns&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Hitting potholes and the tires burn,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Tell me your name, Tell me where you are&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;O God, tell me she ain’t very far&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;I will never be alone,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;After I know who you’ll be&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I know, I will know&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;That you'll be the one&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I just wish it to be soon,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I just hope so&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;The time flies, all the way,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;The road passes as I walk this way,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Where are you, Come Away, with me?&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I am here for you, All the way&lt;/p&gt;&lt;p class="MsoNoSpacing"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;[BRIDGE]&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;The sun sets, the world turns&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I speed along this highway,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;As the light in the amber sky burns&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;The time flies, all the way,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;The road passes as I walk this way,&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;Where are you, Come Away, with me?&lt;/p&gt;  &lt;p class="MsoNoSpacing"&gt;I am here for you, All the way&lt;/p&gt;  &lt;p class="MsoNormal"&gt;[END]&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-8194211678532029030?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/8194211678532029030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=8194211678532029030' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8194211678532029030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/8194211678532029030'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/02/all-waya-song.html' title='All The Way(A Song)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-1547514798857651297</id><published>2009-02-09T04:27:00.000-08:00</published><updated>2009-02-09T04:30:05.074-08:00</updated><title type='text'>Suddenly (A Song)</title><content type='html'>&lt;span style="font-style: italic;"&gt;©This work is intellectual property and copyrighted under the Creative Commons Attribution‐&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Noncommercial‐No Derivative Works 3.0 United States License. Visit:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;http://creativecommons.org/licenses/by‐nc‐nd/3.0/us/ for more information.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A lot of things in life are said to be free,&lt;br /&gt;Love was the one I believed,&lt;br /&gt;Not knowing you would leave one day,&lt;br /&gt;A day could exist with you so far away&lt;br /&gt;&lt;br /&gt;I used to dream, about us I did&lt;br /&gt;But know I realize what mistake I made,&lt;br /&gt;For all of it to…&lt;br /&gt;&lt;br /&gt;Suddenly, suddenly disappear,&lt;br /&gt;Never, never to re‐appear,&lt;br /&gt;This world around me burning up here&lt;br /&gt;My heart is torn, knowing no love was born,&lt;br /&gt;Suddenly…&lt;br /&gt;&lt;br /&gt;Whatever happened to all those promises?&lt;br /&gt;You made and swore to keep?&lt;br /&gt;I always thought I would be happy,&lt;br /&gt;But all I can do now is weep&lt;br /&gt;&lt;br /&gt;I used to dream, about us I did&lt;br /&gt;But know I realize what mistake I made,&lt;br /&gt;For all of it to…&lt;br /&gt;&lt;br /&gt;Suddenly, suddenly disappear,&lt;br /&gt;Never to re‐appear,&lt;br /&gt;This world around me burning up here&lt;br /&gt;My heart is torn, knowing no love was born,&lt;br /&gt;Suddenly…&lt;br /&gt;&lt;br /&gt;[Bridge]&lt;br /&gt;So here I stand,&lt;br /&gt;Hand in hand with loneliness,&lt;br /&gt;Hoping that someday I would love again&lt;br /&gt;Never to…&lt;br /&gt;&lt;br /&gt;Suddenly, suddenly disappear,&lt;br /&gt;Never to re‐appear,&lt;br /&gt;This world around me burning up here&lt;br /&gt;My heart is torn, knowing no love was born,&lt;br /&gt;Suddenly…&lt;br /&gt;[FADE-TO-END]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-1547514798857651297?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/1547514798857651297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=1547514798857651297' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1547514798857651297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/1547514798857651297'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2009/02/suddenly-song.html' title='Suddenly (A Song)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-5366784247196365690</id><published>2008-12-15T18:52:00.001-08:00</published><updated>2008-12-15T18:52:45.298-08:00</updated><title type='text'>Quick Formatting HDDs</title><content type='html'>The first thing most people do with a new, out-of-the-box hard disk drive is, of course, format it. But they have a choice: They can either format a hard disk drive the "quick" way or opt to format it the "full" way. &lt;p&gt;Quick formatting, which only takes a few seconds, simply erases the hard disk drive's metadata and file allocation tables. Full formatting goes sector-by-sector across the disk, erases it and tests it for possible read errors. This method, a holdover from the days when many hard disk drives would arrive from the factory almost guaranteed to have defects of some kind, can take several hours. &lt;/p&gt;&lt;p&gt;Because of the amount of time involved in full-formatting a hard disk drive, most people are loathe to do it; they'd rather quick-format and get to work using the drive right away. Yet at the same time, they're also worried that if they quick-format, they run the risk of potential disk errors in the future. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Okay to quick-format hard disk drives?&lt;/b&gt;&lt;br /&gt;For the most part, there's no harm in quick formatting. If you buy an enterprise-class drive, or a consumer-level drive that has a three-year warranty, the drive has already undergone a certain amount of error testing to ensure that it will hold up. This is why enterprise-class and "Pro" desktop hard disk drives cost that much more: the more expensive the drive, odds are there's been that much extra quality control checking performed on it. &lt;/p&gt;&lt;p&gt;Enterprise-class drive hardware and (to a lesser extent) desktop drives also have native hard error correction that traps bad sectors and relocates data from them whenever possible. For instance, RAID arrays typically scan for errors when rebuilding a hard disk drive in a mirror set, and many arrays scan passively for errors during periods of low disk activity. &lt;/p&gt;&lt;p&gt;Over the past 10 years, I have used (and retired) at least 10 different "Pro" desktop hard disk drives of various makes, models and sizes. Each one was quick-formatted, and the only drive failures I ever experienced were for reasons that had nothing to do with a physical error on the surface of the drive. If you feel more reassured by performing a surface test when formatting, go ahead and do one. But it's not as crucial now as it was a decade ago. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;&lt;i&gt;There is a major exception when using quick format to format a hard disk drive: This exception applies when you're preparing to retire a hard disk drive from service, and you don't want any possibility of the data on it being compromised. A quick format will only erase the volume's header data and file allocation tables, but won't erase the files themselves. If you want to be absolutely sure the drive is wiped, use a product like &lt;a href="http://www.heidi.ie/eraser" target="_blank"&gt;Eraser&lt;/a&gt; or &lt;a href="http://dban.sourceforge.net/" target="_blank"&gt;Darik's Boot and Nuke&lt;/a&gt; to systematically wipe all the data on the hard disk drive.&lt;/i&gt;  &lt;/p&gt;&lt;p&gt;&lt;b&gt;About the author:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Serdar Yegulalp is editor of the &lt;a href="http://www.win2kpowerusers.com/" target="_blank"&gt;Windows Power Users Newsletter&lt;/a&gt;, which is devoted to hints, tips, tricks, news and goodies for Windows NT, Windows 2000 and Windows XP users and administrators. He has more than 10 years of Windows experience under his belt, and contributes regularly to SearchWinComputing.com and SearchSQLServer.com.&lt;/i&gt;  &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-5366784247196365690?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/5366784247196365690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=5366784247196365690' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5366784247196365690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/5366784247196365690'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/12/quick-formatting-hdds.html' title='Quick Formatting HDDs'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4835803355035239033</id><published>2008-12-15T18:49:00.001-08:00</published><updated>2008-12-15T18:49:21.900-08:00</updated><title type='text'>Six Signs of a Dying HDD</title><content type='html'>&lt;span class="a3"&gt;As reliable as hard drives have become, they still have a finite lifespan. While regular backups and RAID technology can help you prevent data loss when a hard disk drive fails, it's better to catch the problem early and replace the hard disk drive on &lt;i&gt;your&lt;/i&gt; schedule, rather than when it decides to fail.  &lt;p&gt;Ironically, improvements in hard drive technology have caused some of the symptoms of impending failure to disappear. For instance, hard disk drive and controller designs now can hide the intermittent read/write failures that once foretold a hard disk drive going bad. Likewise, today's hard disk drives are virtually silent, which eliminates the changes in sound that used to alert IT personnel that a drive was going. Bearing failures, which used to be one of the most common causes of drive failure, are much less common today. &lt;/p&gt;&lt;p&gt;However, hard disk drives can still give off signs that they are about to fail. Including:  &lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;Drive LEDs that never go off.&lt;/b&gt; There's no relationship between overt computer activity and hard disk drive activity, as indicated by the drive LED. But if the LED used to come on intermittently and now glows constantly, something is very wrong and is probably going to get worse. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Disk takes a long time to come up.&lt;/b&gt; A hard disk drive that takes a long time to boot up is working hard. Maybe it's working hard because a lot of stuff needs to be initialized. But it could also be trying to compensate for intermittent read/write failures. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Disk cannot locate file table.&lt;/b&gt; If the disk can't find the Windows Master File Table (MFT), especially after an unexplained crash, the disk is almost certainly dying. &lt;/li&gt;&lt;li&gt;&lt;b&gt;CHKDSK shows bad sectors.&lt;/b&gt; Bad sectors used to be a fact of life. Not any more. These days, any bad sectors showing up with chkdsk or similar disk test utilities usually mean the disk is going away. This is doubly true if the number of bad sectors is increasing, even very slowly. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Running hot.&lt;/b&gt; All drives get warm, but if the hard disk drive itself is running unusually hot compared to others in the enclosure, it is probably nearly the end of its useful life. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Consider the drive's history.&lt;/b&gt; A hard disk drive that has been dropped onto a hard surface (running or not) or else has overheated should be regarded with suspicion. It's a good candidate for failure. Overheating usually occurs when an enclosure's main fan or fans fail, allowing temperature to build up. If the system gets hot enough that you start getting read-write errors before the problem is spotted and fixed, there's a good chance the lifespan of the drives has been drastically shortened. &lt;/li&gt;&lt;/ol&gt;  &lt;p&gt;&lt;b&gt;About the author:&lt;/b&gt;&lt;br /&gt; &lt;i&gt;Rick Cook specializes in writing about issues related to storage and storage management. &lt;/i&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4835803355035239033?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4835803355035239033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4835803355035239033' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4835803355035239033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4835803355035239033'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/12/six-signs-of-dying-hdd.html' title='Six Signs of a Dying HDD'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4818840635513793294</id><published>2008-12-15T18:46:00.001-08:00</published><updated>2008-12-15T18:46:58.828-08:00</updated><title type='text'>Misconceptions about HDD MTBF</title><content type='html'>Manufacturers of hard disk drives typically label their products with various industry-standard statistics. One statistic that has sparked a lot of controversy in the hard disk drive arena is the Mean Time Between Failures (MTBF) rating. &lt;p&gt;Mean Time Between Failure ratings, usually calibrated in hours, are an index of the general lifetime of the item &lt;i&gt;in bulk.&lt;/i&gt; So if a hard disk drive has an MTBF of 300,000 hours, that means if you run a batch of them for that long, at least half will have failed after 300,000 hours of use. &lt;/p&gt;&lt;p&gt;People have four misperceptions about Mean Time Between Failures when using it as a gauge to make hardware buying decisions.  &lt;/p&gt;&lt;ol&gt;&lt;li&gt;Mean Time Between Failures are derived from &lt;i&gt;populations&lt;/i&gt; -- millions or tens of millions of units, not individual units. That is why MTBF ratings are misleading if used to describe the lifetime of a single unit. This is the biggest misunderstanding about MTBF. &lt;/li&gt;&lt;li&gt;The MTBF is not constant; it can change with time. A hard disk drive that has been in operation continuously for three years may be more susceptible to failure due to changes in environment than one that was just installed. Mean Time Between Failures ratings are usually accompanied by some assumptions about usage (the "duty cycle"). &lt;/li&gt;&lt;li&gt;Many factors can affect the MTBF, such as whether or not a given component is temperature-controlled. If you take two identically rated hard disk drives, place one in a system that has no airflow to the hard disk drive cage and the other in a system that has airflow, the air-cooled drive will almost certainly last longer. &lt;/li&gt;&lt;li&gt;A single unit can have multiple points of failure -- and some of those points can be tolerated and some cannot. This makes a single number harder to assess. &lt;/li&gt;&lt;/ol&gt;  &lt;p&gt;In short, an Mean Time Between Failures rating for a piece of hardware is best applied when buying &lt;i&gt;many units at once.&lt;/i&gt; If you're equipping 1,000 desktops with hard disk drives, or creating a drive array, the MTBF for a given hard drive will give you a fairly good idea of how many of those drives are likely to fail in a given period of time. &lt;/p&gt;&lt;p&gt;But if you're buying &lt;i&gt;one&lt;/i&gt; hard disk drive, the Mean Time Between Failures is not going to be of much use to you. You'll be better off relying on good backup and data retention practices than you are throwing yourself on the mercy of statistics. Sure, it wouldn't hurt to opt for a piece of hardware with a better MTBF, but don't assume that a longer MTBF will automatically protect you from mishap. &lt;/p&gt;&lt;p&gt;&lt;b&gt;About the author:&lt;/b&gt;&lt;br /&gt; &lt;i&gt;Serdar Yegulalp is editor of the &lt;a href="http://www.thegline.com/win2k/" target="_blank"&gt; Windows Insight&lt;/a&gt;, (formerly the Windows Power Users Newsletter), a blog site devoted to hints, tips, tricks and news for users and administrators of Windows NT, Windows 2000, Windows XP, Windows Server 2003 and Vista. He has more than 12 years of Windows experience under his belt, and contributes regularly to SearchWinComputing.com and SearchSQLServer.com.&lt;/i&gt;  &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4818840635513793294?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4818840635513793294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4818840635513793294' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4818840635513793294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4818840635513793294'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/12/misconceptions-about-hdd-mtbf.html' title='Misconceptions about HDD MTBF'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-2549374144796848583</id><published>2008-10-12T21:02:00.001-07:00</published><updated>2008-10-12T21:02:37.830-07:00</updated><title type='text'>CrossLoop Badge</title><content type='html'>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="228" height="277" id="black_widget" align="middle"&gt;&lt;param name="allowScriptAccess" value="sameDomain" /&gt;&lt;param name="movie" value="http://www.crossloop.com/widgets/white_widget.swf?var1=240332&amp;var2=http://www.crossloop.com" /&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="bgcolor" value="#ffffff" /&gt;&lt;embed src="http://www.crossloop.com/widgets/white_widget.swf?var1=240332&amp;var2=http://www.crossloop.com" quality="high" bgcolor="#ffffff" width="228" height="277" name="black_widget" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" &gt; &lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTIyMzg3MDU*NDY1MSZwdD*xMjIzODcwNjgyMDI5JnA9MTU*MTQxJmQ9Jm49YmxvZ2dlciZnPTEmdD*mbz*xYTRkOTc4OWNlZGM*MzgzODQ3M2VjNmEyZjg3YzBhNA==.gif" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-2549374144796848583?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/2549374144796848583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=2549374144796848583' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2549374144796848583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/2549374144796848583'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/10/crossloop-badge.html' title='CrossLoop Badge'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-583563468377231378</id><published>2008-09-29T03:12:00.000-07:00</published><updated>2008-09-29T03:17:24.550-07:00</updated><title type='text'>The Windows 2003+XP Mix!</title><content type='html'>&lt;iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-7924157053444913&amp;amp;dt=1222683084708&amp;amp;lmt=1222683077&amp;amp;prev_slotnames=9077100591%2C8944919500&amp;amp;output=html&amp;amp;slotname=9077100591&amp;amp;correlator=1222683082707&amp;amp;url=http%3A%2F%2Fwww.windowsxlive.net%2Fwindows-server-2003-xp-conversion-pack&amp;amp;ref=http%3A%2F%2Fwww.google.co.in%2Fsearch%3Fq%3DWindows%2B2003%2BXP%2BConversion%26ie%3Dutf-8%26oe%3Dutf-8%26aq%3Dt%26rls%3Dorg.mozilla%3Aen-US%3Aofficial%26client%3Dfirefox-a&amp;amp;frm=0&amp;amp;cc=100&amp;amp;ga_vid=1664650912.1222634366&amp;amp;ga_sid=1222683083&amp;amp;ga_hid=1803734493&amp;amp;ga_fc=true&amp;amp;flash=9.0.124&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=768&amp;amp;u_aw=928&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=3&amp;amp;u_java=true&amp;amp;u_nplug=28&amp;amp;u_nmime=137" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="15" scrolling="no" width="728"&gt;&lt;/iframe&gt;                                          &lt;p&gt;&lt;span&gt; Windows Server 2003 is well known for its superior speed, stability, and security when compared to Windows XP.� This fact is proven by Microsoft’s use of the &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt;&lt;span&gt; kernel in both Windows x64  and the upcoming Windows Vista.  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span&gt; Given this fact, it’s no wonder that many Windows users have already switched to &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt; to gain such improvements. However, these users will have no doubt also discovered that compatibility issues are common when using &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt; as a primary home-use OS. Until Now…  &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span&gt; We are proud to present version 2.0 of Windows X’s popular &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt;&lt;span&gt;&lt;span&gt; - XP &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Conversion&lt;/span&gt; Pack. This tool will convert the Windows&lt;/span&gt; 2003 codebase from ServerNT to WinNT, which will enable locked features and transform &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt;&lt;span&gt; into a more compatible, and usable OS like Windows XP. After converting, your OS will perform like Windows XP Professional x64 Edition. Finally you can gain all the advantages of running &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt;, without the compatibility headaches!  &lt;/span&gt;&lt;/p&gt; &lt;h3&gt;Features&lt;/h3&gt; &lt;p&gt;&lt;span&gt; Windows Server 2003/Windows XP &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;conversion&lt;/span&gt; (Retail only)  &lt;/span&gt;&lt;/p&gt; &lt;p&gt; Server security configuration&lt;br /&gt;|-Internet Explorer Enhanced Security Configuration&lt;br /&gt;|-Shutdown Event Tracker&lt;br /&gt;|-Error reporting&lt;br /&gt;|-Ctrl+Alt+Del requirement on startup&lt;br /&gt;|-Drive auto-mounting  &lt;/p&gt; &lt;p&gt; Features configuration&lt;br /&gt;|-Manage Your Server logon window&lt;br /&gt;|-Processor scheduling&lt;br /&gt;|-Windows Update&lt;br /&gt;|-Firewall&lt;br /&gt;|-Start Menu items (You have to create new Administrator account)  &lt;/p&gt; &lt;p&gt; Services configuration&lt;br /&gt;|-Themes&lt;br /&gt;|-CD-Burning&lt;br /&gt;|-Windows Image Acquisition (WIA)&lt;br /&gt;|-Multimedia support and DirectX acceleration&lt;br /&gt;|-Visual effects  &lt;/p&gt; &lt;p&gt; XP missing stuffs configuration&lt;br /&gt;|-User accounts in Control Panel&lt;br /&gt;|-Classic games&lt;br /&gt;|-3-D arcade pinball game&lt;br /&gt;|-System Restore&lt;br /&gt;|-Shell services (logon, fast user switching, progress dialog ,user picture, etc.).  &lt;/p&gt; &lt;p&gt; Functions  &lt;/p&gt; &lt;p&gt;&lt;span&gt;&lt;span&gt; 1. It can apply Windows XP &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;conversion&lt;/span&gt; as close as &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows XP Professional&lt;/span&gt; x64 Edition SP1/SP2&lt;/span&gt;&lt;br /&gt;&lt;span&gt; 2. It can undo &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;conversion&lt;/span&gt; back to original (You can choose to remove some or all)&lt;/span&gt;&lt;br /&gt;&lt;span&gt; 3. It can convert &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;Windows Server 2003&lt;/span&gt; CD to Windows XP CD (Not real, though)&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Download from:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;a href="http://www.windowsxlive.net/downloading-windows-server-2003---xp-conversion-pack"&gt;http://www.windowsxlive.net/downloading-windows-server-2003---xp-conversion-pack&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-583563468377231378?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/583563468377231378/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=583563468377231378' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/583563468377231378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/583563468377231378'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/09/windows-2003xp-mix.html' title='The Windows 2003+XP Mix!'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4140142302462880131</id><published>2008-07-06T17:52:00.000-07:00</published><updated>2008-07-06T18:07:02.903-07:00</updated><title type='text'>VB.net or C#?: The Best of the Debate :)</title><content type='html'>&lt;span style="font-weight: bold;"&gt;I. From http://www.vbrad.com/article.aspx?id=63&lt;br /&gt;&lt;br /&gt;Top 10 reasons C# is better than VB.NET&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Posted on&lt;br /&gt;8/23/2004&lt;br /&gt;Author:&lt;br /&gt;Robert Gelb&lt;br /&gt;&lt;br /&gt;Let's get practical, religion aside, with an eye on programmer productivity, here are the top 10 reasons why C# is better than VB.NET, in no particular order. If you have some other ones, let me know.&lt;br /&gt;&lt;br /&gt;  1. In C# the line ends when I type the semicolon. The practical offshoot of this is that I write code like this:&lt;br /&gt;&lt;br /&gt;     string sql = @"SELECT *&lt;br /&gt;       FROM SomeSuchTable&lt;br /&gt;       WHERE ID='WhatHaveYou'&lt;br /&gt;       ORDER BY ThisAndThatField ASC ";&lt;br /&gt;&lt;br /&gt;     So when someone hands you a SQL statement you can just paste it into your code and the output (i.e. carriage returns) will still keep the format. In VB.NET, you would have to write the following to keep the formatting.&lt;br /&gt;&lt;br /&gt;     dim sql as string = "SELECT *" &amp;amp; vbCrLf&lt;br /&gt;       sql += "FROM SomeSuchTable" &amp;amp; vbCrLf&lt;br /&gt;       sql += "WHERE ID='WhatHaveYou'" &amp;amp; vbCrLf&lt;br /&gt;       sql += "ORDER BY ThisAndThatField ASC "&lt;br /&gt;&lt;br /&gt;     And that's annoying.&lt;br /&gt;&lt;br /&gt;  2. Increments/Decrements. a++;a--; 'Nuff said&lt;br /&gt;&lt;br /&gt;  3. Money. No, not the data type. The green. C# developers make more money. Don't believe me? Here is the proof. Like Orwell said, War Is Peace, Freedom Is Slavery, Ignorance Is Strength and yeah, it's the same .NET framework, but Perception is Reality. Get over it. Learn it. Put it on the resume.&lt;br /&gt;&lt;br /&gt;  4. I am not sure whether this is a valid reason, but with C# I can use Borland C# Builder which sports my beloved SDI interface, a la VB3, so that you can code full screen. This interface was also available (though not by default), in VB4,5,6 and VS.NET 2002 beta 1. The SDI interface disappeared from the VS.NET product before it shipped though. Anyway, if you miss that kind of interface, you can use it in Borland C# Builder.&lt;br /&gt;&lt;br /&gt;  5. Error Catching. C# catches a lot more errors than VB.NET, such as uninitialized variables, dead code, etc...&lt;br /&gt;&lt;br /&gt;  6. You get to act really snotty to VB.NET developers, yeah! That's priceless.&lt;br /&gt;&lt;br /&gt;  7. The source code to the C# compiler is available from Microsoft and Novell. This means that you can theoretically develop apps for OSes other than Windows, such as Linux and MacOS. Thanks to Jai Lue for this tidbit.&lt;br /&gt;&lt;br /&gt;  8. C# has Operator Overloading (my favorite feature from C++). Though, via the grapevine, VB.NET will have this feature in VS 2005. Thanks to Aditya Vaze for this language delicacy.&lt;br /&gt;&lt;br /&gt;  9. Comments in C# are just better. You can do multiline comments, XML comments, single line comments, etc... Thanks to German Voronin for this.&lt;br /&gt;&lt;br /&gt; 10. Regions in C# are far better. The key here is that you can place a region inside a function, thus breaking up the implementation into logical pieces. I simply love this ability.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;II. From http://www.dnjonline.com/article.aspx?ID=mar05_vbvscsharp&lt;br /&gt;&lt;br /&gt;Choosing between C# and VB.NET&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The .NET Framework supports a variety of programming languages, including Microsoft?s much heralded C#. Huw Collingbourne considers whether Visual Basic is still as sharp as the competition.&lt;br /&gt;&lt;br /&gt;Author: Huw Collingbourne&lt;br /&gt;&lt;br /&gt;Last updated: Mar 2005&lt;br /&gt;&lt;br /&gt;In the past, different programming languages tended to do things in their own way. Programmers using C++ would, in all probability, make use of the types and routines provided by the Microsoft Foundation Classes (MFC) libraries; Visual Basic had its own built-in types and routines; non-Microsoft languages such as Delphi and Java used yet other class libraries, each of which was incompatible with each other.&lt;br /&gt;     With the advent of .NET that has changed. No matter which programming language you use, you will have access to the same rich collection of classes and functions provided by the .NET Framework. Indeed, it is even possible to write classes in one language and derive descendant classes from them in another language. Your source code is not compiled directly into a machine code executable. Instead it is translated into Microsoft Intermediate Language (MSIL). This intermediate language is only converted into machine code when the program is run by the .NET Common Language Runtime (CLR).&lt;br /&gt;     In effect, the .NET CLR understands only one language: MSIL. This means that it really doesn’t matter which language your programs are written in. Whether they were written in C#, J#, VB, Delphi or some other .NET language, they will all end up as MSIL.&lt;br /&gt;     Given the fact that all .NET programming languages have access to the same class library, are translated to the same intermediate language and are executed by the same runtime system, you may wonder what, if anything, there is to choose between them. In this article, I shall be taking a close look at Microsoft’s two principal .NET languages, C# and VB.NET, in an attempt to answer this question. &lt;br /&gt;&lt;br /&gt;Choosing between C# and Visual Basic&lt;br /&gt;As far as the .NET Framework is concerned, all programming languages are pretty much equal. In the past, you may have evaluated languages on the basis of their compilation and execution efficiency or their editing, design and debugging tools. Most of these considerations are irrelevant when programming for .NET. Languages such as C#, VB.NET and others can, in principle, access the same classes and output the same MSIL code. When hosted by Visual Studio .NET, they even share the same development environment.&lt;br /&gt;     The really important differences between the languages are not to be found in their interaction with the runtime system but in the support they offer to the programmer. In short, the syntax, the structure and the clarity of the languages are paramount.&lt;br /&gt;     You only have to glance at some C# and VB.NET code to see some of the obvious differences. On the whole, C# is much terser than VB.NET. To take a simple example, consider the way in which the two languages delimit blocks of code. In common with other C-like languages such as C++ and Java, C# uses curly brace delimiters. VB.NET, by contrast, uses various keywords such as End If, End Sub and Next to terminate specific code blocks.&lt;br /&gt;     Some people would argue that the more verbose syntax of VB.NET makes the code clearer (more ‘self documenting’). On the other hand, it would equally well be argued that C# has the virtue of consistency, since curly braces are used to delimit everything and the built-in bracket matching tool makes it easy to find the braces at the start and end of each code block. Ultimately, this is a matter of personal preference which is likely to depend on your previous programming experience.&lt;br /&gt;     While it is generally true to characterise C# as the terser language, this is not invariably the case. When you need to read or write multiple properties of a single object, VB.NET provides the very useful with keyword. This lets you enter the object variable just once rather than repeatedly. This can often make VB.NET considerably less verbose than C#, as you can see in this example:&lt;br /&gt;&lt;br /&gt;’ Set TabPage properties in VB.NET&lt;br /&gt;With TabControl1.TabPages(0)&lt;br /&gt;  .BackColor = Color.Red&lt;br /&gt;  .BorderStyle = BorderStyle.Fixed3D&lt;br /&gt;  .ToolTipText = "Click Me!"&lt;br /&gt;  .Text = "Hello world"&lt;br /&gt;End With&lt;br /&gt;&lt;br /&gt;// Set TabPage properties in C#&lt;br /&gt;tabControl1.TabPages[0].BackColor = Color.Red;&lt;br /&gt;tabControl1.TabPages[0].BorderStyle = BorderStyle.Fixed3D;&lt;br /&gt;tabControl1.TabPages[0].ToolTipText = "Click Me!";&lt;br /&gt;tabControl1.TabPages[0].Text = "Hello world";&lt;br /&gt;&lt;br /&gt;For programmers with no previous experience of a C-like language, VB.NET code will, in most cases, be easier to understand than the C# equivalent. Take the example of a simple for loop. You could read this VB.NET version aloud and understand what it does:&lt;br /&gt;&lt;br /&gt;For i As Integer = 0 To 7&lt;br /&gt;  TabControl1.TabPages(i).Text = "Tab: " + i.ToString()&lt;br /&gt;Next i&lt;br /&gt;&lt;br /&gt;The same cannot be said of its C# equivalent:&lt;br /&gt;&lt;br /&gt;for(int i = 0;i &lt; 8; i++){&lt;br /&gt;  tabControl1.TabPages[i].Text = "Tab: " + i;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Incidentally, there are two interesting things to note in the code fragments shown above. First, experienced VB programmers may be surprised to see the declaration of i As Integer in the For loop. In previous versions of VB, the counter variable in a For loop had to be pre-declared. The other thing to note is that C# automatically converts the integer variable, i , to a string when it is concatenated using the + operator. VB.NET does not permit this. Instead it requires the variable to be explicitly converted using the ToString() method.&lt;br /&gt;&lt;br /&gt;Smooth Operators&lt;br /&gt;There are several non-intuitive or ambiguous features which C# has inherited from the C language. To take a simple example, C# allows programmers to increment or decrement the values of a variable by placing two plus ( ++ ) or minus ( -- ) characters either before or after the variable. The resulting value can then be assigned to some other variable. However, the effect of the assignment varies according to the position of the increment operators. If placed before the variable, the increment is done before the value is assigned. If placed after the variable, the value is assigned before the increment is done. Used carelessly, this can result in subtle bugs. The VB.NET syntax does not allow such ambiguity.&lt;br /&gt;     On the other hand, VB.NET has acquired some C-style operators which can be used for brevity. The += and -= operators, for instance, allow you to increment or decrement the value of a variable without having to repeat the variable name on the right-hand side of the assignment:&lt;br /&gt;&lt;br /&gt;x += y    ’ this is the same as x = x + y&lt;br /&gt;&lt;br /&gt;Other distinguishing features of the VB.NET and C# languages include the case sensitivity of C#. In VB.NET, a variable named MYVAR can also be written as myvar. In C#, these would be treated as two different variables. There are, of course, numerous syntactical differences ranging from the declaration of variables ( Dim VariableName As TypeName in VB.NET, TypeName VariableName; in C#) to the way in which statements are terminated (typically the end of a line in VB.NET and a semi-colon in C#).&lt;br /&gt;&lt;br /&gt;Better Safe Than Sorry?&lt;br /&gt;More significantly, C# gives programmers the option of using pointers. Pointers are variables which refer or ‘point’ to specific locations in memory. They are so widely used in C and C++ that many programmers may find it difficult to conceive of programming without them.&lt;br /&gt;     The trouble with pointers is that they are inherently unsafe. They make it easy to corrupt memory, overwrite data and crash your applications. C# discourages the use of pointers but does permit their use within blocks of code marked with the unsafe directive.&lt;br /&gt;     Code marked with the unsafe directive is ‘unmanaged’. This means that it is run as native machine code without benefiting from the services of the CLR. The use of pointers may be useful for certain special programming tasks that require the direct manipulation of memory or interaction with COM. In most cases, however, the .NET Framework provides all the services your program requires without having to resort to the hazards of unmanaged code. VB.NET is more restrictive than C# in this respect. It does not permit the use of unsafe code under any circumstances.&lt;br /&gt;     Even so, it is not quite true to say that pointers can never be used. VB.NET provides access to pointers using the IntPtr type. This allows a limited range of pointer operations. For example, an IntPtr variable can be used to store a handle to a file or a window.&lt;br /&gt;     If you prefer to program in VB.NET but have an occasional need to use pointers, you can, of course, add a C# or even a C++ project to your solution in order to do all the ‘dirty work’.&lt;br /&gt;&lt;br /&gt;Developer Support&lt;br /&gt;Aside from the features of the languages themselves, there are also several significant differences in the way in which they are supported by the Visual Studio .NET environment. The code editor provides more automatic formatting and IntelliSense code-completion for VB.NET than for C#. For example, to create a property in VB.NET you need only enter the keyword property and a name such as MyProp. When you press the Enter key, the editor generates all of the following code:&lt;br /&gt;&lt;br /&gt;Property MyProp()&lt;br /&gt;  Get&lt;br /&gt;  End Get&lt;br /&gt;  Set(ByVal Value)&lt;br /&gt;  End Set&lt;br /&gt;End Property&lt;br /&gt;&lt;br /&gt;In C# you would have to enter all the equivalent code for a property by hand.&lt;br /&gt;     The editor supplies many other types of automatic formatting for VB.NET. For example, it adjusts the capitalisation of keywords for consistency and it optionally reformats code by logically aligning statements, adding missing end quotes to strings, supplying parentheses to function calls and so on. The automatic formatting options available to C# are far less complete.&lt;br /&gt;&lt;br /&gt;[Image]&lt;br /&gt;&lt;br /&gt;The Visual Studio editor provides a number of automatic code formatting and completion options specifically for VB.NET. These can be disabled if you don’t like them.&lt;br /&gt;&lt;br /&gt;Making the choice&lt;br /&gt;In summary, when evaluating programming languages for .NET, the choice between C# and VB.NET is largely a matter of personal preference. In the past, VB may have been looked down upon by some developers who considered it to be inherently less powerful than other general purpose languages. But VB.NET is altogether a different beast from VB6. It is every bit as powerful as C#, it has full access to the .NET Framework and its compiled applications should generally be just as fast and efficient as similar applications written in C#.&lt;br /&gt;     The only major difference between the two languages is that C# can break out of the ‘managed’ world of .NET to support unsafe code should this be required. However unsafe code is, as its name suggests, inherently hazardous and you may feel that it is a good thing to avoid using it. Explicit use of pointers is seldom required when programming .NET. If you really feel that you cannot do without pointers, then C# would be a good choice of language. If you are happy to work within the managed world of .NET, then C# or VB.NET would be equally suitable for your purposes.&lt;br /&gt;     Of course, there are other .NET languages available too. At first sight, C++ might seem the most attractive choice for programmers with previous experience of that language. You need to be aware, however, that the .NET version of C++ is best used for manipulating unmanaged memory. In most cases, C# would be a better choice of .NET language for a programmer with C++ experience. Unlike C++, the C# language was specifically designed for the .NET Framework. It benefits from a simple syntax, garbage collection and type safety to eliminate many potential bugs.&lt;br /&gt;     For Java programmers, the J# language provides a Java-style alternative to C#. It offers the easiest migration path for projects developed using Microsoft’s Visual J++. However, bear in mind that the syntax of C# is also very similar to that of Java. Moreover, both Java and C# provide garbage collection to reclaim unused memory, they both avoid pointers by default and implement a simplified form of single-descent object orientation. Unless you have a particular reason for selecting J#, therefore, the C# language should generally be preferred.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4140142302462880131?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4140142302462880131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4140142302462880131' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4140142302462880131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4140142302462880131'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/07/vbnet-or-c-best-of-debate.html' title='VB.net or C#?: The Best of the Debate :)'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-4167906216628432110</id><published>2008-07-06T03:40:00.000-07:00</published><updated>2008-07-06T03:44:33.818-07:00</updated><title type='text'>A Very Vivid V</title><content type='html'>&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="Edit-Time-Data" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_editdata.mso"&gt;&lt;!--[if !mso]&gt; &lt;style&gt; v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} &lt;/style&gt; &lt;![endif]--&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CUser%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves&gt;false&lt;/w:TrackMoves&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Cambria; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073741899 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} h1 	{mso-style-priority:9; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-link:"Heading 1 Char"; 	mso-style-next:Normal; 	margin-top:24.0pt; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:0in; 	margin-bottom:.0001pt; 	line-height:115%; 	mso-pagination:widow-orphan lines-together; 	page-break-after:avoid; 	mso-outline-level:1; 	font-size:14.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#365F91; 	mso-themecolor:accent1; 	mso-themeshade:191; 	mso-font-kerning:0pt;} p.MsoHeader, li.MsoHeader, div.MsoHeader 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-link:"Header Char"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:center 3.25in right 6.5in; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoTitle, li.MsoTitle, div.MsoTitle 	{mso-style-priority:10; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-link:"Title Char"; 	mso-style-next:Normal; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:15.0pt; 	margin-left:0in; 	mso-add-space:auto; 	mso-pagination:widow-orphan; 	border:none; 	mso-border-bottom-alt:solid #4F81BD 1.0pt; 	mso-border-bottom-themecolor:accent1; 	padding:0in; 	mso-padding-alt:0in 0in 4.0pt 0in; 	font-size:26.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#17365D; 	mso-themecolor:text2; 	mso-themeshade:191; 	letter-spacing:.25pt; 	mso-font-kerning:14.0pt;} p.MsoTitleCxSpFirst, li.MsoTitleCxSpFirst, div.MsoTitleCxSpFirst 	{mso-style-priority:10; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-link:"Title Char"; 	mso-style-next:Normal; 	mso-style-type:export-only; 	margin:0in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	mso-pagination:widow-orphan; 	border:none; 	mso-border-bottom-alt:solid #4F81BD 1.0pt; 	mso-border-bottom-themecolor:accent1; 	padding:0in; 	mso-padding-alt:0in 0in 4.0pt 0in; 	font-size:26.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#17365D; 	mso-themecolor:text2; 	mso-themeshade:191; 	letter-spacing:.25pt; 	mso-font-kerning:14.0pt;} p.MsoTitleCxSpMiddle, li.MsoTitleCxSpMiddle, div.MsoTitleCxSpMiddle 	{mso-style-priority:10; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-link:"Title Char"; 	mso-style-next:Normal; 	mso-style-type:export-only; 	margin:0in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	mso-pagination:widow-orphan; 	border:none; 	mso-border-bottom-alt:solid #4F81BD 1.0pt; 	mso-border-bottom-themecolor:accent1; 	padding:0in; 	mso-padding-alt:0in 0in 4.0pt 0in; 	font-size:26.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#17365D; 	mso-themecolor:text2; 	mso-themeshade:191; 	letter-spacing:.25pt; 	mso-font-kerning:14.0pt;} p.MsoTitleCxSpLast, li.MsoTitleCxSpLast, div.MsoTitleCxSpLast 	{mso-style-priority:10; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-link:"Title Char"; 	mso-style-next:Normal; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:15.0pt; 	margin-left:0in; 	mso-add-space:auto; 	mso-pagination:widow-orphan; 	border:none; 	mso-border-bottom-alt:solid #4F81BD 1.0pt; 	mso-border-bottom-themecolor:accent1; 	padding:0in; 	mso-padding-alt:0in 0in 4.0pt 0in; 	font-size:26.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#17365D; 	mso-themecolor:text2; 	mso-themeshade:191; 	letter-spacing:.25pt; 	mso-font-kerning:14.0pt;} p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle 	{mso-style-priority:11; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-link:"Subtitle Char"; 	mso-style-next:Normal; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#4F81BD; 	mso-themecolor:accent1; 	letter-spacing:.75pt; 	font-style:italic;} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} span.Heading1Char 	{mso-style-name:"Heading 1 Char"; 	mso-style-priority:9; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:"Heading 1"; 	mso-ansi-font-size:14.0pt; 	mso-bidi-font-size:14.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#365F91; 	mso-themecolor:accent1; 	mso-themeshade:191; 	font-weight:bold;} span.TitleChar 	{mso-style-name:"Title Char"; 	mso-style-priority:10; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:Title; 	mso-ansi-font-size:26.0pt; 	mso-bidi-font-size:26.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#17365D; 	mso-themecolor:text2; 	mso-themeshade:191; 	letter-spacing:.25pt; 	mso-font-kerning:14.0pt;} span.SubtitleChar 	{mso-style-name:"Subtitle Char"; 	mso-style-priority:11; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:Subtitle; 	mso-ansi-font-size:12.0pt; 	mso-bidi-font-size:12.0pt; 	font-family:"Cambria","serif"; 	mso-ascii-font-family:Cambria; 	mso-ascii-theme-font:major-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:major-fareast; 	mso-hansi-font-family:Cambria; 	mso-hansi-theme-font:major-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:major-bidi; 	color:#4F81BD; 	mso-themecolor:accent1; 	letter-spacing:.75pt; 	font-style:italic;} span.HeaderChar 	{mso-style-name:"Header Char"; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:Header;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapedefaults ext="edit" spidmax="1027"&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapelayout ext="edit"&gt;   &lt;o:idmap ext="edit" data="1"&gt;  &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;i style=""&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt;Here's the introduction given by V to Evey in the movie "V for Vendetta" along with all the vocabulary building stuff. Enjoy!&lt;br /&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoSubtitle"&gt;&lt;b style=""&gt;&lt;span style="color: windowtext;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoSubtitle"&gt;&lt;b style=""&gt;&lt;span style="color: windowtext;"&gt;“Voilà! In view, a humble vaudevillian veteran, cast vicariously as both victim and villain by the vicissitudes of fate. This visage, no mere veneer of vanity, is a vestige of the vox populi, now vacant and vanished. However, this valorous visitation of a bygone vexation stands vivified, and has vowed to vanquish these venal and virulent vermin vanguarding vice and vouchsafing the violently vicious and voracious violation of volition! The only verdict is vengeance; a vendetta held as a votive, not in vain, for the value and veracity of such shall one day vindicate the vigilant and the virtuous. Verily, this vichyssoise of verbiage veers most verbose, so let me simply add that it's my very good honor to meet you and you may call me V.”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(79, 129, 189); border-width: medium medium 1pt; padding: 0in 0in 4pt;"&gt;  &lt;p class="MsoTitle"&gt;Meanings:&lt;/p&gt;  &lt;/div&gt;  &lt;h1&gt;Vaudevillian&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vaude·ville &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvȯd-vəl, ˈväd-, ˈvōd-, -ˌvil; ˈvȯ-də-, ˈvä-, ˈvō-\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;French, from Middle French, popular satirical song, alteration of &lt;i&gt;vaudevire,&lt;/i&gt; from &lt;i&gt;vau-de-Vire&lt;/i&gt; valley of Vire, town in northwest France where such songs were composed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1827&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; a light often comic theatrical piece frequently combining pantomime, dialogue, dancing, and song 2 &lt;b&gt;:&lt;/b&gt; stage entertainment consisting of various acts (as performing animals, comedians, or singers) &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vaude·vil·lian \ˌvȯd-ˈvil-yən, ˌväd-, ˌvōd-; ˌvȯ-də-, ˌvä-, ˌvō-\ &lt;i&gt;noun or adjective&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Veteran&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vet·er·an &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈve-tə-rən, ˈve-trən\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Latin &lt;i&gt;veteranus,&lt;/i&gt; from &lt;i&gt;veteranus,&lt;/i&gt; adjective, old, of long experience, from &lt;i&gt;veter-, vetus&lt;/i&gt; old — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/wether"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;wether&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1509&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a&lt;b&gt;:&lt;/b&gt; an old soldier of long service b&lt;b&gt;:&lt;/b&gt; a former member of the armed forces2&lt;b&gt;:&lt;/b&gt; a person of long experience usually in some occupation or skill (as politics or the arts)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— veteran &lt;i&gt;adjective&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vicariously&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vi·car·i·ous &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\vī-ˈker-ē-əs, və-\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adjective&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Latin &lt;i&gt;vicarius,&lt;/i&gt; from &lt;i&gt;vicis&lt;/i&gt; change, alternation, stead — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/week"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;week&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1637&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a&lt;b&gt;:&lt;/b&gt; serving instead of someone or something else b&lt;b&gt;:&lt;/b&gt; that has been delegated &lt;&lt;i&gt;vicarious&lt;/i&gt; authority&gt;2&lt;b&gt;:&lt;/b&gt; performed or suffered by one person as a substitute for another or to the benefit or advantage of another &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/substitutionary"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;substitutionary&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;a&gt;vicarious&lt;/i&gt; sacrifice&gt;3&lt;b&gt;:&lt;/b&gt; experienced or realized through imaginative or sympathetic participation in the experience of another4&lt;b&gt;:&lt;/b&gt; occurring in an unexpected or abnormal part of the body instead of the usual one &lt;&lt;i&gt;vicarious&lt;/i&gt; menstruation manifested by bleeding from the nose&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vi·car·i·ous·ly &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vi·car·i·ous·ness &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vicissitudes&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vi·cis·si·tude &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\və-ˈsi-sə-ˌtüd, vī-, -ˌtyüd\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle French, from Latin &lt;i&gt;vicissitudo,&lt;/i&gt; from &lt;i&gt;vicissim&lt;/i&gt; in turn, from &lt;i&gt;vicis&lt;/i&gt; change, alternation — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/week"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;week&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;circa 1576&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a&lt;b&gt;:&lt;/b&gt; the quality or state of being changeable &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/mutability"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;mutability&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; b&lt;b&gt;:&lt;/b&gt; natural change or mutation visible in nature or in human affairs2 a&lt;b&gt;:&lt;/b&gt; a favorable or unfavorable event or situation that occurs by chance &lt;b&gt;:&lt;/b&gt; a fluctuation of state or condition &lt;the&gt;vicissitudes&lt;/i&gt; of daily life&gt; b&lt;b&gt;:&lt;/b&gt; a difficulty or hardship attendant on a way of life, a career, or a course of action and usually beyond one's control c&lt;b&gt;:&lt;/b&gt; alternating change &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/succession"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;succession&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vestige&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ves·tige &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈves-tij\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English, from Middle French, from Latin &lt;i&gt;vestigium&lt;/i&gt; footstep, footprint, track, vestige&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;15th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a (1)&lt;b&gt;:&lt;/b&gt; a trace, mark, or visible sign left by something (as an ancient city or a condition or practice) vanished or lost (2)&lt;b&gt;:&lt;/b&gt; the smallest quantity or trace b&lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/footprint"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;footprint&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 12&lt;b&gt;:&lt;/b&gt; a bodily part or organ that is small and degenerate or imperfectly developed in comparison to one more fully developed in an earlier stage of the individual, in a past generation, or in closely related forms&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;synonyms&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; see &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/trace"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;trace&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ves·ti·gial \ve-ˈsti-jē-əl, -jəl\ &lt;i&gt;adjective&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ves·ti·gial·ly &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vox Populi&lt;/h1&gt;  &lt;p class="MsoNormal"&gt;a &lt;a href="http://en.wikipedia.org/wiki/Latin" title="Latin"&gt;Latin&lt;/a&gt; phrase that literally means &lt;i&gt;voice of the people&lt;/i&gt;, is a term often used in &lt;a href="http://en.wikipedia.org/wiki/Broadcasting" title="Broadcasting"&gt;broadcasting&lt;/a&gt; for &lt;a href="http://en.wikipedia.org/wiki/Interview" title="Interview"&gt;interviews&lt;/a&gt; of members of the "general public". Often quoted as, &lt;b&gt;&lt;i&gt;Vox populi, vox dei&lt;/i&gt;&lt;/b&gt;, "The voice of the people is the voice of God", is an old proverb often erroneously attributed to &lt;a href="http://en.wikipedia.org/wiki/William_of_Malmesbury" title="William of Malmesbury"&gt;William of Malmesbury&lt;/a&gt; in the &lt;a href="http://en.wikipedia.org/wiki/Twelfth_century" title="Twelfth century"&gt;twelfth century&lt;/a&gt;.&lt;/p&gt;  &lt;h1&gt;Valorous&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;val·or·ous &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈva-lə-rəs\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adjective&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;15th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/valiant"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;valiant&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— val·or·ous·ly &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Visitation&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vis·i·ta·tion &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˌvi-zə-ˈtā-shən\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;14th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1&lt;b&gt;:&lt;/b&gt; an instance of visiting: as a&lt;b&gt;:&lt;/b&gt; an official &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/visit"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;visit&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; (as for inspection) b&lt;b&gt;:&lt;/b&gt; &lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/wake"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;wake&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 3 c&lt;b&gt;:&lt;/b&gt; temporary custody of a child granted to a noncustodial parent &lt;&lt;i&gt;visitation&lt;/i&gt; rights&gt; 2 a&lt;b&gt;:&lt;/b&gt; a special dispensation of divine favor or wrath b&lt;b&gt;:&lt;/b&gt; a severe trial &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/affliction"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;affliction&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;3&lt;i&gt;capitalized&lt;/i&gt; &lt;b&gt;:&lt;/b&gt; the &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/visit"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;visit&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; of the Virgin Mary to Elizabeth recounted in Luke and celebrated July 2 by a Christian feast&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vexation&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vex·a·tion &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\vek-ˈsā-shən\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;15th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; the act of harassing or vexing &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/troubling"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;troubling&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 2 &lt;b&gt;:&lt;/b&gt; the quality or state of being vexed &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/irritation"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;irritation&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 3 &lt;b&gt;:&lt;/b&gt; a cause of trouble &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/affliction"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;affliction&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vivified&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;viv·i·fy &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvi-və-ˌfī\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;transitive verb&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Inflected Form(s):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;viv·i·fied; viv·i·fy·ing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English &lt;i&gt;vivifien&lt;/i&gt; to nourish, from Anglo-French &lt;i&gt;vivifier&lt;/i&gt; to give life to, from Late Latin &lt;i&gt;vivificare,&lt;/i&gt; from Latin &lt;i&gt;vivificus&lt;/i&gt; enlivening, from &lt;i&gt;vivus&lt;/i&gt; alive — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/quick"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;quick&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;14th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; to endow with life or renewed life &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/animate"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;animate&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;rains&gt;vivify&lt;/i&gt; the barren hills&gt; 2 &lt;b&gt;:&lt;/b&gt; to impart vitality or vividness to &lt;concentrating&gt;vivifies&lt;/i&gt; both — John Dewey&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;synonyms&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; see &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/quicken"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;quicken&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— viv·i·fi·ca·tion \ˌvi-və-fə-ˈkā-shən\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— viv·i·fi·er \ˈvi-və-ˌfī(-ə)r\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Venal&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ve·nal &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvē-n&lt;sup&gt;ə&lt;/sup&gt;l\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adjective&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Latin &lt;i&gt;venalis,&lt;/i&gt; from &lt;i&gt;venum&lt;/i&gt; (accusative) sale; akin to Greek &lt;i&gt;ōneisthai&lt;/i&gt; to buy, Sanskrit &lt;i&gt;vasna&lt;/i&gt; price&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1652&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1&lt;b&gt;:&lt;/b&gt; capable of being bought or obtained for money or other valuable consideration &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/purchasable"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;purchasable&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;; &lt;i&gt;especially&lt;/i&gt; &lt;b&gt;:&lt;/b&gt; open to corrupt influence and especially bribery &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/mercenary"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;mercenary&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;a&gt;venal&lt;/i&gt; legislator&gt;2&lt;b&gt;:&lt;/b&gt; originating in, characterized by, or associated with corrupt bribery &lt;a&gt;venal&lt;/i&gt; arrangement with the police&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ve·nal·i·ty \vi-ˈna-lə-tē\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ve·nal·ly \ˈvē-n&lt;sup&gt;ə&lt;/sup&gt;l-ē\ &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Virulent&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vir·u·lent &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvir-ə-lənt, ˈvir-yə-\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adjective&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English, from Latin &lt;i&gt;virulentus,&lt;/i&gt; from &lt;i&gt;virus&lt;/i&gt; poison&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;14th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a&lt;b&gt;:&lt;/b&gt; marked by a rapid, severe, and destructive course &lt;a&gt;virulent&lt;/i&gt; infection&gt; b&lt;b&gt;:&lt;/b&gt; able to overcome bodily defensive mechanisms &lt;b&gt;:&lt;/b&gt; markedly pathogenic &lt;&lt;i&gt;virulent&lt;/i&gt; bacteria&gt;2&lt;b&gt;:&lt;/b&gt; extremely poisonous or venomous3&lt;b&gt;:&lt;/b&gt; full of malice &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/malignant"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;malignant&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;&lt;i&gt;virulent&lt;/i&gt; racists&gt;4&lt;b&gt;:&lt;/b&gt; objectionably harsh or strong &lt;&lt;i&gt;virulent&lt;/i&gt; criticism&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vir·u·lent·ly &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vermin&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ver·min &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvər-mən\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Inflected Form(s):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;plural&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; vermin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English, from Anglo-French &lt;i&gt;vermin, vermine,&lt;/i&gt; from &lt;i&gt;verm&lt;/i&gt; worm, from Latin &lt;i&gt;vermis&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;14th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a&lt;b&gt;:&lt;/b&gt; small common harmful or objectionable animals (as lice or fleas) that are difficult to control b&lt;b&gt;:&lt;/b&gt; birds and mammals that prey on game c&lt;b&gt;:&lt;/b&gt; animals that at a particular time and place compete (as for food) with humans or domestic animals2&lt;b&gt;:&lt;/b&gt; an offensive person&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vanguarding&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;van·guard &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvan-ˌgärd &lt;i&gt;also&lt;/i&gt; ˈvaŋ-\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English &lt;i&gt;vauntgard,&lt;/i&gt; from Anglo-French &lt;i&gt;vantgarde, avantgarde,&lt;/i&gt; from &lt;i&gt;avant-&lt;/i&gt; fore- (from &lt;i&gt;avant&lt;/i&gt; before, from Late Latin &lt;i&gt;abante&lt;/i&gt;) + &lt;i&gt;garde&lt;/i&gt; guard — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/advance"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;advance&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;15th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; the troops moving at the head of an army 2 &lt;b&gt;:&lt;/b&gt; the forefront of an action or movement &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— van·guard·ism \-ˌgär-ˌdi-zəm\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— van·guard·ist \-dist\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vouchsafing&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vouch·safe &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\vau̇ch-ˈsāf, ˈvau̇ch-ˌ\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;transitive verb&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Inflected Form(s):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vouch·safed; vouch·saf·ing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English &lt;i&gt;vouchen sauf&lt;/i&gt; to grant, consent, deign, from Anglo-French &lt;i&gt;voucher salf&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;14th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 a&lt;b&gt;:&lt;/b&gt; to grant or furnish often in a gracious or condescending manner b&lt;b&gt;:&lt;/b&gt; to give by way of reply &lt;refused&gt;vouchsafe&lt;/i&gt; an explanation&gt;2&lt;b&gt;:&lt;/b&gt; to grant as a privilege or special favor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;synonyms&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; see &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/grant"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;grant&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vouch·safe·ment \vau̇ch-ˈsāf-mənt\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Volition&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vo·li·tion &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\vō-ˈli-shən, və-\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;French, from Medieval Latin &lt;i&gt;volition-, volitio,&lt;/i&gt; from Latin &lt;i&gt;vol-&lt;/i&gt; (stem of &lt;i&gt;velle&lt;/i&gt; to will, wish) + &lt;i&gt;-ition-, -itio&lt;/i&gt; (as in Latin &lt;i&gt;position-, positio&lt;/i&gt; position) — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/will"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;will&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1615&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1&lt;b&gt;:&lt;/b&gt; an act of making a choice or decision; &lt;i&gt;also&lt;/i&gt; &lt;b&gt;:&lt;/b&gt; a choice or decision made2&lt;b&gt;:&lt;/b&gt; the power of choosing or determining &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/will"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;will&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vo·li·tion·al \-ˈlish-nəl, -ˈli-shə-n&lt;sup&gt;ə&lt;/sup&gt;l\ &lt;i&gt;adjective&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vendetta&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ven·det·ta &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ven-ˈde-tə\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Italian, literally, revenge, from Latin &lt;i&gt;vindicta&lt;/i&gt; — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/vindictive"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vindictive&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1855&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/blood+feud"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;blood feud&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 2 &lt;b&gt;:&lt;/b&gt; an often prolonged series of retaliatory, vengeful, or hostile acts or exchange of such acts &lt;waged&gt;vendetta&lt;/i&gt; against those who opposed his nomination&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Votive&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vo·tive &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvō-tiv\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adjective&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Latin &lt;i&gt;votivus,&lt;/i&gt; from &lt;i&gt;votum&lt;/i&gt; vow&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1597&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; consisting of or expressing a vow, wish, or desire &lt;a&gt;votive&lt;/i&gt; prayer&gt; 2 &lt;b&gt;:&lt;/b&gt; offered or performed in fulfillment of a vow or in gratitude or devotion &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vo·tive·ly &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vo·tive·ness &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Veracity&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ve·rac·i·ty &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\və-ˈra-sə-tē\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Inflected Form(s):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;plural&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; ve·rac·i·ties&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;circa 1623&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; devotion to the truth &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/truthfulness"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;truthfulness&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 2 &lt;b&gt;:&lt;/b&gt; power of conveying or perceiving truth 3 &lt;b&gt;:&lt;/b&gt; conformity with truth or fact &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/accuracy"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;accuracy&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 4 &lt;b&gt;:&lt;/b&gt; something true &lt;makes&gt;veracities&lt;/i&gt;&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vindicate&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vin·di·cate &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvin-də-ˌkāt\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;transitive verb&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Inflected Form(s):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vin·di·cat·ed; vin·di·cat·ing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Latin &lt;i&gt;vindicatus,&lt;/i&gt; past participle of &lt;i&gt;vindicare&lt;/i&gt; to lay claim to, avenge, from &lt;i&gt;vindic-, vindex&lt;/i&gt; claimant, avenger&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;circa 1571&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1&lt;i&gt;obsolete&lt;/i&gt; &lt;b&gt;:&lt;/b&gt; to set free &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/deliver"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;deliver&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;2&lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/avenge"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;avenge&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;3 a&lt;b&gt;:&lt;/b&gt; to free from allegation or blame b (1)&lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/confirm"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;confirm&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;, &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/substantiate"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;substantiate&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; (2)&lt;b&gt;:&lt;/b&gt; to provide justification or defense for &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/justify"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;justify&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; c&lt;b&gt;:&lt;/b&gt; to protect from attack or encroachment &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/defend"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;defend&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;4&lt;b&gt;:&lt;/b&gt; to maintain a right to&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;synonyms&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; see &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/exculpate"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;exculpate&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;, &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/maintain"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;maintain&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— vin·di·ca·tor \-ˌkā-tər\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Verily&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ver·i·ly &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈver-ə-lē\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adverb&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Middle English &lt;i&gt;verraily,&lt;/i&gt; from &lt;i&gt;verray&lt;/i&gt; very&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;14th century&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; in truth &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/certainly"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;certainly&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; 2 &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/truly"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;truly&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;, &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/confidently"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;confidently&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Vichyssoise&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;vi·chys·soise &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˌvi-shē-ˈswäz, ˌvē-\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;French, from feminine of &lt;i&gt;vichyssois&lt;/i&gt; of Vichy, from &lt;i&gt;Vichy,&lt;/i&gt; France&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1939&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; a soup typically made of pureed leeks or onions and potatoes, cream, and chicken stock and usually served cold &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;Verbiage&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ver·biage &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\ˈvər-bē-ij &lt;i&gt;also&lt;/i&gt; -bij\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;noun&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;French, from Middle French &lt;i&gt;verbier&lt;/i&gt; to chatter, alteration of Old French &lt;i&gt;verboier, verbloier,&lt;/i&gt; from Old French (Picard dialect) &lt;i&gt;werbler&lt;/i&gt; to trill — more at &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/warble"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;warble&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;circa 1721&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1 &lt;b&gt;:&lt;/b&gt; a profusion of words usually of little or obscure content &lt;such&gt;verbiage&lt;/i&gt; as a typical party platform — Marcia Davenport&gt; 2 &lt;b&gt;:&lt;/b&gt; manner of expressing oneself in words &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/diction"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;diction&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;sportswriters&gt;verbiage&lt;/i&gt; so jealously — R. A. Sokolov&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h1&gt;verbose&lt;/h1&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Main Entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;ver·bose &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Pronunciation:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;\(ˌ)vər-ˈbōs\ &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Function:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;adjective&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Etymology:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Latin &lt;i&gt;verbosus,&lt;/i&gt; from &lt;i&gt;verbum&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;Date:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1672&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;1&lt;b&gt;:&lt;/b&gt; containing more words than necessary &lt;b&gt;:&lt;/b&gt; &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/wordy"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;wordy&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; &lt;a&gt;verbose&lt;/i&gt; reply&gt;; &lt;i&gt;also&lt;/i&gt; &lt;b&gt;:&lt;/b&gt; impaired by wordiness &lt;a&gt;verbose&lt;/i&gt; style&gt;2&lt;b&gt;:&lt;/b&gt; given to wordiness &lt;a&gt;verbose&lt;/i&gt; orator&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;synonyms&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt; see &lt;/span&gt;&lt;a href="http://www.merriam-webster.com/dictionary/wordy"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;wordy&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ver·bose·ly &lt;i&gt;adverb&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ver·bose·ness &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;"&gt;— ver·bos·i·ty \-ˈbä-sə-tē\ &lt;i&gt;noun&lt;/i&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color windowtext; border-width: medium medium 1pt; padding: 0in 0in 1pt;"&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Word Meanings Brought to you from:&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"&gt;  &lt;v:stroke joinstyle="miter"&gt;  &lt;v:formulas&gt;   &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;   &lt;v:f eqn="sum @0 1 0"&gt;   &lt;v:f eqn="sum 0 0 @1"&gt;   &lt;v:f eqn="prod @2 1 2"&gt;   &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;   &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @0 0 1"&gt;   &lt;v:f eqn="prod @6 1 2"&gt;   &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;   &lt;v:f eqn="sum @8 21600 0"&gt;   &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;   &lt;v:f eqn="sum @10 21600 0"&gt;  &lt;/v:formulas&gt;  &lt;v:path extrusionok="f" gradientshapeok="t" connecttype="rect"&gt;  &lt;o:lock ext="edit" aspectratio="t"&gt; &lt;/v:shapetype&gt;&lt;v:shape id="Picture_x0020_85" spid="_x0000_s1026" type="#_x0000_t75" style="'position:absolute;margin-left:0;margin-top:0;width:98.25pt;height:146.25pt;"&gt;  &lt;v:imagedata src="file:///C:\Users\User\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png" title=""&gt;  &lt;w:wrap type="square"&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src="file:///C:/Users/User/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg" shapes="Picture_x0020_85" align="left" height="195" hspace="12" width="131" /&gt;&lt;!--[endif]--&gt;Merriam-Webster Home: &lt;a href="http://www.merriam-webster.com/"&gt;http://www.merriam-webster.com/&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style=""&gt;                                               &lt;/span&gt;&lt;a href="http://www.m-w.com/"&gt;http://www.m-w.com/&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;Compiled by Siddharth Mankad ( &lt;a href="http://sid89.blogspot.com/"&gt;http://sid89.blogspot.com&lt;/a&gt; )&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;br /&gt; &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-4167906216628432110?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/4167906216628432110/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=4167906216628432110' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4167906216628432110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/4167906216628432110'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/07/very-vivid-v.html' title='A Very Vivid V'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-6022592349999318490</id><published>2008-06-25T06:34:00.001-07:00</published><updated>2008-06-25T06:34:22.609-07:00</updated><title type='text'>All about BluRay</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Hi folks. here's stuff I read about Blu-Ray from the official Blu-Ray Website ( http://www.blu-ray.com ):&lt;br/&gt;&lt;br/&gt;&lt;h2&gt;Blu-ray Disc&lt;/h2&gt;&lt;br/&gt;&lt;br/&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	&lt;br /&gt;		&lt;img height='103' width='200' align='right' style='margin-left: 10px;' alt='Blu-ray Disc' src='http://www.blu-ray.com/images/bluray.gif' ilo-full-src='http://www.blu-ray.com/images/bluray.gif'/&gt;&lt;br /&gt;&lt;br /&gt;		&lt;br /&gt;			&lt;b&gt;Blu-ray&lt;/b&gt;,&lt;br /&gt;also known as Blu-ray Disc (BD), is the name of a next-generation&lt;br /&gt;optical disc format jointly developed by the Blu-ray Disc Association&lt;br /&gt;(BDA), a group of the world's leading consumer electronics, personal&lt;br /&gt;computer and media manufacturers (including Apple, Dell, Hitachi, HP,&lt;br /&gt;JVC, LG, Mitsubishi, Panasonic, Pioneer, Philips, Samsung, Sharp, Sony,&lt;br /&gt;TDK and Thomson). The format was developed to enable recording,&lt;br /&gt;rewriting and playback of high-definition video (HD), as well as&lt;br /&gt;storing large amounts of data. The format offers more than five times&lt;br /&gt;the storage capacity of traditional DVDs and can hold up to 25GB on a&lt;br /&gt;single-layer disc and 50GB on a dual-layer disc. This extra capacity&lt;br /&gt;combined with the use of advanced video and audio codecs will offer&lt;br /&gt;consumers an unprecedented HD experience. &lt;br/&gt;&lt;br/&gt; While current optical disc technologies such as DVD,&lt;br /&gt;DVD±R, DVD±RW, and DVD-RAM rely on a red laser to read and write data,&lt;br /&gt;the new format uses a blue-violet laser instead, hence the name&lt;br /&gt;Blu-ray. Despite the different type of lasers used, Blu-ray products&lt;br /&gt;can easily be made backwards compatible with CDs and DVDs through the&lt;br /&gt;use of a BD/DVD/CD compatible optical pickup unit. The benefit of using&lt;br /&gt;a blue-violet laser (405nm) is that it has a shorter wavelength than a&lt;br /&gt;red laser (650nm), which makes it possible to focus the laser spot with&lt;br /&gt;even greater precision. This allows data to be packed more tightly and&lt;br /&gt;stored in less space, so it's possible to fit more data on the disc&lt;br /&gt;even though it's the same size as a CD/DVD. This together with the&lt;br /&gt;change of numerical aperture to 0.85 is what enables Blu-ray Discs to&lt;br /&gt;hold 25GB/50GB. &lt;br/&gt;&lt;br/&gt; Blu-ray is currently supported by more than 180 of the&lt;br /&gt;world's leading consumer electronics, personal computer, recording&lt;br /&gt;media, video game and music companies. The format also has broad&lt;br /&gt;support from the major movie studios as a successor to today's DVD&lt;br /&gt;format. In fact, seven of the eight major movie studios (Disney, Fox,&lt;br /&gt;Warner, Paramount, Sony, Lionsgate and MGM) have released movies in the&lt;br /&gt;Blu-ray format and six of them (Disney, Fox, Sony, Warner, Lionsgate&lt;br /&gt;and MGM) are releasing their movies exclusively in the Blu-ray format.&lt;br /&gt;Many studios have also announced that they will begin releasing new&lt;br /&gt;feature films on Blu-ray Disc day-and-date with DVD, as well as a&lt;br /&gt;continuous slate of catalog titles every month. For more information&lt;br /&gt;about Blu-ray movies, check out our &lt;a href='http://www.blu-ray.com/movies/'&gt;Blu-ray movies&lt;/a&gt; and &lt;a href='http://www.blu-ray.com/movies/'&gt;Blu-ray reviews&lt;/a&gt;&lt;br /&gt;section which offers information about new and upcoming Blu-ray&lt;br /&gt;releases, as well as what movies are currently available in the Blu-ray&lt;br /&gt;format. &lt;br/&gt;&lt;br/&gt;&lt;br /&gt;&lt;br /&gt;			For more information about Blu-ray, please see our &lt;a href='http://www.blu-ray.com/faq/'&gt;Blu-ray FAQ&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15076940-6022592349999318490?l=sid89.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sid89.blogspot.com/feeds/6022592349999318490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15076940&amp;postID=6022592349999318490' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6022592349999318490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15076940/posts/default/6022592349999318490'/><link rel='alternate' type='text/html' href='http://sid89.blogspot.com/2008/06/all-about-bluray.html' title='All about BluRay'/><author><name>Mustang89</name><uri>http://www.blogger.com/profile/15348607786903578500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15076940.post-3416978688875268725</id><published>2008-05-10T18:35:00.001-07:00</published><updated>2008-05-10T18:35:50.081-07:00</updated><title type='text'>Hypothesis Tests (from Wikipedia)</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;table cellspacing='0' cellpadding='5' border='1'&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Name&lt;/td&gt;&lt;br /&gt;&lt;td&gt;Formula&lt;/td&gt;&lt;br /&gt;&lt;td&gt;Assumptions&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;One-sample &lt;a title='Z-test' href='http://en.wikipedia.org/wiki/Z-test'&gt;z-test&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;img src='http://upload.wikimedia.org/math/7/3/8/738bb0216860a36231c0b7745e2d2e3d.png' alt='z=\frac{\overline{x}-\mu_0}{\frac{\sigma}{\sqrt{n}}}' class='tex' ilo-full-src='http://upload.wikimedia.org/math/7/3/8/738bb0216860a36231c0b7745e2d2e3d.png'/&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;(Normal distribution &lt;b&gt;or&lt;/b&gt; &lt;i&gt;n&lt;/i&gt; &amp;amp;gt; 30) &lt;b&gt;and&lt;/b&gt; σ known.&lt;br/&gt;&lt;br /&gt;&lt;p&gt;(&lt;i&gt;z&lt;/i&gt; is the distance from the mean in standard deviations. It&lt;br /&gt;is possible to calculate a minimum proportion of a population that&lt;br /&gt;falls within &lt;i&gt;n&lt;/i&gt; standard deviations (see: &lt;i&gt;&lt;a title='Chebyshev&amp;apos;s inequality' href='http://en.wikipedia.org/wiki/Chebyshev%27s_inequality'&gt;Chebyshev's inequality&lt;/a&gt;&lt;/i&gt;).&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt
