<?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>/harry-webster.co(.uk&#124;m)/</title>
	<atom:link href="http://www.harry-webster.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.harry-webster.co.uk</link>
	<description>Harry Webster&#039;s Blog</description>
	<lastBuildDate>Wed, 07 Jul 2010 09:13:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Hiding a UIBarButtonItem</title>
		<link>http://www.harry-webster.co.uk/2010/07/hiding-a-uibarbuttonitem/</link>
		<comments>http://www.harry-webster.co.uk/2010/07/hiding-a-uibarbuttonitem/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 20:43:30 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[UIBarButtonItem]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=158</guid>
		<description><![CDATA[Hiding a UIBarButtonItem, there should really be a hide function :S It&#8217;s pretty simple to set a button (UIButton) to be hidden on [...]]]></description>
			<content:encoded><![CDATA[<p>Hiding a UIBarButtonItem, there should really be a hide function :S It&#8217;s pretty simple to set a button (UIButton) to be hidden on the iPhone:</p>
<p><span style="color: #ff0000;">.h file: IBOutlet UIButton *myButton;<br />
.m file: if(myButton.hidden == NO) [myButton setHidden:YES];</span></p>
<p>So one would expect the UIBarButtonItem to be the same right? Wrong! Why I hear you shout?&#8230; I don&#8217;t have a clue&#8230;</p>
<p>In case you don&#8217;t know or remember what the UIBarButtonItem its the buttons stored inside the footer/header button container.</p>
<div id="attachment_170" class="wp-caption aligncenter" style="width: 318px"><img class="size-full wp-image-170 " title="UIBarButtonItem" src="http://www.harry-webster.co.uk/wp-content/uploads/2010/07/UIBarButtonItem.png" alt="UIBarButtonItem" width="308" height="149" /><p class="wp-caption-text">Both &quot;Your Account&quot; and &quot;Home&quot; are UIBarButtonItems</p></div>
<p>The best solution for this I&#8217;ve found is the following:</p>
<p><span style="color: #ff0000;">.h file: IBOutlet UIBarButtonItem *myBarButton;</span></p>
<p><span style="color: #ff0000;">To hide .m file:</span><br />
<span style="color: #ff0000;">accountCloseButton.title = @&#8221;";</span><br />
<span style="color: #ff0000;"> [ myBarButton setStyle:UIBarButtonItemStylePlain];<br />
[ myBarButton setEnabled:FALSE];</span></p>
<p><span style="color: #ff0000;">To show .m file:<br />
</span><span style="color: #ff0000;">accountCloseButton.title = @&#8221;My Button&#8221;;</span><br />
<span style="color: #ff0000;"> [myBarButton setStyle:UIBarButtonItemStyleBordered];<br />
[myBarButton setEnabled:TRUE];</span></p>
<p><span style="color: #ff0000;">I</span>f you know if there is a reason for this or know of a better solution please post!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/07/hiding-a-uibarbuttonitem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost cat + upset owner + designer = the missing missy story</title>
		<link>http://www.harry-webster.co.uk/2010/07/missing-missy/</link>
		<comments>http://www.harry-webster.co.uk/2010/07/missing-missy/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 16:05:12 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[lost]]></category>
		<category><![CDATA[web designer]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=141</guid>
		<description><![CDATA[A colleague sent this through to me the other day&#8230; now I&#8217;m not a designer and don&#8217;t aspire to be one, I&#8217;m here [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague sent this through to me the other day&#8230; now I&#8217;m not a designer and don&#8217;t aspire to be one, I&#8217;m here to make the work that designers create functional, the “missing missy” thread below really does explain why I take this stance!</p>
<p>Click on the image below to read the story:</p>
<p><a href="http://www.harry-webster.co.uk/wp-content/uploads/2010/07/lost-cat.jpg"><img class="aligncenter size-medium wp-image-152" title="lost-cat-thumb" src="http://www.harry-webster.co.uk/wp-content/uploads/2010/07/lost-cat-thumb-213x300.jpg" alt="" width="213" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/07/missing-missy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is Firefox so good?</title>
		<link>http://www.harry-webster.co.uk/2010/07/why-is-firefox-so-good/</link>
		<comments>http://www.harry-webster.co.uk/2010/07/why-is-firefox-so-good/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:25:43 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=130</guid>
		<description><![CDATA[Well it is and it isn&#8217;t, I&#8217;ve always hated how greedy it can be on system resources eating RAM like it&#8217;s going out [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } -->Well it is and it isn&#8217;t, I&#8217;ve always hated how greedy it can be on system resources eating RAM like it&#8217;s going out of fashion, however the add-ons that are available for Mozilla Firefox are great!</p>
<p>Personally I only use a handful even though there are thousands available but I get asked a lot how I can find faults in HTML so quickly, debugging JavaScript issues or finding out why a page takes so long to load. So here are my top 5 add-ons.</p>
<ol>
<li>X-Ray: a fantastic tool that shows you very quickly what classes, ids and layers are in use on a given page. This is really helpful when putting a site together or debugging why it doesn&#8217;t look quite right.</li>
<li>Web Developer: now I wont go into too much detail on this one because it offers quite a lot of functionality so here is a quick run-down of what&#8217;s available: in-line CSS review, form fields view, edit HTML in loaded page, pixel ruler, outlining, quick links to w3 validation for HTML and CSS, JavaScript and CSS error reporting, disable JavaScript/Cookies/Redirects/Referrers etc.</li>
<li>ColorZilla: a nice little colour picker, always helpful!</li>
<li>IE View: this is another really basic add-on that simply adds a link when you right click on a page that asks if you want to open this URL in Internet Explorer, surprising how much time this saves!&#8230; OR do you have a site you goto that ONLY works in Internet Explorer? When you goto the site in Firefox, open Tools and select &#8220;Always view this page in IE&#8221;!</li>
<li>FireBug: this add-on lets you view, edit, debug and monitor CSS, HTML and JavaScript live in any web page.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/07/why-is-firefox-so-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UniScore Testers</title>
		<link>http://www.harry-webster.co.uk/2010/06/uniscore-testers/</link>
		<comments>http://www.harry-webster.co.uk/2010/06/uniscore-testers/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 11:15:34 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Darts]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[uniscore]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=92</guid>
		<description><![CDATA[I&#8217;m looking for a handful of people to test the new updates to the UniScore website. We will need you to simply use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking for a handful of people to test the new updates to the UniScore website.</p>
<p>We will need you to simply use the site as you would <a href="http://uniscore.unicorn-darts.com/">http://uniscore.unicorn-darts.com</a> and report anything that doesn&#8217;t quite look or act as you would expect&#8230; if you would also like to post any questions or comments about the new updates that would also be greatfully received.</p>
<p>You will be sent details to a development copy of the website where you’ll be able to login with your own account details.</p>
<p>Any volunteers? Please post here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/06/uniscore-testers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HOWTO migrate a subversion repository to a new host</title>
		<link>http://www.harry-webster.co.uk/2010/06/howto-migrate-a-subversion-repository-to-a-new-host/</link>
		<comments>http://www.harry-webster.co.uk/2010/06/howto-migrate-a-subversion-repository-to-a-new-host/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:05:06 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[subversion. migrate]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=87</guid>
		<description><![CDATA[I recently had to migrate a SVN repo to a new host aswell as moving it&#8217;s location on the server, this is how [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to migrate a SVN repo to a new host aswell as moving it&#8217;s location on the server, this is how I did it.</p>
<p>On the existing server we&#8217;ll need to make a backup of the subversion repo:</p>
<p><em>$ svnadmin dump /home/current_repo_location &gt; my_repo.dump<br />
$ tar -zcvf /root/my_repo.tar.gz my_repo.dump</em></p>
<p>Depending on the size and age of your repository these two commands could take some time to complete.</p>
<p>Now log in to your to your new server</p>
<p><em>$ rsync -v -r &#8211;ignore-existing &#8211;delete -e ssh root@xxx:/root/my_repo.tar.gz /home/new_location/<br />
$ tar -zxvvf /root/my_repo.tar.gz<br />
$ svnadmin load </em><em>my_repo.dump</em><em> /home/new_location<br />
$ cd /home/new_location<br />
$ find . -path \*.svn/entries -exec perl -spi -le &#8216;s#current_location/project_name#new_location/project_name#&#8217; &#8216;{}&#8217; \;</em></p>
<p>That should do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/06/howto-migrate-a-subversion-repository-to-a-new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Requirements Specification &#8211; Template</title>
		<link>http://www.harry-webster.co.uk/2010/03/software-requirements-specification-template/</link>
		<comments>http://www.harry-webster.co.uk/2010/03/software-requirements-specification-template/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:55:13 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[spec]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=77</guid>
		<description><![CDATA[Software Requirements Specification for &#60;Project&#62; Version 1.0 approved Prepared by &#60;author&#62; &#60;organization&#62; &#60;date created&#62; Table of Contents 1. Introduction 1 1.1 Purpose 1 [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		H1 { margin-top: 0.85cm; margin-bottom: 0.42cm; line-height: 0.42cm; page-break-inside: avoid } 		H1.western { font-family: "Times New Roman", serif; font-size: 18pt } 		H1.cjk { font-family: "Arial Unicode MS"; font-size: 18pt } 		H1.ctl { font-family: "Tahoma"; font-size: 12pt; font-weight: normal } 		H2 { margin-top: 0.49cm; margin-bottom: 0.49cm; line-height: 0.42cm; page-break-inside: avoid } 		H2.western { font-family: "Times New Roman", serif; font-size: 14pt } 		H2.cjk { font-family: "Arial Unicode MS"; font-size: 14pt } 		H2.ctl { font-family: "Tahoma"; font-size: 12pt; font-weight: normal } 		A:link { color: #0000ff } --><span style="font-family: Arial,sans-serif;"><span style="font-size: xx-large;"><strong>Software Requirements Specification</strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: large;"><strong>for</strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: xx-large;"><strong>&lt;Project&gt;</strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: medium;"><strong>Version 1.0 approved</strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: medium;"><strong>Prepared by &lt;author&gt;</strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: medium;"><strong>&lt;organization&gt;</strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: medium;"><strong>&lt;date created&gt;</strong></span></span></p>
<p><span style="font-size: large;"><strong>Table of Contents</strong></span></p>
<div id="Table of Contents1">
<p><strong>1. Introduction	1</strong></p>
<p><span style="font-size: x-small;">1.1 Purpose 	1</span></p>
<p><span style="font-size: x-small;">1.2 Document Conventions	1</span></p>
<p><span style="font-size: x-small;">1.3 Intended Audience and 	Reading Suggestions	1</span></p>
<p><span style="font-size: x-small;">1.4 Project Scope	1</span></p>
<p><span style="font-size: x-small;">1.5 References	1</span></p>
<p><strong>2. Overall Description	2</strong></p>
<p><span style="font-size: x-small;">2.1 Product Perspective	2</span></p>
<p><span style="font-size: x-small;">2.2 Product Features	2</span></p>
<p><span style="font-size: x-small;">2.3 User Classes and 	Characteristics	2</span></p>
<p><span style="font-size: x-small;">2.4 Operating Environment	2</span></p>
<p><span style="font-size: x-small;">2.5 Design and Implementation 	Constraints	2</span></p>
<p><span style="font-size: x-small;">2.6 User Documentation	2</span></p>
<p><span style="font-size: x-small;">2.7 Assumptions and 	Dependencies	3</span></p>
<p><strong>3. System Features	3</strong></p>
<p><span style="font-size: x-small;">3.1 System Feature 1	3</span></p>
<p><span style="font-size: x-small;">3.2 System Feature 2 (and so 	on)	4</span></p>
<p><strong>4. External Interface Requirements	4</strong></p>
<p><span style="font-size: x-small;">4.1 User Interfaces	4</span></p>
<p><span style="font-size: x-small;">4.2 Hardware Interfaces	4</span></p>
<p><span style="font-size: x-small;">4.3 Software Interfaces	4</span></p>
<p><span style="font-size: x-small;">4.4 Communications Interfaces	4</span></p>
<p><strong>5. Other Nonfunctional Requirements	5</strong></p>
<p><span style="font-size: x-small;">5.1 Performance Requirements	5</span></p>
<p><span style="font-size: x-small;">5.2 Safety Requirements	5</span></p>
<p><span style="font-size: x-small;">5.3 Security Requirements	5</span></p>
<p><span style="font-size: x-small;">5.4 Software Quality 	Attributes	5</span></p>
<p><strong>6. Other Requirements	5</strong></p>
</div>
<p><span style="font-size: large;"><strong>Revision History</strong></span></p>
<table border="1" cellspacing="3" cellpadding="7" width="660" bordercolor="#000000">
<col width="126"></col>
<col width="61"></col>
<col width="313"></col>
<col width="87"></col>
<tbody>
<tr valign="TOP">
<td width="126"><strong>Name</strong></td>
<td width="61"><strong>Date</strong></td>
<td width="313"><strong>Reason For Changes</strong></td>
<td width="87"><strong>Version</strong></td>
</tr>
<tr valign="TOP">
<td width="126"></td>
<td width="61"></td>
<td width="313"></td>
<td width="87"></td>
</tr>
<tr valign="TOP">
<td width="126"></td>
<td width="61"></td>
<td width="313"></td>
<td width="87"></td>
</tr>
</tbody>
</table>
<h1>Introduction</h1>
<h2>Purpose</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Identify the product whose software requirements are specified in this document, including the revision or release number. Describe the scope of the product that is covered by this SRS, particularly if this SRS describes only part of the system or a single subsystem.&gt;</em></span></span></p>
<h2>Document Conventions</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe any standards or typographical conventions that were followed when writing this SRS, such as fonts or highlighting that have special significance. For example, state whether priorities  for higher-level requirements are assumed to be inherited by detailed requirements, or whether every requirement statement is to have its own priority.&gt;</em></span></span></p>
<h2>Intended Audience and Reading Suggestions</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the different types of reader that the document is intended for, such as developers, project managers, marketing staff, users, testers, and documentation writers. Describe what the rest of this SRS contains and how it is organized. Suggest a sequence for reading the document, beginning with the overview sections and proceeding through the sections that are most pertinent to each reader type.&gt;</em></span></span></p>
<h2>Project Scope</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Provide a short description of the software being specified and its purpose, including relevant benefits, objectives, and goals. Relate the software to corporate goals or business strategies. If a separate vision and scope document is available, refer to it rather than duplicating its contents here. An SRS that specifies the next release of an evolving product should contain its own scope statement as a subset of the long-term strategic product vision.&gt;</em></span></span></p>
<h2>References</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;List any other documents or Web addresses to which this SRS refers. These may include user interface style guides, contracts, standards, system requirements specifications, use case documents, or a vision and scope document. Provide enough information so that the reader could access a copy of each reference, including title, author, version number, date, and source or location.&gt;</em></span></span></p>
<h1>Overall Description</h1>
<h2>Product Perspective</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the context and origin of the product being specified in this SRS. For example, state whether this product is a follow-on member of a product family, a replacement for certain existing systems, or a new, self-contained product. If the SRS defines a component of a larger system, relate the requirements of the larger system to the functionality of this software and identify interfaces between the two. A simple diagram that shows the major components of the overall system, subsystem interconnections, and external interfaces can be helpful.&gt;</em></span></span></p>
<h2>Product Features</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Summarize the major features the product contains or the significant functions that it performs or lets the user perform. Details will be provided in Section 3, so only a high level summary  is needed here. Organize the functions to make them understandable to any reader of the SRS. A picture of the major groups of related requirements and how they relate, such as a top level data flow diagram or a class diagram, is often effective.&gt;</em></span></span></p>
<h2>User Classes and Characteristics</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Identify the various user classes that you anticipate will use this product. User classes may be differentiated based on frequency of use, subset of product functions used, technical expertise, security or privilege levels, educational level, or experience. Describe the pertinent characteristics of each user class. Certain requirements may pertain only to certain user classes. Distinguish the favored user classes from those who are less important to satisfy.&gt;</em></span></span></p>
<h2>Operating Environment</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the environment in which the software will operate, including the hardware platform, operating system and versions, and any other software components or applications with which it must peacefully coexist.&gt;</em></span></span></p>
<h2>Design and Implementation Constraints</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe any items or issues that will limit the options available to the developers. These might include: corporate or regulatory policies; hardware limitations (timing requirements, memory requirements); interfaces to other applications; specific technologies, tools, and databases to be used; parallel operations; language requirements; communications protocols; security considerations; design conventions or programming standards (for example, if the customer’s organization will be responsible for maintaining the delivered software).&gt;</em></span></span></p>
<h2>User Documentation</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;List the user documentation components (such as user manuals, on-line help, and tutorials) that will be delivered along with the software. Identify any known user documentation delivery formats or standards.&gt;</em></span></span></p>
<h2>Assumptions and Dependencies</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;List any assumed factors (as opposed to known facts) that could affect the requirements stated in the SRS. These could include third-party or commercial components that you plan to use, issues around the development or operating environment, or constraints. The project could be affected if these assumptions are incorrect, are not shared, or change. Also identify any dependencies the project has on external factors, such as software components that you intend to reuse from another project, unless they are already documented elsewhere (for example, in the vision and scope document or the project plan).&gt;</em></span></span></p>
<h1>System Features</h1>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;This template illustrates organizing the functional requirements for the product by system features, the major services provided by the product. You may prefer to organize this section by use case, mode of operation, user class, object class, functional hierarchy, or combinations of these, whatever makes the most logical sense for your product.&gt;</em></span></span></p>
<h2>System Feature 1</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Don’t really say “System Feature 1.” State the feature name in just a few words.&gt;</em></span></span></p>
<p>3.1.1	Description and Priority</p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Provide a short description of the feature and indicate whether it is of High, Medium, or Low priority. You could also include specific priority component ratings, such as benefit, penalty, cost, and risk (each rated on a relative scale from a low of 1 to a high of 9).&gt;</em></span></span></p>
<p>3.1.2	Stimulus/Response Sequences</p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;List the sequences of user actions and system responses that stimulate the behavior defined for this feature. These will correspond to the dialog elements associated with use cases.&gt;</em></span></span></p>
<p>3.1.3	Functional Requirements</p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Itemize the detailed functional requirements associated with this feature. These are the software capabilities that must be present in order for the user to carry out the services provided by the feature, or to execute the use case. Include how the product should respond to anticipated error conditions or invalid inputs. Requirements should be concise, complete, unambiguous, verifiable, and necessary. Use “TBD” as a placeholder to indicate when necessary information is not yet available.&gt;</em></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Each requirement should be uniquely identified with a sequence number or a meaningful tag of some kind.&gt;</em></span></span></p>
<p><span style="font-family: Times New Roman,serif;">REQ-1: </span></p>
<p><span style="font-family: Times New Roman,serif;">REQ-2: </span></p>
<h2>System Feature 2 (and so on)</h2>
<h1>External Interface Requirements</h1>
<h2>User Interfaces</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the logical characteristics of each interface between the software product and the users. This may include sample screen images, any GUI standards or product family style guides that are to be followed, screen layout constraints, standard buttons and functions (e.g., help) that will appear on every screen, keyboard shortcuts, error message display standards, and so on. Define the software components for which a user interface is needed. Details of the user interface design should be documented in a separate user interface specification.&gt;</em></span></span></p>
<h2>Hardware Interfaces</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the logical and physical characteristics of each interface between the software product and the hardware components of the system. This may include the supported device types, the nature of the data and control interactions between the software and the hardware, and communication protocols to be used.&gt;</em></span></span></p>
<h2>Software Interfaces</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the connections between this product and other specific software components (name and version), including databases, operating systems, tools, libraries, and integrated commercial components. Identify the data items or messages coming into the system and going out and describe the purpose of each. Describe the services needed and the nature of communications. Refer to documents that describe detailed application programming interface protocols. Identify data that will be shared across software components. If the data sharing mechanism must be implemented in a specific way (for example, use of a global data area in a multitasking operating system), specify this as an implementation constraint.&gt;</em></span></span></p>
<h2>Communications Interfaces</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Describe the requirements associated with any communications functions required by this product, including e-mail, web browser, network server communications protocols, electronic forms, and so on. Define any pertinent message formatting. Identify any communication standards that will be used, such as FTP or HTTP. Specify any communication security or encryption issues, data transfer rates, and synchronization mechanisms.&gt;</em></span></span></p>
<h1>Other Nonfunctional Requirements</h1>
<h2>Performance Requirements</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;If there are performance requirements for the product under various circumstances, state them here and explain their rationale, to help the developers understand the intent and make suitable design choices. Specify the timing relationships for real time systems. Make such requirements as specific as possible. You may need to state performance requirements for individual functional requirements or features.&gt;</em></span></span></p>
<h2>Safety Requirements</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Specify those requirements that are concerned with possible loss, damage, or harm that could result from the use of the product. Define any safeguards or actions that must be taken, as well as actions that must be prevented. Refer to any external policies or regulations that state safety issues that affect the product’s design or use. Define any safety certifications that must be satisfied.&gt;</em></span></span></p>
<h2>Security Requirements</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Specify any requirements regarding security or privacy issues surrounding use of the product or protection of the data used or created by the product. Define any user identity authentication requirements. Refer to any external policies or regulations containing security issues that affect the product. Define any security or privacy certifications that must be satisfied.&gt;</em></span></span></p>
<h2>Software Quality Attributes</h2>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Specify any additional quality characteristics for the product that will be important to either the customers or the developers. Some to consider are: adaptability, availability, correctness, flexibility, interoperability, maintainability, portability, reliability, reusability, robustness, testability, and usability. Write these to be specific, quantitative, and verifiable when possible. At the least, clarify the relative preferences for various attributes, such as ease of use over ease of learning.&gt;</em></span></span></p>
<h1>Other Requirements</h1>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Define any other requirements not covered elsewhere in the SRS. This might include database requirements, internationalization requirements, legal requirements, reuse objectives for the project, and so on. Add any new sections that are pertinent to the project.&gt;</em></span></span></p>
<p><span style="font-size: large;"><strong>Appendix A: Glossary</strong></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Define all the terms necessary to properly interpret the SRS, including acronyms and abbreviations. You may wish to build a separate glossary that spans multiple projects or the entire organization, and just include terms specific to a single project in each SRS.&gt;</em></span></span></p>
<p><span style="font-size: large;"><strong>Appendix B: Analysis Models</strong></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt;Optionally, include any pertinent analysis models, such as data flow diagrams, class diagrams, state-transition diagrams, or entity-relationship diagrams</em>.&gt;</span></span></p>
<p><span style="font-size: large;"><strong>Appendix C: Issues List</strong></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: x-small;"><em>&lt; This is a dynamic list of the open requirements issues that remain to be resolved, including TBDs, pending decisions, information that is needed, conflicts awaiting resolution, and the like.&gt;</em></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/03/software-requirements-specification-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK &#8211; Keyboard next button</title>
		<link>http://www.harry-webster.co.uk/2010/02/iphone-sdk-keyboard-next-button/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/iphone-sdk-keyboard-next-button/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:21:56 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[next button]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=72</guid>
		<description><![CDATA[One thing that has alluded me in my iPhone development is when entering details into text inputs, being able to hit “Next” in [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that has alluded me in my iPhone development is when entering details into text inputs, being able to hit “Next” in the native keyboard to actually go to the next text input box, sounds simple doesn&#8217;t it?</p>
<p>In the Interface Builder there is “tag” variable you can give to each input, say “0” for the first text input, “1” for the next, “2” for the one after that etc but this doesn&#8217;t actually do anything&#8230;</p>
<p>There is a function you can use in your .m called “textFieldShouldReturn” this is where we would typically have something like:</p>
<pre>- (BOOL)textFieldShouldReturn:(UITextField *)textField {</pre>
<pre>    [textField resignFirstResponder];
    return YES;</pre>
<pre>}</pre>
<p>Which isn&#8217;t much help, what we actually want is something like:</p>
<pre>- (BOOL)textFieldShouldReturn:(UITextField *)textField {</pre>
<pre>   NSInteger nextTag = textField.tag + 1;
   UIResponder* nextResponder = [textField.superview viewWithTag:nextTag];</pre>
<pre>   if (nextResponder) {
       [nextResponder becomeFirstResponder];</pre>
<pre>   }
   else{</pre>
<pre>       [textField resignFirstResponder];</pre>
<pre>   }</pre>
<pre>   return YES;</pre>
<pre>}</pre>
<p>This method is almost exactly the same as the first but has one extra step, rather than just setting [textField resignFirstResponder] is looks to see if there is a text field with a tag id one greater than the one being edited currently, if this is the case then set [nextResponder becomeFirstResponder];</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/iphone-sdk-keyboard-next-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleaning a Disk</title>
		<link>http://www.harry-webster.co.uk/2010/02/cleaning-a-disk/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/cleaning-a-disk/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:19:58 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[hard drive]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=70</guid>
		<description><![CDATA[To keep a hard drive healthy you should &#8220;use&#8221; it, by this I mean filling the disk with data and then cleaning up [...]]]></description>
			<content:encoded><![CDATA[<p>To keep a hard drive healthy you should &#8220;use&#8221; it, by this I mean filling the disk with data and then cleaning up the used space (giving all the sectors activity). The easiest way i know of doing this is by writing zeros to the disk, this should also be done when selling hard drives.</p>
<p>In Linux run:</p>
<pre>$ dd if=/dev/zero &gt; tmp.file ; rm tmp.file</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/cleaning-a-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UniScore &#8211; 10 Million Darts Thrown</title>
		<link>http://www.harry-webster.co.uk/2010/02/uniscore-10-million-darts-thrown/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/uniscore-10-million-darts-thrown/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:15:17 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Darts]]></category>
		<category><![CDATA[10 million]]></category>
		<category><![CDATA[thrown]]></category>
		<category><![CDATA[uniscore]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=66</guid>
		<description><![CDATA[Over the past short months a record number of darts have been tracked using UniScore now reaching the dizzying heights of 10 million, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.harry-webster.co.uk/wp-content/uploads/2010/02/10million.gif"><img class="alignright size-medium wp-image-67" title="10million" src="http://www.harry-webster.co.uk/wp-content/uploads/2010/02/10million-300x79.gif" alt="" width="300" height="79" /></a>Over the past short months a record number of darts have been tracked using <a title="UniScore - Darts Score Keeper" href="http://uniscore.unicorn-darts.com" target="_blank">UniScore </a>now reaching the dizzying heights of 10 million, meaning over 4 million darts have been thrown within 3 months!</p>
<p>Let me take this opportunity to thank everyone who has both used the site and those who have taken an active interest in it giving their advice and support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/uniscore-10-million-darts-thrown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Input Sanitisation</title>
		<link>http://www.harry-webster.co.uk/2010/02/database-input-sanitisation/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/database-input-sanitisation/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 10:17:20 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=62</guid>
		<description><![CDATA[A fantastic geeky joke but does illustrate the important fact that none-geeks will always use your interfaces, if you don&#8217;t bulletproof it you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.harry-webster.co.uk/wp-content/uploads/2010/02/25308_354525415209_621110209_5058201_3559364_n.jpg"><img class="alignnone size-medium wp-image-61" title="BOBBY TABLES" src="http://www.harry-webster.co.uk/wp-content/uploads/2010/02/25308_354525415209_621110209_5058201_3559364_n-300x92.jpg" alt="" width="300" height="92" /></a></p>
<p>A fantastic geeky joke but does illustrate the important fact that none-geeks will always use your interfaces, if you don&#8217;t bulletproof it you will regret it later!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/database-input-sanitisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
