<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.. Library of WONDERS ..</title>
	<atom:link href="http://girliemangalo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://girliemangalo.wordpress.com</link>
	<description>Chronicles of my learning on Software Quality Assurance, Technology and Books I read...</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:28:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='girliemangalo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9e3fabd581906ca89f3919aa06a84e4b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>.. Library of WONDERS ..</title>
		<link>http://girliemangalo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://girliemangalo.wordpress.com/osd.xml" title=".. Library of WONDERS .." />
	<atom:link rel='hub' href='http://girliemangalo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Testing versus Checking</title>
		<link>http://girliemangalo.wordpress.com/2012/01/26/testing_versus_checking/</link>
		<comments>http://girliemangalo.wordpress.com/2012/01/26/testing_versus_checking/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:06:00 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[checking]]></category>
		<category><![CDATA[michael bolton]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=985</guid>
		<description><![CDATA[I stumble upon this blog post Testing vs. Checking by Michael Bolton which I found very interesting and a fundamental for software testers.  I tried to summarize it and place it in a table to see the distinction clearly. Checking Testing confirming existing beliefs finding new information a process of confirmation, verification, and validation a process [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=985&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I stumble upon this blog post <a href="http://www.developsense.com/blog/2009/08/testing-vs-checking/">Testing vs. Checking</a> by Michael Bolton which I found very interesting and a fundamental for software testers.  I tried to summarize it and place it in a table to see the distinction clearly.</p>
<table border="0" rules="NONE" cellspacing="0">
<col width="289" />
<col width="301" />
<tbody>
<tr>
<td align="CENTER" width="289" height="17"><strong><span style="font-family:arial;">Checking </span></strong></td>
<td align="CENTER" width="301"><strong><span style="font-family:arial;">Testing</span></strong></td>
</tr>
<tr>
<td align="LEFT" height="17"><span style="font-family:arial;">confirming existing beliefs</span></td>
<td align="LEFT"><span style="font-family:arial;">finding new information</span></td>
</tr>
<tr>
<td align="LEFT" height="32"><span style="font-family:arial;">a process of confirmation, verification, and validation</span></td>
<td align="LEFT"><span style="font-family:arial;">a process of exploration, discovery, investigation, and learning</span></td>
</tr>
<tr>
<td align="LEFT" height="47"><span style="font-family:arial;">focused on making sure that the program doesn’t fail</span></td>
<td align="LEFT"><span style="font-family:arial;">focused on “learning sufficiently everything that matters about how the program works and about how it might not work.” – James Bach</span></td>
</tr>
<tr>
<td align="LEFT" height="136"><span style="font-family:arial;">We are checking when:<br />
* we’ve made a change to the code and we want to make sure that everything that worked before still works. When we have an assumption that’s important, we check to make sure the assumption holds.<br />
* developers write and modify their code, creating automated routines that they run frequently to check to make sure that the code hasn’t broken</span></td>
<td align="LEFT"><span style="font-family:arial;">We are testing when:<br />
* we configure, operate, and observe a product with the intention of evaluating it, or with the intention of recognizing a problem that we hadn’t anticipated<br />
* when we’re trying to find out about the extents and limitations of the product and its design, and when we’re largely driven by questions that haven’t been answered or even asked before</span></td>
</tr>
<tr>
<td align="LEFT" height="32"><span style="font-family:arial;">A check provides a binary result—true or false, yes or no</span></td>
<td align="LEFT"><span style="font-family:arial;">A test has an open-ended result</span></td>
</tr>
<tr>
<td align="LEFT" height="32"><span style="font-family:arial;">is all about asking and answering the question, “Does this assertion pass or fail?”</span></td>
<td align="LEFT"><span style="font-family:arial;">is about asking and answering the question “Is there a problem here?”</span></td>
</tr>
<tr>
<td align="LEFT" height="32"><span style="font-family:arial;">checking can prove the presence of bugs, but not their absence</span></td>
<td align="LEFT"><span style="font-family:arial;">the process of finding out whether our checks have been good enough</span></td>
</tr>
<tr>
<td align="LEFT" height="32"><span style="font-family:arial;">machine-decidable and are, in and of themselves, value-neutral</span></td>
<td align="LEFT"><span style="font-family:arial;">requires human, which makes it a sapient process</span></td>
</tr>
<tr>
<td align="LEFT" height="62"><span style="font-family:arial;">when done by a programmer, is mostly a quality assurance practice. The quality assurance angle: a programmer helps to assure the quality of his work by checking it.</span></td>
<td align="LEFT"><span style="font-family:arial;">is not quality assurance, but acts in service to it; we supply information to programmers and managers who have the authority to make decisions about the project.</span></td>
</tr>
<tr>
<td align="LEFT" height="62"><span style="font-family:arial;"><br />
</span></td>
<td align="LEFT"><span style="font-family:arial;">“questioning a product in order to evaluate it.” &#8211;James Bach. Evaluation of a product doesn’t assure its quality, but it can inform decisions that will have an impact on quality.</span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="0" rules="NONE" cellspacing="0">
<col width="289" />
<col width="301" />
<tbody>
<tr>
<td align="CENTER" width="289" height="17"><strong><em><span style="font-family:arial;">Checkers</span></em></strong></td>
<td align="CENTER" width="301"><strong><em><span style="font-family:arial;">Testers</span></em></strong></td>
</tr>
<tr>
<td align="LEFT" height="47"><span style="font-family:arial;">A person who needs a clear, complete, up-to-date, unambiguous specification to proceed</span></td>
<td align="LEFT"><span style="font-family:arial;">Does not require the certainty of a perfect specification to make useful observations and inferences about the product</span></td>
</tr>
<tr>
<td align="LEFT" height="62"><span style="font-family:arial;">A person who needs a test script to proceed</span></td>
<td align="LEFT"><span style="font-family:arial;">His job is to discover information; often that information is in terms of inconsistencies between what people think and what’s true in reality</span></td>
</tr>
<tr>
<td align="LEFT" height="62"><span style="font-family:arial;">A person who does nothing but to compare a program against some reference</span></td>
<td align="LEFT"><span style="font-family:arial;">A tester’s task might be to reveal problems that occur when our excellent code calls buggy code in someone else’s library, for which we don’t have a specification</span></td>
</tr>
</tbody>
</table>
<p>Though people may or may not agree with this, it made me understand where to draw the line. =) Thanks Michael!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/985/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=985&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2012/01/26/testing_versus_checking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>Helpful Unix Commands</title>
		<link>http://girliemangalo.wordpress.com/2011/12/15/helpful-unix-commands/</link>
		<comments>http://girliemangalo.wordpress.com/2011/12/15/helpful-unix-commands/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 05:54:10 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[qa]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=973</guid>
		<description><![CDATA[Below are the helpful Unix commands I learned when we handled SHINE project, where part of our QA task is to checkout/update the latest SVN codes, run maven and jetty in order for us to setup a local build and run our Selenium scripts. 1. ps aux &#8211; ps short for &#8220;process status&#8221; displays all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=973&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below are the helpful Unix commands I learned when we handled SHINE project, where part of our QA task is to checkout/update the latest SVN codes, run maven and jetty in order for us to setup a local build and run our Selenium scripts.</p>
<p><strong>1. ps aux</strong> &#8211; ps short for &#8220;process status&#8221; displays all the currently-running processes in the terminal</p>
<p>aux is an option where:<br />
&#8220;a&#8221; lists all processes on a terminal, including those of other users,<br />
&#8220;u&#8221; adds a column for the controlling user for each process, and<br />
&#8220;x&#8221; lists all processes without controlling terminals</p>
<p><strong>2. grep</strong> &#8211; searches files or string that matches the given expression</p>
<p>e.g.<br />
grep &#8220;id=inputaddress&#8221; *.pl &#8211; searches all files with &#8220;.pl&#8221; extension and returns files with string &#8220;id=inputaddress&#8221;</p>
<p><strong>3. pipe &#8220;|&#8221;</strong> &#8211; allows you to execute number of commands in sequence</p>
<p>e.g.<br />
ps aux | grep jetty &#8211; displays all the currently-running processes in the terminal and filters the jetty process</p>
<p>output:<br />
exist     7712  0.0  0.0   8952   876 pts/0    S+   18:21   0:00 grep &#8211;color=auto jetty</p>
<p><strong>4. kill</strong>  &#8211; sends termination signal, which requests that the process exit.</p>
<p>In our project we frequently used the command &#8220;kill -9&#8243; everytime our scripts hang and Google taught me that there are several ways to kill a task. Based on our output in item #3 let&#8217;s try to kill the jetty process with process ID 7712:</p>
<p>e.g.<br />
-9 and -KILL are options to send SIGKILL, a signal sent to a process to cause it to terminate immediately<br />
kill -9 7712<br />
kill -KILL 7712</p>
<p>-15 and -TERM are options for SIGTERM, a signal sent to a process to request its termination. This signal can do useful cleanup operations (e.g. saving configuration information to a file) before quitting<br />
kill -15 7712<br />
kill -TERM 7712</p>
<p><strong>5. dpkg -L {package}</strong> &#8211; List where files/package are installed</p>
<p>e.g.<br />
dpkg -L maven2 &#8211; list where Maven is installed</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/973/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=973&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/12/15/helpful-unix-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl-Selenium Helpful String Manipulations</title>
		<link>http://girliemangalo.wordpress.com/2011/11/28/perl-selenium-helpful-string-manipulations/</link>
		<comments>http://girliemangalo.wordpress.com/2011/11/28/perl-selenium-helpful-string-manipulations/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 06:45:49 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=955</guid>
		<description><![CDATA[Below are the string functions I found helpful during scripting in my current project using Selenium in Perl language: Split(/PATTERN/,EXPR) - Splits the string EXPR into a list of strings based on given PATTERN and returns that list. # Scenario: Clicking Email link opens new window. Verify new location/URL displayed is correct # Email element: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=955&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below are the string functions I found helpful during scripting in my current project using Selenium in Perl language:</p>
<p><strong>Split(<strong>/PATTERN/,EXPR</strong>)</strong><br />
- Splits the string EXPR into a list of strings based on given PATTERN and returns that list.</p>
<p><em># Scenario: Clicking Email link opens new window. Verify new location/URL displayed is correct</em><br />
<em> # Email element: &lt;a onclick=&#8221;window.open(&#8216;http:test.url&#8217;,'EMAIL&#8217;,'width=730,height=450,status=yes,toolbar=no,menubar=no,location=no&#8217;);&#8221; style=&#8221;color: rgb(38, 6, 2); font-size: 11px; text-decoration: underline;&#8221; href=&#8221;javascript: void(0);&#8221;&gt;Email&lt;/a&gt;</em></p>
<p><pre class="brush: perl;">
my $href = $sel-&gt;get_attribute(&quot;xpath=//html/body/div[2]/div[2]/div[2]/table/tbody/tr/td[2]/div[3]/a/\@onclick&quot;);
# $href = &quot;window.open('http:test.url','EMAIL','width=730,height=450,status=yes,toolbar=no,menubar=no,location=no');&quot;
my @url = split(/'+/, $href);
# @url = ['window.open(' , 'http:test.url' , ',' , 'EMAIL' , ',' , 'width=730,height=450,status=yes,toolbar=no,menubar=no,location=no' , ');' ]
</pre></p>
<p><strong>Substr(<strong>EXPR,OFFSET,LENGTH</strong>)</strong><br />
- Extracts a substring out of EXPR and returns it based on defined OFFSET and LENGTH</p>
<p><em># Scenario: Get the numeric value from the Total distance string element<br />
</em></p>
<p><pre class="brush: perl;">
my $str = $sel-&gt;get_text(&quot;css=div.olPopupContent&gt;div.mainbubblecontent&gt;div.mainbubbletabcontent&gt;div.activetabcontent&gt;div:nth-child(5)&quot;);
# $str = &quot;Total distance: 100.25 miles&quot;;
my $distance = substr($str,16,5);
# $distance = '100.25';
</pre></p>
<p><strong>Match (m/PATTERN/)</strong><br />
- match a string with a regular expression pattern</p>
<p><pre class="brush: perl;">
my $str = &quot;Total distance: 100.25 miles&quot;;
 if ($str =~  m/ \d*.\d* miles/) {
   print &quot;Pass&quot;;}
 else{
   print &quot;Fail&quot;;}
</pre></p>
<p><strong>Cmp_ok( $got, $op, $expected, $test_name )</strong><br />
 &#8211; Test::More function that allows you to compare two arguments using any binary perl operator.<br />
<pre class="brush: perl;">
my $str = $sel-&gt;get_text(&quot;css=#panel &gt; #collection_maneuvers &gt; thead &gt; tr &gt; th&quot;);
# $str = &quot;Total distance\: 100.25 miles&quot;
cmp_ok($str, &quot;=~&quot;, m/Total distance\: \d*.\d* miles/, &quot;Verify estimated mileage is displayed&quot;);
</pre></p>
<p><strong>Like( $got, qr/expected/, $test_name )</strong><br />
 &#8211; Another Test::More function that evaluates any expression against a regular expression<br />
<pre class="brush: perl;">
my $str = $sel-&gt;get_text(&quot;css=#panel &gt; #collection_poi &gt; thead &gt; tr.poi &gt; th&quot;);
# $str = &quot;5 locations found in your area&quot;
like($str, qr/\d* locations found in your area/, &quot;Verify number of locations is displayed&quot;);
</pre></p>
<p>Also came across this Perl documentation link (<a href="http://perldoc.perl.org">http://perldoc.perl.org</a>) which is direct and comprehensive.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/955/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=955&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/11/28/perl-selenium-helpful-string-manipulations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>Agile Testing</title>
		<link>http://girliemangalo.wordpress.com/2011/11/18/agile-testing/</link>
		<comments>http://girliemangalo.wordpress.com/2011/11/18/agile-testing/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 09:43:51 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[agile testing]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=946</guid>
		<description><![CDATA[I had the opportunity to attend one of the trainings on Agile Testing last August, 2011 conducted by CHEQ Systems. Inspired by this training I&#8217;ve compiled some of the basics of Agile Testing that I&#8217;ve learned: Definition Agile Testing is an iterative and incremental(evolutionary) approach to software development performed in a highly collaborative manner by self-organizing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=946&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had the opportunity to attend one of the trainings on <strong>Agile Testing</strong> last August, 2011 conducted by CHEQ Systems. Inspired by this training I&#8217;ve compiled some of the basics of Agile Testing that I&#8217;ve learned:</p>
<p><strong>Definition</strong></p>
<p>Agile Testing is an iterative and incremental(evolutionary) approach to software development performed in a highly collaborative manner by self-organizing teams within an effective governance framework with &#8220;just enough&#8221; ceremony that produces high quality software in a cost effective and timely manner which meets the changing needs of the stakeholders.</p>
<p><strong>Agile Values</strong></p>
<ol>
<li><strong>Individuals and interactions</strong> over processes and tools &#8211; emphasis on people and group interactions.</li>
<li><strong>Working software</strong> over comprehensive documentation &#8211; documentation is not a major goal but a supporting medium for the actual product &#8211; the software.</li>
<li><strong>Customer collaboration</strong> over contract negotiation &#8211; involving the customers in the software development rather than on detailed contract negotiation.</li>
<li><strong>Responding to change</strong> over following a plan &#8211; development progresses in response to user feedback, rather than as reaction to a fixed plan, but it does not mean that there is no plan.</li>
</ol>
<p><strong>Criteria in determining an Agile team</strong></p>
<ol>
<li>Highest priority is to satisfy the customer</li>
<li>Welcomes change</li>
<li>Deliver working software frequently</li>
<li>Business people and developers work closely together daily</li>
<li>Build projects around motivated individuals</li>
<li>Face to face communication is the best</li>
<li>Working software is the primary measure of progress</li>
<li>Promote sustainable development</li>
<li>Continuous attention to technical excellence and good design enhances agility</li>
<li>Simplicity</li>
<li>The best architectures, requirements and design emerge from self-organizing teams</li>
<li>Introspective &#8211; teams should regularly review itself and its processes for improvement</li>
</ol>
<p><strong>Criteria to determine an Agile Team</strong></p>
<ol>
<li>There is an active participation of stakeholders/customers</li>
<li>Developers do Test-Driven Development approach and do regression testing</li>
<li>Team is producing high quality working software on a regular basis</li>
<li>Team is highly collaborative and self-organizing</li>
<li>Team is improving</li>
</ol>
<p>That&#8217;s all for now, I&#8217;ll try to create a post for Agile Testing Strategies that the training highlighted.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/946/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=946&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/11/18/agile-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in Review</title>
		<link>http://girliemangalo.wordpress.com/2011/11/09/2010-in-review/</link>
		<comments>http://girliemangalo.wordpress.com/2011/11/09/2010-in-review/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 10:56:43 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=759</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads Wow. Crunchy numbers About 3 million people visit the Taj Mahal every year. This blog was viewed about 36,000 times in 2010. If it were the Taj [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=759&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p><img style="border:1px solid #ddd;background:#f5f5f5;padding:20px;" src="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" alt="Healthy blog!" width="250" height="183" /></p>
<p>The <em>Blog-Health-o-Meter™</em> reads Wow.</p>
<h2>Crunchy numbers</h2>
<p><a href="http://girliemangalo.files.wordpress.com/2009/03/add-thread.jpg"><img style="max-height:230px;float:right;border:1px solid #ddd;background:#fff;margin:0 0 1em 1em;padding:6px;" src="http://girliemangalo.files.wordpress.com/2009/03/add-thread.jpg?w=288" alt="Featured image" /></a></p>
<p>About 3 million people visit the Taj Mahal every year. This blog was viewed about <strong>36,000</strong> times in 2010. If it were the Taj Mahal, it would take about 4 days for that many people to see it.</p>
<p>In 2010, there were <strong>4</strong> new posts, growing the total archive of this blog to 43 posts. There were <strong>3</strong> pictures uploaded, taking up a total of 530kb.</p>
<p>The busiest day of the year was March 18th with <strong>201</strong> views. The most popular post that day was <a style="color:#08c;" href="http://girliemangalo.wordpress.com/2009/02/05/creating-firefox-profile-for-your-selenium-rc-tests/">Creating Firefox profile for your Selenium RC tests</a>.</p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>luhman.org</strong>, <strong>google.co.in</strong>, <strong>codebetter.com</strong>, <strong>google.com</strong>, and <strong>passionatetester.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>selenium firefox profile</strong>, <strong>selenium rc firefox profile</strong>, <strong>firefox profile selenium</strong>, <strong>selenium profile</strong>, and <strong>jmeter proxy</strong>.</p>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">1</div>
<p><a style="margin-right:10px;" href="http://girliemangalo.wordpress.com/2009/02/05/creating-firefox-profile-for-your-selenium-rc-tests/">Creating Firefox profile for your Selenium RC tests</a> <span style="color:#999;font-size:8pt;">February 2009</span><br />
49 comments</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">2</div>
<p><a style="margin-right:10px;" href="http://girliemangalo.wordpress.com/2009/03/18/jmeter-101-using-http-proxy-to-record-your-test/">JMeter 101: Using HTTP Proxy to Record your Test</a> <span style="color:#999;font-size:8pt;">March 2009</span><br />
19 comments</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">3</div>
<p><a style="margin-right:10px;" href="http://girliemangalo.wordpress.com/2009/06/29/jmeter-add-cookie-manager-to/">Jmeter: Add &#8220;Cookie Manager&#8221;</a> <span style="color:#999;font-size:8pt;">June 2009</span><br />
8 comments</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">4</div>
<p><a style="margin-right:10px;" href="http://girliemangalo.wordpress.com/2009/10/29/jmeter-run-scripts-from-the-console/">JMeter: Run scripts from the console</a> <span style="color:#999;font-size:8pt;">October 2009</span></p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">5</div>
<p><a style="margin-right:10px;" href="http://girliemangalo.wordpress.com/2010/01/07/jmeter-statistics-aggregate-report/">Jmeter: Statistics Aggregate Report </a> <span style="color:#999;font-size:8pt;">January 2010</span><br />
4 comments</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/759/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=759&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/11/09/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy5.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://girliemangalo.files.wordpress.com/2009/03/add-thread.jpg?w=288" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>Selenium RC to test unsecured connection HTTPS</title>
		<link>http://girliemangalo.wordpress.com/2011/11/09/selenium-rc-to-test-unsecured-connection-https/</link>
		<comments>http://girliemangalo.wordpress.com/2011/11/09/selenium-rc-to-test-unsecured-connection-https/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 07:46:31 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[selenium rc]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=929</guid>
		<description><![CDATA[It&#8217;s inevitable for software testers to run test in an environment with self-signed SSL certificates. This became one of my dilemma when trying to run my Selenium scripts in an HTTPS environment and was always prompted with &#8220;This Connection is Untrusted&#8221; error. I have an existing Firefox Profile solely for Selenium, if you don&#8217;t have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=929&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s inevitable for software testers to run test in an environment with self-signed SSL certificates. This became one of my dilemma when trying to run my Selenium scripts in an HTTPS environment and was always prompted with &#8220;This Connection is Untrusted&#8221; error.</p>
<p style="text-align:center;"><a href="http://girliemangalo.files.wordpress.com/2011/11/https2.png"><img class="aligncenter size-full wp-image-937" title="https2" src="http://girliemangalo.files.wordpress.com/2011/11/https2.png?w=600" alt=""   /></a></p>
<p>I have an existing Firefox Profile solely for Selenium, if you don&#8217;t have one, you can check this <a href="http://girliemangalo.wordpress.com/2009/02/05/creating-firefox-profile-for-your-selenium-rc-tests/">post</a>.  Was able to resolve this issue by doing the following:</p>
<ol>
<li>Launch Profile Manager by typing &#8220;firefox -ProfileManager -no-remote&#8221; in your terminal (Linux user)</li>
<li>Select Selenium profile then Start Firefox</li>
<li>Access your web application URL in HTTPS</li>
<li>Accept the SSL Certification:</li>
<ol>
<ul>
<li>Click “I Understand the Risks”</li>
<li>Click “Add Exception”</li>
<li>Click “Get Certificate”</li>
<li>Make sure “Permanently store this exception” tickbox is checked</li>
<li>Click “Confirm Security Exception”</li>
</ul>
</ol>
<li>After successfully directed to the web application page, close Firefox</li>
<li>Go to Selenium Profile folder ( in my case /home/girlie/.mozilla/firefox/selenium )</li>
<li>Delete all files except for<strong> cert_override.txt</strong> and <strong>cert8.db</strong> files.</li>
</ol>
<p>From here on, I rerun my Selenium scripts and didn&#8217;t encountered the &#8220;This Connection is Untrusted&#8221; error anymore <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/929/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=929&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/11/09/selenium-rc-to-test-unsecured-connection-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>

		<media:content url="http://girliemangalo.files.wordpress.com/2011/11/https2.png" medium="image">
			<media:title type="html">https2</media:title>
		</media:content>
	</item>
		<item>
		<title>How to live before you die &#8211;Steve Jobs</title>
		<link>http://girliemangalo.wordpress.com/2011/10/07/how-to-live-before-you-die-steve-jobs/</link>
		<comments>http://girliemangalo.wordpress.com/2011/10/07/how-to-live-before-you-die-steve-jobs/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 02:20:18 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=909</guid>
		<description><![CDATA[Most of us have benefited from the brilliance and countless innovations made by the Apple man itself Steve Jobs. Jobs, former chief executive officer and co-founder of Apple died on October 5, Wednesday (October 6 in the Philippines ) at the age of 56. He was first diagnosed with an unusual form of pancreatic cancer in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=909&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most of us have benefited from the brilliance and countless innovations made by the Apple man itself Steve Jobs.</p>
<p>Jobs, former chief executive officer and co-founder of Apple died on October 5, Wednesday (October 6 in the Philippines ) at the age of 56. He was first diagnosed with an unusual form of pancreatic cancer in 2004 and needed to undergo liver transplant in 2009.</p>
<p>Today as we mourn on Jobs&#8217; death,  I was reminded by his memorable 15-minute commencement address delivered on June 12, 2005, at the Stanford University in Palo Alto, California.</p>
<p>Thank you Steve Jobs for making our world a better one.</p>
<span style="text-align:center; display: block;"><a href="http://girliemangalo.wordpress.com/2011/10/07/how-to-live-before-you-die-steve-jobs/"><img src="http://img.youtube.com/vi/D1R-jKKp3NA/2.jpg" alt="" /></a></span>
<p>Here is the full transcript of Jobs&#8217; speech:</p>
<p><em>I am honored to be with you today at your commencement from one of the finest universities in the world. I never graduated from college. Truth be told, this is the closest I&#8217;ve ever gotten to a college graduation. Today I want to tell you three stories from my life. That&#8217;s it. No big deal. Just three stories.</em></p>
<p>The first story is about connecting the dots.</p>
<p>I dropped out of Reed College after the first 6 months, but then stayed around as a drop-in for another 18 months or so before I really quit. So why did I drop out?</p>
<p>It started before I was born. My biological mother was a young, unwed college graduate student, and she decided to put me up for adoption. She felt very strongly that I should be adopted by college graduates, so everything was all set for me to be adopted at birth by a lawyer and his wife. Except that when I popped out they decided at the last minute that they really wanted a girl. So my parents, who were on a waiting list, got a call in the middle of the night asking: &#8220;We have an unexpected baby boy; do you want him?&#8221; They said: &#8220;Of course.&#8221; My biological mother later found out that my mother had never graduated from college and that my father had never graduated from high school. She refused to sign the final adoption papers. She only relented a few months later when my parents promised that I would someday go to college.</p>
<p>And 17 years later I did go to college. But I naively chose a college that was almost as expensive as Stanford, and all of my working-class parents&#8217; savings were being spent on my college tuition. After six months, I couldn&#8217;t see the value in it. I had no idea what I wanted to do with my life and no idea how college was going to help me figure it out. And here I was spending all of the money my parents had saved their entire life. So I decided to drop out and trust that it would all work out OK. It was pretty scary at the time, but looking back it was one of the best decisions I ever made. The minute I dropped out I could stop taking the required classes that didn&#8217;t interest me, and begin dropping in on the ones that looked interesting.</p>
<p>It wasn&#8217;t all romantic. I didn&#8217;t have a dorm room, so I slept on the floor in friends&#8217; rooms, I returned coke bottles for the 5¢ deposits to buy food with, and I would walk the 7 miles across town every Sunday night to get one good meal a week at the Hare Krishna temple. I loved it. And much of what I stumbled into by following my curiosity and intuition turned out to be priceless later on. Let me give you one example:</p>
<p>Reed College at that time offered perhaps the best calligraphy instruction in the country. Throughout the campus every poster, every label on every drawer, was beautifully hand calligraphed. Because I had dropped out and didn&#8217;t have to take the normal classes, I decided to take a calligraphy class to learn how to do this. I learned about serif and san serif typefaces, about varying the amount of space between different letter combinations, about what makes great typography great. It was beautiful, historical, artistically subtle in a way that science can&#8217;t capture, and I found it fascinating.</p>
<p>None of this had even a hope of any practical application in my life. But ten years later, when we were designing the first Macintosh computer, it all came back to me. And we designed it all into the Mac. It was the first computer with beautiful typography. If I had never dropped in on that single course in college, the Mac would have never had multiple typefaces or proportionally spaced fonts. And since Windows just copied the Mac, it&#8217;s likely that no personal computer would have them. If I had never dropped out, I would have never dropped in on this calligraphy class, and personal computers might not have the wonderful typography that they do. Of course it was impossible to connect the dots looking forward when I was in college. But it was very, very clear looking backwards ten years later.</p>
<p>Again, you can&#8217;t connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.</p>
<p>My second story is about love and loss.</p>
<p>I was lucky — I found what I loved to do early in life. Woz and I started Apple in my parents garage when I was 20. We worked hard, and in 10 years Apple had grown from just the two of us in a garage into a $2 billion company with over 4000 employees. We had just released our finest creation — the Macintosh — a year earlier, and I had just turned 30. And then I got fired. How can you get fired from a company you started? Well, as Apple grew we hired someone who I thought was very talented to run the company with me, and for the first year or so things went well. But then our visions of the future began to diverge and eventually we had a falling out. When we did, our Board of Directors sided with him. So at 30 I was out. And very publicly out. What had been the focus of my entire adult life was gone, and it was devastating.</p>
<p>I really didn&#8217;t know what to do for a few months. I felt that I had let the previous generation of entrepreneurs down &#8211; that I had dropped the baton as it was being passed to me. I met with David Packard and Bob Noyce and tried to apologize for screwing up so badly. I was a very public failure, and I even thought about running away from the valley. But something slowly began to dawn on me — I still loved what I did. The turn of events at Apple had not changed that one bit. I had been rejected, but I was still in love. And so I decided to start over.</p>
<p>I didn&#8217;t see it then, but it turned out that getting fired from Apple was the best thing that could have ever happened to me. The heaviness of being successful was replaced by the lightness of being a beginner again, less sure about everything. It freed me to enter one of the most creative periods of my life.</p>
<p>During the next five years, I started a company named NeXT, another company named Pixar, and fell in love with an amazing woman who would become my wife. Pixar went on to create the worlds first computer animated feature film, Toy Story, and is now the most successful animation studio in the world. In a remarkable turn of events, Apple bought NeXT, I returned to Apple, and the technology we developed at NeXT is at the heart of Apple&#8217;s current renaissance. And Laurene and I have a wonderful family together.</p>
<p>I&#8217;m pretty sure none of this would have happened if I hadn&#8217;t been fired from Apple. It was awful tasting medicine, but I guess the patient needed it. Sometimes life hits you in the head with a brick. Don&#8217;t lose faith. I&#8217;m convinced that the only thing that kept me going was that I loved what I did. You&#8217;ve got to find what you love. And that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven&#8217;t found it yet, keep looking. Don&#8217;t settle. As with all matters of the heart, you&#8217;ll know when you find it. And, like any great relationship, it just gets better and better as the years roll on. So keep looking until you find it. Don&#8217;t settle.</p>
<p>My third story is about death.</p>
<p>When I was 17, I read a quote that went something like: &#8220;If you live each day as if it was your last, someday you&#8217;ll most certainly be right.&#8221; It made an impression on me, and since then, for the past 33 years, I have looked in the mirror every morning and asked myself: &#8220;If today were the last day of my life, would I want to do what I am about to do today?&#8221; And whenever the answer has been &#8220;No&#8221; for too many days in a row, I know I need to change something.</p>
<p>Remembering that I&#8217;ll be dead soon is the most important tool I&#8217;ve ever encountered to help me make the big choices in life. Because almost everything — all external expectations, all pride, all fear of embarrassment or failure &#8211; these things just fall away in the face of death, leaving only what is truly important. Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. There is no reason not to follow your heart.</p>
<p>About a year ago I was diagnosed with cancer. I had a scan at 7:30 in the morning, and it clearly showed a tumor on my pancreas. I didn&#8217;t even know what a pancreas was. The doctors told me this was almost certainly a type of cancer that is incurable, and that I should expect to live no longer than three to six months. My doctor advised me to go home and get my affairs in order, which is doctor&#8217;s code for prepare to die. It means to try to tell your kids everything you thought you&#8217;d have the next 10 years to tell them in just a few months. It means to make sure everything is buttoned up so that it will be as easy as possible for your family. It means to say your goodbyes.</p>
<p>I lived with that diagnosis all day. Later that evening I had a biopsy, where they stuck an endoscope down my throat, through my stomach and into my intestines, put a needle into my pancreas and got a few cells from the tumor. I was sedated, but my wife, who was there, told me that when they viewed the cells under a microscope the doctors started crying because it turned out to be a very rare form of pancreatic cancer that is curable with surgery. I had the surgery and I&#8217;m fine now.</p>
<p>This was the closest I&#8217;ve been to facing death, and I hope it&#8217;s the closest I get for a few more decades. Having lived through it, I can now say this to you with a bit more certainty than when death was a useful but purely intellectual concept:</p>
<p>No one wants to die. Even people who want to go to heaven don&#8217;t want to die to get there. And yet death is the destination we all share. No one has ever escaped it. And that is as it should be, because Death is very likely the single best invention of Life. It is Life&#8217;s change agent. It clears out the old to make way for the new. Right now the new is you, but someday not too long from now, you will gradually become the old and be cleared away. Sorry to be so dramatic, but it is quite true.</p>
<p>Your time is limited, so don&#8217;t waste it living someone else&#8217;s life. Don&#8217;t be trapped by dogma — which is living with the results of other people&#8217;s thinking. Don&#8217;t let the noise of others&#8217; opinions drown out your own inner voice. And most important, have the courage to follow your heart and intuition. They somehow already know what you truly want to become. Everything else is secondary.</p>
<p>When I was young, there was an amazing publication called The Whole Earth Catalog, which was one of the bibles of my generation. It was created by a fellow named Stewart Brand not far from here in Menlo Park, and he brought it to life with his poetic touch. This was in the late 1960&#8242;s, before personal computers and desktop publishing, so it was all made with typewriters, scissors, and polaroid cameras. It was sort of like Google in paperback form, 35 years before Google came along: it was idealistic, and overflowing with neat tools and great notions.</p>
<p>Stewart and his team put out several issues of The Whole Earth Catalog, and then when it had run its course, they put out a final issue. It was the mid-1970s, and I was your age. On the back cover of their final issue was a photograph of an early morning country road, the kind you might find yourself hitchhiking on if you were so adventurous. Beneath it were the words: &#8220;Stay Hungry. Stay Foolish.&#8221; It was their farewell message as they signed off. Stay Hungry. Stay Foolish. And I have always wished that for myself. And now, as you graduate to begin anew, I wish that for you.</p>
<p>Stay Hungry. Stay Foolish.</p>
<p>Thank you all very much.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/909/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=909&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/10/07/how-to-live-before-you-die-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>Teamviewer: Group screen sharing tool for Ubuntu</title>
		<link>http://girliemangalo.wordpress.com/2011/10/03/teamviewer-group-screensharing-tool-for-ubuntu/</link>
		<comments>http://girliemangalo.wordpress.com/2011/10/03/teamviewer-group-screensharing-tool-for-ubuntu/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 02:03:00 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[qa tools]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[glance]]></category>
		<category><![CDATA[screen sharing]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[teamviewer]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=919</guid>
		<description><![CDATA[I had been looking for a Goto Meeting / WebEx counterpart for Ubuntu machine in preparation to our project demo/presentation and found the following: 1. Skype &#8211; supports Windows, Mac, Linux machine. As of to-date, latest Skype version for Linux and Mac is 2.2 Beta and 5.3 respectively. But only Skype Premium version 5.2 for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=919&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had been looking for a Goto Meeting / WebEx counterpart for Ubuntu machine in preparation to our project demo/presentation and found the following:</p>
<p>1. Skype &#8211; supports Windows, Mac, Linux machine. As of to-date, latest Skype version for Linux and Mac is 2.2 Beta and 5.3 respectively. But only Skype Premium version 5.2 for Mac users has group screen sharing feature. Rates apply.  (http://www.skype.com/intl/en-us/prices/premium/)</p>
<p>2. Glance &#8211; supports Windows, Mac machine only. We tried Glance Free Trial version 2.6 for Windows and plan to control my Ubuntu box remotely via VNC viewer but was a bit disappointed with the performance. Running a video from the host machine displays lag and actions performed from the host are not displayed real time. (http://www.glance.net/install/install.asp)</p>
<p>3. TeamViewer &#8211; FREE remote desktop access and desktop sharing that supports Windows, Mac and Linux machine. We tried TeamViewer full version 6.0 for Linux to host our project presentation to be accessed by Mac and Windows machine.</p>
<p><strong>TeamViewer Installation Guide:</strong></p>
<p>1. Download latest Teamviewer for Ubuntu. I got mine for Debian, Ubuntu (64-Bit) version 6.0:</p>
<p><a href="http://teamviewer.com/en/download/index.aspx">http://teamviewer.com/en/download/index.aspx</a></p>
<p>2. Open .deb file with Ubuntu Software Center and Install.</p>
<p>3. After successful installation, you should be able to find TeamViewer 6 option under Main Menu/Internet menu.</p>
<p>4. Host has the option to create session for Remote support, Presentation or File Transfer. In our case we selected Presentation option because we intend to use it for project demo. Send invites to your partners/participants by giving them the auto-generated session ID and Password.</p>
<p>5. Partners will just need to access https://go.teamviewer.com/ and input the session ID and Password.</p>
<p>Indeed TeamViewer is the ideal solution for online collaboration. The best of all is it&#8217;s FREE! =D Thanks TeamViewer Team!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/919/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=919&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/10/03/teamviewer-group-screensharing-tool-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>Error mounting HDD from my Linux machine</title>
		<link>http://girliemangalo.wordpress.com/2011/09/07/error-mounting-hdd-from-my-linux-machine/</link>
		<comments>http://girliemangalo.wordpress.com/2011/09/07/error-mounting-hdd-from-my-linux-machine/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 07:49:34 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=903</guid>
		<description><![CDATA[Encountered below error upon mounting my WD HDD in my Linux laptop: Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0).Failed to mount &#8216;/dev/sdb1&#8242;: Input/output error NTFS is either inconsistent, or there is a hardware fault, or it&#8217;s a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=903&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Encountered below error upon mounting my WD HDD in my Linux laptop:</p>
<p>Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0).Failed to mount &#8216;/dev/sdb1&#8242;: Input/output error NTFS is either inconsistent, or there is a hardware fault, or it&#8217;s a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the &#8216;dmraid&#8217; documentation for more details.</p>
<p>To fix, first install <strong>ntfsprogs</strong> utility by typing in the terminal:</p>
<p><code>sudo apt-get install ntfsprogs</code></p>
<p>Then type</p>
<p><strong>sudo ntfsfix /dev/partitionName</strong></p>
<p>In my case, <strong>sudo ntfsfix /dev/sdb1</strong></p>
<p>To check if the fix was successful, these commands should be displayed:</p>
<p>exist@exist:~/Projects/ehealth/lib$ sudo ntfsfix /dev/sdb1<br />
Mounting volume&#8230; FAILED<br />
Attempting to correct errors&#8230;<br />
Processing $MFT and $MFTMirr&#8230;<br />
Reading $MFT&#8230; OK<br />
Reading $MFTMirr&#8230; OK<br />
Comparing $MFTMirr to $MFT&#8230; FAILED<br />
Correcting differences in $MFTMirr record 0&#8230;OK<br />
Processing of $MFT and $MFTMirr completed successfully.<br />
Setting required flags on partition&#8230; OK<br />
Going to empty the journal ($LogFile)&#8230; OK<br />
NTFS volume version is 3.1.<br />
NTFS partition /dev/sdb1 was processed successfully.</p>
<p>Whew! Now I was able to access my HDD =) Thanks to forums online!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/903/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=903&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/09/07/error-mounting-hdd-from-my-linux-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix Asus K52J speaker sounds with Ubuntu 10.10</title>
		<link>http://girliemangalo.wordpress.com/2011/04/15/fix-asus-k52j-speaker-sounds-with-ubuntu-10-10/</link>
		<comments>http://girliemangalo.wordpress.com/2011/04/15/fix-asus-k52j-speaker-sounds-with-ubuntu-10-10/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 10:23:05 +0000</pubDate>
		<dc:creator>girlie</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[asus]]></category>

		<guid isPermaLink="false">http://girliemangalo.wordpress.com/?p=895</guid>
		<description><![CDATA[I don&#8217;t want to annoy my colleagues with the music I&#8217;m listening, but the sounds in my company issued laptop, ASUS K52J with OS(Ubuntu 10.10) persistently comes from the speakers even after plugging my headphones Was able to resolve this issue by installing Linux Alsa Driver Modules 1. In your terminal, add the ppa sudo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=895&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t want to annoy my colleagues with the music I&#8217;m listening, but the sounds in my company issued laptop, ASUS K52J with OS(Ubuntu 10.10) persistently comes from the speakers even after plugging my headphones <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Was able to resolve this issue by installing Linux Alsa Driver Modules</p>
<p>1. In your terminal, add the ppa</p>
<p>sudo add-apt-repository ppa:ubuntu-audio-dev/ppa</p>
<p>sudo apt-get update</p>
<p>2. Install the linux-alsa-driver-modules package</p>
<p>sudo apt-get install linux-alsa-driver-modules-$(uname -r)</p>
<p>3. Restart your machine</p>
<p>Thanks to this <a href="https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules">wiki</a> page <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  works like gem!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/girliemangalo.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/girliemangalo.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/girliemangalo.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/girliemangalo.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/girliemangalo.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/girliemangalo.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/girliemangalo.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/girliemangalo.wordpress.com/895/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=girliemangalo.wordpress.com&amp;blog=5800953&amp;post=895&amp;subd=girliemangalo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://girliemangalo.wordpress.com/2011/04/15/fix-asus-k52j-speaker-sounds-with-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">girlie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
