Teen Programmers Unite  
 

 

Return to forum top

Got Webmaster?

Posted by Dan4130 [send private reply] at June 05, 2002, 05:53:26 PM

Uh, I'm looking at your site and uhhhh.... well, how can I put this.... NEEDS HELP! So anyways, I was thinking maybe I could help. Here are some sites that I've done..
www.VirtualTours.com
www.ThriveHigh.com
www.VulcanStuudios.com (coming soon!)
I ussually don't do this for free, but since I wanna see more teen programmers today, I'll help out. Email me at Dan4130@Game-Developer.com

Posted by Psion [send private reply] at June 05, 2002, 07:28:16 PM

If you'd like to create a layout and post a link to it here, that would be fine. I think most of us are satisfied with the layout we have now, and we're not actively soliciting new ones, so don't expect us to seek you out.

Posted by gian [send private reply] at June 06, 2002, 05:33:19 PM

Also, take a look in "Preferences" in the top right corner. You can use another stylesheet which is much more attractive than the default (which I think we should change).

Posted by AngelOD [send private reply] at June 06, 2002, 05:45:15 PM

And looking over the links you gave I found that VirtualTours.com is another stupid seeker-site (ie. spam!). ThriveHigh.com isn't appealing to the eye at all. And then there's VulcanStuudios.com (or VulcanStudios.com) which doesn't even have a valid set of DNS records yet, so I wonder why you even bother to put it on as a reference..

Bottom line is.. TPU.org may not be beautiful, but it serves it's primary purpose, and isn't exactly ugly.. Your references were basically, umm, not good.

Posted by gian [send private reply] at June 06, 2002, 05:58:31 PM

www.ThriveHigh.com is really pretty ugly, and I validated it too... not nice.

Posted by AngelOD [send private reply] at June 06, 2002, 06:01:13 PM

I wouldn't even dare doing that, gian. My brain can't handle that many errors at this hour. :D

Posted by Dan4130 [send private reply] at June 06, 2002, 07:22:05 PM

Ok. So anyways, what does YOUR site do? What do you offer that no other site offers? I've seen nothing that (if I wanted to be a programmer) could help with telling me what to learn(by the way I am a programmer :)

Posted by sphinX [send private reply] at June 06, 2002, 08:17:25 PM

Well, firstly there's the Quick Starts and a lot of links to other places that can help. Secondly, TPU is not a business, we are not here to "sell" a product that is unique. What we do provide, however, is a common meeting ground for programmers by programmers to answer questions that newbies and not-so-newbies may have.

This is not a new group, we have been at it for a number of years and have gone through dozens of redesigns and restructures. This just happens to be the current iteration which most people find quite acceptable.

If you would like to contribute, you could start by maybe writing a Quick Start guide for something that you know about, or if you can in fact design a better layout ... then design it! But don't tell us our site "NEEDS HELP" without presenting an alternative. Design a new site, and then sent us a link to it, so that everyone can view it and play with it.

Posted by CodeRed [send private reply] at June 06, 2002, 08:18:23 PM

I have had many questions answered here...

Posted by Mycroft [send private reply] at June 06, 2002, 08:29:06 PM

I like this site because its simple, easy to read, customizable, and gets to the point. I don't think it needs any big revamps.

And Dan4130, your sites are static, this site is not. Do you have much experience in web programming and not just HTML with a WYSIWYG?

Posted by CodeRed [send private reply] at June 06, 2002, 09:09:32 PM

VirtualTours is completely pointless, ThriveHigh causes a critical error in IE 5.5, and VulcanStudios is non-existant, got anything else?

Posted by AngelOD [send private reply] at June 07, 2002, 07:02:01 AM

I'm guessing he used DreamWeaver for ThriveHigh.. Hehehe..

As for you, Dan4130.. You say you're a programmer, but present nothing but poorly done, static HTML pages, which has nothing to do with programming.

Posted by unknown_lamer [send private reply] at June 07, 2002, 07:56:33 AM

