Categories
- agile (3)
- algorithms (17)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Monthly Archives: January 2010
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
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 array, javascript, JavaScript programming language, JavaScript syntax
Leave a comment
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 Cross-platform software, Gecko, html, HTML element, tag, WebKit
Leave a comment







