November 12th, 2008

How to Do More with Less Time

Time is the most important thing for web developers, this is the only thing that matters. Deadlines and whole businesses depend on it. If you don’t have any, you’re lost.

Managing time is a complex task, but let me show you how to actually finish your set tasks in a reasonably small time frame.

Read more »

November 11th, 2008

Textarea with Javascript Bug in Firefox 2.x and Up

I just noticed this, that when you want to add some text to a textarea element with Javascript you can’t do it under Firefox simply by adding to the textarea’s innerHTML.
Read more »

November 10th, 2008

How to Manage a TODO List

This is a totally subjective post, I will write down how I’m handling todos. What works for me doesn’t have to work for you, but if you check it out, test my method you maybe find that it’s very effective.
Read more »

November 6th, 2008

What Do Users Think When Signing Up?

Simple. They think: “I want to sign up on this site, just let me in“.

What this means to web developers?
Read more »

November 4th, 2008

How to Empty Your Inbox

A simple and beautiful option would be to delete every e-mail you receive, but that won’t make you productive, instead I will show you my method.
Read more »

October 31st, 2008

Primal Skill’s First Personal Project

Yep. Primal Skill’s first personal project is ready and online at: www.serversidemagazine.com

It’s called Server Side Magazine
Read more »

October 24th, 2008

Don’t Start Off Freelancing On The Wrong Foot

I have a couple of advice for the freelancers who are just starting out in the web design / development business. I can say I have an experience in this field, because I started out on the wrong foot, unfortunately.
Read more »

October 21st, 2008

9 Things the Web Developer Toolbar Can Do

Many web developers use Firebug over Web Developer Toolbar. It’s true these two plugins have many features in common, but still it’s worth the visual space and amount of memory that Web Developer Toolbar uses, because it has many not so obvious but useful and interesting features.
Read more »

October 20th, 2008

CAPTCHAs and Friends

As spam bots are getting smarter CAPTCHAs are getting harder and harder. We got to the point that it’s not funny anymore.
Read more »

October 16th, 2008

Great SEO Resources

Last time a wrote about how SEO could be misused by following crappy author’s guidelines.
Read more »

October 4th, 2008

Interview With The Creator of jobberBase Filip C. Tosa

We have a great interview with Filip C. Tosa the creator of jobberBase, an open source job board created in PHP.
Read more »

September 27th, 2008

Kohana Layout Module

It’s frustrating that Kohana lacks the same important feature that CodeIgniter does too. A layout system.

Back in the days I wrote a layout library for CodeIgniter, but the lack of modules made it rather difficult.
Read more »