July 3rd, 2009


3
Jul 09

Stupid IE???

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?

[Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

3
Jul 09

Bypass new rapidshare download countdown

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

[Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]