Archive for July 3rd, 2009

Stupid IE???

Friday, July 3rd, 2009

Today, a colleague asked me: “how to download file with docx extension (MS Word 2007) in IE6?” because IE automatic changes the .docx to .zip. I thought to solve this problem very easy by directly link download but I’m wrong :( It seems a IE bug??? So I recommend him that he should use PHP header to output binary content of file.

IE handle stupid or smart in this case?

Bypass new rapidshare download countdown

Friday, July 3rd, 2009

Simply drag this link
to your bookmark, when rapidshare counter start, click it once. It will
reset the download counter so you can start downloading without having
to wait for the countdown to finish.

Before download start (for free)

?View Code JAVASCRIPT
1
javascript:document.ff.action = window.location + '#dlt';void(0);

Then on next page when the counting start

?View Code JAVASCRIPT
1
javascript:c=0;void(0);

Source: kaizeku.com