• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 15:04
CET 21:04
KST 05:04
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win2RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2[TLMC] Fall/Winter 2025 Ladder Map Rotation14
StarCraft 2
General
When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win SC: Evo Complete - Ranked Ladder OPEN ALPHA Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge RSL Season 3: RO16 results & RO8 bracket
Tourneys
[Alpha Pro Series] Nice vs Cure Tenacious Turtle Tussle RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
[BSL21] Ro.16 Group Stage (C->B->A->D) Which season is the best in ASL? Data analysis on 70 million replays FlaSh on: Biggest Problem With SnOw's Playstyle soO on: FanTaSy's Potential Return to StarCraft
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Beyond All Reason Stormgate/Frost Giant Megathread Nintendo Switch Thread The Perfect Game Should offensive tower rushing be viable in RTS games?
Dota 2
Official 'what is Dota anymore' discussion
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 Mafia Game Mode Feedback/Ideas
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread YouTube Thread Artificial Intelligence Thread
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
Formula 1 Discussion 2024 - 2026 Football Thread NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
Thanks for the RSL
Hildegard
The Health Impact of Joining…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2007 users

Question for website and graphic designers

Blogs > LonelyIslands
Post a Reply
LonelyIslands
Profile Blog Joined September 2006
Canada590 Posts
May 23 2014 14:46 GMT
#1
I have a few questions for experienced website design and graphic artists. I have dabbled in website design for the last 13 years, always doing it for fun and always coding it in HTML. The first team website that I had put a lot of work into was GiTM (Gosu in The Making). If Chill is still around, I think he can confirm that I had a new design or changes every other day. I would like to be more serious about it and build on to what I already know.

I picked up HTML fairly easily and I had a good working knowledge of CSS over the past year. What I am wondering on the coding side of things is what I should learn, what other languages, and what can I expect the curve of difficulty to be in learning them and which is the best method to go about doing this aside from trial and error?

On the graphics side of things, what should I be looking at in terms of honing my photoshop skills which are next to non-existent? I can make fancy words, bevel and emboss and all those fun things, but what else should I be looking at in terms of understanding layers, etc?

I am asking these questions because I am looking to start my own website design and development business, with my own side being a major learning point. I had thought that while I was learning more advanced techniques, I could offer services such as installing and setting up a WordPress website. I am looking at this to supplement my income.

Any and all input and criticism is welcome as well as other areas that I should familiarize myself with for those who got into this.

My heart and my mind will carry my body when my limbs are too weak
NihiLStarcraft
Profile Blog Joined January 2010
Denmark1413 Posts
Last Edited: 2014-05-23 16:09:02
May 23 2014 16:07 GMT
#2
On the design side of things, if you don't understand layers in Photoshop yet than you are really a super beginner, as you kinda say. Look up all Photoshop beginner tutorials on Youtube you can find (minus the ones made by 12-year-olds, they usually have no idea what they're talking about :p) and learn how layers and blending modes work first of all. Then you can push on to more advanced topic, get creative etc.

As far as coding is concerned, you should look into Javascript (client-side) and PHP (server-side). Unlike HTML and CSS these are not markup languages or key-value definitions but actual, real programming languages! It won't be easy at first but both languages are just the absolute corner-stone of web development at the moment (PHP being hated by almost everybody but you just need to know it still in my opinion). These are the tools you will use to create actual, dynamic websites and not just self-written HTML pages. They're very well documented on the internet, google "How to get started with Javascript" or "How to get started with PHP" and you'll be finding more information that you can ever take in! :p

PHP in particular needs to be combined with a Database system to do most things that will be relevant for you, I personally recommend SQLite as I find it easier to get started with than SQL - might just be me, don't know. Once you've got Javascript and PHP sorted out, that's the next thing you need to learn about.

I wouldn't recommend making a business out of creating/setting up WordPress sites, that's just so simple to do for everybody these days that I highly doubt anybody would pay money for that. If you're looking to start a business, I would, as I said, focus on HTML/CSS/JS/PHP (with SQL/SQLite), then you can make (some) money!

It sounds like you still have a lot of learning ahead of you, I was in the same spot a couple years ago. Depending on how well you do with actual coding (HTML/CSS does unfortunately not count :p) it's going to be a bit of a challenge. But it's also very fun and cool, the things you can do on the web!

Disclaimer: I'm a computer science student but not a professional web designer (just a hobbyist)!
dravernor
Profile Blog Joined May 2013
Netherlands6191 Posts
May 23 2014 16:26 GMT
#3
What would you like to know about Photoshop? From my experience, Photoshop is only really useful when you're actually editing photos or creating non vector art (such as banners and paintings etc). Create your image content in Photoshop, leave all your fonts, buttons etc to Illustrator because you most likely want vector work that you can resize without pixellation at the drop of a hat.
Anyway, pm me if you have more specific questions. I'm not a guru on these things but I spend 70% of my day in these two programs doing graphic design, a lot of it for web work.
<3
urboss
Profile Joined September 2013
Austria1223 Posts
May 23 2014 16:35 GMT
#4
After you can write basic "Hello World" programs in JavaScript ask yourself what you actually want to do.
It's always more rewarding to work on an actual project and learning it by doing it instead of just learning everything about a language.

