The website is down
This one is painfully similar to a real life stupidity when it comes to IT support.
*Video contains some adult humor
And the same one but with Russian subtitles: Read more…
This one is painfully similar to a real life stupidity when it comes to IT support.
*Video contains some adult humor
And the same one but with Russian subtitles: Read more…
Nothing would describe better the SDLC…
I’m pretty sure all of you know the WebRequest and it’s derived class HttpWebRequest.
And what a marvelous property both of them have – the TimeOut.
We all know that script is blocking element, meaning no content will be rendered untill script block is parsed and executed or downloaded then parsed and then executed in case of externale script.
And we were told endless times that the best practice is to load scripts at the end of web page. It’s true.
We also have document.ready events thanks to numerous javascript frameworks that gives us opportunity to perform most of our JS actions when document is ready to be manipulated. But there are cases when you do need JS blocking features.
Read more…
Let’s say you have to parse some HTML, find all images or some other DOM elements make some changes/optimizations and save the result. What can you do ?
Well, i needed something like that a few days ago and after Googling for couple of hours I ran across this this great library called HtmlAgilityPack.
I just can’t help it and must post this one… It’s hilarious !!!
Episode 1 :
Two more episodes.. Read more…
I have two simple questions for you about boolean values in Javascript.
When will browser show alert message:
if (a-b) alert("it's true!");
And another one
Read more…
This post is somehow related to my previous post about javascript function context. Recently I helped one of my friends to debug a very funny problem. He told me that his inline event handler doen’t work, because he could not pass this object to his function.
You probably wonder what did I find? ![]()
Read more…
Another great interview question.
Will the following code compile and if yes what will be the result of it ?
Read more…
Recent Comments