473,396 Members | 1,945 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Teenage Web Designers Needed For Big Project

Hi everybody,
I'm a teenage web page designer, I've been making websites for some
time now, but I am bored with making personal pages for my friends and
all that boring stuff. So i've decided to start a BIG
project...althought I am very thin on ideas at the moment...I would
like to do something that is MMO.. something similar to neopets but a
bit more mature and perhaps set in the future.

Any ideas you can bring to the party would be great lol...

If you are interested and are up for the challenge then please get in
contact with me!!!
jamestrendell(a)gmail.com
Thanks for your time,
Trundle
Jul 23 '05 #1
16 1954
On 19 Feb 2005 16:56:09 -0800, ja***********@gmail.com (Trundle) wrote:
I'm a teenage web page designer... ...i've decided to start a BIG project...althought I am very thin
on ideas at the moment... Any ideas you can bring to the party would be great lol...


You could try to suggest a full out presentation, visual, aural, Braille
and non styled, of the standard "Waffle House" menu, on the web.

Your tools should be HTML4.01 strict and CSS2.1

Java script forbidden and the net result being in a fully liquid design
suggestion.

It should "work" on any type of www browser, any PDA and on cell phones,
so that any one could order food using your site.

Would that be "BIG" enough? :-)

If you could pull it off, you might end up with a management job at
Waffle House.

--
Rex
Jul 23 '05 #2
Yes I had been planning on creating the site using strict HTML and
CSS...however y do u say no java? Is there really a way to put braille
on a computer screen??? Please get in touch if you are interested in
helping out!

