<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Edward's Blog</title><link>http://blogs.vbcity.com/edward/</link><description>Edward's Blog At vbCity</description><managingEditor>Edward</managingEditor><dc:language>en-GB</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Edward</dc:creator><title>vbCity Postcards</title><link>http://blogs.vbcity.com/edward/archive/2004/10/25/347.aspx</link><pubDate>Mon, 25 Oct 2004 11:10:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/10/25/347.aspx</guid><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Serge has posted the first photo of the &lt;/FONT&gt;&lt;A href="http://blogs.vbcity.com/upload/sergeb/files/vbcity_postcard_wall.800x600.jpg"&gt;&lt;FONT face=Verdana size=2&gt;vbCity Postcard project&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;.&amp;nbsp; If you can get past being mesmerised by the third one down on the left you'll possibly find that some of the others are quite nice.&amp;nbsp; One of the things that struck me was how many were taken at night, this is presumably because some places don't look good during the day ... hehehe.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;vbCity member &lt;/FONT&gt;&lt;A href="http://www.vbcity.com/forums/profile.asp?id=rock"&gt;&lt;FONT face=Verdana size=2&gt;rock&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;&amp;nbsp;has had to resort to quantity in order to compete with the beauty that is Shropshire :-P (sorry Arnaldo, couldn't resist).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;You can find out about the project on the &lt;/FONT&gt;&lt;A href="http://www.vbcity.com/forums/topic.asp?tid=80846"&gt;&lt;FONT face=Verdana size=2&gt;forums&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/347.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Edward</dc:creator><title>Eddie and Hotdog's BlogBlock</title><link>http://blogs.vbcity.com/edward/archive/2004/09/16/299.aspx</link><pubDate>Thu, 16 Sep 2004 11:56:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/09/16/299.aspx</guid><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I have been experimenting with Hotdog. Now for anyone thinking this might be a new designer drug, my apologies, you'll just have to check out &lt;A href="http://images.google.com/images?svnum=20&amp;amp;hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;safe=on&amp;amp;q=irritating%2Byak"&gt;Hotdog's blog&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We've been working on an experiment to reduce the amount of screen real estate our blogs take up - well to be honest, Hotdog's blog takes up ;-)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We've come up with the &lt;STRONG&gt;Eddie and Hotdog BlogBlock&lt;/STRONG&gt;. The buttons can be used to hide/reveal large quantities of code.&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="BORDER-RIGHT: navy 1px solid; BORDER-TOP: navy 1px solid; BORDER-LEFT: navy 1px solid; BORDER-BOTTOM: navy 1px solid"&gt;&lt;BUTTON style="FONT-SIZE: 8pt; WIDTH: 100px" onclick="var vis,sty;vis='';sty=this.nextSibling.nextSibling;sty=sty.nextSibling;sty=sty.style;vis=sty.display;vis=(vis=='')?'none':(vis=='none')?'':vis;sty.display=vis;vis=(vis=='')?'Hide Code':'Show Code';this.innerText=vis;"&gt;Show Code&lt;/BUTTON&gt;&lt;BUTTON style="FONT-SIZE: 8pt; WIDTH: 100px" onclick="var vis,sty;vis='';sty=this.nextSibling.nextSibling;sty=sty.style;vis=sty.height;vis=(vis=='')?'8em':(vis=='8em')?'':vis;sty.height=vis;vis=(vis=='')?'Scroll View':'Full View';this.innerText=vis;"&gt;Full View&lt;/BUTTON&gt; 
&lt;DIV style="DISPLAY: none; OVERFLOW: auto; HEIGHT: 8em"&gt;&lt;PRE&gt;&amp;lt;DIV style="border: navy 1px solid;"&amp;gt;
  &amp;lt;button style="font-size:8pt;width:100px;" onclick="SEE BELOW: BUTTON 1"&amp;gt;
    Show Code
  &amp;lt;/button&amp;gt;
  &amp;lt;button style="font-size:8pt;width:100px;" onclick="SEE BELOW: Button 2"&amp;gt;
    Full View
  &amp;lt;/button&amp;gt; 
  &amp;lt;DIV style="display: none; overflow: auto;"&amp;gt;
    *** TEXT ***
  &amp;lt;/DIV&amp;gt;
