• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 19:54
CEST 01:54
KST 08:54
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3
StarCraft 2
General
The New Patch Killed Mech! Team Liquid Map Contest #21 - Presented by Monster Energy herO joins T1 Weekly Cups (Oct 13-19): Clem Goes for Four TL.net Map Contest #21: Voting
Tourneys
SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
BW caster Sayle BSL Season 21 BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ BSL Team A vs Koreans - Sat-Sun 16:00 CET
Tourneys
Azhi's Colosseum - Anonymous Tournament [ASL20] Semifinal B [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
[I] TvP Strategies and Build Roaring Currents ASL final [I] TvZ Strategies and Builds Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Dawn of War IV ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1205 users

Any Web Designers Out there?

Blogs > sob3k
Post a Reply
sob3k
Profile Blog Joined August 2009
United States7572 Posts
Last Edited: 2013-01-30 09:43:57
January 30 2013 09:28 GMT
#1
So I am interested in learning how to create a basic functional webpage. I have little coding experience, more graphic design stuff, and I don't know exactly what I should learn in order to do this. All I want is a normal looking functional page with nested content and the ability to slap an attractive GUI on top of (which I can create but don't know how to technically implement). I'm not as much interested in pre-formatted type stuff unless it really has the options to turn it into something that looks professional. I also am interested in how a site can accept payments/donations for a service or an item. I know there are third party systems for this (paypal etc), which ones are good for what?

So my quick question is: What should I look into in order to make this happen? Are there any good resources you guys know of for free or cheap?

Thanks a ton for your expertise.

In Hungry Hungry Hippos there are no such constraints—one can constantly attempt to collect marbles with one’s hippo, limited only by one’s hippo-levering capabilities.
pb.fcnz
Profile Blog Joined March 2012
Canada101 Posts
January 30 2013 10:13 GMT
#2
Drupal.
sob3k
Profile Blog Joined August 2009
United States7572 Posts
January 30 2013 12:10 GMT
#3
What is your opinion on good hosts?
In Hungry Hungry Hippos there are no such constraints—one can constantly attempt to collect marbles with one’s hippo, limited only by one’s hippo-levering capabilities.
Tobberoth
Profile Joined August 2010
Sweden6375 Posts
January 30 2013 13:07 GMT
#4
You should learn HTML5, which is THE basis for all webpages. It's really easy to learn and there's like a billion different free tutorials online. www.w3schools.com is a good start for any web development.

After you have HTML5 down, you should learn CSS which is what lets you do the whole layout and design deal.

Once you have that, you already know enough to make perfectly functional good-looking webpages. If you want to go more advanced from there, you can learn Javascript to get some client scripting going, then if you want to make a full-on web application, you could learn some form of server code framework such as PHP, ASP.Net, JSP, Ruby on Rails or Django.
Deleted User 135096
Profile Blog Joined December 2010
3624 Posts
January 30 2013 14:20 GMT
#5
^^ That. And about hosts...there are sooooo many of them that are comparable to one another but make sure you are picking the right package for your needs (bandwidth, domains, etc...). I personally switched to Bluehost recently, and I'm pretty happy with them so far.
Administrator
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-01-30 17:33:13
January 30 2013 17:25 GMT
#6
About hosts, I've mainly just used sitegrounds and it's been fine. They do have a referral program, but you should just find a friend on a different host if they have a referral so you both can get a few weeks free. You can't go wrong with sitegrounds though. Good reliability (which most hosts have), customer support, and loads of tutorials.

I do not recommend getting GoDaddy hosting. I've heard only bad things about them.

With regards to what Server side language to use: if you have any C experience PHP will be easy to pick up and get working out of the box.
Ruby on Rails is becoming more popular than it was a few years back but only supported by certain web hosts. It's object oriented which makes defining objects far easier than in PHP.

CSS is what you use to make the layout of your page good.

HTML is for static content on the page.

Javascript is for client side scripting. I never learned much javascript and used bad coding practice inserting PHP everywhere in my pages -_-. For the most part you can get away with using JQuery Libraries to make great UI things like menu bars and hover popup content. You will be able to find tutorials as well on form submission without having to refresh the page.