Jul 23 '05 #3
[f'up set to alt.html]

On 20 Feb 2005 03:43:22 -0800, <ja***********@gmail.com> wrote:

If you continu to communicate in usenet, please follow nettiquettes. An abstact:
- you do cross-post (which is a good thing), but please try to set a f'up to the
most appropriate newsgroup (there is no reason to continue posting all over the
place once you got everybody's attention);
- quote what you reply to, attribute the quote and then reply below the quoted
bit;
- snip all that is not relevant for your reply and thus keep post size manageable
Yes I had been planning on creating the site using strict HTML and
CSS...however y do u say no java?
the 'you' being Jan Roland Eriksson, said:
Java script forbidden


JavaScript being something entirely different than Java. He's just setting up a
true challenge, like you seemed to want.
Is there really a way to put braille
on a computer screen???

There are many ways a page gets rendered to your visitor and you can accommodate
all of them (or at least almost all). One of the ways a page can be communicated
to a visitor is through a braille browser (which is a machine that puts out
braille rules, so a blind person can read those). There is little use for
braille on a screen, is there.

It is just an example of what is possible out there. There are text browsers,
braille browsers, aural browsers, phones, PDA's, wide screen computers,
projectors.
Please get in touch if you are interested in
helping out!


If you communicate through usenet, the communication goes through usenet and not
through your mailbox. Asked here, answered here. That way all that read along or
come after you can profit from the discussion.

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Jul 23 '05 #4
On 20 Feb 2005 03:43:22 -0800, ja***********@gmail.com wrote:
Yes I had been planning on creating the site using strict HTML and
CSS...
That would be the best starting point you have avialble.
...however y do u say no java?
Let me qualify; I mean that...

"though shalt not use any kind of scripting that
executes on the clients side, and which is designed
so that it is required to execute in order to make
a www page usable as intended."

....you can use client side scripting for pure "eye candy" and possibly
for a preliminary check that e.g. a form has been properly filled out.

That last case does not take away your obligation to repeat that form
check in your own form processor on your server.

But over and all; all your pages should still be fully usable even if
the users browser does not have an enabled client side script
interpreting function available.

Also remember that search engines do not execute client side scripts so
if you don't want to prohibit a possible good rating, stay away from
client side scripting for critical functions on your pages, especially
the real pest on the web sometimes called "java script links".

Also; a lot of "naive" web authors tend to include the MS style of
Jscript linking on their pages. Rest assured that such "links" more
often than not do not work at all in e.g. the Mozilla spawn of browsers.
Is there really a way to put braille on a computer screen???
Not on a traditional visual VDU screen no, but there are at least some
types of electro mechanical Braille output devices available.
You could be "futuristic" and apply parts of your CSS to suggest a
presentation for a Braille output media type.
Please get in touch if you are interested in helping out!


Hmm... you do your own foot work :-)
But if you end up with markup problems ciwah might be a good place for
discussions as well as ciwas for style sheet discussions.

--
Rex
Jul 23 '05 #5
jamestrendell wrote:
Is there really a way to put braille on a computer screen?


What would be the point of putting Braille on a computer screen? Screens
are flat.

Braille goes onto a Braille display unit.

http://www.freedomscientific.com/fs_...isplays_40.asp

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Jul 23 '05 #6
Jan Roland Eriksson wrote:
Java script forbidden and the net result being in a fully liquid design
suggestion.


Why is JavaScript forbidden? There is nothing inherently wrong with
JavaScript, it's just that it is all too often done very poorly and
depended upon for many sites to work. However, when done properly as an
enhancement to a well structured accessible document, it can actually
enhance the usability of a site.

Christian Heilmann has written a good article about how to write
unobtrusive javascript [1]; illustrating how script can be used to
enhance a document when available, without affecting accessibility in
its absense.

There are also plenty of real world examples of where JavaScript has
been used properly to this effect, such as Eric Meyer's S5 [2] to
control slide show navigation, Dean Edward's IE7 [3] to make up for IE
bugs, and even ALA's Let Them Eat Cake article [4] for making an
accessible tabbed interface.

[1] http://www.onlinetools.org/articles/...ivejavascript/
[2] http://meyerweb.com/eric/tools/s5/
[3] http://dean.edwards.name/IE7/
[4] http://alistapart.com/articles/eatcake/
Jul 23 '05 #7
On 20 Feb 2005 03:43:22 -0800, ja***********@gmail.com wrote:
Yes I had been planning...
In addition to what "Barbara the Sweet" commented...
...however y do u say no java?...


....get off that Chat line if it makes your language degenerate.

Since I think that several people out there may have a problem to
understand what you wrote, let me for their sake provide a translation
to english.

"however why do you say no java?"

--
Rex
Jul 23 '05 #8
How anybody find what i wrote hard to understand...its spelt out
phonetically! Besides most teenagers would be able to understand
that...and that is what this particular post was aimed out...trying to
get some teenage volunteers to help on my websites...i appreciate your
help but if you're going to be rude there's no point me being here.

Jul 23 '05 #9
For crying out loud: why wont you adapt to the conventions of these groups?
What's so hard to understand? Are you not just young but stupid too or something?

On 20 Feb 2005 10:12:15 -0800, <ja***********@gmail.com> wrote:
How anybody find what i wrote hard to understand...its spelt out
phonetically!
Besides most teenagers would be able to understand
that...
Well, there you go. This is usenet, not particularly aimed at teenagers. You
have to take into account that very old people, like thirty or so, try to have
some decent discussions in these groups.
Secondly, usenet is an international realm. For someone who is not native
speeking any english, it will be hard to understand that chat shorthand. It
doesn't come natural. The 'u' sound very different in english, french, german
(and other languages). Minds think their own language. If I see a 'u', in my
mind I hear a sound that you couldn't even pronounce.
and that is what this particular post was aimed out... trying to
get some teenage volunteers to help on my websites...
Maybe you might try and understand that this is not the right medium and not the
right way. Read back in these groups and try to learn from what you read what
environment you've entered.

Why don't you post some URL's of what you've been doing so far (of those site
you did for friends for example)? Or of what you're trying to do now, of with
what you started your project? Surely you cannot expect anyone to hand you both
subject and technical help for your project? You got to have some ideas already?
Being vague, keeping things this abstact, doesn't help you getting help from any
of us.
i appreciate your
help but if you're going to be rude
Rude? Who, where? I don't see anyone being rude. Remember it is considered very
rude to keep ignoring and keep from adapting to generally accepted and
appreciated conventions. Much the way you are behaving yourself.
If you enter a bar you've never been in before, you don't walk up to other
clientelle and shout out: get me a beer, now! do you? Chance is, the people in
there will throw you out instantly, slam the door and say 'good riddens'.
there's no point me being here.


