fail

jQuery load not reflected by IE

I've code that, depending on the selected item in a drop-down, loads some further controls (separate content for index==0 vs. index >= 1). The initial select's selected item is pre-set at the server end. I've and issue with reload/cache, where the user alters but doesn't submit a form and then click reload. Originally, I was loading the ...

Bad company and contract... what to do?

Hello, I am in a contract at a certain small startup. This startup used to be of three people only. Me the boss with the bucks and a project manager. The boss was ignorant about the technologies we used and so the project manager. So they came to me for 2 months with weird ideas and I did my best to do something useful with those. After...

Apache and mod_proxy not handling HTTP 100-continue from client HTTP 417

'm building some webby magic and am using Apache to front our tomcat server, forwarding requests to tomcat on port 8080. I have an issue using Apache and mod_proxy to forward requests. It appears the client (a web application) sends an HTTP 100-continue to which Apache responds with a 417 Expectation Failed. When I take Apache out of th...

debug: jquery fails silently, how to prevent it

how to force jquery to exit WITH error instead of failing silently (in firebug console i see nothing and i don't know, what was wrong) ...

Firefox not registering onclick event handler

Below are two snips of code for assigning an event handler for an onclick event. Version One works in IE, FF, Safari and Chrome. Version Two works in IE, Safari and Chrome, but not in FF. In Version One, I register the event handler in the markup. In Version Two, I use a newer, and supposedly more robust, method for registering the event...

How to make TeamCity build fail if artifacts are not found?

Is it posible to fail TeamCity builds if artifacts are not found? I mean without writing any special script, i.e. does TeamCity has such built-in functionality? ...

the next facebook

I want make the next facebook I have years of html development and frontpage experience, and i own a compaq server its hosted on 512kbps upload and i want to make facebook how do i make it ready for large influx of users? ...

Zlib Decompress works on Linux but not on Windows

Hi, I have a valid Zlib stream from a PDF file that I manage to decompress successfully under Linux with Perl and Python, however the same scripts fail to decompress the same stream under Windows, looks like I'm missing something, any idea what? ...