I don't recommend you use a CMS like Drupal because they're really a black box. There's a lot of code in them, and if you already have a design in mind then it may be easier to just download a template for just a from scratch web site. Less code = less abstract stuff you won't understand.



Can you draw out a diagram of what you want your site to look like?
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
ulfryc
Profile Joined November 2011
Germany115 Posts
Last Edited: 2013-01-30 18:48:02
January 30 2013 18:43 GMT
#7
On January 30 2013 22:07 Tobberoth wrote:
You should learn HTML5, which is THE basis for all webpages. It's really easy to learn and there's like a billion different free tutorials online. www.w3schools.com is a good start for any web development.

After you have HTML5 down, you should learn CSS which is what lets you do the whole layout and design deal.

Once you have that, you already know enough to make perfectly functional good-looking webpages. If you want to go more advanced from there, you can learn Javascript to get some client scripting going, then if you want to make a full-on web application, you could learn some form of server code framework such as PHP, ASP.Net, JSP, Ruby on Rails or Django.

Yes, learn HTML + CSS first. They are both super easy and little to no programming knowledge required. But: These only let you create static web pages. Meaning you can display content to the user but the user can't interact with it (no comments/payments/user accounts).

To be able to do that your website has to be dynamically created by the server. So additionally you will have to learn a server programming language. There are many different out, there which you can choose: PHP, Perl, ASP.Net, JSP, etc. These require you to do actual programming, and can be a bit harder than HTML/CSS (but not really that hard). I'd recommend learning PHP as it's the most commonly used now adays.

I wouldn't really recommend learning Javascript too soon. You will have to have some experience on how HTML/CSS work to use it right. All you can do with it is interactive eye candy which is really needed for the functionally of most websites (drop down menus, loading content without reloading, popups, etc.).
Train Hard Go Pro!
johnmathew
Profile Joined December 2013
United States1 Post
December 30 2013 11:19 GMT
#8
--- Nuked ---
yambox88
Profile Joined September 2019
1 Post
September 28 2019 02:16 GMT
#9
--- Nuked ---
ryanwebdesigner
Profile Joined October 2022
1 Post
Last Edited: 2022-10-12 12:24:06
October 12 2022 12:23 GMT
#10
--- Nuked ---
spssocial
Profile Joined October 2023
1 Post
October 25 2023 17:30 GMT
#11
--- Nuked ---
digitaltech
Profile Joined August 2024
1 Post
August 30 2024 13:49 GMT
#12
--- Nuked ---
Please log in or register to reply.
Live Events Refresh
Replay Cast
23:00
LiuLi Cup #46 - Day 2
CranKy Ducklings242
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nathanias 80
CosmosSc2 63
SpeCial 8
StarCraft: Brood War
Artosis 640
Soulkey 207
NaDa 33
Dota 2
monkeys_forever220
PGG 122
League of Legends
ScreaM1067
Counter-Strike
fl0m580
Super Smash Bros
hungrybox273
Heroes of the Storm
Khaldor147
Other Games
summit1g8345
Grubby1576
shahzam650
C9.Mang0266
Skadoodle169
Maynarde163
Trikslyr53
fpsfer 4
Organizations
Other Games
gamesdonequick653
Counter-Strike
PGL376
Other Games
BasetradeTV48
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Hupsaiya 68
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• mYiSmile131
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4941
Other Games
• imaqtpie1613
• Scarra1042
• Shiphtur222
Upcoming Events
Wardi Open
11h 6m
Wardi Open
14h 36m
PiGosaur Monday
1d
Replay Cast
1d 10h
Tenacious Turtle Tussle
1d 23h
The PondCast
2 days
OSC
2 days
WardiTV Invitational
3 days
Online Event
3 days
RSL Revival
4 days
[ Show More ]
RSL Revival
4 days
WardiTV Invitational
4 days
Afreeca Starleague
5 days
Snow vs Soma
Sparkling Tuna Cup
5 days
WardiTV Invitational
5 days
CrankTV Team League
5 days
RSL Revival
5 days
Wardi Open
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.