You are viewing our Forum Archives. To view or take place in current topics click here.
Need Ideas for a project.
Posted:
Need Ideas for a project.Posted:
Status: Offline
Joined: Apr 28, 201113Year Member
Posts: 558
Reputation Power: 24
I want to make something, but I have no idea what.
Give me ideas pls.
Thanks
Give me ideas pls.
Thanks
#2. Posted:
Status: Offline
Joined: Sep 18, 201113Year Member
Posts: 3,025
Reputation Power: 134
Status: Offline
Joined: Sep 18, 201113Year Member
Posts: 3,025
Reputation Power: 134
Make a text file game, like the good old days
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
What languages do you work with?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Just checked out your fadeshotedit site from your profile, you could spend your 'project' time improving your HTML and CSS and extending your knowledge.
Here's a rundown of problems:
- You're missing global symbol for your first CSS specifier. "* { margin: 0; padding: 0; }"
- align="center" is discouraged and generally seen as unprofessional
- using <font>
- <br /> is not a layout solution, you're misusing it.
- "-----" is not a nice substitute for <hr />
- Misuse of <form>, should just be an anchor link.
- purchase.php isn't really necessary, you can put the PHP purchase code on the actual form page. Also, you've got not POST input verification (based on response).
- overuse of unordered list <ul> for one list element
- code could do with better indentation
- etc.
So, I recommend maybe working on that if you're planning on doing web design as a non-amateur hobby.
I hope I didn't come off as a **** in this reply.
Here's a rundown of problems:
- You're missing global symbol for your first CSS specifier. "* { margin: 0; padding: 0; }"
- align="center" is discouraged and generally seen as unprofessional
- using <font>
- <br /> is not a layout solution, you're misusing it.
- "-----" is not a nice substitute for <hr />
- Misuse of <form>, should just be an anchor link.
- purchase.php isn't really necessary, you can put the PHP purchase code on the actual form page. Also, you've got not POST input verification (based on response).
- overuse of unordered list <ul> for one list element
- code could do with better indentation
- etc.
So, I recommend maybe working on that if you're planning on doing web design as a non-amateur hobby.
I hope I didn't come off as a **** in this reply.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Apr 28, 201113Year Member
Posts: 558
Reputation Power: 24
ObscureCoder wrote Just checked out your fadeshotedit site from your profile, you could spend your 'project' time improving your HTML and CSS and extending your knowledge.
Here's a rundown of problems:
- You're missing global symbol for your first CSS specifier. "* { margin: 0; padding: 0; }"
- align="center" is discouraged and generally seen as unprofessional
- using <font>
- <br /> is not a layout solution, you're misusing it.
- "-----" is not a nice substitute for <hr />
- Misuse of <form>, should just be an anchor link.
- purchase.php isn't really necessary, you can put the PHP purchase code on the actual form page. Also, you've got not POST input verification (based on response).
- overuse of unordered list <ul> for one list element
- code could do with better indentation
- etc.
So, I recommend maybe working on that if you're planning on doing web design as a non-amateur hobby.
I hope I didn't come off as a **** in this reply.
My website, I made in like 20 minutes max. I rarely ever use it. My main language is C#
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
FutureFade wroteObscureCoder wrote Just checked out your fadeshotedit site from your profile, you could spend your 'project' time improving your HTML and CSS and extending your knowledge.
Here's a rundown of problems:
- You're missing global symbol for your first CSS specifier. "* { margin: 0; padding: 0; }"
- align="center" is discouraged and generally seen as unprofessional
- using <font>
- <br /> is not a layout solution, you're misusing it.
- "-----" is not a nice substitute for <hr />
- Misuse of <form>, should just be an anchor link.
- purchase.php isn't really necessary, you can put the PHP purchase code on the actual form page. Also, you've got not POST input verification (based on response).
- overuse of unordered list <ul> for one list element
- code could do with better indentation
- etc.
So, I recommend maybe working on that if you're planning on doing web design as a non-amateur hobby.
I hope I didn't come off as a **** in this reply.
My website, I made in like 20 minutes max. I rarely ever use it. My main language is C#
You could make some form of socket based application - they're always fun. You could also try other languages if you've got spare time - such as Java or C++. Or, perfect your C# - that's what I'd do.
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jul 12, 20159Year Member
Posts: 36
Reputation Power: 1
bro I have a million dollar idea if ur willing to invest in this project we can become rich n work PM me nbs
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.