📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

The Compers Inn - Part 27

19394969899484

Comments

  • toniq
    toniq Posts: 29,340 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    Trammel wrote: »
    Hi

    Im a software engineer and thinking of starting to comp however this forum isnt as efficient as I would like for its subject. I run my own email server so am going to make a special email address just for comping (with a different alias for each comp).

    I have an idea for software that will download the full list of comps, sort them into date order and mark a tick next to the ones that I have left a "thanks" for... would this be allowed, as it would be more efficient and reduce my need to check the forum (therefor saving MSEs bandwidth too as all posts only need listed once).

    Im thinking of making the software automatically generate a new email alias for each competition and make a note of that in a database too... so if I get an email the it automatically marks which comp it was from (to mark the spammers, and also link win notifications back to the post via the email alias) but this would all be done from an internal database so wouldnt add any overhead to MSEs webserver.

    I was thinking of making the software allow distribution of the lists in a future version which would make the impact on MSE website even less as most people would then not need to even check the forum and get all their comp posts via the new peer2peer sharing network (maybe with an automatic form-filling system)... any ideas on this part?


    Trutfully i don't think any of that would work on this forum, you are best to take up your ideas with the forum team rather than asking here.
    #JusticeForGrenfell
  • Jokey
    Jokey Posts: 8,801 Forumite
    Pheeew!! All sorted!!!!!!!!! Will explain after. Thanks everyone for your lovely words and advice. Just busy with makin kids dinners etc, will read back and answer posts in a min or 2 ;)
    :) xx JoJo xx :)

    :heart2: And only now I see the light...
    :heart2:

    :T Baby girl due 09/03 :T

  • hjb123
    hjb123 Posts: 32,002 Forumite
    am busy looking for a dress to wear to a couple of summer weddings.....is a black dress a no no? Seen a nice one, layered/ruffled and wasnt sure whether its appropriate or not for a wedding - could wear a coloured jacket or belt etc? THIS is the one I have seen:D
    Weight Loss - 102lb
  • Skippycat
    Skippycat Posts: 5,976 Forumite
    Part of the Furniture 1,000 Posts Combo Breaker
    Hi everyone. Hope everyone is well today? Feeling somewhat icky today myself. Think I've got a bit of a stomach bug unfortunately so am just taking it easy at the minute :( *sigh* Might try having a little something to eat soon.
    2022 wins include.... £1,000 cheque £150 ASDA gift card £250 Impericon gift voucher £100 cheque £100 of plant bulbs £100 Bower Collective voucher
  • Skippycat
    Skippycat Posts: 5,976 Forumite
    Part of the Furniture 1,000 Posts Combo Breaker
    Pheeew!! All sorted!!!!!!!!! Will explain after. Thanks everyone for your lovely words and advice. Just busy with makin kids dinners etc, will read back and answer posts in a min or 2 ;)

    Glad to hear you are feeling a bit better now sweetiepie :) x
    2022 wins include.... £1,000 cheque £150 ASDA gift card £250 Impericon gift voucher £100 cheque £100 of plant bulbs £100 Bower Collective voucher
  • Skippycat
    Skippycat Posts: 5,976 Forumite
    Part of the Furniture 1,000 Posts Combo Breaker
    edited 10 May 2010 at 12:55PM
    hjb123 wrote: »
    am busy looking for a dress to wear to a couple of summer weddings.....is a black dress a no no? Seen a nice one, layered/ruffled and wasnt sure whether its appropriate or not for a wedding - could wear a coloured jacket or belt etc? THIS is the one I have seen:D

    That dress is really pretty! I think black is perfectly fine for a wedding if you add a bit of colour in somewhere as well (jacket or handbag / accessories etc) :)

    Just make sure you don't go to the wedding dressed all in white and upstage the bride - lol!
    2022 wins include.... £1,000 cheque £150 ASDA gift card £250 Impericon gift voucher £100 cheque £100 of plant bulbs £100 Bower Collective voucher
  • Trammel
    Trammel Posts: 17 Forumite
    toniq wrote: »
    Trutfully i don't think any of that would work on this forum, you are best to take up your ideas with the forum team rather than asking here.

    Basically, its as simple as this:
    Dim URL As String = "http://forums.moneysavingexpert.com/forumdisplay.php?f=72"
    Dim request As HttpWebRequest = WebRequest.Create(URL)
    Dim response As HttpWebResponse = request.GetResponse()
    Dim reader As StreamReader = New StreamReader(response.GetResponseStream())
    Dim str As String = reader.ReadLine()
    Do While str.Length > 0
    Console.WriteLine(str)
    str = reader.ReadLine()
    Loop

    This snippet of code reads the main "index" (page 1) of the comp forum... parsing names of threads and their links is then just as easy... it could index the whole comp forum in a few seconds and then never need to check any of those posts again (it could even share the posts easily via a P2P link so that only one person ever needs to check the forum unless a discrepency arose between peers, which would be handled automatically)

    Its basically a way of making the web distributed and so almost eliminating the cost of servers. This is a more localised / specialised implementation, however, the same system can be used to distribute any website and still have it update from the main "source" if it changes.
  • Jokey
    Jokey Posts: 8,801 Forumite
    Trammel wrote: »
    Basically, its as simple as this:
    Dim URL As String = "http://forums.moneysavingexpert.com/forumdisplay.php?f=72"
    Dim request As HttpWebRequest = WebRequest.Create(URL)
    Dim response As HttpWebResponse = request.GetResponse()
    Dim reader As StreamReader = New StreamReader(response.GetResponseStream())
    Dim str As String = reader.ReadLine()
    Do While str.Length > 0
    Console.WriteLine(str)
    str = reader.ReadLine()
    Loop

    This snippet of code reads the main "index" (page 1) of the comp forum... parsing names of threads and their links is then just as easy... it could index the whole comp forum in a few seconds and then never need to check any of those posts again (it could even share the posts easily via a P2P link so that only one person ever needs to check the forum unless a discrepency arose between peers, which would be handled automatically)

    Its basically a way of making the web distributed and so almost eliminating the cost of servers. This is a more localised / specialised implementation, however, the same system can be used to distribute any website and still have it update from the main "source" if it changes.

    :eek: :eek: I don't know about anyone else hun, but that means very little to me!! It's like reading blah blah blah for me, sorry :(. You prob need to speak to someone like Toni said. This is just a chat area. Even the competition discussions would be more helpful :)
    :) xx JoJo xx :)

    :heart2: And only now I see the light...
    :heart2:

    :T Baby girl due 09/03 :T

  • Jokey
    Jokey Posts: 8,801 Forumite
    Free Ortisan fruit cubes here: http://www.ortis.com/uk/free-sample

    ;) xx
    :) xx JoJo xx :)

    :heart2: And only now I see the light...
    :heart2:

    :T Baby girl due 09/03 :T

  • katiekittykat
    katiekittykat Posts: 9,622 Forumite
    Part of the Furniture 1,000 Posts Combo Breaker
    Good afternoon all - had an amazing weekend in London - met up with a fellow MSE'er whilst i was there who won the same prize which was lovely.

    Not had time to read back - not done any comps since friday so have soooo much to catch up on xxxx
    Friends are angels who lift us to our feet when our wings have trouble remembering how to fly.
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 351.3K Banking & Borrowing
  • 253.2K Reduce Debt & Boost Income
  • 453.8K Spending & Discounts
  • 244.3K Work, Benefits & Business
  • 599.5K Mortgages, Homes & Bills
  • 177.1K Life & Family
  • 257.8K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.2K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.