Tuesday, October 13, 2009

iPhone dev team has released Pwnage Pie, jailbreak tool for software 3.1.2 to run on Mac

Just right 3 days after Geohot released his version of jailbreak solution blackra1n, iPhone Dev Team has release Pwnage Pie, their all-in-one solution to jailbreak iPhone different iPhone version up to 3Gs with Software 3.1.2. But it only support Mac OS.

link: http://blog.iphone-dev.org/post/211802082/pwnage-pie

Monday, October 12, 2009

Software to Jailbreak iPhone with Firmware 3,1.2 is released

Geohot, the guy who was the first one to unlock iPhone has release his solution (blackra1n) to jailbreak iPhone 3GS with Firmware 3.1.2 for windows platform.

Read the story and instructions from here: http://www.redmondpie.com/jailbreak-iphone-3.1.2-firmware-with-blackra1n-zni327/

Enjoy!

Friday, September 11, 2009

Setting LinkButton as defaultButton

I have been working with asp:Panel to set a LinkButton as defaultButton. After a few google search I found a method mention as a comment at this page, which works well with IE, Firefox and Chrome.

For your convenience, it's here.
<script type="text/javascript">
//BEGIN Javascript CODE
if (typeof(HTMLAnchorElement) != "undefined" )
{
HTMLAnchorElement.prototype.click = function()
{
window.location = this.href;
}
}
//END Javascript CODE
</script>

Sunday, August 16, 2009

Facebook MouseHunt Auto Clicker userscript

I have been playing mousehunt for awhile. I enjoyed it very much, although it's not interactive but it's attractive and you can have fun together with your friends talking about the mice you caught.

So I made a simple userscript to help me click the horn. The script helps you to actually click the "Hunter's Horn" instead of calling the sound the horn URL "http://app.facebook.com/mousehunt/soundthehorn.php" to avoid being detected as bot clicks. The script is to use with firefox web browser.

You can get the script from here [http://userscripts.org/scripts/show/54954].


Enjoy!!