Differences between a Web Developer and a Web Designer

It is frustrating nearly all the time, to hear people getting a Web Developer and a Web Designer mixed up.

Yep, indeed they “sound” similar, and one cannot do without the other, however these are 2 extremely different jobs…

Read the rest of this entry »

Clearing DIV contents and TEXTAREA contents with JQuery

jquery-logoSimple question, simple answer!

I often wondered how and if this could be done, and seems to me like its extremely simple:

Read the rest of this entry »

Inline Editing with Ajax (Flickr Like)

Recently I have come across an ultra-neat way of edit-in-place system which is a lot like what Flickr does. There are off course some advantages and disadvantages to this, but the biggest advantage is that the user does not have to leave the page to edit anything and save changes, which is both efficient and a time-saver. Read the rest of this entry »

Modalbox & Lightbox Conflicts (Position)

I have recently discovered that there would be a slight problem when Lightbox and Modalbox co-exist on the same page.

The problem is that the modalbox would pop-up slightly on the right of the screen, before shifting to the middle of the screen at the last minute. This would only happen when lightbox is also present on the same webpage. Read the rest of this entry »