Prime Numbers (A small web app)
Posted: Fri May 04, 2012 7:22 pm
I am making something for my gf that is studying to be a math teacher, and she asked me to make something, so she could enter a number and check it it is a prime number.
And to make it as 'universal' as possible, I wanna make it on the web.
We don't have a "Design Discussion", so i just put it here, since it's not near a game.
(Edit: Well, fuck me, we have an "Art, Music, and Design" section on the forum. But I am asking for help regards to features and functionality as well, so it can be fun and easy to use.)
Check it out: http://nechrology.com/prime/
I want feedback on the design and the functionality. Thanks a lot!
Stuff I know I wanna do:
- Do not reload the entire site when entering a number; I am going to refresh only the "Yes"/"No" image (Ajax).
- I am gong to add some "Fun Facts" about prime numbers, so people can read what it's all about.
- Make a title like "Is this a prime number?" on the top, so it's clear what this is actually about.
- Make a "Progress Bar" when it is calculating. If you type in a large number, it will take some seconds before the calculation is done.
This is only a simple project, and it serves as a single-purpose-page; it's only going to tell if a number is a prime number or not.
(Don't mind the currently fuck'd source code)
And to make it as 'universal' as possible, I wanna make it on the web.
We don't have a "Design Discussion", so i just put it here, since it's not near a game.
(Edit: Well, fuck me, we have an "Art, Music, and Design" section on the forum. But I am asking for help regards to features and functionality as well, so it can be fun and easy to use.)
Check it out: http://nechrology.com/prime/
I want feedback on the design and the functionality. Thanks a lot!
Stuff I know I wanna do:
- Do not reload the entire site when entering a number; I am going to refresh only the "Yes"/"No" image (Ajax).
- I am gong to add some "Fun Facts" about prime numbers, so people can read what it's all about.
- Make a title like "Is this a prime number?" on the top, so it's clear what this is actually about.
- Make a "Progress Bar" when it is calculating. If you type in a large number, it will take some seconds before the calculation is done.
This is only a simple project, and it serves as a single-purpose-page; it's only going to tell if a number is a prime number or not.
(Don't mind the currently fuck'd source code)