<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://erik.thauvin.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Erik's Wiki</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/"/>
    <id>http://erik.thauvin.net/wiki/</id>
    <updated>2010-07-30T17:53:24-07:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://erik.thauvin.net/wiki/feed.php" />
    <entry>
        <title>How to convert a JSEE keystore to an OpenSSL PEM?</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/java/keystoretopem?rev=1267960155&amp;do=diff"/>
        <published>2010-03-07T03:09:15-07:00</published>
        <updated>2010-03-07T03:09:15-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/java/keystoretopem?rev=1267960155&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>First, use KeyTool GUI to export the keystore in a Private Key and Certificates (PKCS#12) format.

Second, issue the following command with OpenSSL:

openssl pkcs12 -in file.pfx -out file.pem

You might also want to read this.

Comments

 TJ on Jan 5, 2005</summary>
    </entry>
    <entry>
        <title>How to install a package (.ipk) on the Pre (Windows)</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/webos/installipk?rev=1256627408&amp;do=diff"/>
        <published>2009-10-27T00:10:08-07:00</published>
        <updated>2009-10-27T00:10:08-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/webos/installipk?rev=1256627408&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>*  Install the SDK
	*  Enable Developer Mode on the Pre:
		*  In Card view or in the Launcher application, type the following: upupdowndownleftrightleftrightbastart
		*  Tap the resulting Developer Mode Enabler icon. 
		*  In the application, move the Developer Mode slider to the On position. 
		*  Tap Reset the Device.
		*  When reset is complete, Developer mode is enabled.\</summary>
    </entry>
    <entry>
        <title>How to install Eclipse &amp; Aptana Studio on Vista/Windows 7 64-bit?</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/webos/win64?rev=1256595812&amp;do=diff"/>
        <published>2009-10-26T15:23:32-07:00</published>
        <updated>2009-10-26T15:23:32-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/webos/win64?rev=1256595812&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>Installing Eclipse on a 64-bit version of Windows


Only the Eclipse SDK comes in a 64-bit flavor for Windows. One solution is to install the Eclipse SDK, and manually install the plugins for Web, XML and Java development.

What I did is install the Eclipse IDE for Java Developer (32-bit), and copy the content of the Eclipse SDK (64-bit) over it.</summary>
    </entry>
    <entry>
        <title>webOS Tips and Tricks</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/webos?rev=1256592212&amp;do=diff"/>
        <published>2009-10-26T14:23:32-07:00</published>
        <updated>2009-10-26T14:23:32-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/webos?rev=1256592212&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>*  How to uncapitalize items in the Application Menu
	*  How to install a package (.ipk) on the Pre (Windows)
	*  How to add a class to the body element of the main stage view 
	*  Where are the applications physically located on the Pre? 
	*  How to force the focus on a text field?
	*  How to install Eclipse &amp; Aptana Studio on Vista/Windows 7 64-bit?</summary>
    </entry>
    <entry>
        <title>How to force the focus on a text field? - created</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/webos/fieldfoucs?rev=1256357773&amp;do=diff"/>
        <published>2009-10-23T21:16:13-07:00</published>
        <updated>2009-10-23T21:16:13-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/webos/fieldfoucs?rev=1256357773&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>Use the following in your scene's assistant:

this.controller.get('myTextField_id').mojo.focus();</summary>
    </entry>
    <entry>
        <title>Where are the applications physically located on the Pre? - created</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/webos/apploc?rev=1256215897&amp;do=diff"/>
        <published>2009-10-22T05:51:37-07:00</published>
        <updated>2009-10-22T05:51:37-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/webos/apploc?rev=1256215897&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>The Palm apps are located in:

/usr/palm/applications/

The user-installed apps are located in:

/var/usr/palm/applications/</summary>
    </entry>
    <entry>
        <title>How to add a class to the body element of the main stage view</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/webos/mainbody?rev=1256136727&amp;do=diff"/>
        <published>2009-10-21T07:52:07-07:00</published>
        <updated>2009-10-21T07:52:07-07:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/webos/mainbody?rev=1256136727&amp;do=diff</id>
        <author>
            <name>Erik C. Thauvin</name>
        </author>
        <summary>For example, to switch to the dark style theme, add the following at the begging of your main stage assistant:

$$('body')[0].addClassName('palm-dark');</summary>
    </entry>
</feed>
