<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Embedding Jmol applet in WordPress posts</title>
	<atom:link href="http://www.openscience.org/blog/?feed=rss2&#038;p=208" rel="self" type="application/rss+xml" />
	<link>http://www.openscience.org/blog/?p=208</link>
	<description>Open source scientific software</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Myer Nore</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-20303</link>
		<dc:creator>Myer Nore</dc:creator>
		<pubDate>Tue, 24 Nov 2009 03:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-20303</guid>
		<description>If only there were a way to embed an applet in wordpress and have it show up in the rss feed. I subscribed to the feed just to see if it showed up - sadly, it didn&#039;t.</description>
		<content:encoded><![CDATA[<p>If only there were a way to embed an applet in wordpress and have it show up in the rss feed. I subscribed to the feed just to see if it showed up &#8211; sadly, it didn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amay</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-15637</link>
		<dc:creator>Amay</dc:creator>
		<pubDate>Thu, 11 Sep 2008 07:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-15637</guid>
		<description>Hi All,
   I have used the javascript and the code given above in my server.The molecule is loading fine and I am also getting the message &quot;Jmol Script terminated&quot;...But I am getting following error messages from Java Console.............
---------------------------------------
Java Plug-in 1.6.0_07
Using JRE version 1.6.0_07 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Pinak
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to 
----------------------------------------------------
Jmol applet [null] destroyed
Jmol applet null[null] initializing
language=en_US
AppletRegistry.checkIn(null[null])
(C) 2007 Jmol Development
Jmol Version 11.4.6  2007-12-20 06:37
java.vendor:Sun Microsystems Inc.
java.version:1.6.0_07
os.name:Windows XP
memory:36.3/59.1
appletId:null
appletDocumentBase=http://192.168.50.215/resources/bioinfo/geometry1/geometry.php?num=8502&amp;res1=ASP&amp;res2=PHE
appletCodeBase=http://192.168.50.215/resources/bioinfo/geometry1/
Jmol applet [null] initializing
language=en_US
AppletRegistry.checkIn([null])
(C) 2007 Jmol Development
Jmol Version 11.4.6  2007-12-20 06:37
java.vendor:Sun Microsystems Inc.
java.version:1.6.0_07
os.name:Windows XP
memory:35.9/61.4
appletId:
appletDocumentBase=http://192.168.50.215/resources/bioinfo/geometry1/geometry.php?num=8502&amp;res1=ASP&amp;res2=PHE
appletCodeBase=http://192.168.50.215/resources/bioinfo/geometry1/

FileManager.openFile(8502\8502.pdb) //8502\8502.pdb
FileManager opening http://192.168.50.215/resources/bioinfo/geometry1/8502\8502.pdb
The Resolver thinks Pdb
openFile(8502\8502.pdb)16 ms
ModelSet: haveSymmetry:false haveUnitcells:true haveFractionalCoord:false
1 model in this collection. Use getProperty &quot;modelInfo&quot; or getProperty &quot;auxiliaryInfo&quot; to inspect them.
ModelSet: autobonding; use  autobond=false  to not generate bonds automatically

FileManager.openFile(8502\8502.pdb) //8502\8502.pdb
FileManager opening http://192.168.50.215/resources/bioinfo/geometry1/8502\8502.pdb
The Resolver thinks Pdb
Exception in thread &quot;Thread-692&quot; java.lang.NullPointerException
	at java.applet.Applet.showStatus(Unknown Source)
	at org.jmol.applet.Jmol.showStatusAndConsole(Unknown Source)
	at org.jmol.applet.Jmol$MyStatusListener.notifyScriptTermination(Unknown Source)
	at org.jmol.viewer.StatusManager.setStatusScriptTermination(Unknown Source)
	at org.jmol.viewer.Viewer.evalStringWaitStatus(Unknown Source)
	at org.jmol.viewer.ScriptManager.runScript(Unknown Source)
	at org.jmol.viewer.ScriptManager.runNextScript(Unknown Source)
	at org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
openFile(8502\8502.pdb)15 ms
ModelSet: haveSymmetry:false haveUnitcells:true haveFractionalCoord:false
1 model in this collection. Use getProperty &quot;modelInfo&quot; or getProperty &quot;auxiliaryInfo&quot; to inspect them.
ModelSet: autobonding; use  autobond=false  to not generate bonds automatically


---------------------------------------

I also want to set the parameters such as,spin on,style-&gt;scheme-&gt;trace,color-&gt;atoms-&gt;By Scheme-&gt;Chain, bla bla.. automatically at the time of loading of the molecule.
Please help........Thanks in advance.....</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
   I have used the javascript and the code given above in my server.The molecule is loading fine and I am also getting the message &#8220;Jmol Script terminated&#8221;&#8230;But I am getting following error messages from Java Console&#8230;&#8230;&#8230;&#8230;.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Java Plug-in 1.6.0_07<br />
Using JRE version 1.6.0_07 Java HotSpot(TM) Client VM<br />
User home directory = C:\Documents and Settings\Pinak<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
c:   clear console window<br />
f:   finalize objects on finalization queue<br />
g:   garbage collect<br />
h:   display this help message<br />
l:   dump classloader list<br />
m:   print memory usage<br />
o:   trigger logging<br />
p:   reload proxy configuration<br />
q:   hide console<br />
r:   reload policy configuration<br />
s:   dump system and deployment properties<br />
t:   dump thread list<br />
v:   dump thread stack<br />
x:   clear classloader cache<br />
0-5: set trace level to<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Jmol applet [null] destroyed<br />
Jmol applet null[null] initializing<br />
language=en_US<br />
AppletRegistry.checkIn(null[null])<br />
(C) 2007 Jmol Development<br />
Jmol Version 11.4.6  2007-12-20 06:37<br />
java.vendor:Sun Microsystems Inc.<br />
java.version:1.6.0_07<br />
os.name:Windows XP<br />
memory:36.3/59.1<br />
appletId:null<br />
appletDocumentBase=http://192.168.50.215/resources/bioinfo/geometry1/geometry.php?num=8502&amp;res1=ASP&amp;res2=PHE<br />
appletCodeBase=http://192.168.50.215/resources/bioinfo/geometry1/<br />
Jmol applet [null] initializing<br />
language=en_US<br />
AppletRegistry.checkIn([null])<br />
(C) 2007 Jmol Development<br />
Jmol Version 11.4.6  2007-12-20 06:37<br />
java.vendor:Sun Microsystems Inc.<br />
java.version:1.6.0_07<br />
os.name:Windows XP<br />
memory:35.9/61.4<br />
appletId:<br />
appletDocumentBase=http://192.168.50.215/resources/bioinfo/geometry1/geometry.php?num=8502&amp;res1=ASP&amp;res2=PHE<br />
appletCodeBase=http://192.168.50.215/resources/bioinfo/geometry1/</p>
<p>FileManager.openFile(8502\8502.pdb) //8502\8502.pdb<br />
FileManager opening <a href="http://192.168.50.215/resources/bioinfo/geometry1/8502" rel="nofollow">http://192.168.50.215/resources/bioinfo/geometry1/8502</a>\8502.pdb<br />
The Resolver thinks Pdb<br />
openFile(8502\8502.pdb)16 ms<br />
ModelSet: haveSymmetry:false haveUnitcells:true haveFractionalCoord:false<br />
1 model in this collection. Use getProperty &#8220;modelInfo&#8221; or getProperty &#8220;auxiliaryInfo&#8221; to inspect them.<br />
ModelSet: autobonding; use  autobond=false  to not generate bonds automatically</p>
<p>FileManager.openFile(8502\8502.pdb) //8502\8502.pdb<br />
FileManager opening <a href="http://192.168.50.215/resources/bioinfo/geometry1/8502" rel="nofollow">http://192.168.50.215/resources/bioinfo/geometry1/8502</a>\8502.pdb<br />
The Resolver thinks Pdb<br />
Exception in thread &#8220;Thread-692&#8243; java.lang.NullPointerException<br />
	at java.applet.Applet.showStatus(Unknown Source)<br />
	at org.jmol.applet.Jmol.showStatusAndConsole(Unknown Source)<br />
	at org.jmol.applet.Jmol$MyStatusListener.notifyScriptTermination(Unknown Source)<br />
	at org.jmol.viewer.StatusManager.setStatusScriptTermination(Unknown Source)<br />
	at org.jmol.viewer.Viewer.evalStringWaitStatus(Unknown Source)<br />
	at org.jmol.viewer.ScriptManager.runScript(Unknown Source)<br />
	at org.jmol.viewer.ScriptManager.runNextScript(Unknown Source)<br />
	at org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(Unknown Source)<br />
	at java.lang.Thread.run(Unknown Source)<br />
openFile(8502\8502.pdb)15 ms<br />
ModelSet: haveSymmetry:false haveUnitcells:true haveFractionalCoord:false<br />
1 model in this collection. Use getProperty &#8220;modelInfo&#8221; or getProperty &#8220;auxiliaryInfo&#8221; to inspect them.<br />
ModelSet: autobonding; use  autobond=false  to not generate bonds automatically</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I also want to set the parameters such as,spin on,style-&gt;scheme-&gt;trace,color-&gt;atoms-&gt;By Scheme-&gt;Chain, bla bla.. automatically at the time of loading of the molecule.<br />
Please help&#8230;&#8230;..Thanks in advance&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BH</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-11788</link>
		<dc:creator>BH</dc:creator>
		<pubDate>Fri, 30 Nov 2007 08:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-11788</guid>
		<description>it works ... and well. I tried it here http://theobromine.uchini.be/?p=78

More explanations (in english) here http://www.milomuses.com/chemicalmusings/?page_id=343  . No need to add code in the theme&#039;s header.</description>
		<content:encoded><![CDATA[<p>it works &#8230; and well. I tried it here <a href="http://theobromine.uchini.be/?p=78" rel="nofollow">http://theobromine.uchini.be/?p=78</a></p>
<p>More explanations (in english) here <a href="http://www.milomuses.com/chemicalmusings/?page_id=343" rel="nofollow">http://www.milomuses.com/chemicalmusings/?page_id=343</a>  . No need to add code in the theme&#8217;s header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chemdev</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-9839</link>
		<dc:creator>Chemdev</dc:creator>
		<pubDate>Thu, 06 Sep 2007 13:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-9839</guid>
		<description>Hi there, 
I just don&#039;t get it running.

&quot;...add simple javascript function to your themeâ€™s header:...&quot;

Does this mean adding the Code snippet to the -section of my header.php?

Thx</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I just don&#8217;t get it running.</p>
<p>&#8220;&#8230;add simple javascript function to your themeâ€™s header:&#8230;&#8221;</p>
<p>Does this mean adding the Code snippet to the -section of my header.php?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChemDev &#187; Blog Archiv &#187; Einbetten von Jmol in WordPress-Blogs</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-9778</link>
		<dc:creator>ChemDev &#187; Blog Archiv &#187; Einbetten von Jmol in WordPress-Blogs</dc:creator>
		<pubDate>Tue, 04 Sep 2007 11:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-9778</guid>
		<description>[...] existiert ein weiteres Tutorial auf The OpenScience Project. Dieses beschreibt zwar einen Weg, der es ermÃ¶glichen soll, ein Jmol-Applet direkt in ein [...]</description>
		<content:encoded><![CDATA[<p>[...] existiert ein weiteres Tutorial auf The OpenScience Project. Dieses beschreibt zwar einen Weg, der es ermÃ¶glichen soll, ein Jmol-Applet direkt in ein [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plonewars.com - &#187; Embedding Jmol applet in Wordpress posts</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-8785</link>
		<dc:creator>plonewars.com - &#187; Embedding Jmol applet in Wordpress posts</dc:creator>
		<pubDate>Mon, 25 Jun 2007 20:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-8785</guid>
		<description>[...] Embedding Jmol applet in Wordpress posts [...]</description>
		<content:encoded><![CDATA[<p>[...] Embedding Jmol applet in WordPress posts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mela</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-5766</link>
		<dc:creator>mela</dc:creator>
		<pubDate>Wed, 21 Mar 2007 15:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-5766</guid>
		<description>How would you set it up so that it starts to spin on the x axis as soon as you load the .mol file?</description>
		<content:encoded><![CDATA[<p>How would you set it up so that it starts to spin on the x axis as soon as you load the .mol file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weblog Tools Collection &#187; Blog Archive &#187; WordPress Plugin Releases for 1/18</title>
		<link>http://www.openscience.org/blog/?p=208&#038;cpage=1#comment-2640</link>
		<dc:creator>Weblog Tools Collection &#187; Blog Archive &#187; WordPress Plugin Releases for 1/18</dc:creator>
		<pubDate>Thu, 18 Jan 2007 16:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscience.org/blog/?p=208#comment-2640</guid>
		<description>[...] Embed Jmol Applet into Wordpress using this hack from OpenScience, embed Jmol Applets into your Wordpress blog posts. I love the caffeine molecule in the example.   (No Ratings Yet) &#160;Loading ... [...]</description>
		<content:encoded><![CDATA[<p>[...] Embed Jmol Applet into WordPress using this hack from OpenScience, embed Jmol Applets into your WordPress blog posts. I love the caffeine molecule in the example.   (No Ratings Yet) &nbsp;Loading &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
