<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>My Tech Space</title>
	<link>http://cjbaldoza.blogsome.com</link>
	<description>Christopher Baldoza's Technical Blog</description>
	<lastBuildDate>Sun, 03 May 2009 07:25:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Blank screen problem in IPhone 3G</title>
		<description>	My wife&#8217;s IPhone got blank screen with no reason at all while reading her text message. She thought this is normal since the battery is near empty, she did recharge it on the wall outlet but still got a black screen. She decided to charge it using USB, iTunes detected ...</description>
		<link>http://cjbaldoza.blogsome.com/2009/05/03/blank-screen-problem-iphone-3g/</link>
	</item>
	<item>
		<title>Linux where are you?</title>
		<description>	I miss Linux for more than a year now. After my first company, I have been in the companies which main development OS is Windows.  It has been good experience to develop applications in Linux environment. It was robust, the compilation and the performance of the components like the ...</description>
		<link>http://cjbaldoza.blogsome.com/2007/11/05/linux-where-are-you/</link>
	</item>
	<item>
		<title>Sang Shin&#8217;s  J2EE JavaPassion</title>
		<description>	J2EE Java Passion! Did you know this online tutorial? This is cool, I recommend this to those programmers/developers who are planning to focus on J2EE  and also preparing for SCWCD exam. 
	The lesson started last April 30 but still ongoing. So hurry, register now!   I have submitted ...</description>
		<link>http://cjbaldoza.blogsome.com/2007/06/13/sang-shins-j2ee-javapassion/</link>
	</item>
	<item>
		<title>How to setup an Oracle Express Edition DB</title>
		<description>	1. Insert the Oracle XE installer disk and run the OracleXE.exe.
	2. An &#8220;Oracle Database 10g Express Edition&#8221; dialog will come up to prepare the installation.
	3. Click the &#8220;Next&#8221; button.
	4. Tick the &#8220;I accept the term in the license agreement&#8221; and click the &#8220;Next&#8221; button.
	5. In the &#8220;Choose Destination Location&#8221; dialog, ...</description>
		<link>http://cjbaldoza.blogsome.com/2007/04/13/how-to-setup-an-oracle-express-edition-db/</link>
	</item>
	<item>
		<title>How to install Oracle 10G Application Server</title>
		<description>	1. Insert the Oracle 10g disc and select the setup application. This will open a new terminal indicating &#8220;Initializing The Oracle Universal Installer&#8230;&#8221; After this, the Oracle Application Server 10g [version] Installation dialog box comes up.
	2. Choose an Installation Directory and select the Basic Installation Mode, enter the Installtion Type, ...</description>
		<link>http://cjbaldoza.blogsome.com/2007/04/13/how-to-install-oracle-10g-application-server/</link>
	</item>
	<item>
		<title>Session Management Problem in IE</title>
		<description>	If you have problem with Session Management using IE and the URL rewriting doesnt work, here is the solution and nice references for your problem&#8230;
	Go to &#8220;Tools&#8221; menu &#8211;> &#8220;Internet Options&#8221; &#8211;> &#8220;Security&#8221; &#8211;> select the &#8220;Local Intranet&#8221; icon &#8211;> click on &#8220;sites&#8230;&#8221;
&#8211;> disable the first checkbox &#8220;Include all local ...</description>
		<link>http://cjbaldoza.blogsome.com/2007/03/27/session-management-problem-in-ie/</link>
	</item>
	<item>
		<title>Creating tablespace and schema in Oracle</title>
		<description>	Here are the steps in creating Tablespace and Schema in Oracle.
	Tablespace
1. Open your Oracle Enterprise Manager Console and from Left menu go to Storage->Tablespaces.
2. Right-click on this and select Create in the menu.
3. Specify your tablespace name and specify the size to 40MB or any size you want.
4. Click Create ...</description>
		<link>http://cjbaldoza.blogsome.com/2007/03/01/creating-tablespace-and-schema-in-oracle/</link>
	</item>
	<item>
		<title>Got this error - javax.xml.transform. TransformerFactoryConfigurationError: Provider org.apache.xalan.processor. TransformerFactoryImpl not found</title>
		<description>	I got this error when running the admin application of my new company. It is a web application running via JNLP. JNLP is an XML-based technology for launching Java executables over the Web. 
	This error usually happened when you are using Java 1.5 and Tomcat. The workaround here is to ...</description>
		<link>http://cjbaldoza.blogsome.com/2006/10/03/got-this-error-javaxxmltransformtransformerfactoryconfigurationerror-provider-orgapachexalanprocessortransformerfactoryimpl-not-found/</link>
	</item>
	<item>
		<title>Got this error - &#8220;Execution failed:java.io.IOException: CreateProcess: jarsigner.exe -keystore&#8221;</title>
		<description>	With my new project I tried compiling codes using Ant build tool in Eclipse and got this error when building the build.xml file&#8230;
	Execute failed: java.io.IOException: CreateProcess: jarsigner.exe -keystore [keystore_path] -storepass [store_password] [path_of_jar_to_be_signed] [alias] error=2
	I asked my colleague about this problem but unfortunately they didn&#8217;t know the solution either.   ...</description>
		<link>http://cjbaldoza.blogsome.com/2006/09/27/got-this-error-execution-failedjavaioioexception-createprocess-jarsignerexe-keystore/</link>
	</item>
	<item>
		<title>Automatic login using SSH</title>
		<description>	I tried this one using my account on our server and here are the steps&#8230;
	Step 1: Create public/private key pair with ssh-keygen.
	baldoza@ubuntu:~$ ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/baldoza/.ssh/id_dsa):
Created directory &#8216;/home/baldoza/.ssh&#8217;.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been ...</description>
		<link>http://cjbaldoza.blogsome.com/2006/09/21/automatic-login-using-ssh/</link>
	</item>
</channel>
</rss>