Okay, byebye, please close the door on your way out.

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Jul 23 '05 #10
ja***********@gmail.com wrote:
How anybody find what i wrote hard to understand...its spelt out
phonetically! Besides most teenagers would be able to understand
that...and that is what this particular post was aimed out...trying to
get some teenage volunteers to help on my websites...i appreciate your
help but if you're going to be rude there's no point me being here.


I'm fourteen years old and yes, I can read your posts. I can also read
Perl, C, and PHP -- but as with your posts, I would greatly prefer not
to. Why should the people who are trying to help you be required to
understand a low-grammar pseudo-language so that you can save a couple
of milliseconds while typing?

I've worked on the kind of project you're planning before, and I was
just about to write a post of helpful advice for you. Then I saw just
how rude you've been to some of the regulars here and decided that
you're not worth my time, and now I have only one tip left for you: if
people are trying to help you out, be nice to them!
Jul 23 '05 #11
Bugger this....theres no point me asking a question looking for help
from TEENAGERS and then get adults complaining to me about my typing
habits...im sorry i cant type like u do grampa...it was just force of
habit. Then when someone my age does come along boasting about all the
languages he can read, and how he'd rather not...even though he spent
all the time to learn them in the first place...and even he decides not
to help me because of the way i type...

I came to the newsgroup looking for help and support and recieved
neither except rude patronising advice on how i should pharse and style
my question....

Jul 23 '05 #12
On 20 Feb 2005 11:19:51 -0800, <ja***********@gmail.com> wrote:
I came to the newsgroup looking for help and support and recieved
neither
Are you nuts? You got help. It is just not in a form and way you expected. But
you got help.
except rude patronising advice on how i should pharse and style
my question....


You're the one that is rude, my young friend. Age or not, you're out.

*plonk*

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Jul 23 '05 #13
On 20 Feb 2005 10:12:15 -0800, ja***********@gmail.com wrote:
How anybody find what i wrote hard to understand...its spelt out
phonetically!
Understandable? to you maybe, just because your native language is
English. Mine is not, I'm in Sweden relatively close to the north polar
circle in Europe; Barbara is located in Holland, another country in the
European Union.

None of us two was born with English in our brains, we both had to go to
school to learn _your_ language.

When do you start your classes in the Swedish and Dutch languages?
Besides most teenagers would be able to understand that...
Correction; natively English speaking teenagers...
and that is what this particular post was aimed out...trying to
get some teenage volunteers to help on my websites...
You posted to newsgroups in the so called "Big-8" hierarchy on Usenet
news, believe me when I tell you that such a newsgroup spans most parts
of the world as we know it, it is _not_ an American forum only.

If you are looking for teenagers only, you came to the wrong place.

If you on the other hand was looking for sound advice on how to build a
good web site you did come to the right place, only you are displaying a
bad attitude towards both the info that I and others have given you as
well as the time we spent on writing it for you, at no cost on your
part.
...i appreciate your help but if you're going to be rude...


In fact it's you who are rude but you probably don't yet understand why
that is so.

Your posting style is not fit for a "Big-8" newsgroup in general; in
case you are interested to learn some realities on how Usenet news is
supposed to work, you may want to start here...

<http://www.cs.tut.fi/~jkorpela/usenet/>

--
Rex
Jul 23 '05 #14
On Sun, 20 Feb 2005 13:48:46 -0500, Leif K-Brooks wrote:
ja***********@gmail.com wrote:
How anybody find what i wrote hard to understand...its spelt out
phonetically! Besides most teenagers would be able to understand
that...and that is what this particular post was aimed out...trying to
get some teenage volunteers to help on my websites...i appreciate your
help but if you're going to be rude there's no point me being here.


I'm fourteen years old and yes, I can read your posts. I can also read
Perl, C, and PHP -- but as with your posts, I would greatly prefer not
to. Why should the people who are trying to help you be required to
understand a low-grammar pseudo-language so that you can save a couple
of milliseconds while typing?

I've worked on the kind of project you're planning before, and I was
just about to write a post of helpful advice for you. Then I saw just
how rude you've been to some of the regulars here and decided that
you're not worth my time, and now I have only one tip left for you: if
people are trying to help you out, be nice to them!


Nicely done Lief! As I only read one of the plethora of groups he
crossposted in, I've apparently missed [not] some of what went before.
Jul 23 '05 #15
CJM

