<?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>2E0SQL - M3PHP &#187; webapp</title>
	<atom:link href="http://www.m3php.com/category/webapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m3php.com</link>
	<description>Amateur Radio, Weather &#38; Space</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Cloudlog</title>
		<link>http://www.m3php.com/2011/cloudlog/</link>
		<comments>http://www.m3php.com/2011/cloudlog/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 12:18:07 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[webapp]]></category>
		<category><![CDATA[cloudlog]]></category>

		<guid isPermaLink="false">http://www.m3php.com/?p=1033</guid>
		<description><![CDATA[Since I first reported about the development of a web based logging application. Development sped up rather quickly and after a quick name change to Cloudlog, its now in a feature stable mode the application is hosted by the user although it might be possible to host installations for people in the future for a [...]]]></description>
			<content:encoded><![CDATA[<p>Since I first reported about the development of a web based logging application. Development sped up rather quickly and after a quick name change to Cloudlog, its now in a feature stable mode the application is hosted by the user although it might be possible to host installations for people in the future for a small monthly/yearly fee.</p>
<p>Cloudlog works either along side the Ham Radio Deluxe logbook MySQL table or as a standalone system giving it lots of flexibility, when using it but the core features of being able to add QSOs, explore your logbook and have visitors interact with it are all there. You can find out more on Cloudlog&#8217;s dedicated website at <a href="http://www.cloudlog.co.uk ">http://www.cloudlog.co.uk </a> where you can download the source code or find out more about the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2011/cloudlog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Frontend to HRDs Logbook &#8211; Web Logbook</title>
		<link>http://www.m3php.com/2011/web-frontend-to-hrds-logbook-web-logbook/</link>
		<comments>http://www.m3php.com/2011/web-frontend-to-hrds-logbook-web-logbook/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 16:34:19 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[webapp]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[hrd]]></category>
		<category><![CDATA[logbook]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">http://www.m3php.com/?p=865</guid>
		<description><![CDATA[A while back I decided I wanted a solution, where I could access my logbook(s) anywhere regardless of where I was currently located. At first I managed to-do this by using MySQL on my web server to store the HRD Logbook and just used an SSH tunnel. This worked fine if I was using my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A while back I decided I wanted a solution, where I could access my logbook(s) anywhere regardless of where I was currently located. At first I managed to-do this by using MySQL on my web server to store the HRD Logbook and just used an SSH tunnel. This worked fine if I was using my desktop computer or laptop, but it’s not always possible specially when it friends shacks.</p>
<p style="text-align: justify;">So the next step was obvious, I needed to create a web front-end to the database so after a few late nights coding things started to take shape and after a month’s development I’m happy to show everyone, although I have been putting the odd screenshot on Twitter.</p>
<h3>Dashboard</h3>
<figure><a href="http://www.m3php.com/wp-content/uploads/2011/07/dashboard.png" rel="lightbox"><img class="aligncenter size-medium wp-image-866" title="dashboard" src="http://www.m3php.com/wp-content/uploads/2011/07/dashboard-297x300.png" alt="" width="297" height="300" /></a></figure>
<p>When you first the Web Logbook you first see the &#8220;Dashboard&#8221; which gives you an overview of what you&#8217;ve worked that day by displaying the last 9 QSOs, and any QSOs you&#8217;ve made that day on a Google Map plus just for reference you can also quickly see a breakdown of QSO information too.</p>
<h3>View Log</h3>
<figure><a href="http://www.m3php.com/wp-content/uploads/2011/07/logview.png" rel="lightbox"><img class="aligncenter size-medium wp-image-867" title="logview" src="http://www.m3php.com/wp-content/uploads/2011/07/logview-270x300.png" alt="" width="270" height="300" /></a></figure>
<p>View log allows you to do exactly that view all your QSOs, just like you would in a desktop application only difference is if you click on a Callsign you&#8217;ve worked it pops up an information box displaying more information and a map. Its also possible to edit a QSO from this area and soon delete (Once I write that bit of code!)</p>
<div id="attachment_868" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.m3php.com/wp-content/uploads/2011/07/popup.png" rel="lightbox"><img class="size-medium wp-image-868" title="popup" src="http://www.m3php.com/wp-content/uploads/2011/07/popup-300x163.png" alt="" width="300" height="163" /></a><p class="wp-caption-text">QSO Popup Window</p></div>
<h3>Search</h3>
<figure><a href="http://www.m3php.com/wp-content/uploads/2011/07/search.png" rel="lightbox[865]"><img class="aligncenter size-medium wp-image-869" title="search" src="http://www.m3php.com/wp-content/uploads/2011/07/search-300x214.png" alt="" width="300" height="214" /></a></figure>
<p>Search provides a way of quickly looking up a QSO just start typing the callsign into the field and never JS goes off and starts matching it, currently can be a little slow depending on server speeds.</p>
<h3>Add QSO</h3>
<div id="attachment_870" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.m3php.com/wp-content/uploads/2011/07/addqso.png" rel="lightbox"><img class="size-medium wp-image-870" title="addqso" src="http://www.m3php.com/wp-content/uploads/2011/07/addqso-300x289.png" alt="" width="300" height="289" /></a><p class="wp-caption-text">QSO Entry Area</p></div>
<p>The Add QSO section is really the brains of the application, here you enter your QSO at the moment the times are set to work with UTC only but thats pretty standard in the Ham Radio world, fields provided are the most important ones required you can either log as band or frequency this is controlled within the configuration files.</p>
<p>The system find previously logged QRA and name and populate the fields and then figure out bearings, distance and DXCC info which is displayed below the QSO box, its also got a Partial Callsign Check system, options to save satellite information (I need that important <img src='http://www.m3php.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) and soon going to add IOTA, QSLing information.</p>
<h3>Notes</h3>
<div id="attachment_873" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.m3php.com/wp-content/uploads/2011/07/notes.png" rel="lightbox"><img class="size-medium wp-image-873" title="notes" src="http://www.m3php.com/wp-content/uploads/2011/07/notes-300x281.png" alt="" width="300" height="281" /></a><p class="wp-caption-text">Notes</p></div>
<p>Notes was more of an add-on which I wanted so I could store beacon frequencies, ATU settings and the like, but really if its text you can store it in a note.</p>
<h3>Statistics</h3>
<div id="attachment_874" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.m3php.com/wp-content/uploads/2011/07/stats.png" rel="lightbox"><img class="size-medium wp-image-874" title="stats" src="http://www.m3php.com/wp-content/uploads/2011/07/stats-300x281.png" alt="" width="300" height="281" /></a><p class="wp-caption-text">Statistics</p></div>
<p>Statistics is something I&#8217;ve only just started to develop using the Google Charts API to show a breakdown of logbook QSOs, these are currently by Mode and band. I&#8217;ve also quickly written some to show QSOs on satellites, as I personally wanted to see what sat I used most (AO-51) this will develop further in the coming months no doubt.</p>
<h3>Geek Stuff</h3>
<p>Now I&#8217;m not providing this as a hosted application if you want to run it you&#8217;ll need to have some knowledge of remote access MySQL, creating tables and editing bits of PHP if thats OK then you&#8217;ll enjoy messing about with it.</p>
<p>The Web Logger was developed using the PHP MVC Framework CodeIgniter, plenty of jQuery javascript to make some of the pretty lookup functions work. It also heavly uses Google APIs like Maps and Charts to display data visually, so after you download the codebase from Github you&#8217;ll need to configure it by going to /applications/config/config.php and editing some of the variables and also database.php to make sure the MySQL connection info is correct.</p>
<p>Once this is all done it should work out of the box, remember this is open source project and you use it at your own risk. at some point I will have an guide on the github project on how to set it up.</p>
<p>Code can be found at <a href="https://github.com/magicbug/HRD-Web-Frontend">https://github.com/magicbug/HRD-Web-Frontend</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2011/web-frontend-to-hrds-logbook-web-logbook/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Now running HamTwits.com</title>
		<link>http://www.m3php.com/2010/now-running-hamtwits-com/</link>
		<comments>http://www.m3php.com/2010/now-running-hamtwits-com/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 16:37:39 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[webapp]]></category>
		<category><![CDATA[hamtwits]]></category>

		<guid isPermaLink="false">http://www.m3php.com/?p=472</guid>
		<description><![CDATA[If you follow me on Twitter you might have noticed the tweet saying that I&#8217;ve taken over running HamTwits.com from Ben (N1WBV) who started it back in 2008 and has done a cracking job providing a list of radio hams who use Twitter, hopefully I can maintain the useful service and add a bit more [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow me on <a href="http://www.twitter.com/2e0sql">Twitter</a> you might have noticed the tweet saying that I&#8217;ve taken over running <a href="http://www.hamtwits.com" target="_blank">HamTwits.com</a> from Ben (<a href="http://www.qrz.com/callsign/N1WBV">N1WBV</a>) who started it back in 2008 and has done a cracking job providing a list of radio hams who use Twitter, hopefully I can maintain the useful service and add a bit more functionality to it at, the moment users are manually added, I plan on making this automated using the Twitter oAuth system and giving it a fresh look.</p>
<p>Hopefully I can get this done in the next couple of weeks, in the mean time if you&#8217;d like to be added either send me a message on Twitter or leave a message in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2010/now-running-hamtwits-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not given up yet with Callbook.org.uk</title>
		<link>http://www.m3php.com/2010/not-given-up-yet-with-callbook-org-uk/</link>
		<comments>http://www.m3php.com/2010/not-given-up-yet-with-callbook-org-uk/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:13:04 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[callbook]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[callbook.org.uk]]></category>
		<category><![CDATA[ofcom]]></category>

		<guid isPermaLink="false">http://www.m3php.com/?p=448</guid>
		<description><![CDATA[So I&#8217;ve restarted my efforts in getting the UK amateur radio callbook data to make a &#8220;callbook&#8221; available online, how? by making yet another request for it under Freedom of Information and another asking for it under commercial licence; how Ofcom will respond who knows but I really do live in hope. The wait continues!]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve restarted my efforts in getting the UK amateur radio callbook data to make a &#8220;callbook&#8221; available online, how? by making yet another request for it under Freedom of Information and another asking for it under commercial licence; how Ofcom will respond who knows but I really do live in hope.</p>
<p>The wait continues!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2010/not-given-up-yet-with-callbook-org-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch of DXCluster.co.uk</title>
		<link>http://www.m3php.com/2010/launch-of-dxcluster-co-uk/</link>
		<comments>http://www.m3php.com/2010/launch-of-dxcluster-co-uk/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:11:13 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[webapp]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[dx]]></category>
		<category><![CDATA[dx cluster]]></category>
		<category><![CDATA[dxcluster]]></category>

		<guid isPermaLink="false">http://www.m3php.com/?p=426</guid>
		<description><![CDATA[Just under a week ago Paul (M0TZO) said that he&#8217;d found a domain available and I&#8217;d love it.. He wasn&#8217;t wrong either the domain in question was http://www.dxcluster.co.uk I&#8217;ve spent some time getting a prototype of the website up and running using a lot of the back-end code which was already in place on DXAnywhere.com. [...]]]></description>
			<content:encoded><![CDATA[<p>Just under a week ago Paul (M0TZO) said that he&#8217;d found a domain available and I&#8217;d love it.. He wasn&#8217;t wrong either the domain in question was <a href="http://www.dxcluster.co.uk">http://www.dxcluster.co.uk</a> I&#8217;ve spent some time getting a prototype of the website up and running using a lot of the back-end code which was already in place on <a href="http://www.dxanywhere.com">DXAnywhere.com</a>.</p>
<p>The features for the site is open for comments either post them in the comments below or use the feedback tab on the site. I&#8217;ll be posting some more news in the feature about progress being made.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2010/launch-of-dxcluster-co-uk/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PickMyRig Redesigned</title>
		<link>http://www.m3php.com/2009/pickmyrig-redesigned/</link>
		<comments>http://www.m3php.com/2009/pickmyrig-redesigned/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:00:15 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[webapp]]></category>
		<category><![CDATA[pickmyrig]]></category>

		<guid isPermaLink="false">http://localhost/m3php/?p=345</guid>
		<description><![CDATA[Its been 2 years since I touched the code base of PickMyRig, the original system was heavy based on a script I had written in Prolog back while I was in University then ported to PHP and the user interface was very quickly put together to get a working concept then left it alone. So [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-348 aligncenter" title="pmrpost" src="http://localhost/m3php/wp-content/uploads/2009/08/pmrpost.gif" alt="pmrpost" width="441" height="135" /></p>
<p>Its been 2 years since I touched the code base of <a href="http://www.pickmyrig.com">PickMyRig</a>, the original system was heavy based on a script I had written in <a href="http://www.swi-prolog.org/">Prolog</a> back while I was in University then ported to PHP and the user interface was very quickly put together to get a working concept then left it alone.</p>
<p>So this last 3 weeks I spent some considerable time giving it a major overhaul, first up was the interface which was somewhat lacking making sure that the search features are always visible regardless of the page the visitor was currently on also the new design makes it look far more professional.</p>
<p>I also improved the search results display and each item now also has a product page giving a much more through overview at what the radio can do all the images displayed are from Flickr using their very comprehensive API there&#8217;s still some tweaking to be done on this but its a much better solution then uploading a photo of the radio onto our system.</p>
<p>The main logic behind the site is still very much the same just with a few minor tweaks, the major parts which have been added is the users ability to submit radios which are missing (after all there&#8217;s 1000s so can&#8217;t please everyone) and for us running the site everything is editable within just a few clicks of a button.</p>
<p>What I&#8217;m wanting to do next is link to amateur radio shop websites to help the user long in their purchase, this is still in being planned but if any radio shops are reading this drop me a email/comment.</p>
<p>I hope that all the changes will make it a much more enjoyable experience and allow new and current radio amateurs to find a radio suitable for them.</p>
<p>Go check it out <a href="http://www.pickmyrig.com">http://www.pickmyrig.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2009/pickmyrig-redesigned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Callbook Delays</title>
		<link>http://www.m3php.com/2009/callbook-delays/</link>
		<comments>http://www.m3php.com/2009/callbook-delays/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 16:43:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[callbook]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[ofcom]]></category>
		<category><![CDATA[rsgb]]></category>

		<guid isPermaLink="false">http://m3php.com/?p=335</guid>
		<description><![CDATA[As I posted earlier this month I&#8217;d applied to the Office of Communications for the UK amateur radio callbook data in the hope of making the data available on-line via a custom search engine. Over a month passed without communications but things did start heating up, within the amateur radio community about Ofcom wanting to [...]]]></description>
			<content:encoded><![CDATA[<p>As I posted earlier this month I&#8217;d applied to the Office of Communications for the UK amateur radio callbook data in the hope of making the data available on-line via a custom search engine. Over a month passed without communications but things did start heating up, within the amateur radio community about Ofcom wanting to make this data public.</p>
<p>With issues of privacy which completely baffles me as the Radio Society of Great Britain make the data available via a paperback yearbook and PW Publishing make a CD and supply it for a couple of pounds. and nearly every other country makes this data available look at USA (FCC) and Australia.</p>
<p>Then last week I got an email from Ofcom saying that they&#8217;ve decided to suspended further distribution of the callbook data, whilst they explore options with the Information Commissioner’s Office. This oddly enough came the same week the <a href="http://www.southgatearc.org/news/july2009/rsgb_confronts_ofcom.htm">RSGB</a> confronted Ofcom over license database publication due to  breach of the Data Protection Act, if this is the case are the RSGB not also at fault? or is there some licence which makes them &#8220;OK&#8221;. Either way I think personally that it comes down to the fact that if its made available it would effect there profits with the yearbook and callseeker cd.</p>
<p>So the wait continues the actual programming side of <a href="http://www.callbook.org.uk">http://www.callbook.org.uk</a> is finished, its just missing data I am tempted to import the US FCC data and at least get the callbook live and allow others to add there details but that really wasn&#8217;t what I had planned to do.</p>
<p>Its rather frustrating that Ofcom supplied a method to apply for the data under strict licence then revoke it within a month. I&#8217;ll keep everyone posted to how things plan out I definitely will not be giving up and will get the site online as soon as I can without breaking any laws myself <img src='http://www.m3php.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2009/callbook-delays/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Callbook.org.uk</title>
		<link>http://www.m3php.com/2009/callbookorguk/</link>
		<comments>http://www.m3php.com/2009/callbookorguk/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 11:14:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[webapp]]></category>
		<category><![CDATA[callbook]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[ofcom]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://m3php.com/?p=324</guid>
		<description><![CDATA[I requested the UK Callbook data from Ofcom about 2 weeks ago to this day, via there request form but yet to hear anything back even chasing them up via a number of emails but yet to get a proper response its pretty poor communication from a government body who represents just that. Either way [...]]]></description>
			<content:encoded><![CDATA[<p>I requested the UK Callbook data from Ofcom about 2 weeks ago to this day, via there request form but yet to hear anything back even chasing them up via a number of emails but yet to get a proper response its pretty poor communication from a government body who represents just that.</p>
<p>Either way I will not give up, and have registered <a href="http://www.callbook.org.uk">http://www.callbook.org.uk</a> in anticipation of getting the data hopefully within the next couple of weeks.</p>
<p>If your interested in knowing when the site is like just use the form on the site and I&#8217;ll drop you a note once its live.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2009/callbookorguk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetWX one day web mashup</title>
		<link>http://www.m3php.com/2009/tweetwx-on-day-web-mashup/</link>
		<comments>http://www.m3php.com/2009/tweetwx-on-day-web-mashup/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 15:39:20 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[weather]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[tweetwx]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wx station]]></category>

		<guid isPermaLink="false">http://m3php.com/?p=277</guid>
		<description><![CDATA[I&#8217;ve been tweeting weather information from the weather station at the home QTH for a couple of months and now there&#8217;s even more stations doing so, following the stations can distract you from actual non automated tweets so I decided Wednesday to code up a little site called TweetWX. What TweetWX does is searches twitter [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been tweeting weather information from the weather station at the <a href="http://www.twitter.com/oxfordwx">home QTH</a> for a couple of months and now there&#8217;s even more stations doing so, following the stations can distract you from actual non automated tweets so I decided Wednesday to code up a little site called <a href="http://www.magicbug.co.uk/tweetwx">TweetWX</a>.</p>
<figure><img class="aligncenter" title="TweetWX Logo" src="http://www.magicbug.co.uk/tweetwx/images/logo.jpg" alt="" width="221" height="45" /></figure>
<p style="text-align: justify;">What <a href="http://www.magicbug.co.uk/tweetwx">TweetWX</a> does is searches twitter for the weather terms &#8220;Wind, Barometer, Temperature, Rain, Humidity&#8221; then shows the tweets in a timeline  this refreshes every 40 seconds with any new weather tweets available.</p>
<p style="text-align: justify;">Each time it reads a tweet it also checks to see if we&#8217;ve stored it in our database if not it collects its profile data and stores it so its available as a list on the site for users to find all the current stations available!</p>
<p style="text-align: justify;">The whole site took 1 day to code using the PHP framework CodeIgniter, You can check it out by visiting <a href="http://www.magicbug.co.uk/tweetwx">http://www.magicbug.co.uk/tweetwx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2009/tweetwx-on-day-web-mashup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Contest Alerts via @DXAnywhere</title>
		<link>http://www.m3php.com/2009/twitter-contest-alerts-via-dxanywhere/</link>
		<comments>http://www.m3php.com/2009/twitter-contest-alerts-via-dxanywhere/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 15:27:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[contesting]]></category>
		<category><![CDATA[dxanywhere]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://m3php.com/?p=275</guid>
		<description><![CDATA[Last weekend I coded up a simple contest calendar system for DXAnywhere the idea for this is to allow people to filter alerts if it was a contest weekend, but after a while I thought with all this information it would make a good web service. Tweets get sent out every Wednesday at 13:30 UTC [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last weekend I coded up a simple contest calendar system for <a href="http://www.dxanywhere.com">DXAnywhere</a> the idea for this is to allow people to filter alerts if it was a contest weekend, but after a while I thought with all this information it would make a good web service.</p>
<p style="text-align: justify;">Tweets get sent out every Wednesday at 13:30 UTC I decided on this day because it was mid week, when people are starting to think about the upcoming week if anyone disagrees leave a comment.</p>
<p style="text-align: justify;">Each contest for the coming weekend gets its own tweet with the contest name and the url to find the rules. So if your a twitter user follow <a href="http://www.twitter.com/dxanywhere">@DXAnywhere </a>plus you&#8217;ll get a wealth of other useful radio data in your twitter stream!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m3php.com/2009/twitter-contest-alerts-via-dxanywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

