Win The Web

24 hours web development contest
Welcome to Win The Web Login | Register | Rules | Contact

Win The Web

május 2008 - Posts

  • The Polish winners

    1.       HP Team

    2.       UTP.NET TEAM

    3.       Devenue

    4.       All over teams J

     

  • The ukrainian

    1st student team: Best Future

    1st company: SoftServe

    2nd :Ukrainian students

    3rd: CTeam

  • Czeh Winners

    1st: team Helios (95 points)

    2nd: team Code4Fun (79points)

    3rd: team dotNETfellas (55 points)

  • Hungarian winners

    I. Digitalmania (Student first prize) (127 points/140)

    I. Carnation (Best Company) (127 point/140)

    III. Bounch of mice (126 points/140)

    Fair Play : Team Agysejt and Team Technik

    Interware's special prize: Northwind

    ITSecure's special prize: The Turing

  • evaluation of the task+1

    name (number of wins(max 500)) points
    team3 450 10
    team8 314 9
    team19 294 8
    team16 180 7.5
    team12 162 7.5
    team10 155 7.5
    team1  148 7.5
    team11 127 7
    team2 119 6
    team9 62 5
    team18 1 4

     

     

  • MAximum points for the promo site is 20!!!!!

    this task is super important and we decided to give 20 points .....

  • Task +1 for the hungarian team (cze and polish and ukrainien teams should skip this)

    Logical game

    You have to develop a web service able to play Rock-Paper-Scissors game with the central player provided by the organizers.

    Game rules: A Rock-Paper-Scissors game consist of more iterations. In each iteration the players choose a “throw”. There are three permissible "throws" in RPS: Rock, Paper and Scissors. Rock crushes scissors, scissors cuts paper, and paper covers rock. There are NO exceptions. In each iteration the player whoose throw crushes the others gets 1 point. The application must be published as a web service. The web service file must be named as Game.asmx. The application must provide one single public web method: int GetChoice(int opponentLast). The method returns the choice thrown by the web service player. As input argument it gets the choice of the last iteration of the player of the organizers. In the first iteration the input parameter has the value -1. The web service player earning the most points wins this task.

    Rock = 1
    Paper =2
    Scissors = 3

     

    DEADLINE FOR THE HUNGARIAN TEAMS IS 2:30!!!! 

  • Task 2 : promo site

    Promo Site

    In this task you have to create a website to promote your fleet-tracking system developed in the main task. This promo site must figure out the feature set of your fleet-tracking application and must serve as a tutorial for the application as well. The actual implementation of the promo site is up to your fantasy.

    Mandatory items in the promo site:
    • Introduce your application, its features and the extra functionality you implemented
    • Introduce your team, the members, etc
    • Provide your team name and contact information
    • Links

    this task is mandatory for every teams and the deadline is 11:00

  • Czech scores

     

    Team 1 Team 2 Team 3 Team 4
      DIVIDED BY ZERO HELIOS dotNET fellas CODE4FUN
    Mini Tamagochi 10 0 0 5
  • Task1 hungarian scores

    Team16 - 10 pont
    Team13 -  9 pont
    Team2  -  8 pont
    Team10 -  6 pont
    Team3  -  5 pont
    Team11 -  5 pont
    Team12 -  5 pont
    Team14 -  5 pont
    Team19 -  5 pont

    Team1  -  2 pont
    Team9  -  2 pont
    Team4  -  0 pont
    Team5  -  0 pont
    Team6  -  0 pont
    Team7  -  0 pont
    Team8  -  0 pont
    Team15 -  0 pont
    Team16 -  0 pont
    Tema18 -  0 pont
  • Ukrainian task1 scores

    Best future 5 points (team5)
    WebManiacs 5 points(team2)

  • connection string help

    for hungarian team:

     

    <connectionStrings>
    <remove name="LocalSqlServer"/>
    <add name="LocalSqlServer" connectionString="Data source=.;AttachDbFileName=|DataDirectory|\ASPNETDB.mdf;Integrated Security=true;user instance=true" providerName="System.Data.SqlClient" /> 
    </connectionStrings>

     

    if you use the asp.net membership provider you have to use this connection string .

     

    other countries: use./sqlexpress as data souce but the process is the same

  • mini tamagochi suggested connection string

     

    for hungarian competitors: 

    <connectionStrings>
    <remove name="LocalSqlServer"/>
    <add name="LocalSqlServer" connectionString="Data source=.;AttachDbFileName=|DataDirectory|\ASPNETDB.mdf;Integrated Security=true;user instance=true" providerName="System.Data.SqlClient" /> 
    </connectionStrings>

     

    if you use aspnet membership provider you have to write the following lines into the web.config

    for other countries the date source name is ./sqlexpress but  the process is the same

     

  • evaluation of the Tamagochi

    Mini Tamagochi

    Overall (10)

     

     

     to evaluate the tamagochi is quite easy. if it works we will give 5 points, if it is beautiful or the team implemente lot of extra feature we will give 10 points.

  • The 1st Mini Task is Tamagochi!!!

    Mini Tamagochi

    The goal is to create an application, where registered users are able to grow up virtual pets. The chosen final implementation and feature set of the application is up to the competitors but there is a set of mandatory functionalities:

    • Registration
    • Automatic pet generation at registration
    • The virtual pet is getting older in every minute. A ten minutes old virtual pet dies immediately.
    • The age of the virtual pet can be reset to 0 by taking care of it ( e.g. by pushing a button on the webpage)
    • The simulation of other activities of the virtual pet is up to the competitors (e.g. feeding etc)

    The upload location of the finished virtual pet applications have to be the folder named TASK1

    The local organizer team have to start the evaluation process at 21:10 PM

    ( After evaluating the tasks please send the official scorecard to the hungarian coordinator and he will upload the scorecard to the mswtw portal)

More Posts Next page »

Upload Web applications

Don’t forget! Your status as a contest participant will be pending until you programme and upload a mini web application to the Contest website. You can choose from the web applications(1 per team) listed here with the condition that all the solutions will be released as Open Source and shared on the Contest website. Details on Terms of Use are described under Rules, Section 7.

Powered by Community Server (Commercial Edition), by Telligent Systems