Sorry I just realized there's a Sub menu link in the header.. my bad
The problem with today's developer world is: You know your HTML/CSS/JS well, you know the best practices, you understand separating design from...
@deathshadow Nice to see you here.. I revisited this forum after several years and good to see you still in top form! I've learned lot of you and...
I just stumbled upon this discussion... :D :D :D
Not quite true, actually. That is adaptive web design that you've described and it's just a part of the story of responsiveness. To be responsive...
I would guess you'll need node.js to do that, not client side javascript.
What about this approach: var cGenerator = {}; cGenerator.getRange= function(min,max) { this.min = parseInt(min); this.max =...
It's just that term IIFE is considered to be more accurate (not my idea, I've read it on few sites), because the function is not self-invoked as...
Thank you
Deathshadow's solution seems much more elegant. However, I wonder why did you repeat the code in lines 3-5 and 9-11; wouldn't it be more...
About those SEAF that Deathshadow mentioned, I've read those are also called IIFE - Immediately Invoked Function Expression (pronounced "iffy")...
Hi, it's been a while since I've read your posts... I've visited your site and noticed it's responsive now. Excellent job! However, I see the...
Thanks man, but it was more like question than suggestion. Anyway, glad it helped. Apartman Karlobag Kvarner
#header-index { display: table; } #header-description { display: table-cell; vertical-align: center; }
Separate names with a comma.