[Need Advice] My First Website

02/17/2014 01:21 SteveRambo#16
Java actually performs better than C# in most/many cases. Java 8 also has lambdas, closures, and "function pointers".
02/17/2014 01:34 LordGragen.#17
i have no idea why people start talking about java and c# when the thread is about website lol.

yuki yah the design is not that good thats why i made the thread to ask people what they think will match the bg

Here to make everything easy.

Rate this and i will start working on it.

1-10 where 1 is (very bad, work on it) and 10(its good keep it)


1. background (1-10)
2. Main [Only registered and activated users can see links. Click Here To Register...] (1-10)
3. Menu [Only registered and activated users can see links. Click Here To Register...] (1-10)
02/17/2014 22:10 Spirited#18
I'd rather comment on your code rather than your design. I mean, your design is just awful, but you know that already. It's to be expected - everyone's first website looks like trash. It's a good go, but what's more important is the way you're writing it.
02/18/2014 01:04 LordGragen.#19
Quote:
Originally Posted by Spirited Fang View Post
I'd rather comment on your code rather than your design. I mean, your design is just awful, but you know that already. It's to be expected - everyone's first website looks like trash. It's a good go, but what's more important is the way you're writing it.
very good idea, i will make a video actually showing the whole codes and explaining why i did that.
02/18/2014 02:01 Spirited#20
Quote:
Originally Posted by LordGragen. View Post
very good idea, i will make a video actually showing the whole codes and explaining why i did that.
Well, you don't need to make a video. The html code should explain itself if you commented it correctly and did things correctly. Just post it here or on pastebin.
02/21/2014 11:42 LordGragen.#21
#request close.

Thx for the help guys, now i need to work on my css part a bit.

#fang here is a example code how i use to control the .php .html files with functions


Code:
<?php include_once("config.php");?>

<?php get_head(); ?>

<!DOCTYPE html>
<body>

	<div id="page">
		<?php get_header(); ?>
		<div id="body">
			<div class="content">
				<ul>
					
				<div>
          

				</ul>
			</div>
		</div>
         <?php get_footer(); ?>
	</div>
</body>
</html>
02/21/2014 16:18 SystemGM#22
Try to learn developement in Web 2.0 style, this is a new trend in web-developement.
02/21/2014 17:45 Y u k i#23
Quote:
Originally Posted by SystemGM View Post
Try to learn developement in Web 2.0 style, this is a new trend in web-developement.
It was new in 2007
02/22/2014 01:01 Spirited#24
Closed as requested.