Monthly Archives: January 2010

What should be optimized in one web page?

Well that’s a question that has been asked so many times in the web and I my intention is not to repeat that. In my web development experience after so many web sites behind my back, there is always something … Continue reading

Posted in web development | Tagged , , , , , , , , , , , | 2 Comments

Write human readable debug info!

It’s a common begginer’s developer mistake to write some fullish debug info like “i’m in the IF”, or even worse – “test”. Of course when debugging you don’t get any aditional information. You know only that – you’re in the … Continue reading

Posted in web development | Tagged , , , | Leave a comment

Array hint in JavaScript

new vs [] There are two ways to make new instance of a JavaScript array. As the previous sentence says one of them is by using the new operator. Actually even if you’re not familiar with JavaScript you’ve probably heart … Continue reading

Posted in javascript, web development | Tagged , , , | Leave a comment

jQuery vs. pure JavaScript

The question is: should I use always jQuery in some large jQuery project? Imagine you’re developing a large scale web application where the JavaScript part of it is supported by jQuery. In my case that was the reality. In fact … Continue reading

Posted in javascript | Tagged , , , , , , | 13 Comments

OBJECT & … forget about EMBED tag!

Actually most of us think about OBJECT and EMBED tags as inseparate pair. The reality is different. In fact you don’t need to use the EMBED tag. Only by using the OBJECT tag you ensure it will be interpreted correctly … Continue reading

Posted in web development | Tagged , , , , , | Leave a comment