Jump to content

HTML5 CSS3 Website Help

1823alex

So I'm coding a website for my Minecraft server, I'm using Enjin right now and I'm considering switching to my own website. So I don't know how or if its possible to do some things in HTML or CSS. Note: My skills are right now limited to HTML and CSS (Been using www.w3schools.com) (I'm trying to get it to have the same functionality as my Enjin website server status, forums, news, players etc.) (My Enjin Site)

I need to code the following:

Forum

News section (Preferrably updated without editing server side code)

Login/Register (User Account Management)

Thats about all I need at the moment.

I've attached what I have so far for my website. If theres anything thats not needed in the site please tell me. Also I'm a bit of a web coding noob right now so try to simplify stuff and try to just add on to the code I have avaliable for download.

Any help is appreciated.

 

https://www.dropbox.com/s/v7yy9rnm0xr80dm/Website.zip (LinusTechTips uploader wouldn't work)

Gaming Rig - Excalibur - CPU: i5 6600k @ 4.1GHz, CPU Cooler: Hyper 212 Evo, Mobo: MSI Gaming M3 RAM: 16GB Corsair @2400MHz, GPU: EVGA 1060, Case: NZXT Phantom Full Tower (Red)

My Virtualization Server - Dell R710: 2x X5570s @ 2.93GHz with 32GB DDR3 RAM [Web Server, OSX, Plex, Reverse Proxy]

I love computers, gaming, coding, and photography! Be sure to quote me so I can respond to your post!

Link to comment
Share on other sites

Link to post
Share on other sites

A forum and login/register is best done with a premade forum, such as Vbulletin or this forum that LTT is running. Coding a forum requires lots of PHP code knowledge.

 

A news section that doesn't require server side editing will also need PHP. I recommend reading up on that :)

                    Fractal Design Arc Midi R2 | Intel Core i7 4790k | Gigabyte GA-Z97X-Gaming GT                              Notebook: Dell XPS 13

                 16GB Kingston HyperX Fury | 2x Asus GeForce GTX 680 OC SLI | Corsair H60 2013

           Seasonic Platinum 1050W | 2x Samsung 840 EVO 250GB RAID 0 | WD 1TB & 2TB Green                                 dat 1080p-ness

Link to comment
Share on other sites

Link to post
Share on other sites

Your best bet is to go with some type of Content Management System(CMS) as stated above.

 

Find which one fits your specs and go from there....

 

Quick list: http://en.wikipedia.org/wiki/List_of_content_management_systems

 

I am a fan of PHP but there are many other server sided language some of which are outlined in the link above.

Link to comment
Share on other sites

Link to post
Share on other sites

If you aren't into CMS or anything you could do it yourself with HTML/CSS and PhP but it's not something you'll learn in a few days.

Link to comment
Share on other sites

Link to post
Share on other sites

If you want to make your own website don't think it's easy. The basic design is just a couple minutes of work but when you are talking about details... That takes up a lot of your time!

Current rig: CPU: AMD FX-8120  Cooling: Corsair H100i  Mobo: ASRock 970 Extreme 3  RAM: 8GB 1333Mhz  GPU: MSI GTX 660Ti Power Edition  Case: Fractal Design Define R4  Storage: 2TB Seagate HDD + 128GB Crucial SSD  PSU: be quiet! 730W bronze

 

Link to comment
Share on other sites

Link to post
Share on other sites

So I'm coding a website for my Minecraft server, I'm using Enjin right now and I'm considering switching to my own website. So I don't know how or if its possible to do some things in HTML or CSS. Note: My skills are right now limited to HTML and CSS (Been using www.w3schools.com) (I'm trying to get it to have the same functionality as my Enjin website server status, forums, news, players etc.) (My Enjin Site)

I need to code the following:

Forum

News section (Preferrably updated without editing server side code)

Login/Register (User Account Management)

Thats about all I need at the moment.

I've attached what I have so far for my website. If theres anything thats not needed in the site please tell me. Also I'm a bit of a web coding noob right now so try to simplify stuff and try to just add on to the code I have avaliable for download.

Any help is appreciated.

 

https://www.dropbox.com/s/v7yy9rnm0xr80dm/Website.zip (LinusTechTips uploader wouldn't work)

 

 

If you're looking for a place to learn a "little" bit of PHP then try (http://www.phpeasystep.com)

 

or try these.

CodecAdemy.Com 

Site for learning JavaScript

RailsForZombies.Org

Site for learning Rails

Tryruby.Org

Site for learning Ruby

Hackety.Com

Site for learning Ruby

Jqueryair.Com

Site for learning jQuery

KhanacAdemy.Org

Where you can learning almost everything! (Recommended)

Tryruby.Org

Site to learn Ruby

CodeSchool.Com

Site for learning Ruby, JavaScript, HTML, CSS, iOS apps

TeamTreeHouse.Com

Link to comment
Share on other sites

Link to post
Share on other sites

Those features you listed are no simple things to implement.

 

As @laxer mentioned, you may want to consider using a CMS. Most CMS's out there have ways of implementing most of what you are looking for and some are even built-in (like login/registration).

 

Have you tried looking at Wordpress?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×