Author Topic: Web Developers, I need some help  (Read 553 times)

Offline senna

  • Persona Non Grata
  • Silver Member
  • ****
  • Posts: 1318
Web Developers, I need some help
« Reply #15 on: October 01, 2002, 04:43:46 PM »
Id do it in perl with interlacing invisable area gifs to represent the seating areas taken.

seat1-->seat2-->seat3taken-->seat4=seataranegment.gif

There wouldnt be so much data so I'de use a Berk.db file or files using perl routines.

Easy stuff. :)

Offline 10_?"fun"

  • Zinc Member
  • *
  • Posts: 2
Advanced Perl
« Reply #16 on: October 02, 2002, 03:20:06 AM »
Just copy and paste...

10 A=0
20 FOR I=0 TO 99
30 A=A+1
40 ?"SEAT #" :; ?A  :; ?"IS TAKEN, SORRY."
50 NEXT I
60 END


Simple.
« Last Edit: October 02, 2002, 03:26:26 AM by 10_?"fun" »

Offline devious

  • Nickel Member
  • ***
  • Posts: 703
      • http://www.jg301-wildesau.de
Web Developers, I need some help
« Reply #17 on: October 02, 2002, 04:01:37 AM »
Nah.

import javax.servlet.*;
import javax.servlet.http.*;

public class FMicrosoft extends HttpServlet {
 
  // some stuff omitted

    public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException {
        PrintWriter out = response.getWriter();
        response.setContentType("text/html");
        out.print("

FU<K Microsoft

");
    }
}


:p

Offline 10_?"fun"

  • Zinc Member
  • *
  • Posts: 2
HAHA!
« Reply #18 on: October 03, 2002, 02:39:53 AM »
Nice one Dev.

But does it work? :cool:

Offline Duedel

  • Silver Member
  • ****
  • Posts: 1787
Web Developers, I need some help
« Reply #19 on: October 04, 2002, 04:03:12 PM »
Ihhh devious my squaddy is on the wrong side of webdevelopment ;)

ASP, Perl, PhP its all OK, select what u like.
Java Servlets no no no, to hard to learn for a non programmer.
JSP why not but not too easy to understand.

ASP.NET (!!! this is not ASP !!!) is GREAT, the best programming paradigm IMHO but only conjunction with Visual Studio.NET and this is expencive and hard to learn.