Archive for February, 2008

February 24th, 2008

iPhone Themes

衣期 d iPhone theme 真係幾得…

Louis Vutton

snap_141110.jpg

Chocolate Rain

snap_003044.jpg

Tags: ,
February 22nd, 2008

iPhone Theme Catalog

Downloadable Theme

picture-2.png

Featured Theme

picture-3.png

Summer Board Theme

picture-4.png

Apogee Theme

picture-5.png

AppTapp Theme

picture-8.png

iSwitcher Theme

picture-7.png

ModMyiFone Theme

picture-6.png

Ste Packaging

picture-1.png

February 18th, 2008

Simple White

New iPhone summer board theme: Simple White

snap_182823.jpg

Download

February 14th, 2008

Dump content of org.w3c.dom.Document object to file

How to dump the XML content contains in a org.w3c.dom.Document object to a file.

import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerConfigurationException;
import javax.xml.transform.TransformerException;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.TransformerFactoryConfigurationError;
import javax.xml.transform.dom.DOMSource;
import javax.xml.transform.stream.StreamResult;
import org.w3c.dom.Document;

TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer();

DOMSource source = new DOMSource(doc);
StreamResult result = new StreamResult(new File(“C:\\abc.txt”));
transformer.transform(source, result);

The XML content will be saved to abc.txt, and you can also divert the XML content to different output destination by changing the StreamResult constructor, please refer to the API doc for detail.

February 12th, 2008

iPhone Unlock NO HEADACHE

iPhone Software unlock for OTB 1.1.2 同 OTB 1.1.3 出左就好多人都知喇…. (唔使剪 SIM card lu….)

唔知大家又有無見過衣個做福人群既軟件呢….

ZiPhone

話可以 jailbreak 哂現時所有 iPhone 既 version,但睇佢個 blog 好似仲有好多問題咁 wor….

Tutorial