<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jaffamonkey</title>
	<atom:link href="http://jaffamonkey.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaffamonkey.com</link>
	<description>Agile Quality Assurance</description>
	<lastBuildDate>Thu, 23 May 2013 14:47:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Testing is still alive and always will be</title>
		<link>http://jaffamonkey.com/2013/05/22/testing-is-still-alive-and-always-will-be/</link>
		<comments>http://jaffamonkey.com/2013/05/22/testing-is-still-alive-and-always-will-be/#comments</comments>
		<pubDate>Wed, 22 May 2013 23:37:12 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://jaffamonkey.com/?p=9097</guid>
		<description><![CDATA[As usual, the swing against testers has gone way too far (again). More technically competent, sure &#8211; but advertising for testers, fousing on programming ability alone will get you another developer. And maybe someone who neither a good tester or good developer. I am quoting myself from a linkedin update, but what the hell &#8211;]]></description>
				<content:encoded><![CDATA[<blockquote><p>As usual, the swing against testers has gone way too far (again). More technically competent, sure &#8211; but advertising for testers, fousing on programming ability alone will get you another developer. And maybe someone who neither a good tester or good developer.</p></blockquote>
<p>I am quoting myself from a linkedin update, but what the hell &#8211; after 17 years in QA, I think my views must be valid enough to quote. <span id="more-9097"></span> I find it frankly tedious the swings between valuing, then devaluing, testing.  Even more annoying is this time around, people are confusing the task with the role.  And the role has changed for sure, for the better &#8211; unfortunately most have seen it as a chance to cry &#8220;testing is dead&#8221;, with accompanying subtext of &#8220;tester is dead&#8221;.  Again.  The day software testing is dead, is the day that testing has it&#8217;s name changed to something else that means the same.  The idea of any engineering being completed without testing is utter horseshit.  And spoke either by developers with a arrogant sense of self-worth, and sideline pundits looking to make a make by being &#8220;controversial&#8221;.  I call it being a sad desperate prat.</p>
<p>Whilst testing is always under the spotlight when project trimming is under discussion, what is never discussed is the wealth of crap developers out there.  When a project goes wrong, the assumption is always it must be problem outside of development.  That is only examined later, usually when too late.  Testing has always been an underdog on a project, and part of the reason I like it &#8211; battling &#8221; we don&#8217;t like outsiders&#8221; mentality is a pleasure, and defending testing&#8217;s place also.  As such, it is also an easy scapegoat, especially for bad developers or managers, covering their backs.  Oh yes, don&#8217;t fall for the flowery language of Agile, as unfortunately the averahe compnay culture doesn&#8217;t allow for such &#8220;enabling&#8221; or &#8220;transparency&#8221; or &#8220;trusting self-organizing teams&#8221;.  Don&#8217;t get me wrong, Agile principles are good stuff &#8211; almost a no-brainer.  But Agile was supposed to apply to more than &#8220;the team&#8221; and process of development, it was a new way of working.  I don&#8217;t think that was clear enough in Agile world, but maybe simply assumed rather than specified. According to many at the time, Agile manitesto didn&#8217;t reference testers &#8211; no, but it was designed to be a high level manifesto, and what is mentioned is &#8220;quality&#8221;.</p>
<p>The &#8220;testing is dead&#8221; mantras don&#8217;t bother me, because those same people will eventually fall flat on their metaphorical behinds.  As I have seen many times over the years. So don&#8217;t worry, testing is still alive &#8211; and always will be</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/05/22/testing-is-still-alive-and-always-will-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First WordPress plugin</title>
		<link>http://jaffamonkey.com/2013/05/20/first-wordpress-plugin/</link>
		<comments>http://jaffamonkey.com/2013/05/20/first-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 20 May 2013 00:11:44 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jaffamonkey.com/?p=9400</guid>
		<description><![CDATA[I released my first WordPress plugin today. I have have been trawling through custom code I have coded over years, and found some that are ideal to turn into plugins. The first is a simple on that adds an address field on the post form, and allows user to add a googlemap identifying location, with]]></description>
				<content:encoded><![CDATA[<p>I released my first WordPress plugin today. I have have been trawling through custom code I have coded over years, and found some that are ideal to turn into plugins. The first is a simple on that adds an address field on the post form, and allows user to add a googlemap identifying location, with a customisable widget. Will be adding a proximity search and multiple map marker display in future releases.  Will also be creating a user guide to demontsrate how to create plugins, and how this particular one was made.<span id="more-9400"></span></p>
<h3>Plugin Details</h3>
<ul>
<li>Plugin Name: Post Map</li>
<li>Plugin URI: http://jaffamonkey.com</li>
<li>Description: Add coordinates post meta based on location, and display map widget in sidebar.</li>
<li>Version: 0.1</li>
<li>Author: jaffamonkey</li>
<li>Author URI: http://jaffamonkey.com</li>
<li>License: GPL2</li>
</ul>
<p><strong>INSTALLATION</strong></p>
<p><a title="Post Map WordPress Plugin" href="http://jaffamonkey.com/plugins/PostMap.zip"><em>Download plugin</em></a></p>
<p><em><a title="Post Map WP Plugin" href="http://wordpress.org/extend/plugins/post-map/" target="_blank">Download from wordpress.org</a></em></p>
<p>1. Upload plugin folder to Plugins directory of your WordPress Installation.<br />
2. Activate!</p>
<p>On your Add/Edit post form you will see an additional location field. You can type a full address, or simply just a postcode/zipcode (best to add country also).</p>
<p>To display a map, there is a &#8220;Post Map&#8221; widget, with option to set Zoom level, map width and map height.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/05/20/first-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Javascript with RhinoUnit</title>
		<link>http://jaffamonkey.com/2013/05/19/testing-javascript-with-rhinounit/</link>
		<comments>http://jaffamonkey.com/2013/05/19/testing-javascript-with-rhinounit/#comments</comments>
		<pubDate>Sun, 19 May 2013 11:29:20 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[CI]]></category>
		<category><![CDATA[test automation]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://jaffamonkey.com/?p=9395</guid>
		<description><![CDATA[RhinoUnit is a Javascript testing framework for use within ANT. It has all the usual assertions, as well as new ones to ensure that functions are called, and checks to stop your code polluting the global namespace (don&#8217;t forget your vars!) as well as integrated JSLint to keep your code look consistent (and pick up]]></description>
				<content:encoded><![CDATA[<p>RhinoUnit is a Javascript testing framework for use within ANT. It has all the usual assertions, as well as new ones to ensure that functions are called, and checks to stop your code polluting the global namespace (don&#8217;t forget your vars!) as well as integrated JSLint to keep your code look consistent (and pick up on some potential problems)<br />
<span id="more-9395"></span><br />
<iframe src="http://www.slideshare.net/slideshow/embed_code/7301921" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>
<div style="margin-bottom:5px"> <strong> <a href="http://www.slideshare.net/kangleay/testing-of-javacript-7301921" title="Testing of javacript" target="_blank">Testing of javacript</a> </strong> from <strong><a href="http://www.slideshare.net/kangleay" target="_blank">Lei Kang</a></strong> </div>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/05/19/testing-javascript-with-rhinounit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BDD</title>
		<link>http://jaffamonkey.com/2013/05/17/bdd-2/</link>
		<comments>http://jaffamonkey.com/2013/05/17/bdd-2/#comments</comments>
		<pubDate>Fri, 17 May 2013 13:59:52 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[BDD]]></category>

		<guid isPermaLink="false">http://jaffamonkey.com/?p=9350</guid>
		<description><![CDATA[&#8220;Please call Stella. Ask her to bring these things with her from the store: six spoons of fresh snow peas, five thick slabs of blue cheese, and maybe a snack for her brother Bob. We also need a small plastic snake and a big toy frog for the kids. She can scoop these things into]]></description>
				<content:encoded><![CDATA[<blockquote><p>&#8220;Please call Stella. Ask her to bring these things with her from the store: six spoons of fresh snow peas, five thick slabs of blue cheese, and maybe a snack for her brother Bob. We also need a small plastic snake and a big toy frog for the kids. She can scoop these things into three red bags, and we will go meet her Wednesday at the train station.&#8221;</p>
<p>You can hear these words recited 1,300 times at the <a title="" href="http://accent.gmu.edu">online speech accent archive</a> at George Mason University in Fairfax, Virginia – and every one is different.</p></blockquote>
<p>I guess it&#8217;s probably a little obvious where this is leading too, in context of a technical blog &#8211; a comparison with requirements. While I realise BDD is not the whole solution to development, it does keep focus on key area, which is what the client wants. It doesn&#8217;t take long for requirements to become muddied by people&#8217;s different take on them. A thoroughly underestimated skill, is writing user stories that are both effective for the client view and the developers guidance. BDD sought to use DSL to bring requirements closer to code, by creating a partly-automated path from a user story (or feature), to automated test script that essentially defined the pseudo code that a developer could use to produce the functioning code. </p>
<p>The theory is easy to sell, but it requires high skills in analysis and coding, to truly work.  And never assume BDD to be a whole solution &#8211; we are a way off that point yet!</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/05/17/bdd-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consultant vs Consultancy</title>
		<link>http://jaffamonkey.com/2013/05/11/consultant-vs-consultancy/</link>
		<comments>http://jaffamonkey.com/2013/05/11/consultant-vs-consultancy/#comments</comments>
		<pubDate>Sat, 11 May 2013 12:07:20 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://jaffamonkey.com/?p=9352</guid>
		<description><![CDATA[Why choose a consultant over a consultancy? I operate as an individual consultant, with multiple skills, and extensive network. I can provide my consultancy alone, or if needs be, utilise my network and partnerships to widen the skills and resources I can provide from a client. This is all on an as needs basis. As]]></description>
				<content:encoded><![CDATA[<p>Why choose a consultant over a consultancy? I operate as an individual consultant, with multiple skills, and extensive network. I can provide my consultancy alone, or if needs be, utilise my network and partnerships to widen the skills and resources I can provide from a client. This is all on an as needs basis.<br />
<span id="more-9352"></span><br />
As an individual, I am more motivated to streamline bloated or ineffective QA processes. Many companies I deal with cannot afford entire teams, not need pragmatic measures, not expensive ideals. As an individual, I am more transparent in my actions and behaviour.  If more resource is needed, it will be justified. If additional tools are needed, then I will demonstrate and promote them, not just fill in a request form.</p>
<p>A consultancy has people to retain, and a full business to run.  If they don&#8217;t have resource, they will usually bring a contractor on board, who flies the consultancy banner. Because they sell themselves as an entire Quality Assurance and testing company, you can be guaranteed on a instant price hike from outset.  Once established, they won&#8217;t want to leave, unless they have to. The nature of consultancies is create paranoia that you aren&#8217;t doing everything you need to.</p>
<p>The question is are you going to put your faith in a consultancy, where resources and longevity are primary motive?  Or the consultant, and one who is driven by new ideas, desire to learn and is adept at approaching even the most budget-tight projects with positivity and pragmatism?</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/05/11/consultant-vs-consultancy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Fill in the blank] is dead</title>
		<link>http://jaffamonkey.com/2013/05/10/fill-in-the-blank-is-dead/</link>
		<comments>http://jaffamonkey.com/2013/05/10/fill-in-the-blank-is-dead/#comments</comments>
		<pubDate>Fri, 10 May 2013 14:53:40 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[BDD]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://jaffamonkey.com/?p=9293</guid>
		<description><![CDATA[Next time someone tells you &#8220;testing is dead&#8221;, ask them &#8220;what are you hiding?&#8221; So who started this annoying pronouncement trend? I think we can safely blame Google (GTAC 2011: Opening Keynote Address &#8211; Test is Dead).  If you watch the whole talk, it is more enlightening, and less melodramatic that the title implies.  Most]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;">Next time someone tells you &#8220;testing is dead&#8221;, ask them &#8220;what are you hiding?&#8221;</p>
<p>So who started this annoying pronouncement trend? I think we can safely blame Google (<a title="Test is dead" href="http://www.youtube.com/watch?v=X1jWe5rOu3g" target="_blank">GTAC 2011: Opening Keynote Address &#8211; Test is Dead</a>).  If you watch the whole talk, it is more enlightening, and less melodramatic that the title implies.  <span id="more-9293"></span>Most notably, the talk includes key ideas around why &#8220;Test is dead&#8221;.  First and foremost, the &#8220;Test&#8221; referred to in the keynote title, is referencing the role, not the actual activity.  And this does immediately throw into question, why would anyone would even think testing was dead at all.  There are two ideas in the talk, which I believe sum up the change in testing:</p>
<ul>
<li>Less people in test leadership &#8211; this has been decreasing rapidly, and the ramifications of this have been catostrohpic for the testing world.  For a few years, anyone seems to feel qualified to define what testing is, what the tester role is.</li>
<li>Tester as role, has become redundant &#8211; a fair comment.  Testers do need to become more like programmers, and developers can&#8217;t afford to be so smug either.  I see this as a natural merging of the two roles.</li>
</ul>
<p>The problem with comparing yourself to Google is plain &#8211; they have a lot more skills to hand, and you can bet your life the line between tester and developer exists, but blurred together. Not common skill set at all yet. Most modern developers don&#8217;t even understand the point of a tester, especially those who have just popped out of a programming certification.  Testing has been outsourced increasingly, though there have been new challenges that arose from that approach.  Hard to manage, and hard to trust.</p>
<p>The desperation to demote testing to non-existent activity has moved beyond tedious. The same individuals no doubt predicting the death of anything that doesn&#8217;t fit their predefined parameters, or the deluded sheep that blindly follow the Google model of software development (but without the skilled resources to do so). Some even trying to reword the same phrase, in a different way. But the same message is still clear &#8211; there is no need to testers &#8211; developers and users are enough. The mantra has some basis in truth that pure testing itself is not enough to be a tester, and the same is true for developer role also. Developing and testing by numbers, is fast becoming obsolete.</p>
<p>There is a repeated pattern in development world, of making largesse claims that other areas that contribute to the successfully project lifecycle are &#8220;dead&#8221;. When you root through the arguments, largely this argument is justified down to either a new tool or approach. TDD was long used as argument against having dedicated testers, as is BDD &#8211; but if you check out any forums you will see many developers complaining about tools or approaches. And mostly not because they don&#8217;t work, it&#8217;s because of a personal opinion based on an indivdual&#8217;s own preferred method of working. There are many developers who do not like creating unit tests, or using BDD tools such as Cucumber or Specflow, because they increase workloads. Yet these, and other tools are routinely used as justification for &#8220;testing is dead&#8221; mantras.</p>
<p>What I read into the &#8220;testing is dead&#8221; mantra, is that i masks a defence of a project team&#8217;s way of working -whether right or wrong. Testers can be end users or stakeholders &#8211; anyone except someone within the team. So why does a project team prefer stakeholder testers? A happy stakeholder can be easily pleased &#8211; a tester can not be pleased so easily. A stakeholder is not only testing, they are checking on the progress of the product. And they are doing these things with limited view of what is goijng on. Testers are embedded in the team, so have more information as to the real state of affairs.</p>
<p>An attitude that belies the underlying problem usually within project teams that behave this way. A developer may say on the one hand that regression testing is pointless, given the Continuous Integration method of coding. But what people say doesn&#8217;t necessarily reflect what is actually happenning. While the team may be aspiring to Continuous Integration way of coding, without the external view of a tester, it can exist as solely that &#8211; an asipration. A tester highlights the difference between the project team sell job, and the reality.  I have seen it so many times &#8211; a project touting various nbew tools and approaches, only to be thoroughly disappointed once I look under the project &#8220;hood&#8221;.  Tools such as Specflow and Cucumber are touted frequently, but mostly languish in use after a while, down to either sheer laziness or simply lack of coherent approach to getting whole project team to use them.</p>
<p>Stakeholders/end-users are important and useful for user acceptance testing. But to make assumptions on your stakeholders beyond user acceptance testing, to treading in a skilled area that requires far more than simple vested interest in finished product, from end-user persepctive. But that is not what this is about &#8211; it&#8217;s about keeping the business out of the team, and testing is viewed as partial enemy in this respect. We are there to test, report and contribute to the project, but we do not allow ourselves the comfort of feeling that everyone outside the project team is wrong. Everyone on the team should be like a tester &#8211; questionning, learning and never making assumptions.  An Agile team member is a cross-functional resource, so are job titles relevant anymore at all?  While the role of &#8220;tester&#8221; is fast becoming obsolete, testing is an immortal task.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/05/10/fill-in-the-blank-is-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is what &#8220;I&#8221; think</title>
		<link>http://jaffamonkey.com/2013/04/24/this-is-what-i-think/</link>
		<comments>http://jaffamonkey.com/2013/04/24/this-is-what-i-think/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 18:29:50 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[CI]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[continuous improvement]]></category>
		<category><![CDATA[Continuous integration]]></category>

		<guid isPermaLink="false">http://jaffamonkey.wordpress.com/?p=9067</guid>
		<description><![CDATA[I have read a few articles now about how testing should be. Unfortunately they choose only to make radical &#8220;language adjustments&#8221;, spring-boarding from the most negative view of the worst of testing. Well, welcome to the world of re-invention &#8211; sometimes just for the sake of it, and mostly to be the next testing luminary]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-4778" alt="i know what you mean" src="http://jaffamonkey.com/wp-content/uploads/2011/10/i-know-what-you-mean1.jpg" width="230" height="208" />I have read a few articles now about how testing should be. Unfortunately they choose only to make radical &#8220;language adjustments&#8221;, spring-boarding from the most negative view of the worst of testing. Well, welcome to the world of re-invention &#8211; sometimes just for the sake of it, and mostly to be the next testing luminary (be honest). Most of what I read makes perfect sense, but most is already known. And for a long time &#8211; people just ignored it, in favour of an easier workload. What testing has reached is a point of inevitability, that things haven&#8217;t changed that much, and most of the good stuff was talked about and not done. Either by ignorance or simply out of compliance with prevalent perception of testing. Bad developers do not want testers moving out of scope, voicing opinions on development process, or indeed finding too many issues. Bad testers are drawn to bad developers.</p>
<p>So do I have a view of what testing in modern world should be? Or is it really about presenting it in a more modern context? Probably largely the latter. Re-inventing testing seems a tad self-defeatist, as tied in as it is with development. The Agile team included anyone contributing to the project, outside of management &#8211; it didn&#8217;t omit testers, or by same token, it was dismissing developers. The important part of being a modern tester is ability to integrate with the team. And contributing to the team effort &#8211; evaluating requirements, maybe a little help with development, building up more tests for effective CI, improvement of requirements process. The modern tester should have more in their armoury than ISEB, or following a guide they found on the web.</p>
<p>I enjoyed recent BDD projects, and for myself, this illustrated the place of modern testing, and not just in BDD context. The idea that requirements to code process is an entirely collaborative one, and one which demands more skills than traditionally required. In order to move forward, we need to learn new things anyway. Testing languished in the sidelines, because it was too easy to avoid change and learning, and still find plenty of work. Testers need to voice up more &#8211; developers defend their areas with gusto, so why not testers?</p>
<p>There is a lot to learn for a new tester, so senior testers are vital to ensure a newer tester is not swamped which can happen quickly, if testing requirements change/expand rapidly. Then a measurement of experience is needed to evaluate what testing needs to be done, and this is learnt by experience. You can define guidelines for actual testing, but as soon as you nudge to areas of test management, it is prudent to be cautious.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/04/24/this-is-what-i-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CV Harvesting</title>
		<link>http://jaffamonkey.com/2013/04/22/cv-harvesting/</link>
		<comments>http://jaffamonkey.com/2013/04/22/cv-harvesting/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 10:39:44 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[whinge]]></category>

		<guid isPermaLink="false">http://jaffamonkey.wordpress.com/?p=9058</guid>
		<description><![CDATA[CV Harvesting &#8211; one of the most annoying and morally ambigious practices, employed by recruitment agencies.  Recruitment Agencies advertise vacancies that don&#8217;t exist so they can acquire 100&#8242;s of CV&#8217;s from applicants who believe the job is real.  The agency collects or &#8220;harvests&#8221; the CV&#8217;s from the Job Boards for their own use, either in]]></description>
				<content:encoded><![CDATA[<p>CV Harvesting &#8211; one of the most annoying and morally ambigious practices, employed by recruitment agencies.  Recruitment Agencies advertise vacancies that don&#8217;t exist so they can acquire 100&#8242;s of CV&#8217;s from applicants who believe the job is real.  The agency collects or &#8220;harvests&#8221; the CV&#8217;s from the Job Boards for their own use, either in promoting itself to prospective clients or simply to fill up time.   The bogus jobs are the seeds planted in Job Boards the CV&#8217;s are the crop that is harvested.  While we can all understand the necessity of putting our CV out there, when looking for work.  What I personally object to is the deception, which is largely unnecessary, because on most job websites, you can upload you CV and make it public anyway.   If someone chooses not to make it public, that should be respected.  Recuritment agencies are doing far more harm to their reputations than good, but this outdated, lazy and morally suspect practices.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/04/22/cv-harvesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I can see you, but I ain&#8217;t listening</title>
		<link>http://jaffamonkey.com/2013/04/19/i-can-see-you-but-i-aint-listening/</link>
		<comments>http://jaffamonkey.com/2013/04/19/i-can-see-you-but-i-aint-listening/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 01:31:28 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[web culture]]></category>

		<guid isPermaLink="false">http://jaffamonkey.wordpress.com/?p=9054</guid>
		<description><![CDATA[The web is annoying &#8211; arrogant web services are telling what I want to see, buy, and even who influences me. A befuddled dictatoral mess of a semantic web, which relies on premise of &#8220;I can see you, but I ain&#8217;t listening&#8221;.  Overselling new advances is a tedium we have had to put up with]]></description>
				<content:encoded><![CDATA[<p>The web is annoying &#8211; arrogant web services are telling what I want to see, buy, and even who influences me. A befuddled dictatoral mess of a semantic web, which relies on premise of &#8220;I can see you, but I ain&#8217;t listening&#8221;.  Overselling new advances is a tedium we have had to put up with for many years, but now this overselling is much more invasive to point when I am regularly saying &#8220;Oh, fuck off!&#8221; at the screen.  The web has entered an era of wholesale bullshit, which I am presuming is also it&#8217;s death knell.</p>
<blockquote><p>HTTP is called a <a href="http://www.webopedia.com/TERM/S/stateless.html" target="_blank"><em>stateless</em></a> protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement <a href="http://www.webopedia.com/TERM/W/web_site.html" target="_blank">Web sites</a> that react intelligently to user input.</p></blockquote>
<p>We are still tied to a web infrastructure, desgined primarily for text, and &#8220;souped up&#8221; by various other technologies (ActiveX, Java, JavaScript and cookies etc.) It&#8217;s archaic, it&#8217;s tedious, sold as magic when it is in fact a smart evolution of networking, hardly worthy of the romantic futuristic ideal.  Apparently anyone who has a  new web service venture by anyone under 30, is the new &#8220;Mark Zukerberg&#8221;.  That alone is a damming statement, as facebook is still firmly rooted in old-style web 2.0 control freakery.  Nothing is forever and http is no different. At the moment it is being used (ironically) as covert information gathering, i.e. mostly text.  I have no doubt there are advances and alternatives already, but the &#8220;big boys&#8221; have a lot more uses, to screw out of the old system yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/04/19/i-can-see-you-but-i-aint-listening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You win some, you lose some &#8230;</title>
		<link>http://jaffamonkey.com/2013/04/10/you-win-some-you-lose-some/</link>
		<comments>http://jaffamonkey.com/2013/04/10/you-win-some-you-lose-some/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 23:09:56 +0000</pubDate>
		<dc:creator>jaffamonkey</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://jaffamonkey.wordpress.com/?p=9035</guid>
		<description><![CDATA[For a partnership to work, all parties must place a higher value on the advantages of shared work and risk than on the efficiency of making unilateral decisions and keeping all the loot. Perils of Partnership It&#8217;s always a gamble working on new venture with business partner, and I have always struggled to meet my]]></description>
				<content:encoded><![CDATA[<blockquote><p>For a partnership to work, all parties must place a higher value on the advantages of shared work and risk than on the efficiency of making unilateral decisions and keeping all the loot.<br />
<a title="Perils Of Partnership" href="http://www.smallbusinessadvocate.com/small-business-articles/perils-of-partnership-595" target="_blank">Perils of Partnership</a></p></blockquote>
<p>It&#8217;s always a gamble working on new venture with business partner, and I have always struggled to meet my match (so to speak). I know my weaknesses. In website design, I lack visual flair. I lack salesman, but very competent in managing client expectations. The problem I have found is that what I do naturally, other find hard &#8211; which is to learn, and accept learning is a contant progress. This resistance to learning can prominently manifest itself in a &#8220;I just want to manage/coordinate&#8221; attitude, as if that ability doesn&#8217;t have same requirements. Stand still long enough, eventually you will get run over. This attitude leads to a strange imbalance where the partner who is struggling to be a partner, attempts to manage the other. Doomed to fail, as that goes against the very nature of partnership, or indeed any relationship.</p>
<p>My lesson was to ignore the &#8220;sell&#8221;, and wait for proven ability. And it usually doesn&#8217;t take long. Whereas I will naturally cross boundaries, to fill natural gaps left by start-up hierarchy and responsibilities, the partner may quickly resist moving out of their perfuntory assigned title. As any self-employed person will know, most people like the idea of taking a gamble on an interesting start-up idea, but most will quickly lose interest once they realise it is way out of their comfort zones. It&#8217;s not for everyone, as most are used to a &#8220;Mortgage-driven&#8221; mentality, which is naturally self-oriented. Think of those armies of perm staff out there plodding in careers, or making a career out of responsibility avoidance. Not all of them, but those are the ones that keep companies moving and exploring.</p>
<blockquote><p>Starting a business with a business partner can usually cause more problems than it solves. This is usually the case when the partners are unable to agree on the same thing, the amount of responsibility for each is different, and the direction of the business is different as well. These differences can cause a business to fail quicker than anything.<br />
<a title="Problems With Having A Business Partner" href="http://voices.yahoo.com/problems-having-business-partner-8471365.html" target="_blank">Problems with Having a Business Partner</a></p></blockquote>
<p>So my search continues. I operate very well as a one-man band, and have a wealth of expertise, experience under my belt. In addition to a wide network in development and testing, to provide support is more specialist areas. Maybe my search is futile, as it seems the way I have always worked and operated, appears to be more in tune. Consultancies can quickly muddy the picture of what a client requires, as financial rewards is measured in terms of scope of work that the client can be convinced they need. And as I have never agreed with the weak &#8220;all&#8217;s fair in love and business&#8221; (a phrase adopted by the winner, naturally), I cannot agree with this model in any event.</p>
<h6>References:</h6>
<p>¹<a title="Perils Of Being In Business With Women" href="http://www.buzz12.com/perils-of-being-business-women/" target="_blank">Perils of Being In Business with Women</a><br />
²<a title="Perils Of Partnership" href="http://www.smallbusinessadvocate.com/small-business-articles/perils-of-partnership-595" target="_blank">Perils of Partnership</a><br />
³<a title="Problems With Having A Business Partner" href="http://voices.yahoo.com/problems-having-business-partner-8471365.html" target="_blank">Problems with Having a Business Partner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jaffamonkey.com/2013/04/10/you-win-some-you-lose-some/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
