PDA

View Full Version : What should I make?



Dentafrice,
09-06-2007, 12:22 PM
I am bored, schools out, what should I make/code?

Any ideas will be appreciated.

Luke
09-06-2007, 12:26 PM
you could help me on my new site xD

Dentafrice,
09-06-2007, 12:26 PM
Na I think I am done with fansites, ever since HN closed its been boring, thanks for the offer though.

Luke
09-06-2007, 12:27 PM
it's not anything to do with habbo lol AKA NOT A FANSITE :)

Dentafrice,
09-06-2007, 12:28 PM
Na thanks though. I am looking for something to code.

Invent
09-06-2007, 12:30 PM
Make a basic forum system?

The one I made for PP took only about 1/2 an hour if not less, you should be able to make a good one :)

Dentafrice,
09-06-2007, 12:31 PM
I was thinking about that... nice idea simon

Invent
09-06-2007, 12:32 PM
Thanking you sir =D

L!nK
09-06-2007, 04:36 PM
code my layout for free:P

or make a usersystem, radio panel, shoutcast panel?

Dentafrice,
09-06-2007, 05:27 PM
im not coding layouts.

Im not doing another DJ panel, too many of those.

Sunny.
09-06-2007, 05:43 PM
make an automated billing system, License system anything u wnt really, n u could make a bit of $ out of it too, Up to you really.

Mashi
09-06-2007, 05:45 PM
I Like The Forum system idea

I know you Said You Didnt Want To Make A Djp So How About A CMS?

Dentafrice,
09-06-2007, 05:47 PM
Hmm ill see, I want to make a tad bit of money to pay my mom back.

Sygon..
09-06-2007, 06:04 PM
Learn the full depths of PHP, JS etc.

Dentafrice,
09-06-2007, 06:29 PM
I need to really learn JS. im a novice at it

Ajax.
10-06-2007, 09:15 AM
Go for a really advanced CMS. Or like simon said do a forum system then build it up.

Dentafrice,
10-06-2007, 01:42 PM
Go for a really advanced CMS. Or like simon said do a forum system then build it up.
your sig =]



<html>
<body>
<?php
echo "Hello World I am Conor";
?>
</body>
</html>


:)

Ini
10-06-2007, 02:42 PM
@ above LMAO!!!

Edited by opensourcehost (Forum Moderator): Please don't post pointlessly.

JamesRouale
10-06-2007, 02:44 PM
Or...


<?php echo("Hello world!"); ?>

Mentor
10-06-2007, 03:41 PM
or just add the space :rolleyes:


<?php echo "Hello World Im Conor"; ?>

Also, if your gona put it in an html document, yours is still invalid since it lacks the head section or doc type decoration?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>hello</title>
</head>
<body>
<?php
echo "Hello World I am Conor";
?>
</body>
</html>

Dentafrice,
10-06-2007, 06:42 PM
haha :P Didnt feel like putting that :P

Want to hide these adverts? Register an account for free!