the ultimate insult: unknownlamer.org has a better design. Moo. :) [at least I have valid xhtml 1.0 STRICT]

Posted by metamorphic [send private reply] at June 07, 2002, 08:49:00 AM

now all you need is a browser that completley supports the standard, IE? nope. Im sure the mozilla supports it though.

Posted by unknown_lamer [send private reply] at June 07, 2002, 12:49:39 PM

Go to unknownlamer.org...any browser can render it. It is still conformant old-style HTML as well as xhtml. I don't even use CSS. It is a very simple site, all static html and almost no images (unless shirt.unknownlamer.org counts :).

Posted by taubz [send private reply] at June 10, 2002, 09:35:02 PM

1) Hey, I think the site looks good! 2) Don't expect people to want to talk to you much after you insult their website. Sheesh, common courtesy please.

Posted by metamorphic [send private reply] at June 11, 2002, 05:41:35 AM

Web development, even if using things like DHTML, ASP and PHP is still not programming. Its scripting.

Posted by Psion [send private reply] at June 11, 2002, 09:14:09 AM

I don't know about DHTML, but writing ASP and PHP code is clearly still programming, because you define an order of code execution. (Otherwise, you'd never know how the page you get back would look if it interacted with mutable external resources and such....)

Posted by metamorphic [send private reply] at June 11, 2002, 11:36:46 AM

i dunno. I have always considered programming to be the task of writing an application for the operating system. For example: Java is programming. You make applets or applications that can be executed, or interpreted. Javascript is not programming. It allows you to add some math and other things to HTML and is therefore a scripting language. it also cannot be run stand-alone, you must use a browser.Visual basic is programming. The application is either interpreted from witin visual studio or compiled and executed. It is stand alone in executable form. VBA is not programming. It is scripting. VBA allows you to use visual basic code within MS apps such as excel and access. It cannot be used stand alone and must be used within a supporting app.

Also JS and VBA are basically event handlers. that is what a scripting language is, an event handler. This is why i call ASP and PHP scripting, becasue they are only event handlers.

What would you say a scripting language is psion?

Posted by unknown_lamer [send private reply] at June 11, 2002, 12:41:57 PM

A scripting language is still a programming language. Or at least what you are calling a scripting language. A true scripting language would have no built-in language constructs and would merely execute a list of commands in order, relying on external programs to do all of the work (e.g. if would be a program).

Posted by CodeRed [send private reply] at June 11, 2002, 01:33:21 PM

You say a programming language has to produce a stand alone program yet java cannot do this, it must be interpreted

Posted by AngelOD [send private reply] at June 11, 2002, 01:46:14 PM

PHP and ASP are as much scripting languages as C/C++ are (which ofcourse they aren't).

Posted by unknown_lamer [send private reply] at June 11, 2002, 05:20:27 PM

A programming language does not need to create a standalone executable. There are plenty of interpreted languages. And Java can be compiled to native machine code (see gcj).

Posted by CodeRed [send private reply] at June 11, 2002, 06:32:32 PM

Yeah, I agree, I was talking about what metamorphic said.

Posted by metamorphic [send private reply] at June 12, 2002, 11:31:58 AM

i didnt say it needed to be able to be compiled. Well, you you call VBA and javascript scripting?

Posted by Mycroft [send private reply] at June 12, 2002, 05:18:16 PM

Scripting languages are a very high level programming language, stuff like C and C++ is high level, Assembly is low level. I don't think by calling a language a scripting language you are disallowing it to be a programming language. You're just separating a language into a class with similar languages.

Posted by metamorphic [send private reply] at June 13, 2002, 04:03:20 AM

i get what you mean. c/c++ are medium level langs though.

Posted by Mycroft [send private reply] at June 13, 2002, 07:04:50 PM

Yeah I guess you're right.

Posted by gian [send private reply] at June 13, 2002, 08:23:51 PM

Something like PHP is almost like C, except for the method in which it is executed. The terms "High level" and "Low level" refer to the language itself and how it interfaces with system resources etc. with little reguard for how it is executed.

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.