<?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>The Public Whip Blog</title>
	<atom:link href="http://blog.publicwhip.org.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.publicwhip.org.uk</link>
	<description>The official blog of the Public Whip project</description>
	<lastBuildDate>Fri, 15 Feb 2013 12:00:52 +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>Techy: PHP PSR code compliance</title>
		<link>http://blog.publicwhip.org.uk/2013/02/techy-php-psr-code-complianc/</link>
		<comments>http://blog.publicwhip.org.uk/2013/02/techy-php-psr-code-complianc/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 12:00:52 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Techy]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=83</guid>
		<description><![CDATA[This is just a quick note to let you know of work we&#8217;ve just tried on the PublicWhip code base We just attempted to make the PublicWhip code compatible with the PHP &#8220;Fig standards&#8221; in particular PSR-1-basic-coding-standard and PSR-2-coding-style-guide by &#8230; <a href="http://blog.publicwhip.org.uk/2013/02/techy-php-psr-code-complianc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is just a quick note to let you know of work we&#8217;ve just tried on the <a href="http://www.publicwhip.org.uk">PublicWhip</a> code base</p>
<p>We just attempted to make the PublicWhip code compatible with the PHP &#8220;<a href="https://github.com/php-fig/fig-standards">Fig standards</a>&#8221; in particular <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md">PSR-1-basic-coding-standard</a> and <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md">PSR-2-coding-style-guide</a> by utilising <a href="http://cs.sensiolabs.org/">PHP Coding Standards Fixer</a>. However, during testing it was quickly shown that due to the age of the PublicWhip code, it appears nearly impossible to automate the bringing of version 1 code up to standard (we even tried a reduced set of changes: in particular disabling the psr0 ["Classes must be in a path that matches their namespace"] and include ["Include and file path should be divided with single space"] fixes, but the site still errored).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2013/02/techy-php-psr-code-complianc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code rollout: Sunday 10th February 2013</title>
		<link>http://blog.publicwhip.org.uk/2013/02/code-rollout-sunday-10th-february-2013/</link>
		<comments>http://blog.publicwhip.org.uk/2013/02/code-rollout-sunday-10th-february-2013/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 12:08:06 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=81</guid>
		<description><![CDATA[This is another techy post &#8211; sorry guys! Yesterday we rolled out a few more SQL injection fixes (we&#8217;ve moved the vast majority &#8211; if not all &#8211; of the public &#8220;used&#8221; SQL statements from mysql_* connection strings to parametrised &#8230; <a href="http://blog.publicwhip.org.uk/2013/02/code-rollout-sunday-10th-february-2013/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is another techy post &#8211; sorry guys!</p>
<p>Yesterday we rolled out a few more SQL injection fixes (we&#8217;ve moved the vast majority &#8211; if not all &#8211; of the public &#8220;used&#8221; SQL statements from mysql_* connection strings to parametrised PDO connections) and a number of XSS (Cross-Site-Scripting) vulnerability fixes to make the PublicWhip code even more secure. We&#8217;ve also tweaked import routines ever so slightly (to try and use &#8220;indexes&#8221; on table joins) and to provide a bit logging as to what is happening during the import. We also updated the code to move away from PHP short tags (such as &#8220;<? echo..." and "<?= $variable" to make it a bit more usable (PHP now comes as "default" with short tags disabled) - we've also updated the mysql_escape_string statements to use mysql_real_escape_string as the first one has been depreciated (the latter is also being depreciated, but can still be used - hopefully this will buy us some time whilst we recode the site).</p>
<p>We also made some database optimisation changes in MySQL which should see some page load speed improvements and also enabled Apache suExec to help increase security that little bit more.</p>
<p>We've just finished pushing all the code changes to our new BitBucket repository at <a href="https://bitbucket.org/publicwhip/publicwhip-v1/">https://bitbucket.org/publicwhip/publicwhip-v1/</a> &#8211; the old GitHub repository will be maintained until at least April this year, but we urge people to move over to the BitBucket Git repository as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2013/02/code-rollout-sunday-10th-february-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of exploited users: Email data</title>
		<link>http://blog.publicwhip.org.uk/2013/01/number-of-exploited-users-email-data/</link>
		<comments>http://blog.publicwhip.org.uk/2013/01/number-of-exploited-users-email-data/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 15:22:23 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=70</guid>
		<description><![CDATA[We&#8217;ve completed sending out notifications to all affected users of Friday&#8217;s exploit. Email notifications started going out at 19:31 on the 25th of January at a rate of 1 per second and finished at 18:32 on the 26th of January. &#8230; <a href="http://blog.publicwhip.org.uk/2013/01/number-of-exploited-users-email-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve completed sending out notifications to all affected users of <a href="http://blog.publicwhip.org.uk/2013/01/24th-january-2013-exploit/" title="24th January 2013 exploit">Friday&#8217;s exploit</a>. Email notifications started going out at 19:31 on the 25th of January at a rate of 1 per second and finished at 18:32 on the 26th of January. </p>
<p>There were 81,205 email addresses included in the exploited data &#8211; of those, 598 were exact duplicates. We therefore tried sending to 79,809 different addresses (we didn&#8217;t filter the list any further at this point as we just wanted people to be notified as quickly as possible).</p>
<p>After the emails were sent, we did analyse the data and found:<br />
* 12 email addresses did not actually have a valid domain name structure<br />
* 2,906 email addresses were sent to domains which cannot receive email (such as no longer being registered)<br />
* 14,427 email addresses were actually duplicates (such as gmail.com and googlemail.com, e.x.a.mple@gmail.com and example@gmail.com and test+123@example.com and test@example.com)<br />
* 31,582 email addresses were on &#8220;common domains&#8221; (defined as gmail.com, aol.com, aol.co.uk, hotmail.com, hotmail.co.uk, yahoo.com, yahoo.co.uk, outlook.com, aol.co.uk, btinternet.com, fastmail.fm, wanadoo.fr, bbc.co.uk, mac.com, ntlworld.com, tiscali.co.ul, mailinator.com and msn.com)<br />
* 19,467 email addresses were classed as &#8220;likely spammers&#8221; (the domain was listed on <a href="http://www.stopforumspam.com/spamdomainsandips" target="_blank">http://www.stopforumspam.com/spamdomainsandips</a> but wasn&#8217;t in the list of &#8220;common domains&#8221;)<br />
* 5,029 &#8220;other&#8221; email addresses looked valid, had good DNS entries and were not listed on the common domains and &#8220;likely spammers&#8221; list<br />
* 12 of those email accounts accounts were over quota and have not yet received the notification.</p>
<p>We are therefore counting the number of exposed &#8220;data users&#8221; as &#8220;common domains&#8221;+&#8221;others&#8221;:-&#8221;over quota&#8221;: 35,599.<br />
<span id="more-70"></span><br />
The top 20 most common domain names used (and their classifications) were:<br />
1. gmail.com (31,159 emails) [Common domain]<br />
2. mail.ru (5,605 emails) [Spammer domain]<br />
3. aol.com (5,491 emails) [Common domain]<br />
4. yahoo.co.uk (2,893 emails) [Common domain]<br />
5. hotmail.com (1,792 emails) [Common domain]<br />
6. nextfash.com (1,288 emails) [Invalid domain]<br />
7. vipmail.net (1,159 emails) [Spammer domain]<br />
8. o2.pl (1,095 emails) [Spammer domain]<br />
9. msn.com (1,056 emails) [Common domain]<br />
10. yahoo.com (1,016 emails) [Common domain]<br />
11. dabjam.com (913 emails) [Spammer domain]<br />
12. yandex.ru (842 emails) [Spammer domain]<br />
13. go2.pl (672 emails) [Spammer domain]<br />
14. tlen.pl (645 emails) [Spammer domain]<br />
15. prokonto.pl (596 emails) [Spammer domain]<br />
16. web.de (594 emails) [Spammer domain]<br />
17. vaver.info (576 emails) [Invalid domain]<br />
18. rambler.ru (496 emails) [Spammer domain]<br />
19. socmail.net (424 emails) [Spammer domain]<br />
20. gawab.com (414 emails) [Spammer domain] </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2013/01/number-of-exploited-users-email-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24th January 2013 exploit</title>
		<link>http://blog.publicwhip.org.uk/2013/01/24th-january-2013-exploit/</link>
		<comments>http://blog.publicwhip.org.uk/2013/01/24th-january-2013-exploit/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 18:30:54 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=55</guid>
		<description><![CDATA[We are saddened to announce that on the 24th of January 2013 between 04:02 and 04:56 GMT, that the main PublicWhip site was exploited. We became aware of this around 07:30 GMT on the 25th. Impact to you Anybody that &#8230; <a href="http://blog.publicwhip.org.uk/2013/01/24th-january-2013-exploit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We are saddened to announce that on the 24th of January 2013 between 04:02 and 04:56 GMT, that the main PublicWhip site was exploited. We became aware of this around 07:30 GMT on the 25th.</p>
<p><strong>Impact to you</strong><br />
Anybody that has signed up to the PublicWhip website (forum or membership) will have had their plain text email address exposed, their PublicWhip username and an md5 hash of their PublicWhip password exposed. Whilst the passwords were &#8220;hashed&#8221;, they were not salted (due to interaction with other code) and hence should be declared as &#8220;in the wild&#8221;.</p>
<p>You are advised to change any passwords which are the same as the PublicWhip one.</p>
<p>You will no longer be able to log in to PublicWhip as the accounts have been wiped from the server.</p>
<p>No financial information was exposed.</p>
<p>We are sorry for this inconvenience and any problems caused. </p>
<p><strong>Background</strong><br />
This exploit took advantage of an SQL hole in the code (basically, the inherited PublicWhip code did not properly &#8220;escape&#8221; data sent from the user: we&#8217;ve now been through and changed the vast majority of these to &#8220;PHP PDO parametrised queries&#8221; &#8211; we&#8217;re still trying to catch any remaining queries). This allowed the third party access to the MySQL database.</p>
<p><strong>Impact to PublicWhip</strong><br />
What we&#8217;ve done:</p>
<ul>
<li>We&#8217;ve amended quite a lot of the core code of PublicWhip to prevent this from happening in the future and have setup a number of alerts to try and catch code that we&#8217;ve missed.</li>
<li>We&#8217;re going to be checking for the next two weeks or so to ensure we&#8217;ve caught all changes before making the new codebase available</li>
<li>Disabled the &#8220;account section&#8221; of the site as there are a number of exploitable holes that we have not currently fixed</li>
<li>Changed all the passwords stored on the live database to a random 32 character string</li>
<li>Changed all the email addresses stored on the live database to a random 32 character string</li>
<li>Changed all the user names stored on the live database to a random 32 character string</li>
</ul>
<p>What we are going to do:</p>
<ul>
<li>Over the course of the next few days, we will be emailing all 79,810 email addresses held on the PublicWhip database with details of blog post and asking them to review their passwords</li>
<li>Report this loss of data to the Information Commissioner&#8217;s office (it is unclear whether we need to do this, but we&#8217;re going to be doing it anyway)</li>
</ul>
<p><span id="more-55"></span><br />
<strong>FAQ</strong><br />
Q. How quickly did you find out about this?<br />
A. We found out about it at around 7.30am Friday via a comment on this blog (about a web page which had been live for less than 2 hours).</p>
<p>Q. Have you wiped all the user data?<br />
A. We know which divisions have been edited etc by which user id, but the live site does not have a list of usernames, email addresses or passwords that those user ids relate to. We have got off-line backups (held in an encrypted partition on our office NAS which cannot be accessed via the internet) which holds these relations: however, we have not yet decided whether just to let those backups expire.</p>
<p>Q. How old was the code affected?<br />
A. The code that was exploited was nearly 10 years old and was written before PHP had various security measures (such as DBI, PDO) in-built.</p>
<p>Q. Does this affect any other sites hosted or maintained by Bairwell?<br />
A. No. The PublicWhip site has always been kept separate from the rest of the Bairwell hosted sites due to a combination of resources needed and suspected security holes.</p>
<p>Q. Were you are of the potential of this security breach before hand?<br />
A. No. We were aware of some basic HTML injection holes (which may or may not still exist) which just meant carefully crafted links would display set text to the user &#8211; but these did not impact the actual data storage system and did not pose a security risk. We did not know that the SQL injection issue was possible.</p>
<p>Q. What will you be doing in the future?<br />
A. Once we&#8217;ve raised some more money to support development of PublicWhip v2 (please <a href="http://pledgie.com/campaigns/17442">feel free to donate</a>), we will rebuild the whole site from scratch using best practices and higher security (such as using bCrypt based password hashing). We are, actually, of a mind to not have any &#8220;on-site&#8221; login facilities at all, but allow logins managed by third parties (Facebook, Google, OpenId etc).</p>
<p>If you&#8217;ve got any questions about this, please do not hesitate to contact us:</p>
[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2013/01/24th-january-2013-exploit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Recent changes</title>
		<link>http://blog.publicwhip.org.uk/2013/01/recent-changes/</link>
		<comments>http://blog.publicwhip.org.uk/2013/01/recent-changes/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 21:03:36 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=53</guid>
		<description><![CDATA[Recently, we&#8217;ve made the following changes to PublicWhip: * Removed logging of inbound requests Previously all page requests were logged locally &#8211; however, we were alerted to a problem when people had search for names containing apostrophes in names (such &#8230; <a href="http://blog.publicwhip.org.uk/2013/01/recent-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Recently, we&#8217;ve made the following changes to PublicWhip:</p>
<p>* Removed logging of inbound requests<br />
  Previously all page requests were logged locally &#8211; however, we were alerted to a problem when people had search for names containing apostrophes in names (such as Baroness O&#8217;Cathain). This has been fixed (and the appropriate page displays) instead of people receiving a &#8220;Something&#8217;s gone wrong&#8221; message (thanks R.Vanderbeck for alerting us to this issue)</p>
<p>* Powered by CloudFlare<br />
  We&#8217;ve started using CloudFlare as a CDN front-end solution for the main PublicWhip site: this should lead to faster page loads for everybody, along with reducing the load on our server (CloudFlare has saved 4Gb of bandwidth in the last 7 days: from a total of 20.6Gb). It also includes some anti-hacker/anti-web spammer technologies which should stop some issues: however, it may also flag up some &#8220;false positives&#8221; &#8211; please let us know if you encounter any issues.</p>
<p>* Rebuild started<br />
  We are in the &#8220;ground breaking&#8221; stages of <a href="https://bitbucket.org/bairwell/publicwhip-v2">PublicWhip v2</a> &#8211; where we are rebuilding the codebase from scratch and making it entirely self supportive (instead of having to rely on Hansard being parsed by third parties). There&#8217;s not much code yet, but we&#8217;re piecing things together. Looking at our &#8220;paid workload&#8221; (i.e. the stuff that pays our rent/wages), we&#8217;re going to be a bit busy next month (February), but should be able to continue development in March.</p>
<p>* Switch back to Google Adsense<br />
  PublicWhip is now back using Google Adsense to try and raise funding to pay for development. To give you an idea of the revenue, in the last 30 days, Adsense has earnt enough money to pay for one fifth of it&#8217;s monthly hosting bill. So it&#8217;s definitely not making money for us: but at least it&#8217;s not quite so much of a drain on our limited resources.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2013/01/recent-changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back to advertising</title>
		<link>http://blog.publicwhip.org.uk/2012/12/back-to-advertising/</link>
		<comments>http://blog.publicwhip.org.uk/2012/12/back-to-advertising/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 17:30:35 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=48</guid>
		<description><![CDATA[We&#8217;ve switched PublicWhip back to Google Adsense advertising for a short term just to see if it&#8217;ll perform better than before. We&#8217;re now in a much better state to get PublicWhip rebuilt and we should be able to start work &#8230; <a href="http://blog.publicwhip.org.uk/2012/12/back-to-advertising/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve switched PublicWhip back to Google Adsense advertising for a short term just to see if it&#8217;ll perform better than before.</p>
<p>We&#8217;re now in a much better state to get PublicWhip rebuilt and we should be able to start work before the end of January. The plan is to first rewrite the import routines, then the display system and then the search routines. We are not planning on reintroducing &#8220;community features&#8221; (such as a forum) at the moment in time &#8211; we&#8217;re planning on PublicWhip &#8220;just being about the facts&#8221; (we&#8217;ve also been advised by our insurance company that keeping things &#8220;just from an official source such as Hansard&#8221; will reduce any liability for us).</p>
<p>PublicWhip is still a &#8220;labour of love&#8221;: it doesn&#8217;t bring in enough to cover its hosting costs (so it is already being run at a loss for us) and we hoping that any funds we raise from advertising will enable us to &#8220;spin off&#8221; PublicWhip to its own &#8220;non-profit&#8221; company or set it up as a charity: but it&#8217;ll need enough money to cover it&#8217;s own costs at that point. As with all &#8220;labours of love&#8221;, if it is no longer &#8220;fun&#8221; to do (i.e. people are negative about it), we may consider whether it is worth our time: so please be positive and helpful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2012/12/back-to-advertising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with votematrix-2010</title>
		<link>http://blog.publicwhip.org.uk/2012/10/problems-with-votematrix-2010/</link>
		<comments>http://blog.publicwhip.org.uk/2012/10/problems-with-votematrix-2010/#comments</comments>
		<pubDate>Wed, 03 Oct 2012 10:51:40 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=45</guid>
		<description><![CDATA[We&#8217;ve just resolved a problem with the http://www.publicwhip.org.uk/project/data.php data feed for the votematrix-2010.txt file. It appears the incorrect data for the 2010 parliament was stored (2010-05-18 instead of 2010-05-06) causing only the 7 MPs voted into the Commons since that &#8230; <a href="http://blog.publicwhip.org.uk/2012/10/problems-with-votematrix-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve just resolved a problem with the http://www.publicwhip.org.uk/project/data.php data feed for the votematrix-2010.txt file. It appears the incorrect data for the 2010 parliament was stored (2010-05-18 instead of 2010-05-06) causing only the 7 MPs voted into the Commons since that data to be included.</p>
<p>This has now been fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2012/10/problems-with-votematrix-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switching from Advertising to Donations</title>
		<link>http://blog.publicwhip.org.uk/2012/05/switching-from-advertising-to-donations/</link>
		<comments>http://blog.publicwhip.org.uk/2012/05/switching-from-advertising-to-donations/#comments</comments>
		<pubDate>Sun, 27 May 2012 17:54:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[The Masterplan]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=37</guid>
		<description><![CDATA[Based on the feedback we&#8217;ve received, we&#8217;ve decided to drop the Google Adsense from the Public Whip website. Of the 52,142 advert views we had in just over a month, the income from the site was just &#163;19.32 [these funds &#8230; <a href="http://blog.publicwhip.org.uk/2012/05/switching-from-advertising-to-donations/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Based on the feedback we&#8217;ve received, we&#8217;ve decided to drop the Google Adsense from the Public Whip website. Of the 52,142 advert views we had in just over a month, the income from the site was just &pound;19.32 <img src='http://blog.publicwhip.org.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  [these funds have been transferred to the new donation scheme].</p>
<p>However, we still need to raise funds to pay for the overhaul of Public Whip, so we&#8217;ve switch to using <a href='http://www.pledgie.com/campaigns/17442'>Pledgie</a> and we&#8217;re asking for your help and your donations!</p>
<p>We&#8217;re hoping to raise &pound;15,000 to redevelop Public Whip to include the following new features:<br />
* Better security with coding standards code<br />
* Faster site<br />
* Better designed/easier to use<br />
* “Tagging” of divisions to increase findability of related issues<br />
* API for you to easily integrate Public Whip data into your own website<br />
* Internationalisation (hopefully including MEP and local councillor support)<br />
* Faster updates (taking feeds directly from Hansard with the ability to “live update” on important issues)<br />
* Better search facilities<br />
* Twitter updates</p>
<p>amongst other things. If you would like to make a donation, you can:</p>
<ul>
<li><a href='http://www.pledgie.com/campaigns/17442'>Donate via Pledgie</a>.<br /><a href='http://www.pledgie.com/campaigns/17442'><img alt='Click here to lend your support to: PublicWhip v2 and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/17442.png?skin_name=chrome' border='0' /></a>.<br />Payments are accepted by Paypal.<br />Donations via this method will cost us 6.4%+20p in total. &#8220;PAYPAL*PLEDGIE&#8221; will appear on your credit card statement.</li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=RFW2CRARXMKVQ">Donate via Paypal directly</a>.<br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"><br />
<input type="hidden" name="hosted_button_id" value="RFW2CRARXMKVQ"><br />
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online."><br />
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>All major credit/debit cards accepted.<br />Donations via this method will cost us 3.4%+20p in total. &#8220;PAYPAL*BAIRWELL&#8221; will appear on your credit card statement</li>
<li>Send us a cheque or postal order. These should be made payable to &#8220;Bairwell Ltd &#8211; Publicwhip fundraising&#8221; and sent to &#8220;Publicwhip, c/o Bairwell Ltd, 43 Haymakers Lane, Ashford, Kent, TN23 4GL&#8221;. Donations via this method will cost 75p</li>
</ul>
<p>If you would like your donation to be anonymous, please let us know. If you would like to donate via some other method (credit/debit cards over the phone) please email team [at] publicwhip.org.uk . If you would like to pledge some time in helping re-write PublicWhip (which is MySQL/PHP based and will be using the Zend Framework), please again let us know &#8211; we&#8217;re hoping to be able to be able to do the rewrite in October/November time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2012/05/switching-from-advertising-to-donations/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Advertisements &#8211; part 2</title>
		<link>http://blog.publicwhip.org.uk/2012/04/advertisements-part-2/</link>
		<comments>http://blog.publicwhip.org.uk/2012/04/advertisements-part-2/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 13:32:38 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=35</guid>
		<description><![CDATA[Yesterday, I mentioned why PublicWhip is currently running advertisements &#8211; today, I provide figures. PublicWhip is currently hosted on a Memset Miniserver VM4000 which costs us £24.95 per month. We are willing to write this hosting cost off. We&#8217;re also &#8230; <a href="http://blog.publicwhip.org.uk/2012/04/advertisements-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Yesterday, I <a href="http://blog.publicwhip.org.uk/2012/04/advertisements/">mentioned why PublicWhip is currently running advertisements</a> &#8211; today, I provide figures.</p>
<p>PublicWhip is currently hosted on a <a target="_blank" href="http://www.memset.com/?source=bairsaa">Memset Miniserver VM4000</a> which costs us £24.95 per month. We are willing to write this hosting cost off. We&#8217;re also writing off the cost of the <a href="http://www.newrelic.com/">New Relic</a> monitoring system, our time spent responding to queries, kicking the old code when it breaks and other associated gubbins.</p>
<p>We charge for <a href="http://www.bairwell.com/">PHP development</a> and <a href="http://www.pixelpunk.co.uk">WordPress / Perch development</a> between £40-£60 per hour dependent on the complexity of the work.</p>
<p>We estimate that a total rewrite of PublicWhip will take 480 man hours &#8211; even at our lowest possible &#8220;extremely easy work for charity&#8221; pricing, it&#8217;s still looking at £9,600 (baring in mind that when we&#8217;re working on Public Whip, we aren&#8217;t working on projects which are making us money). At the current revenue rate we&#8217;re getting from Google Adwords (baring in mind, it is still very early days) &#8211; it&#8217;ll take 6.5 years to get that money, but we don&#8217;t really want to increase the number of adverts.</p>
<p>We&#8217;d much prefer a &#8220;PublicWhip is supported by [your brand here]&#8221; style thing: one sponsorship message per page (that&#8217;s 46,877 times viewed per month across 10,454 unique visitors: April to date) and no other advertisements. So please contact us at team [at] publicwhip.org.uk for sponsorship details!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2012/04/advertisements-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Advertisements</title>
		<link>http://blog.publicwhip.org.uk/2012/04/advertisements/</link>
		<comments>http://blog.publicwhip.org.uk/2012/04/advertisements/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 13:43:23 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Site Updates]]></category>

		<guid isPermaLink="false">http://blog.publicwhip.org.uk/?p=31</guid>
		<description><![CDATA[As you can see, we&#8217;re currently trailing advertisements on the Public Whip website. These advertisements, currently powered by Google Adsense, will be kept to a minimum and are just intended to try and fund the development and hosting of Public &#8230; <a href="http://blog.publicwhip.org.uk/2012/04/advertisements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As you can see, we&#8217;re currently trailing advertisements on the <a href="http://www.publicwhip.org.uk/">Public Whip website</a>. These advertisements, currently powered by Google Adsense, will be kept to a minimum and are just intended to try and fund the development and hosting of Public Whip.</p>
<p>For the last 6 months or so, <a href="http://www.bairwell.com/">Bairwell Ltd</a> has been hosting the PublicWhip website totally free of charge (even though we&#8217;ve got expenses associated with the hosting) and generally maintaining the site/answering queries. However, we have got big ideas for the site: but we&#8217;ll need to rewrite it from scratch to fix these issues &#8211; this will take time (a few months) &#8211; and we do, unfortunately, need to be able to eat during this period! Hence the advertisements to try and raise funds.</p>
<p>We have tried to raise funds in alternative ways (spending in excess of £500 to do so: at a conservative estimate, PublicWhip has cost us over £3,000 in the last 6 months!), but we were unable to find backers <img src='http://blog.publicwhip.org.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>We don&#8217;t like running adverts and would prefer not to &#8211; so if you want to sponsor the site (nothing too political please: the site needs to keep its neutrality), please please please get in contact with us at team [at] publicwhip.org.uk .</p>
<p>If you&#8217;ve got any thoughts on these changes, please let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.publicwhip.org.uk/2012/04/advertisements/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
