Archive for October, 2009

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 »

Ultimate Collection of PHP Libraries

Having a collection of php libraries in one places will help you get your job done faster. It help me, so I share my list. I’ll keep update the list with more libraries.

Continue reading »

Submitting Form and Progressive Enhancement

Most users nowadays familiar with AJAX, well they don’t really know the term.
What users familiar is the experience, such as of submitting form without reloading the page.

So when you build new website or your web application, don’t forget to include this experience. But you also have to remember, there are some people who turn off their javascript or maybe the javascript failed to load. That is why, you should consider to use progressive enhancement.

In progressive enhancement, you can make your web application work in condition where no javascript available or failed, and enhance them if javascript available.

Lets just go with example, we’re building a form that will submit and reload to new page, but when javascript is available the form will be submitted via AJAX without reloading the page.

Continue reading »

CodeIgniter Tutorial Compilation

I write small CodeIgniter tutorial compilation, it’s not finished yet. Really like to have more feedbacks. Tweet me at http://twitter.com/komunitasweb
Thank you for your feedback.