For example, a simple project may look like this:
Set up a server that regularly pulls data (e.g. viewer counts per game) from the twitch.tv API.
You parse and process the data in php and store it in a mysql database.
Then you present the data on a website.
You can later make the website interactive with jQuery and ajax.
If you want to create larger web apps later, learn a framework.
And so on...
joshie0808
Profile Blog Joined March 2011
Canada1024 Posts
May 23 2014 17:02 GMT
#5
In terms of languages, it depends on what type of website you want to create.

PHP/Javascript are definitely the cornerstone of web development. Learning real programming languages is not easy at first, but once you learn one, they progressively get easier. There are also different types of programming languages (object oriented programing (OOP), etc...). Once you learn one language of one type, all the other languages falling under that type get extremely easy to pick up.

I went to a software/web/app entrepreneurship start up event recently and one thing that seemed to be in high demand was people who had skills programming in Ruby so maybe look into that.
Gleen
Profile Blog Joined July 2010
Brazil707 Posts
May 23 2014 19:18 GMT
#6
Def begin by learning javascript, if possible, learn some frameworks too (angularJS, batmanJS) and server-side too (nodeJS).

Also, after learning PHP, have a look into Ruby and again, learn frameworks (I'd say Zend for PHP and Rails for Ruby)
I'm nowhere near good, but I still have fun playing with my probes
Deleted User 135096
Profile Blog Joined December 2010
3624 Posts
May 23 2014 22:57 GMT
#7
All of what your asking depends on the type of web person you are aiming to be...

Most people will tell you that if you want to become a web 'developer' you should be learning how to program via javascript and php. There are other solutions, but these two are the primary ones that you should learn if you want to go this route. They will enable you to create more dynamic content, and even be able to manage and maintain that content. Wordpress is a giant CMS (content management system) using php. To further break this down, generally speaking php is more suited to back end management, while javascript is for more suited for front end support (like making a button do something that html can't).

Another avenue is to better research and learn design psychology (perhaps better known as User Experience Design). This helps you to both map out how a user will likely use a product, but also help define what the goals of the product are so that the eventual UI is maximized to the design goals. Information Architecture plays a huge part of the user experience as well, and is one of the most important things that a good designer has to know (If you are aiming for more front end tasks like frameworks and layout, IA knowledge is a must).

Designers on the other hand can be a bunch of different things. Do you design UIs, or optimize graphics for sites? What about creating visuals for backgrounds or the like. Designers don't necessarily need to know how php or javascript works, though in my experience the structuring and logic behind writing serious programming immensely helps in preparing any kind of front-end content for development and use.
Administrator
Xyik
Profile Blog Joined November 2009
Canada728 Posts
May 25 2014 04:51 GMT
#8
I advise you read up on some basics, from what you wrote it seems you really only see the client-side of web development, if you ever hope to create anything even as sophisticated as the teamliquid website you'll need to learn more about server-side development, the basics of networking and how a web page is served, how data is persisted to a database, etc. To do all these things whats important is not the language but the framework. If you can answer how your blog post was made available to anyone to find on the internet, how the web page was rendered, saved, etc you are in good shape to start picking a framework and dabbling in coding and creating a real website.
Please log in or register to reply.
Live Events Refresh
Next event in 3h 56m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SteadfastSC 232
IndyStarCraft 204
ProTech142
UpATreeSC 120
JuggernautJason83
ForJumy 38
StarCraft: Brood War
Calm 4617
Bisu 1876
BeSt 204
Mini 140
Dewaltoss 106
Hyun 71
sas.Sziky 24
Aegong 20
soO 15
ivOry 15
[ Show more ]
HiyA 7
Dota 2
Gorgc5491
BananaSlamJamma82
League of Legends
Trikslyr81
rGuardiaN28
Counter-Strike
fl0m5002
zeus835
minikerr20
Heroes of the Storm
Liquid`Hasu410
Other Games
Grubby4606
FrodaN2236
Beastyqt712
RotterdaM252
DeMusliM252
ArmadaUGS170
ZombieGrub27
Organizations
Dota 2
PGL Dota 2 - Main Stream116
StarCraft 2
angryscii 17
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Reevou 8
• Dystopia_ 1
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• blackmanpl 25
• FirePhoenix10
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV387
League of Legends
• TFBlade1428
Other Games
• imaqtpie1050
Upcoming Events
Tenacious Turtle Tussle
3h 56m
The PondCast
13h 56m
Replay Cast
1d 2h
OSC
1d 20h
LAN Event
1d 21h
Replay Cast
2 days
Replay Cast
2 days
WardiTV Korean Royale
2 days
Sparkling Tuna Cup
3 days
WardiTV Korean Royale
3 days
[ Show More ]
Replay Cast
4 days
Wardi Open
4 days
Monday Night Weeklies
4 days
StarCraft2.fi
4 days
Replay Cast
5 days
Wardi Open
5 days
StarCraft2.fi
5 days
Wardi Open
6 days
StarCraft2.fi
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
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.