<ja***********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Bugger this....theres no point me asking a question looking for help
from TEENAGERS and then get adults complaining to me about my typing
habits...im sorry i cant type like u do grampa...it was just force of
habit. Then when someone my age does come along boasting about all the
languages he can read, and how he'd rather not...even though he spent
all the time to learn them in the first place...and even he decides not
to help me because of the way i type...

I came to the newsgroup looking for help and support and recieved
neither except rude patronising advice on how i should pharse and style
my question....


I have some sympathy with your 'txt-spk', since a lot of younger people tend
to use it [though I hate it myself], and you post was aimed at a younger
audience.

But you have to accept that not everyone here will like or tolerate it. If
you insist on using it, that is fine, but dont be surprised when some people
complain. Ignore their complaints if you wish, but dont acted surprised that
they did complain in the first place.

Also bear in mind that common topics in this NG involve standards and
protocols - these are rules of communication. Your txt-spk is non-standard
and therefore goes against the grain. Accessibility and usability are also
topics close to the hearts of many in this NG. Txt-spk aids neither
accessibility nor usability.

And I think Barbara pointed out that you had received help, but to
re-iterate - It might not be the help you wanted, but it may well be the
help you needed.

So take the bits of advice that you like, ignore the bits that you dont.
It's up to you to decide what falls into what category...

But don't lash out prematurely. There are plenty of self-serving and pompous
people in this NG, but there are more of the more helpful variety, and these
are the people you have risked alienating.

Chris
Jul 23 '05 #16

jr****@newsguy.com wrote:
On 20 Feb 2005 10:12:15 -0800, ja***********@gmail.com wrote:
Understandable? to you maybe, just because your native language is
English. Mine is not, I'm in Sweden relatively close to the north polar
circle in Europe; Barbara is located in Holland, another country in the
European Union.
None of us two was born with English in our brains, we both had to go to
school to learn _your_ language.
When do you start your classes in the Swedish and Dutch languages?
Correction; natively English speaking teenagers...
You posted to newsgroups in the so called "Big-8" hierarchy on Usenet
news, believe me when I tell you that such a newsgroup spans most parts
of the world as we know it, it is _not_ an American forum only.
If you are looking for teenagers only, you came to the wrong place.
If you on the other hand was looking for sound advice on how to build a
good web site you did come to the right place, only you are displaying a
bad attitude towards both the info that I and others have given you as
well as the time we spent on writing it for you, at no cost on your
part.
In fact it's you who are rude but you probably don't yet understand why
that is so.
Your posting style is not fit for a "Big-8" newsgroup in general; in
case you are interested to learn some realities on how Usenet news is
supposed to work, you may want to start here...
<http://www.cs.tut.fi/~jkorpela/usenet/>
--
Rex


Thanks!

go********@duskmail.com

Jul 23 '05 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Invalid | last post by:
After experiment with and reading about the ImageList and related designers, I'm under the impression that: - Design time support for 32bpp icons and pngs is broken in that they aren't properly...
12
by: SStory | last post by:
Doing pages for contract..... If I make an ASPX file that does certain things, how simple would it be for a person who know nothing about it to modify the user interface without bothering the...
2
by: George Durzi | last post by:
I'd like to get some real world feedback from developers out there who have to work with the "design" folks to integrate look and feel stuff into a vs.net web project. A lot of designers use web...
1
by: Art Vandelay | last post by:
Does anyone have any real world experience or recommendations of how to let our hardcore designers use Dreamweaver, CSS, and Templates(the pretty part) while letting our hardcore programmers...
5
by: Steve | last post by:
Hi, I am sitting down to design our next set of internal apps. I would like to approach this in a way that would allow me to break logical parts of the application that handle specific tasks...
1
by: qwert | last post by:
Hello, when creating a user control with Visual Basic .NET (v2.0), I get the error: "Visual Studio requires that designers use the first class the the file." when I try it view it in Design...
48
by: Nathan Sokalski | last post by:
Ever since I found out that they didn't give us a way to install both IE6 and IE7 on the same machine, I have been more frustrated and annoyed with Microsoft than I ever have been with any company...
2
by: alwaali | last post by:
Hi I need help please This is my project and i need a help to solve it with you A page of text is to be read and analyzed to determine number of occurrences and locations of different words. The...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.