Posts

Showing posts with the label button

Chrome Frame Always On IE Toolbar Button

Image
As promised in the CF ML, here I am with the first Chrome Frame Button application. It's beta not because of its functionality, it works 100% at least in my old laptop, but because when you click the button the Chrome Frame is always on or of as expected, but to see the new icon or the new label we need to restart IE. Anyway, this button is not created to switch every second, this button is "just for fun", as fun was the first always on application . How it works? Grab the zip file from my chromefix project. Unpack it, and read the file README.TXT ... it's really simple, basically a double click and nothing else

S.O.S. JavaScript - How to recover your stuff !!!

In this Ajax Web era there are a lot of sites that use JavaScript to perform simple or complex stuff. Sometime, one of these site could be "not so well" programmed, specially during client-server interactions. For example, it happens few days ago that while I was trying to post a message to another " friend ", an error occurred during this operation. The result was a beautiful fake popup with returned server error information and only a button to close them ... and I wondered what about my content? Can I try again to send them? The answer was NO , because the SEND button has been disabled, and the worst thing is that the textarea with my message was disabled as well. I wasn't able to get my message content again because of some client/server error and some bad logic in the client side. What could we do in these cases? Reading the source? ... uhm, content wasn't there ... Using firebug? Maybe, but content could not be there as well ... Press F5 and reload the...