jailbreak iphone/ipod touch 3G MC Model

This is just my note:1- Download BlackRa1n from Blackweather.com or google it2- Download iTune any version and install it on PC.3- Double-click on BlackRa1n , app start, click on make it rain, then wait few second, on screen of ur iphone show BlackRa1n.4- then if you lucky you can see BlackRa1n icon on your iphone, Make sure you connect to internet with WiFi5- touch on BlackRa1n icon to run it. if

p1

Remove some string from string

theContent = theContent.split(“damn”).join(“darn

p1

PHP Send Copy Mail

Is it possible (I'm sure it must be) for a copy of the same email to be sent to the person who has just filled in the form? $headers .= "Cc: $email\r\n"; Not a big deal, but if you want to hide the fact the email was copied to someone else, you can do the following: $headers .= "Bcc: $email\r\n"; copy from Habtom 's post

p1

Control a flash animation inside a Flex application

http://www.riacodes.com/flex/control-flash-animation-inside-a-flex-applicati

p1

Get Bitmap Data and resize movieclip

var resultShirt:BitmapData = new BitmapData(toWidth, toHeight); var copyMatrix:Matrix = new Matrix; copyMatrix.scale(toWidth/530, toHeight/300); resultShirt.draw(shirtObj, copyMatrix); return resultShi

p1