Posts Tagged ‘web’

Web Development Tools in Linux

Switching to Linux is one great move, but sometimes as a web developer who familiar with GUI, you’ll find hard to find your tools. So here some GUI tools that can help you. It’s not complete list, but I’ll keep adding tools when I find them useful for web developer.

Text Editor

General text editor, with code highlighting capability, suitable for you who prefer light editor.

HTML Editor

If you need HTML editor, linux have some.

Continue reading »

10 Steps to Becoming a Great Web Developer

For those of us who are already web developers it may seem obvious but when you just getting started and don’t know what to do, it is nice to have guide where to start.

1. Learn HTML

HTML or Hyper Text Markup Language is the markup language for web pages, it is the heart of web pages, so this is what you should aim first. HTML is easy to learn, but it is also easy to misuse them. Learn it right, and you’ll get one of your fundamental as web developer.

Resources

2. Learn server side scripting

Learning server side scripting is fundamental for web developer, pick one of server side scripting language and try to master it. Here some of your choices :

3. Learn SQL

Building dynamic web pages will get you to learn about database. While there are so many database engine, most of them understand SQL language. If you want to speak with your database then learn this language.

Continue reading »