&amp;lt;/DIV&amp;gt;
&amp;lt;!--&lt;BR&gt;onclick Scripts for the buttons
Button 1 Script:
onclick = 
  "var vis,sty;
  vis='';
  sty=this.nextSibling.nextSibling;
  sty=sty.nextSibling;
  sty=sty.style;
  vis=sty.display;
  vis=(vis=='')?'none':(vis=='none')?'':vis;
  sty.display=vis;
  vis=(vis=='')?'Hide Code':'Show Code';
  this.innerText=vis;"
Button 2 Script:
onclick = 
  "var vis,sty;
  vis='';
  sty=this.nextSibling.nextSibling;
  sty=sty.style;
  vis=sty.height;vis=(vis=='')?'8em':(vis=='8em')?'':vis;
  sty.height=vis;
  vis=(vis=='')?'Scroll View':'Full View';
  this.innerText=vis;"
!--&amp;gt;&lt;BR&gt;
  &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Now we'd be the first to admit that we are not javascript guru's. And if any sad anorak wants to correct or comment on how appauling our scripting is, then please feel free to do so at &lt;A href="http://images.google.com/images?svnum=20&amp;amp;hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;safe=on&amp;amp;q=irritating%2Byak"&gt;leave-me-alone-you-irritating-yak.com&lt;/A&gt; or contact Hotdog.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We may also have broken some cardinal rules about blogging ... "Thou shalt not script in thy blog" and if we have we are humbly sorry and shall pop down to the "&lt;STRONG&gt;Poopsville&lt;SUP&gt;*&lt;/SUP&gt; Correctional Facility for Naughty Bloggers&lt;/STRONG&gt;" for a quick term of imprisonment.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;Edit: 19 September&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I seem to have big-upped my role in this joint venture. While I've been &lt;EM&gt;charrier dans les b&amp;#233;gonias &lt;/EM&gt;with a few divs and buttons, Robert has created a great tool for creating BlogBlocks that allows you to paste code from VS.NET and create great looking HTML for your Blog. It now features options to choose the style and settings for the block and the options for the user including hidden, scrollable and copy code.&amp;nbsp; See Hotdog's &lt;A href="http://blogs.vbcity.com/hotdog/archive/2004/09/11/280.aspx"&gt;RTF to HTML converter (visual studio -&amp;gt; internet)&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P align=center&gt;&lt;FONT face=Verdana size=2&gt;&lt;STRONG&gt;EHBlock ... its in the Blog&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;* Poopsville is the registered trade mark of &lt;A href="http://twerps.vbcity.com/html/gerald_of_mead.html"&gt;Sir Gerald of Mead&lt;/A&gt;, used without permission but I'm sure he wouldn't mind.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/299.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Edward</dc:creator><title>Ludlow Food and Drink Festival</title><link>http://blogs.vbcity.com/edward/archive/2004/09/14/295.aspx</link><pubDate>Tue, 14 Sep 2004 08:44:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/09/14/295.aspx</guid><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;In this week's &lt;/FONT&gt;&lt;A href="http://www.devcity.net/newsletter/archive/devcity/devcity20040905.htm"&gt;&lt;FONT face=Verdana size=2&gt;devCity Newsletter&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;, Serge thought it would be a great idea for members of vbCity and devCity to send postcards to vbCity from where they live.  I'm fortunate to live in Shropshire and this weekend I visited the &lt;/FONT&gt;&lt;A href="http://www.foodfestival.co.uk"&gt;&lt;FONT face=Verdana size=2&gt;Ludlow Food and Drink Festival&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;.  It is a great experience and is considered one of the best food festivals in Britain.  &lt;/FONT&gt;&lt;A href="http://www.ludlow.org.uk/about.html"&gt;&lt;FONT face=Verdana size=2&gt;Ludlow&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt; is a small market town (population 10k) in South Shropshire that is famous for its food and drink.  The food festival promotes local produce from the &lt;/FONT&gt;&lt;A href="http://www.castlewales.com/march.html"&gt;&lt;FONT face=Verdana size=2&gt;Welsh Marches&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;As vbCity's unofficial representative, you'll be pleased to know that I did a fine job of sampling as much as possible.  Particular highlights were:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Roast Boar&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Welsh Oggie (a pasty made from Welsh beef, onion, leek, potato and gravy)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Bacchus from Frome Valley Vineyard (a fruity white wine with a strong aroma of elderflower)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Wood's Shropshire Lad (a fine local beer)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Postcard on its way.&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/295.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Edward</dc:creator><title>qPrinter2 Update</title><link>http://blogs.vbcity.com/edward/archive/2004/09/14/293.aspx</link><pubDate>Tue, 14 Sep 2004 08:05:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/09/14/293.aspx</guid><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I've recently added an update of qPrinter2 to our website.&amp;nbsp; It is nearly 2 years since I released version 2 and although I've been working on the project since, this is the first update I have put up for general distribution.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;There are some new features in the project including improved Table support, repeated Table header rows on page breaks and an external module for creating previews from Flexgrids.&amp;nbsp; The project can be downloaded from the &lt;/FONT&gt;&lt;A href="http://www.qbdsoftware.co.uk/moth/qprinter/qprinter20.htm"&gt;&lt;FONT face=Verdana size=2&gt;qPrinter main page&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/293.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Edward</dc:creator><title>Time to Dust off that Soccer Prediction program</title><link>http://blogs.vbcity.com/edward/archive/2004/08/15/206.aspx</link><pubDate>Sun, 15 Aug 2004 12:53:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/08/15/206.aspx</guid><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The Premier League started this weekend bringing the English soccer season into full swing.  For those that don't know, the Football Association; presumably under pressure from the sport's governing body, Coca Cola, have decided to rename the remaining leagues.  Last year's League Divisions 1, 2 and 3, formerly known as Divisions 2, 3 and 4, have cleverly been renamed: The Championship, League One and League Two.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Anyway confusing name changes aside, the start of the new season requires me to dust off that old favourite project, the Football Predictor.  Now it doesn't really start to come into its own for about 10 weeks when it has some form to work with, so I have plans to enhance it in the meantime.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;This year I aim to add a module that predicts the score of a fixture.  Some of the statistics for each team's score patterns can be quite remarkable - these are a snapshot after about 30 matches last season:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Arsenal to win 2 - 1 at home (40 % of home matches)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Leicester to draw 1 - 1 at home (31.25 % of home matches)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face=Verdana size=2&gt;Manchester United to win 2 - 1 away (26.67 % of away matches)&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The prediction process is two fold.  Firstly making predictions (obviously) but secondly analysing how the information is interpreted to see if it can improve the quality of the predictions.  Last year I added a system where the project also rated the 'chance of success' of the prediction.  This worked okay, but I had to stop the project from trying to have a 100% success rate.  At one point I did end up where it would have only made 2 or 3 predictions in the season and these were all Arsenal to win &lt;eek&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/206.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Edward</dc:creator><title>IE Toolbar buttons</title><link>http://blogs.vbcity.com/edward/archive/2004/08/13/189.aspx</link><pubDate>Fri, 13 Aug 2004 10:23:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/08/13/189.aspx</guid><description>&lt;FONT face=Verdana size=2&gt;New article on how to add Top and Bottom buttons to Internet Explorer - &lt;/FONT&gt;&lt;A href="http://blogs.vbcity.com/edward/articles/183.aspx"&gt;&lt;FONT face=Verdana size=2&gt;The Top and Bottom of it All&lt;/FONT&gt;&lt;/A&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/189.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Edward Moth</dc:creator><title>ASP Games - Project Rockstar</title><link>http://blogs.vbcity.com/edward/archive/2004/08/13/188.aspx</link><pubDate>Fri, 13 Aug 2004 09:23:00 GMT</pubDate><guid>http://blogs.vbcity.com/edward/archive/2004/08/13/188.aspx</guid><description>&lt;P&gt;&lt;FONT face=Verdana size=2&gt;If you want to create an ASP game you should check out &lt;A href="http://www.projectrockstar.com/index.asp"&gt;Project Rockstar&lt;/A&gt;.  The game gives you the opportunity to be a band Manager with up to 10 bands and the chance to create your own Record Label.  You can hire/fire musicians, instruct them to write songs, gig, practice and promote in your quest to make as much money as possible.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Created by &lt;A href="http://www.kerb.co.uk/"&gt;kerb&lt;/A&gt; and coded by two guys (Chris and Robsa), the game has evolved since it was first released by Vizzavi (who later went bust) in 2002.  Relaunched by &lt;A href="http://www.kerb.co.uk/"&gt;kerb&lt;/A&gt;, the game has thousands of active managers, extensive forums and an in-game email system.  The game was Reset at the beginning of August so that everyone starts from scratch, allowing new players the chance to do as well as more experienced player.  There are some very neat touches including hidden forums that require you to purchase a licence from the trading area in order to participate - and it's all ASP.&lt;/FONT&gt;&lt;/P&gt;&lt;img src ="http://blogs.vbcity.com/edward/aggbug/188.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>