• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:03
CEST 10:03
KST 17:03
  • 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
Chinese SC2 server to reopen; live all-star event in Hangzhou4Weekly 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)80
StarCraft 2
General
Chinese SC2 server to reopen; live all-star event in Hangzhou 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
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
Is there anyway to get a private coach? OGN to release AI-upscaled StarLeague from Feb 24 BW caster Sayle BSL Season 21 BW General Discussion
Tourneys
[ASL20] Semifinal B [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN Azhi's Colosseum - Anonymous Tournament
Strategy
[I] TvP Strategies and Build [I] TvZ Strategies and Builds Roaring Currents ASL final Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread 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 Russo-Ukrainian War Thread The Chess Thread Things Aren’t Peaceful in Palestine Men's Fashion Thread
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: 3139 users

Learning Web development (Drupal CMS)

Blogs > JieXian
Post a Reply
JieXian
Profile Blog Joined August 2008
Malaysia4677 Posts
Last Edited: 2013-07-21 07:30:43
July 19 2013 17:22 GMT
#1
Hi,

EDIT: Upon reflection and reading the replies, I guess the term "learning web development" doesn't really apply to me, and it should be more like "Starting an online store"

I am a complete newbie at web development but being an engineering student who does a fair share of programming, I thought I'd be able to learn it decently quickly.

Oh boy was I wrong, and it's nothing like learning to use photoshop or sony vegas or ableton.... And I kept encountering shitty frustrating errors and eventually googling wasn't enough to solve my problems, but I persevered and went through that hurdle (getting my Apache and Mysql to work with drupal)

We have plans for an online shop and I'm learning Drupal and am using Commerce kickstart for the shop. My progress ATM is that after playing aroudn with drupal core, I found this wonderful Commerce module which addresses my needs and managed to install it successfully and it looks really promising and manageble.

I think the next problem I'll be having is finding a good place to host it. Budget is definitely a concern. Any suggestions? Or advice about anything related?

Thanks!

Please send me a PM of any song you like that I most probably never heard of! I am looking for people to chat about writing and producing music | https://www.youtube.com/watch?v=noD-bsOcxuU |
HardlyNever
Profile Blog Joined July 2011
United States1258 Posts
July 19 2013 17:25 GMT
#2
I'd recommend getting comfortable with html/css and at least javascript. Probably php as well. That way you'll be ok with developing outside of Drupal (if you need to).

Also, Drupal is kinda meh as far as CMS's go.
Out there, the Kid learned to fend for himself. Learned to build. Learned to break.
LML
Profile Blog Joined March 2007
Germany1771 Posts
July 19 2013 19:56 GMT
#3
I agree, HTML/CSS is very easy to learn (I've learned the basics of creating a HTML/CSS site over night, literally).
Since you said you're doing a fair share of programming I supposse there is a good chance you've used C, C++ or Java? PHP has a very similiar syntax, so it's not too difficult to learn, either. Same goes for JavaScript.
I believe codecademy.com has a couple of tutorial on these, to get started?
LML
hp.Shell
Profile Blog Joined April 2010
United States2527 Posts
July 19 2013 21:51 GMT
#4
Also don't just read tutorials. Also read the actual specification.
As an example, here is a link to the CSS 2.1 specification:
http://www.w3.org/TR/CSS2/

Reading this instead of doing tutorials will provide a better overall understanding of how the language actually interacts with the browser. It will go a long way in helping you understand what happened when some impossible bug appears.
Please PM me with any songs you like that you think I haven't heard before!
FromShouri
Profile Blog Joined April 2012
United States862 Posts
July 19 2013 22:53 GMT
#5
hope you learn to hate internet explorer as much as i do =D.
Limited Edition, lets do some simple addition, $50 for a T-Shirt is just some ignorant bitch shit.
xboi209
Profile Blog Joined June 2011
United States1173 Posts
July 20 2013 00:48 GMT
#6
On July 20 2013 06:51 hp.Shell wrote:
Also don't just read tutorials. Also read the actual specification.
As an example, here is a link to the CSS 2.1 specification:
http://www.w3.org/TR/CSS2/

Reading this instead of doing tutorials will provide a better overall understanding of how the language actually interacts with the browser. It will go a long way in helping you understand what happened when some impossible bug appears.

I really dont think reading the specification would really help you unless you're making a browser.
http://www.reddit.com/r/broodwar/
jalstar
Profile Blog Joined September 2009
United States8198 Posts
July 20 2013 01:02 GMT
#7
Use http://www.codecademy.com/ to learn the basics, then think of a project to make and use Google to help you whenever you get stuck. Good luck!
Fission
Profile Blog Joined August 2010
Canada1184 Posts
July 20 2013 01:19 GMT
#8
You really don't want to start learning web development with a CMS package to be honest. A better place to start would be diving into a web development language like PHP or asp.net (*more of platform), and familiarizing yourself with html/css, xml,and javascript (jQuery etc).
JieXian
Profile Blog Joined August 2008
Malaysia4677 Posts
Last Edited: 2013-07-20 05:28:52
July 20 2013 05:15 GMT
#9
Thanks for the replies guys, I've learnt C++ and other more engineering specific stuff.

Since everybody recommends learning static ones (please correct me anytime if I'm wrong with terms), I think I should start with PHP since Drupal uses it but I guess the next question is why?

And why is learning drupal a wrong choice? It seems to simply things for me and make management of the store (which is the main reason why I'm learning it, not to be an all round developer) and all the items easy, and actually not much traditional coding seems to be involved. I guess when bugs come out I need to be diving into the code...


Also, does anyone have any advice on hosting a completed website?

On July 20 2013 02:25 HardlyNever wrote:
Also, Drupal is kinda meh as far as CMS's go.


Why? I mean just look at what I've got straight out of the box before even tinkering it to my liking (before even learning anything):


Upon reflection and reading the replies, I guess the term "learning web development" doesn't really apply to me, and it should be more like "Starting an online store"
Please send me a PM of any song you like that I most probably never heard of! I am looking for people to chat about writing and producing music | https://www.youtube.com/watch?v=noD-bsOcxuU |
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
July 20 2013 06:49 GMT
#10
On July 20 2013 06:51 hp.Shell wrote:
Also don't just read tutorials. Also read the actual specification.
As an example, here is a link to the CSS 2.1 specification:
http://www.w3.org/TR/CSS2/

Reading this instead of doing tutorials will provide a better overall understanding of how the language actually interacts with the browser. It will go a long way in helping you understand what happened when some impossible bug appears.

Reading specifications is terribly inefficient for learning purposes, a huge waste of time. Sure, there's solid information, but you can put hardly anything of it to use. You're better off just knowing that there are specifications that you can fall back to if you really don't find an easier solution.
If you have a good reason to disagree with the above, please tell me. Thank you.
HardlyNever
Profile Blog Joined July 2011
United States1258 Posts
July 20 2013 18:22 GMT
#11
On July 20 2013 14:15 JieXian wrote:
Thanks for the replies guys, I've learnt C++ and other more engineering specific stuff.

Since everybody recommends learning static ones (please correct me anytime if I'm wrong with terms), I think I should start with PHP since Drupal uses it but I guess the next question is why?

And why is learning drupal a wrong choice? It seems to simply things for me and make management of the store (which is the main reason why I'm learning it, not to be an all round developer) and all the items easy, and actually not much traditional coding seems to be involved. I guess when bugs come out I need to be diving into the code...


Also, does anyone have any advice on hosting a completed website?

Show nested quote +
On July 20 2013 02:25 HardlyNever wrote:
Also, Drupal is kinda meh as far as CMS's go.


Why? I mean just look at what I've got straight out of the box before even tinkering it to my liking (before even learning anything):
http://www.youtube.com/watch?v=RZcb32r-dHo

Upon reflection and reading the replies, I guess the term "learning web development" doesn't really apply to me, and it should be more like "Starting an online store"


If you have no interest in doing web development outside of just running your online store, then there really isn't a need for anything else. But as you said, that isn't really "learning web development;" it is just "learning how to run my online store in drupal" which is a different topic.

As far as why drupal isn't the greatest. It is ok, it is often times described as "clunky" and not always worth the trouble to learn. Wordpress is generally considered a better CMS. However, if Drupal has exactly what you need, then stick with it, I guess. Again, that isn't really "learning web development," though.

As far as hosting, your ISP (depending where you live) might have some options. Are you looking for a domain name and server hosting? I know GoDaddy does that, but I don't believe they are the best option. You might want to try looking locally.
Out there, the Kid learned to fend for himself. Learned to build. Learned to break.
JieXian
Profile Blog Joined August 2008
Malaysia4677 Posts
July 21 2013 07:37 GMT
#12
On July 21 2013 03:22 HardlyNever wrote:
Show nested quote +
On July 20 2013 14:15 JieXian wrote:
Thanks for the replies guys, I've learnt C++ and other more engineering specific stuff.

Since everybody recommends learning static ones (please correct me anytime if I'm wrong with terms), I think I should start with PHP since Drupal uses it but I guess the next question is why?

And why is learning drupal a wrong choice? It seems to simply things for me and make management of the store (which is the main reason why I'm learning it, not to be an all round developer) and all the items easy, and actually not much traditional coding seems to be involved. I guess when bugs come out I need to be diving into the code...


Also, does anyone have any advice on hosting a completed website?

On July 20 2013 02:25 HardlyNever wrote:
Also, Drupal is kinda meh as far as CMS's go.


Why? I mean just look at what I've got straight out of the box before even tinkering it to my liking (before even learning anything):
http://www.youtube.com/watch?v=RZcb32r-dHo

Upon reflection and reading the replies, I guess the term "learning web development" doesn't really apply to me, and it should be more like "Starting an online store"


If you have no interest in doing web development outside of just running your online store, then there really isn't a need for anything else. But as you said, that isn't really "learning web development;" it is just "learning how to run my online store in drupal" which is a different topic.

As far as why drupal isn't the greatest. It is ok, it is often times described as "clunky" and not always worth the trouble to learn. Wordpress is generally considered a better CMS. However, if Drupal has exactly what you need, then stick with it, I guess. Again, that isn't really "learning web development," though.

As far as hosting, your ISP (depending where you live) might have some options. Are you looking for a domain name and server hosting? I know GoDaddy does that, but I don't believe they are the best option. You might want to try looking locally.


Yes, you're right. I may pick up proper web development later on though.

Domain name and server hosting means that I get the domain name (www.tl.net) and I don't use my own server right? Then that's what I'm looking for. I didn't think about doing it locally at all hahaha I feel so stupid.

I guess the main advantage would be speed along with other stuff like communication / troubleshooting?

Thanks and please do not feel shy to state the obvious to me haha
Please send me a PM of any song you like that I most probably never heard of! I am looking for people to chat about writing and producing music | https://www.youtube.com/watch?v=noD-bsOcxuU |
Please log in or register to reply.
Live Events Refresh
Next event in 2h 57m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 58
OGKoka 3
StarCraft: Brood War
firebathero 750
sSak 571
Larva 350
PianO 256
Soma 84
soO 42
Sharp 34
HiyA 13
Britney 0
Dota 2
XaKoH 405
XcaliburYe83
ODPixel4
Counter-Strike
shoxiejesuss671
Coldzera 340
allub225
olofmeister57
Super Smash Bros
Mew2King99
Other Games
summit1g10289
C9.Mang0496
ceh9402
Tasteless219
Pyrionflax31
Trikslyr26
rGuardiaN22
Organizations
Other Games
gamesdonequick722
Counter-Strike
PGL422
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH186
• LUISG 13
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush2039
• HappyZerGling131
Upcoming Events
Wardi Open
2h 57m
Wardi Open
6h 27m
PiGosaur Monday
15h 57m
Replay Cast
1d 1h
Tenacious Turtle Tussle
1d 14h
The PondCast
2 days
OSC
2 days
WardiTV Invitational
3 days
Online Event
3 days
RSL Revival
3 days
[ Show More ]
RSL Revival
4 days
WardiTV Invitational
4 days
Afreeca Starleague
4 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.