<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>http://www.cocomment.com/comments/jczorkmid</id>
    <title>coComments related to jczorkmid</title>
    <link rel="self" href="http://www.cocomment.com/comments/jczorkmid"/>
    <rights>Copyright 2007 coComment.com</rights>
    <updated>2009-11-21T05:03:12.884+01:00</updated>
    <icon>http://www.cocomment.com/images/logo4rss.gif</icon>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885916</id>
        <title>on my site, enabling this does</title>
        <author>
            <name>mike w</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885916"/>
        <content>on my site, enabling this doesn’t seem to do anything as far as i can tell.  firebug is still telling me that all of the scripts are being loaded from the site’s domain as opposed to remotely from the google url.anyone have a trick to getting this to work?</content>
        <published>2009-11-11T01:43:39.168+01:00</published>
        <updated>2009-11-11T01:43:39.168+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289878</id>
        <title>Hello, sailor! I love what you</title>
        <author>
            <name>Rhapsody In Prose</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289878"/>
        <content>Hello, sailor! I love what you’ve done here — it’s the most straightforward and easy-to-use progress bar plugin for WP out there. I even hacked it a bit to display percents the way that I like (number %, instead of 5/100 %). It wasn’t anything difficult, but I can send you the code if you like.</content>
        <published>2009-11-02T19:57:22.517+01:00</published>
        <updated>2009-11-02T19:57:22.517+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=137780275</id>
        <title>Use Google Libraries -  Uses c</title>
        <author>
            <name>Top 20 Most Useful Wordpress Plugins</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=137780275"/>
        <content>Use Google Libraries -  Uses common javascript libraries from Google’s AJAX Libraries CDN. Saves your server and your readers some loading and time. You know, unless Google goes down</content>
        <published>2009-11-01T06:22:43.382+01:00</published>
        <updated>2009-11-01T06:22:43.382+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=135073767</id>
        <title>Tried that and it didn’t appea</title>
        <author>
            <name>Mark</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=135073767"/>
        <content>Tried that and it didn’t appear to work for me, but I did find a work around that does. I do use a considerable number of plugins, so it’s possible something in one of them is causing the problem. Are there any specific plugins you know of that interact badly with Use Google Libraries?</content>
        <published>2009-10-22T04:42:17.747+02:00</published>
        <updated>2009-10-22T04:42:17.747+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134899785</id>
        <title>That's all this plugin does.  </title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134899785"/>
        <content>That's all this plugin does.  If you call wp_enqueue_script('jquery'); in you theme or plugin then it should pull it from the Google Libraries CDN instead of from your local version once the plugin is activated.

What exactly are you trying to do that isn't working?</content>
        <published>2009-10-21T12:54:03.399+02:00</published>
        <updated>2009-10-21T12:54:03.399+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885914</id>
        <title>I’m guessing it’s one of two t</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885914"/>
        <content>I’m guessing it’s one of two things.  You may need to do that at the init hook.  So in your theme’s functions.php you could add:

function my_init() {
     if ( is_author() ) wp_enqueue_script( 'jquery-ui-core' );
}add_action('init','my_init');
It’s also possible another plugin is getting in there and insisting on the local version, or something changed in WordPress core in 2.8.3+ that I need to take into account.  Are you running any other plugins?</content>
        <published>2009-10-21T05:13:23.719+02:00</published>
        <updated>2009-10-21T05:13:23.719+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885911</id>
        <title>On WordPress 2.8.4 with Use Go</title>
        <author>
            <name>Mark</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885911"/>
        <content>On WordPress 2.8.4 with Use Google Libraries 1.0.7.1, I’ve been trying to get jquery-ui-core to load on my author pages. I’ve tried a couple variations on using wp_enqueue_script but the page source shows I keep getting the copy of jquery-ui-core installed with WordPress. The last thing I tried was putting this bit of code in my header file, above wp_head():
&amp;lt;?php if ( is_author() ) wp_enqueue_script( 'jquery-ui-core' ); ?&amp;gt;fixed your code — Jay</content>
        <published>2009-10-20T17:28:56.706+02:00</published>
        <updated>2009-10-20T17:28:56.706+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289877</id>
        <title>ProgPress is an awesome tool f</title>
        <author>
            <name>Dark Rogue Chronicles &amp;raquo; Blog Archive &amp;raquo;</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289877"/>
        <content>ProgPress is an awesome tool for us you like to see our progress in visual detail.  Nicely done Jason Penny.  So, ignore the post below with the other Progmeter in it…that will be the last</content>
        <published>2009-10-20T15:37:30.614+02:00</published>
        <updated>2009-10-20T15:37:30.614+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900122</id>
        <title>What exactly are you trying to</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900122"/>
        <content>What exactly are you trying to do that isn’t working?</content>
        <published>2009-10-20T05:44:29.693+02:00</published>
        <updated>2009-10-20T05:44:29.693+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900121</id>
        <title>Is this plugin supposed to wor</title>
        <author>
            <name>Mark</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900121"/>
        <content>Is this plugin supposed to work with &lt;a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script"  title="Function Reference/wp enqueue script « WordPress Codex"&gt;wp_enqueue_script&lt;/a&gt;? It doesn’t appear to be for me and the &lt;a href="http://wordpress.org/extend/plugins/use-google-libraries/other_notes/"  title="WordPress › Use Google Libraries « WordPress Plugins"&gt;Other notes&lt;/a&gt; in the WordPress plugin directory doesn’t mention the function.  Yet it’s my understanding that wp_enqueue_script is the preferred way to load scripts in WordPress.  Am I missing something?</content>
        <published>2009-10-18T22:29:24.514+02:00</published>
        <updated>2009-10-18T22:29:24.514+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134421285</id>
        <title>I wrote a comment here about a</title>
        <author>
            <name>Milan</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134421285"/>
        <content>I wrote a comment here about a month ago with this, maybe it is in your spam queue or something like that.Point is that I asked on wp-hackers and got one response with some code example. See it &lt;a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/73fc5d7c806d3cc9#" &gt;here&lt;/a&gt;.</content>
        <published>2009-10-17T15:14:19.335+02:00</published>
        <updated>2009-10-17T15:14:19.335+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417860</id>
        <title>I'll have to double check.  I </title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417860"/>
        <content>I'll have to double check.  I think i 'future proofed' SWFObject (so if WordPress Core started including it UGL would grab the one from Google).  I apologize about not responding.  I thought I had.  If you have some code I can use for the noconflict issue please let me know.

It seems the spam-filter issue is fixed at least.</content>
        <published>2009-10-17T15:02:05.565+02:00</published>
        <updated>2009-10-17T15:02:05.565+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417863</id>
        <title>I think that SWFObject is alre</title>
        <author>
            <name>Milan</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417863"/>
        <content>I think that SWFObject is already included, though it is not included in lists on this page or on description on wp.org.Do you plan to include suggestion I wrote here (which didn’t pass spam test) which I got from wp-hackers about inline no.conflict code? Tynan Colin Beatty sent code a month ago and I still didn’t reply to him since you didn’t reply to me :(</content>
        <published>2009-10-17T14:48:04.009+02:00</published>
        <updated>2009-10-17T14:48:04.009+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416455</id>
        <title>Thanks.  I've been planning to</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416455"/>
        <content>Thanks.  I've been planning to add the remaining libraries that are available, as well as a handful of other improvements as soon as I can find the time.   Glad you're finding it useful!</content>
        <published>2009-10-17T14:41:03.232+02:00</published>
        <updated>2009-10-17T14:41:03.232+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289876</id>
        <title>Aha!You’re theme’s style sheet</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289876"/>
        <content>Aha!You’re theme’s style sheet is being included  the ProgPress styles, meaning they override your custom styles.  Hmm…The easiest fix would probably be:
* Go to the ProgPress Options Page
* Click ‘View Default Styles’
* Copy the styles shown, paste them into your theme’s style sheet &lt;b&gt;before&lt;/b&gt; your customizations
* uncheck ‘Use build-in styles’
* click ‘Save Changes’</content>
        <published>2009-10-07T10:17:38.711+02:00</published>
        <updated>2009-10-07T10:17:38.711+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416458</id>
        <title>Hi,Great plugin! Have you been</title>
        <author>
            <name>Miikka</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416458"/>
        <content>Hi,Great plugin! Have you been thinking about adding the rest of the libraries (especially SWFObject), which are these days available from Google Libraries?</content>
        <published>2009-10-04T22:07:39.205+02:00</published>
        <updated>2009-10-04T22:07:39.205+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885905</id>
        <title>Hi, this is a great plugin! Th</title>
        <author>
            <name>Jenny</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885905"/>
        <content>Hi, this is a great plugin! Thanks!
But unfortunately i am to stupid to include things the right way and can’t get anything to work. I wanted to implement a tabs in my sidebar and don’t have any idea how to include the scripts now. Could you help me out here? I tried the local js-Files but i’m doing something wrong here…</content>
        <published>2009-09-26T11:05:23.187+02:00</published>
        <updated>2009-09-26T11:05:23.187+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289875</id>
        <title>Here is a link to the site:  &lt;</title>
        <author>
            <name>Luke</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289875"/>
        <content>Here is a link to the site:  &lt;a href="http://santaclarachurch.com/youth/" &gt;http://santaclarachurch.com/youth/&lt;/a&gt;
Here is a link to the style sheet:  &lt;a href="http://santaclarachurch.com/youth/wp-content/themes/church_40/style.css" &gt;http://santaclarachurch.com/youth/wp-content/themes/church_40/style.css&lt;/a&gt;I added some text from this page at the very bottom of the style sheet.Thanks again for making the plugin, and being willing to help with it!</content>
        <published>2009-09-24T04:57:46.808+02:00</published>
        <updated>2009-09-24T04:57:46.808+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130360278</id>
        <title>Hey Jason, I’m sure it took yo</title>
        <author>
            <name>JC Penney EDI</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130360278"/>
        <content>Hey Jason, I’m sure it took you a while to figure this all out. I have created several plugins in the past, and never had a problem with load time. Under what circumstances can load time before so compromised that is worth spending time figuring out exactly how to make the changes you have suggested here.</content>
        <published>2009-09-22T05:34:15.179+02:00</published>
        <updated>2009-09-22T05:34:15.179+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130324321</id>
        <title>7.Use Google Libraries，如果你的博客使</title>
        <author>
            <name>&amp;raquo; 15个WordPress必备插件推荐</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130324321"/>
        <content>7.Use Google Libraries，如果你的博客使用了JavaScript、AJAX，即直接从Google AJAX Libraries中加载，提高速度，较少主机负载，您的主机能跟Google的服务器比么？</content>
        <published>2009-09-20T16:21:35.656+02:00</published>
        <updated>2009-09-20T16:21:35.656+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129238357</id>
        <title>Google Libraries 访问插件主页</title>
        <author>
            <name>光阴之外 » 插件汇总一下&amp;8230;</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129238357"/>
        <content>Google Libraries 访问插件主页</content>
        <published>2009-09-17T18:24:35.493+02:00</published>
        <updated>2009-09-17T18:24:35.493+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129100800</id>
        <title>插件主頁：http://jasonpenney.net/wo</title>
        <author>
            <name>Use google libraries插件 &amp;laquo; learn</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129100800"/>
        <content>插件主頁：http://jasonpenney.net/wordpress-plugins/use-google-libraries/</content>
        <published>2009-09-17T09:55:53.891+02:00</published>
        <updated>2009-09-17T09:55:53.891+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130155909</id>
        <title>Adding it to your theme’s site</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130155909"/>
        <content>Adding it to your theme’s site style sheet is the way to go.  If you have a link I’d be glad to take a look.</content>
        <published>2009-09-10T23:37:54.905+02:00</published>
        <updated>2009-09-10T23:37:54.905+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130138300</id>
        <title>Hello!Where do I edit the css </title>
        <author>
            <name>Luke</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130138300"/>
        <content>Hello!Where do I edit the css for the plugin?  I want to do some custom css, but when I added the css lines above to my theme style sheet, the progress meter didn’t change at all?Thanks!Luke</content>
        <published>2009-08-30T03:37:26.811+02:00</published>
        <updated>2009-08-30T03:37:26.811+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300600</id>
        <title>@robmil I had a problem with “</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300600"/>
        <content>@robmil I had a problem with “Now Reading” and #WordPress 2.8, and posted a potential fix: &lt;a href="http://bit.ly/h4pKt" &gt;http://bit.ly/h4pKt&lt;/a&gt;</content>
        <published>2009-08-23T04:14:25.969+02:00</published>
        <updated>2009-08-23T04:14:25.969+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651382</id>
        <title>New blog post: The Death and T</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651382"/>
        <content>New blog post: The Death and Times of Halren of Durgol (Part One) &lt;a href="http://bit.ly/cYlzr" &gt;http://bit.ly/cYlzr&lt;/a&gt;</content>
        <published>2009-08-15T17:55:05.021+02:00</published>
        <updated>2009-08-15T17:55:05.021+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300599</id>
        <title>New blog post: “Now Reading” p</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300599"/>
        <content>New blog post: “Now Reading” plugin and WordPress 2.8 &lt;a href="http://bit.ly/h4pKt" &gt;http://bit.ly/h4pKt&lt;/a&gt;</content>
        <published>2009-08-15T12:50:49.666+02:00</published>
        <updated>2009-08-15T12:50:49.666+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651381</id>
        <title>you missed parts one or two be</title>
        <author>
            <name>The Death and Times of Halren of Durgol (Part Thre</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651381"/>
        <content>you missed parts one or two be sure and go back and read them</content>
        <published>2009-08-12T16:38:52.035+02:00</published>
        <updated>2009-08-12T16:38:52.035+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651379</id>
        <title>you missed part one be sure an</title>
        <author>
            <name>The Death and Times of Halren of Durgol (Part Two)</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651379"/>
        <content>you missed part one be sure and go back and read it</content>
        <published>2009-08-09T15:22:39.049+02:00</published>
        <updated>2009-08-09T15:22:39.049+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300596</id>
        <title>&lt;a href="#comment-36644"&gt;@Alyn</title>
        <author>
            <name>Ben</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300596"/>
        <content>&lt;a href="#comment-36644"&gt;@Alyna&lt;/a&gt; – Wordpress 2.8.1 made a few changes to the way menus are handled on the admin side;  the old Now Reading breaks.  It should be fixed in my updated version, however.</content>
        <published>2009-08-07T21:27:13.363+02:00</published>
        <updated>2009-08-07T21:27:13.363+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=121080972</id>
        <title>&lt;a href='#comment-36851'&gt;@Cind</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=121080972"/>
        <content>&lt;a href='#comment-36851'&gt;@Cindy (Trillian1117)&lt;/a&gt; - Thanks Cindy!  Hopefully you notice some improvements based on your feedback.</content>
        <published>2009-08-06T14:06:26.063+02:00</published>
        <updated>2009-08-06T14:06:26.063+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651374</id>
        <title>Awesome, Jay! It’s great to se</title>
        <author>
            <name>Cindy</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651374"/>
        <content>Awesome, Jay! It’s great to see Halren has made it into the sunlight!</content>
        <published>2009-08-06T14:06:06.063+02:00</published>
        <updated>2009-08-06T14:06:06.063+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=121080650</id>
        <title>&lt;a href='#comment-36865'&gt;@Kris</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=121080650"/>
        <content>&lt;a href='#comment-36865'&gt;@Kristen&lt;/a&gt; - Please try the newest version.  It &lt;b&gt;should&lt;/b&gt; clear up the issue.</content>
        <published>2009-08-06T14:04:21.570+02:00</published>
        <updated>2009-08-06T14:04:21.570+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=121079411</id>
        <title>&lt;a href='#comment-36914'&gt;@Mila</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=121079411"/>
        <content>&lt;a href='#comment-36914'&gt;@Milan&lt;/a&gt; - I think noConflict can come into play with some other libraries (non-WordPress standard, but I don't want to assume anything).  At a minimum I'll see if I can add a setting to not load it as an option.  I've thrown out some feelers on wp-hackers for &lt;a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/13cf16e12cfb1e85#"&gt;other&lt;/a&gt; &lt;a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/04f2106b73919416#"&gt;issues&lt;/a&gt;, but I must be doing something wrong because I've never gotten a response.

&lt;a href='#comment-36992'&gt;@Joep Hein&lt;/a&gt; - Something changed since 2.8 that's preventing UGL from doing anything on the admin pages.   I'll investigate.  It should still be doing the right thing on the front end.

&lt;a href='#comment-36993'&gt;@Jon&lt;/a&gt; - I've got newer SSL detection code in trunk, but I didn't catch that one!  Thanks!  I wish I knew how to get a category set up on the WordPress Plugin trac server so folks could file bugs/patches.</content>
        <published>2009-08-06T13:49:47.584+02:00</published>
        <updated>2009-08-06T13:49:47.584+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058099</id>
        <title>updated my ProgPress Plug-in. </title>
        <author>
            <name>ProgPress 5</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058099"/>
        <content>updated my ProgPress Plug-in. This version should (hopefully) solve the issue with php4 that recently came to light. It</content>
        <published>2009-08-04T01:38:35.641+02:00</published>
        <updated>2009-08-04T01:38:35.641+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289874</id>
        <title>Hi Jason,
In the server specs,</title>
        <author>
            <name>Kristen</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289874"/>
        <content>Hi Jason,
In the server specs, it says my host is running PHP 4.4.9.  It also said “You can enable PHP 5.2.5 as CGI binary using FastCGI”. I tried enabling PHP 5.2.5 and was able to activate the ProgPress plugin but unfortunately the switch caused other problems, like not even being able to login to Wordpress at all through Firefox and not being able to perform some of the other functions in Wordpress through IE 7 either. So it looks like the problem is due to the PHP version my host is running.</content>
        <published>2009-08-02T09:21:25.022+02:00</published>
        <updated>2009-08-02T09:21:25.022+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639220</id>
        <title>&lt;blockquote&gt;&lt;a href='#comment-</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639220"/>
        <content>&lt;blockquote&gt;&lt;a href='#comment-36474'&gt;Originally Posted By Gabriel&lt;/a&gt;
&lt;a href='#comment-36466'&gt;@Jason Penney&lt;/a&gt; - The code I referenced is a line in my theme's header.php file, in the normal location before wp_head() (it works as expected without your plugin).  Is there somewhere else I should try putting it? &lt;/blockquote&gt;

Sorry for the delay in response.  So you mean the call is directly in your theme, not inside any hook or anything?

Hmm...

Can you try something like this?  In your themes 'functions.php' (if you don't have one, just make one):
     
function mytheme_init() {
	$myscript = '/js/commonjs.js'
	wp_enqueue_script('commonjs', get_bloginfo('template_url').$myscript, array('jquery'));
}

add_action('init',mytheme_init);</content>
        <published>2009-08-01T13:45:59.017+02:00</published>
        <updated>2009-08-01T13:45:59.017+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=120751558</id>
        <title>&lt;a href='#comment-36104'&gt;@Lia </title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=120751558"/>
        <content>&lt;a href='#comment-36104'&gt;@Lia Keyes&lt;/a&gt; - I wish I could, but I'd have no idea where to begin.  

&lt;a href='#comment-36836'&gt;@Kristen&lt;/a&gt; - Is your hosting provider running php4?  I'm not sure I ever tested ProgPress on php4, but looking at it now I think it might not work.  I think I need to make a few other adjustments for WP 2.8.1+, so I'll see what I can do about fixing your issue at the same time.</content>
        <published>2009-08-01T13:12:49.713+02:00</published>
        <updated>2009-08-01T13:12:49.713+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639699</id>
        <title>&lt;a href='#comment-36841'&gt;@itac</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639699"/>
        <content>&lt;a href='#comment-36841'&gt;@itacelebs&lt;/a&gt; - Thanks for letting me know.  I'll look into it (hopefully) tomorrow.</content>
        <published>2009-08-01T13:09:26.810+02:00</published>
        <updated>2009-08-01T13:09:26.810+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120471620</id>
        <title>&lt;blockquote&gt;&lt;a href='#comment-</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120471620"/>
        <content>&lt;blockquote&gt;&lt;a href='#comment-36690'&gt;Originally Posted By Milan&lt;/a&gt;
Quick questions: why it needs to insert code for noConflict, I don't see that this is loaded regularly from WordPress directory nor that this code is somewhere in page's source code?&lt;/blockquote&gt;

Unfortunately there's no way for me to do what you require using the WordPress script loading API (at least that I'm aware of).  In order to ensure that using my plug-in is as close an experience to using stock WordPress I have to insert the noconflict directly after jQuery itself.  The jQuery included in WordPress (at least at the time of my starting this plug-in) was modified to add that noConflict line.

I'll try and verify if it's still needed in 2.8 or not though.  If not I'll drop it conditionally.</content>
        <published>2009-08-01T13:08:30.425+02:00</published>
        <updated>2009-08-01T13:08:30.425+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300594</id>
        <title>Hi there!
I also have a proble</title>
        <author>
            <name>Alyna</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300594"/>
        <content>Hi there!
I also have a problem with now reading. It only works to add a new book. If I click on manage books after I have added the book. It works perfectly. Otherwise, if I try to use the menu on the left, both manage books and options don’t seem to work. An error message is displayed: You do not have sufficient permissions to access this page.
I have implemented your solution and it doesn’t seem to work.
Do you have any idea what might be the problem?</content>
        <published>2009-07-31T06:03:37.060+02:00</published>
        <updated>2009-07-31T06:03:37.060+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013601</id>
        <title>New blog post: Go Read: “Perso</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013601"/>
        <content>New blog post: Go Read: “Personal Effects: Dark Art” &lt;a href="http://bit.ly/RNbxJ" &gt;http://bit.ly/RNbxJ&lt;/a&gt;</content>
        <published>2009-07-28T02:21:50.116+02:00</published>
        <updated>2009-07-28T02:21:50.116+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=120324785</id>
        <title>&lt;a href='#comment-36309'&gt;@Bria</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=120324785"/>
        <content>&lt;a href='#comment-36309'&gt;@Brian&lt;/a&gt; - It was the original Now Reading.  I was unaware of the other one.</content>
        <published>2009-07-23T14:40:00.757+02:00</published>
        <updated>2009-07-23T14:40:00.757+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300593</id>
        <title>What is the difference between</title>
        <author>
            <name>Hamming</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300593"/>
        <content>What is the difference between the new 2.8 version and the old one? I wanna upgrade, but decide to wait and see how good it is.</content>
        <published>2009-07-23T14:39:40.757+02:00</published>
        <updated>2009-07-23T14:39:40.757+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300592</id>
        <title>I have not upgraded to 2.8 yet</title>
        <author>
            <name>Brian</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300592"/>
        <content>I have not upgraded to 2.8 yet — I’ve been nervous of incompatibilities w/ plugins.Just curious on this one, however — was it the “original” Now Reading, or the updated one from “A Modest Construct”: &lt;a href="http://heliologue.com/projects/now-reading-for-wordpress-27/" &gt;http://heliologue.com/projects/now-reading-for-wordpress-27/&lt;/a&gt;</content>
        <published>2009-07-23T14:39:30.757+02:00</published>
        <updated>2009-07-23T14:39:30.757+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289873</id>
        <title>Hi Jason,
I tried to activate </title>
        <author>
            <name>Kristen</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289873"/>
        <content>Hi Jason,
I tried to activate the plugin and got an error message in Wordpress:“Plugin could not be activated because it triggered a fatal error.Parse error: syntax error, unexpected ‘{’ in wp-content/plugins/progpress/wp-progpress.php on line 114 ”I’m running Wordpress v2.8.  Is this error due to a problem with one of the settings on my server?Thanks in advance for your help!</content>
        <published>2009-07-15T01:27:49.475+02:00</published>
        <updated>2009-07-15T01:27:49.475+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058086</id>
        <title>directly, but are seeing it so</title>
        <author>
            <name>&amp;8220;Miracles&amp;8221; Type-in Update (Late-July)</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058086"/>
        <content>directly, but are seeing it some other way, I’m testing an update to my ProgPress plug-in that should make the progress meter show up at the top of this post. I know it works in Google</content>
        <published>2009-07-06T07:35:19.357+02:00</published>
        <updated>2009-07-06T07:35:19.357+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013599</id>
        <title>Oh my gosh..
i was horrified w</title>
        <author>
            <name>Jamelyn</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013599"/>
        <content>Oh my gosh..
i was horrified with the video cuts.
I still prefer to read books
than the audios.
Dark Arts seems to be exciting.</content>
        <published>2009-07-04T07:46:31.098+02:00</published>
        <updated>2009-07-04T07:46:31.098+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058082</id>
        <title>Any chance you could do one fo</title>
        <author>
            <name>Lia Keyes</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058082"/>
        <content>Any chance you could do one for blogger?  I love what you’ve done here!</content>
        <published>2009-06-27T13:42:49.239+02:00</published>
        <updated>2009-06-27T13:42:49.239+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=1464120&amp;comment_id=122844533</id>
        <title>clowns creep me out soooooo mu</title>
        <author>
            <name>August 12th 2009 at</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=1464120&amp;comment_id=122844533"/>
        <content>clowns creep me out soooooo much.</content>
        <published>2009-06-26T02:44:25.176+02:00</published>
        <updated>2009-06-26T02:44:25.176+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885916</id>
        <title>on my site, enabling this does</title>
        <author>
            <name>mike w</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885916"/>
        <content>on my site, enabling this doesn’t seem to do anything as far as i can tell.  firebug is still telling me that all of the scripts are being loaded from the site’s domain as opposed to remotely from the google url.anyone have a trick to getting this to work?</content>
        <published>2009-11-11T01:43:39.168+01:00</published>
        <updated>2009-11-11T01:43:39.168+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289878</id>
        <title>Hello, sailor! I love what you</title>
        <author>
            <name>Rhapsody In Prose</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289878"/>
        <content>Hello, sailor! I love what you’ve done here — it’s the most straightforward and easy-to-use progress bar plugin for WP out there. I even hacked it a bit to display percents the way that I like (number %, instead of 5/100 %). It wasn’t anything difficult, but I can send you the code if you like.</content>
        <published>2009-11-02T19:57:22.517+01:00</published>
        <updated>2009-11-02T19:57:22.517+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=137780275</id>
        <title>Use Google Libraries -  Uses c</title>
        <author>
            <name>Top 20 Most Useful Wordpress Plugins</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=137780275"/>
        <content>Use Google Libraries -  Uses common javascript libraries from Google’s AJAX Libraries CDN. Saves your server and your readers some loading and time. You know, unless Google goes down</content>
        <published>2009-11-01T06:22:43.382+01:00</published>
        <updated>2009-11-01T06:22:43.382+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=135073767</id>
        <title>Tried that and it didn’t appea</title>
        <author>
            <name>Mark</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=135073767"/>
        <content>Tried that and it didn’t appear to work for me, but I did find a work around that does. I do use a considerable number of plugins, so it’s possible something in one of them is causing the problem. Are there any specific plugins you know of that interact badly with Use Google Libraries?</content>
        <published>2009-10-22T04:42:17.747+02:00</published>
        <updated>2009-10-22T04:42:17.747+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134899785</id>
        <title>That's all this plugin does.  </title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134899785"/>
        <content>That's all this plugin does.  If you call wp_enqueue_script('jquery'); in you theme or plugin then it should pull it from the Google Libraries CDN instead of from your local version once the plugin is activated.

What exactly are you trying to do that isn't working?</content>
        <published>2009-10-21T12:54:03.399+02:00</published>
        <updated>2009-10-21T12:54:03.399+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885914</id>
        <title>I’m guessing it’s one of two t</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885914"/>
        <content>I’m guessing it’s one of two things.  You may need to do that at the init hook.  So in your theme’s functions.php you could add:

function my_init() {
     if ( is_author() ) wp_enqueue_script( 'jquery-ui-core' );
}add_action('init','my_init');
It’s also possible another plugin is getting in there and insisting on the local version, or something changed in WordPress core in 2.8.3+ that I need to take into account.  Are you running any other plugins?</content>
        <published>2009-10-21T05:13:23.719+02:00</published>
        <updated>2009-10-21T05:13:23.719+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885911</id>
        <title>On WordPress 2.8.4 with Use Go</title>
        <author>
            <name>Mark</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885911"/>
        <content>On WordPress 2.8.4 with Use Google Libraries 1.0.7.1, I’ve been trying to get jquery-ui-core to load on my author pages. I’ve tried a couple variations on using wp_enqueue_script but the page source shows I keep getting the copy of jquery-ui-core installed with WordPress. The last thing I tried was putting this bit of code in my header file, above wp_head():
&amp;lt;?php if ( is_author() ) wp_enqueue_script( 'jquery-ui-core' ); ?&amp;gt;fixed your code — Jay</content>
        <published>2009-10-20T17:28:56.706+02:00</published>
        <updated>2009-10-20T17:28:56.706+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289877</id>
        <title>ProgPress is an awesome tool f</title>
        <author>
            <name>Dark Rogue Chronicles &amp;raquo; Blog Archive &amp;raquo;</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289877"/>
        <content>ProgPress is an awesome tool for us you like to see our progress in visual detail.  Nicely done Jason Penny.  So, ignore the post below with the other Progmeter in it…that will be the last</content>
        <published>2009-10-20T15:37:30.614+02:00</published>
        <updated>2009-10-20T15:37:30.614+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900122</id>
        <title>What exactly are you trying to</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900122"/>
        <content>What exactly are you trying to do that isn’t working?</content>
        <published>2009-10-20T05:44:29.693+02:00</published>
        <updated>2009-10-20T05:44:29.693+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900121</id>
        <title>Is this plugin supposed to wor</title>
        <author>
            <name>Mark</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134900121"/>
        <content>Is this plugin supposed to work with &lt;a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script"  title="Function Reference/wp enqueue script « WordPress Codex"&gt;wp_enqueue_script&lt;/a&gt;? It doesn’t appear to be for me and the &lt;a href="http://wordpress.org/extend/plugins/use-google-libraries/other_notes/"  title="WordPress › Use Google Libraries « WordPress Plugins"&gt;Other notes&lt;/a&gt; in the WordPress plugin directory doesn’t mention the function.  Yet it’s my understanding that wp_enqueue_script is the preferred way to load scripts in WordPress.  Am I missing something?</content>
        <published>2009-10-18T22:29:24.514+02:00</published>
        <updated>2009-10-18T22:29:24.514+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134421285</id>
        <title>I wrote a comment here about a</title>
        <author>
            <name>Milan</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134421285"/>
        <content>I wrote a comment here about a month ago with this, maybe it is in your spam queue or something like that.Point is that I asked on wp-hackers and got one response with some code example. See it &lt;a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/73fc5d7c806d3cc9#" &gt;here&lt;/a&gt;.</content>
        <published>2009-10-17T15:14:19.335+02:00</published>
        <updated>2009-10-17T15:14:19.335+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417860</id>
        <title>I'll have to double check.  I </title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417860"/>
        <content>I'll have to double check.  I think i 'future proofed' SWFObject (so if WordPress Core started including it UGL would grab the one from Google).  I apologize about not responding.  I thought I had.  If you have some code I can use for the noconflict issue please let me know.

It seems the spam-filter issue is fixed at least.</content>
        <published>2009-10-17T15:02:05.565+02:00</published>
        <updated>2009-10-17T15:02:05.565+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417863</id>
        <title>I think that SWFObject is alre</title>
        <author>
            <name>Milan</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134417863"/>
        <content>I think that SWFObject is already included, though it is not included in lists on this page or on description on wp.org.Do you plan to include suggestion I wrote here (which didn’t pass spam test) which I got from wp-hackers about inline no.conflict code? Tynan Colin Beatty sent code a month ago and I still didn’t reply to him since you didn’t reply to me :(</content>
        <published>2009-10-17T14:48:04.009+02:00</published>
        <updated>2009-10-17T14:48:04.009+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416455</id>
        <title>Thanks.  I've been planning to</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416455"/>
        <content>Thanks.  I've been planning to add the remaining libraries that are available, as well as a handful of other improvements as soon as I can find the time.   Glad you're finding it useful!</content>
        <published>2009-10-17T14:41:03.232+02:00</published>
        <updated>2009-10-17T14:41:03.232+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289876</id>
        <title>Aha!You’re theme’s style sheet</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289876"/>
        <content>Aha!You’re theme’s style sheet is being included  the ProgPress styles, meaning they override your custom styles.  Hmm…The easiest fix would probably be:
* Go to the ProgPress Options Page
* Click ‘View Default Styles’
* Copy the styles shown, paste them into your theme’s style sheet &lt;b&gt;before&lt;/b&gt; your customizations
* uncheck ‘Use build-in styles’
* click ‘Save Changes’</content>
        <published>2009-10-07T10:17:38.711+02:00</published>
        <updated>2009-10-07T10:17:38.711+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416458</id>
        <title>Hi,Great plugin! Have you been</title>
        <author>
            <name>Miikka</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=134416458"/>
        <content>Hi,Great plugin! Have you been thinking about adding the rest of the libraries (especially SWFObject), which are these days available from Google Libraries?</content>
        <published>2009-10-04T22:07:39.205+02:00</published>
        <updated>2009-10-04T22:07:39.205+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885905</id>
        <title>Hi, this is a great plugin! Th</title>
        <author>
            <name>Jenny</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=138885905"/>
        <content>Hi, this is a great plugin! Thanks!
But unfortunately i am to stupid to include things the right way and can’t get anything to work. I wanted to implement a tabs in my sidebar and don’t have any idea how to include the scripts now. Could you help me out here? I tried the local js-Files but i’m doing something wrong here…</content>
        <published>2009-09-26T11:05:23.187+02:00</published>
        <updated>2009-09-26T11:05:23.187+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289875</id>
        <title>Here is a link to the site:  &lt;</title>
        <author>
            <name>Luke</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289875"/>
        <content>Here is a link to the site:  &lt;a href="http://santaclarachurch.com/youth/" &gt;http://santaclarachurch.com/youth/&lt;/a&gt;
Here is a link to the style sheet:  &lt;a href="http://santaclarachurch.com/youth/wp-content/themes/church_40/style.css" &gt;http://santaclarachurch.com/youth/wp-content/themes/church_40/style.css&lt;/a&gt;I added some text from this page at the very bottom of the style sheet.Thanks again for making the plugin, and being willing to help with it!</content>
        <published>2009-09-24T04:57:46.808+02:00</published>
        <updated>2009-09-24T04:57:46.808+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130360278</id>
        <title>Hey Jason, I’m sure it took yo</title>
        <author>
            <name>JC Penney EDI</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130360278"/>
        <content>Hey Jason, I’m sure it took you a while to figure this all out. I have created several plugins in the past, and never had a problem with load time. Under what circumstances can load time before so compromised that is worth spending time figuring out exactly how to make the changes you have suggested here.</content>
        <published>2009-09-22T05:34:15.179+02:00</published>
        <updated>2009-09-22T05:34:15.179+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130324321</id>
        <title>7.Use Google Libraries，如果你的博客使</title>
        <author>
            <name>&amp;raquo; 15个WordPress必备插件推荐</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=130324321"/>
        <content>7.Use Google Libraries，如果你的博客使用了JavaScript、AJAX，即直接从Google AJAX Libraries中加载，提高速度，较少主机负载，您的主机能跟Google的服务器比么？</content>
        <published>2009-09-20T16:21:35.656+02:00</published>
        <updated>2009-09-20T16:21:35.656+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129238357</id>
        <title>Google Libraries 访问插件主页</title>
        <author>
            <name>光阴之外 » 插件汇总一下&amp;8230;</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129238357"/>
        <content>Google Libraries 访问插件主页</content>
        <published>2009-09-17T18:24:35.493+02:00</published>
        <updated>2009-09-17T18:24:35.493+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129100800</id>
        <title>插件主頁：http://jasonpenney.net/wo</title>
        <author>
            <name>Use google libraries插件 &amp;laquo; learn</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=129100800"/>
        <content>插件主頁：http://jasonpenney.net/wordpress-plugins/use-google-libraries/</content>
        <published>2009-09-17T09:55:53.891+02:00</published>
        <updated>2009-09-17T09:55:53.891+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130155909</id>
        <title>Adding it to your theme’s site</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130155909"/>
        <content>Adding it to your theme’s site style sheet is the way to go.  If you have a link I’d be glad to take a look.</content>
        <published>2009-09-10T23:37:54.905+02:00</published>
        <updated>2009-09-10T23:37:54.905+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130138300</id>
        <title>Hello!Where do I edit the css </title>
        <author>
            <name>Luke</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=130138300"/>
        <content>Hello!Where do I edit the css for the plugin?  I want to do some custom css, but when I added the css lines above to my theme style sheet, the progress meter didn’t change at all?Thanks!Luke</content>
        <published>2009-08-30T03:37:26.811+02:00</published>
        <updated>2009-08-30T03:37:26.811+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300600</id>
        <title>@robmil I had a problem with “</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300600"/>
        <content>@robmil I had a problem with “Now Reading” and #WordPress 2.8, and posted a potential fix: &lt;a href="http://bit.ly/h4pKt" &gt;http://bit.ly/h4pKt&lt;/a&gt;</content>
        <published>2009-08-23T04:14:25.969+02:00</published>
        <updated>2009-08-23T04:14:25.969+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651382</id>
        <title>New blog post: The Death and T</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651382"/>
        <content>New blog post: The Death and Times of Halren of Durgol (Part One) &lt;a href="http://bit.ly/cYlzr" &gt;http://bit.ly/cYlzr&lt;/a&gt;</content>
        <published>2009-08-15T17:55:05.021+02:00</published>
        <updated>2009-08-15T17:55:05.021+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300599</id>
        <title>New blog post: “Now Reading” p</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300599"/>
        <content>New blog post: “Now Reading” plugin and WordPress 2.8 &lt;a href="http://bit.ly/h4pKt" &gt;http://bit.ly/h4pKt&lt;/a&gt;</content>
        <published>2009-08-15T12:50:49.666+02:00</published>
        <updated>2009-08-15T12:50:49.666+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651381</id>
        <title>you missed parts one or two be</title>
        <author>
            <name>The Death and Times of Halren of Durgol (Part Thre</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651381"/>
        <content>you missed parts one or two be sure and go back and read them</content>
        <published>2009-08-12T16:38:52.035+02:00</published>
        <updated>2009-08-12T16:38:52.035+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651379</id>
        <title>you missed part one be sure an</title>
        <author>
            <name>The Death and Times of Halren of Durgol (Part Two)</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651379"/>
        <content>you missed part one be sure and go back and read it</content>
        <published>2009-08-09T15:22:39.049+02:00</published>
        <updated>2009-08-09T15:22:39.049+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300596</id>
        <title>&lt;a href="#comment-36644"&gt;@Alyn</title>
        <author>
            <name>Ben</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300596"/>
        <content>&lt;a href="#comment-36644"&gt;@Alyna&lt;/a&gt; – Wordpress 2.8.1 made a few changes to the way menus are handled on the admin side;  the old Now Reading breaks.  It should be fixed in my updated version, however.</content>
        <published>2009-08-07T21:27:13.363+02:00</published>
        <updated>2009-08-07T21:27:13.363+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=121080972</id>
        <title>&lt;a href='#comment-36851'&gt;@Cind</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=121080972"/>
        <content>&lt;a href='#comment-36851'&gt;@Cindy (Trillian1117)&lt;/a&gt; - Thanks Cindy!  Hopefully you notice some improvements based on your feedback.</content>
        <published>2009-08-06T14:06:26.063+02:00</published>
        <updated>2009-08-06T14:06:26.063+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651374</id>
        <title>Awesome, Jay! It’s great to se</title>
        <author>
            <name>Cindy</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2555885&amp;comment_id=123651374"/>
        <content>Awesome, Jay! It’s great to see Halren has made it into the sunlight!</content>
        <published>2009-08-06T14:06:06.063+02:00</published>
        <updated>2009-08-06T14:06:06.063+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=121080650</id>
        <title>&lt;a href='#comment-36865'&gt;@Kris</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=121080650"/>
        <content>&lt;a href='#comment-36865'&gt;@Kristen&lt;/a&gt; - Please try the newest version.  It &lt;b&gt;should&lt;/b&gt; clear up the issue.</content>
        <published>2009-08-06T14:04:21.570+02:00</published>
        <updated>2009-08-06T14:04:21.570+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=121079411</id>
        <title>&lt;a href='#comment-36914'&gt;@Mila</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=121079411"/>
        <content>&lt;a href='#comment-36914'&gt;@Milan&lt;/a&gt; - I think noConflict can come into play with some other libraries (non-WordPress standard, but I don't want to assume anything).  At a minimum I'll see if I can add a setting to not load it as an option.  I've thrown out some feelers on wp-hackers for &lt;a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/13cf16e12cfb1e85#"&gt;other&lt;/a&gt; &lt;a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/04f2106b73919416#"&gt;issues&lt;/a&gt;, but I must be doing something wrong because I've never gotten a response.

&lt;a href='#comment-36992'&gt;@Joep Hein&lt;/a&gt; - Something changed since 2.8 that's preventing UGL from doing anything on the admin pages.   I'll investigate.  It should still be doing the right thing on the front end.

&lt;a href='#comment-36993'&gt;@Jon&lt;/a&gt; - I've got newer SSL detection code in trunk, but I didn't catch that one!  Thanks!  I wish I knew how to get a category set up on the WordPress Plugin trac server so folks could file bugs/patches.</content>
        <published>2009-08-06T13:49:47.584+02:00</published>
        <updated>2009-08-06T13:49:47.584+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058099</id>
        <title>updated my ProgPress Plug-in. </title>
        <author>
            <name>ProgPress 5</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058099"/>
        <content>updated my ProgPress Plug-in. This version should (hopefully) solve the issue with php4 that recently came to light. It</content>
        <published>2009-08-04T01:38:35.641+02:00</published>
        <updated>2009-08-04T01:38:35.641+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289874</id>
        <title>Hi Jason,
In the server specs,</title>
        <author>
            <name>Kristen</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289874"/>
        <content>Hi Jason,
In the server specs, it says my host is running PHP 4.4.9.  It also said “You can enable PHP 5.2.5 as CGI binary using FastCGI”. I tried enabling PHP 5.2.5 and was able to activate the ProgPress plugin but unfortunately the switch caused other problems, like not even being able to login to Wordpress at all through Firefox and not being able to perform some of the other functions in Wordpress through IE 7 either. So it looks like the problem is due to the PHP version my host is running.</content>
        <published>2009-08-02T09:21:25.022+02:00</published>
        <updated>2009-08-02T09:21:25.022+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639220</id>
        <title>&lt;blockquote&gt;&lt;a href='#comment-</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639220"/>
        <content>&lt;blockquote&gt;&lt;a href='#comment-36474'&gt;Originally Posted By Gabriel&lt;/a&gt;
&lt;a href='#comment-36466'&gt;@Jason Penney&lt;/a&gt; - The code I referenced is a line in my theme's header.php file, in the normal location before wp_head() (it works as expected without your plugin).  Is there somewhere else I should try putting it? &lt;/blockquote&gt;

Sorry for the delay in response.  So you mean the call is directly in your theme, not inside any hook or anything?

Hmm...

Can you try something like this?  In your themes 'functions.php' (if you don't have one, just make one):
     
function mytheme_init() {
	$myscript = '/js/commonjs.js'
	wp_enqueue_script('commonjs', get_bloginfo('template_url').$myscript, array('jquery'));
}

add_action('init',mytheme_init);</content>
        <published>2009-08-01T13:45:59.017+02:00</published>
        <updated>2009-08-01T13:45:59.017+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=120751558</id>
        <title>&lt;a href='#comment-36104'&gt;@Lia </title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=120751558"/>
        <content>&lt;a href='#comment-36104'&gt;@Lia Keyes&lt;/a&gt; - I wish I could, but I'd have no idea where to begin.  

&lt;a href='#comment-36836'&gt;@Kristen&lt;/a&gt; - Is your hosting provider running php4?  I'm not sure I ever tested ProgPress on php4, but looking at it now I think it might not work.  I think I need to make a few other adjustments for WP 2.8.1+, so I'll see what I can do about fixing your issue at the same time.</content>
        <published>2009-08-01T13:12:49.713+02:00</published>
        <updated>2009-08-01T13:12:49.713+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639699</id>
        <title>&lt;a href='#comment-36841'&gt;@itac</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120639699"/>
        <content>&lt;a href='#comment-36841'&gt;@itacelebs&lt;/a&gt; - Thanks for letting me know.  I'll look into it (hopefully) tomorrow.</content>
        <published>2009-08-01T13:09:26.810+02:00</published>
        <updated>2009-08-01T13:09:26.810+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120471620</id>
        <title>&lt;blockquote&gt;&lt;a href='#comment-</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2243520&amp;comment_id=120471620"/>
        <content>&lt;blockquote&gt;&lt;a href='#comment-36690'&gt;Originally Posted By Milan&lt;/a&gt;
Quick questions: why it needs to insert code for noConflict, I don't see that this is loaded regularly from WordPress directory nor that this code is somewhere in page's source code?&lt;/blockquote&gt;

Unfortunately there's no way for me to do what you require using the WordPress script loading API (at least that I'm aware of).  In order to ensure that using my plug-in is as close an experience to using stock WordPress I have to insert the noconflict directly after jQuery itself.  The jQuery included in WordPress (at least at the time of my starting this plug-in) was modified to add that noConflict line.

I'll try and verify if it's still needed in 2.8 or not though.  If not I'll drop it conditionally.</content>
        <published>2009-08-01T13:08:30.425+02:00</published>
        <updated>2009-08-01T13:08:30.425+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300594</id>
        <title>Hi there!
I also have a proble</title>
        <author>
            <name>Alyna</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300594"/>
        <content>Hi there!
I also have a problem with now reading. It only works to add a new book. If I click on manage books after I have added the book. It works perfectly. Otherwise, if I try to use the menu on the left, both manage books and options don’t seem to work. An error message is displayed: You do not have sufficient permissions to access this page.
I have implemented your solution and it doesn’t seem to work.
Do you have any idea what might be the problem?</content>
        <published>2009-07-31T06:03:37.060+02:00</published>
        <updated>2009-07-31T06:03:37.060+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013601</id>
        <title>New blog post: Go Read: “Perso</title>
        <author>
            <name>jczorkmid</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013601"/>
        <content>New blog post: Go Read: “Personal Effects: Dark Art” &lt;a href="http://bit.ly/RNbxJ" &gt;http://bit.ly/RNbxJ&lt;/a&gt;</content>
        <published>2009-07-28T02:21:50.116+02:00</published>
        <updated>2009-07-28T02:21:50.116+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=120324785</id>
        <title>&lt;a href='#comment-36309'&gt;@Bria</title>
        <author>
            <name>Jason Penney</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=120324785"/>
        <content>&lt;a href='#comment-36309'&gt;@Brian&lt;/a&gt; - It was the original Now Reading.  I was unaware of the other one.</content>
        <published>2009-07-23T14:40:00.757+02:00</published>
        <updated>2009-07-23T14:40:00.757+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300593</id>
        <title>What is the difference between</title>
        <author>
            <name>Hamming</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300593"/>
        <content>What is the difference between the new 2.8 version and the old one? I wanna upgrade, but decide to wait and see how good it is.</content>
        <published>2009-07-23T14:39:40.757+02:00</published>
        <updated>2009-07-23T14:39:40.757+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300592</id>
        <title>I have not upgraded to 2.8 yet</title>
        <author>
            <name>Brian</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2550168&amp;comment_id=124300592"/>
        <content>I have not upgraded to 2.8 yet — I’ve been nervous of incompatibilities w/ plugins.Just curious on this one, however — was it the “original” Now Reading, or the updated one from “A Modest Construct”: &lt;a href="http://heliologue.com/projects/now-reading-for-wordpress-27/" &gt;http://heliologue.com/projects/now-reading-for-wordpress-27/&lt;/a&gt;</content>
        <published>2009-07-23T14:39:30.757+02:00</published>
        <updated>2009-07-23T14:39:30.757+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289873</id>
        <title>Hi Jason,
I tried to activate </title>
        <author>
            <name>Kristen</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=138289873"/>
        <content>Hi Jason,
I tried to activate the plugin and got an error message in Wordpress:“Plugin could not be activated because it triggered a fatal error.Parse error: syntax error, unexpected ‘{’ in wp-content/plugins/progpress/wp-progpress.php on line 114 ”I’m running Wordpress v2.8.  Is this error due to a problem with one of the settings on my server?Thanks in advance for your help!</content>
        <published>2009-07-15T01:27:49.475+02:00</published>
        <updated>2009-07-15T01:27:49.475+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058086</id>
        <title>directly, but are seeing it so</title>
        <author>
            <name>&amp;8220;Miracles&amp;8221; Type-in Update (Late-July)</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058086"/>
        <content>directly, but are seeing it some other way, I’m testing an update to my ProgPress plug-in that should make the progress meter show up at the top of this post. I know it works in Google</content>
        <published>2009-07-06T07:35:19.357+02:00</published>
        <updated>2009-07-06T07:35:19.357+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013599</id>
        <title>Oh my gosh..
i was horrified w</title>
        <author>
            <name>Jamelyn</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2519575&amp;comment_id=124013599"/>
        <content>Oh my gosh..
i was horrified with the video cuts.
I still prefer to read books
than the audios.
Dark Arts seems to be exciting.</content>
        <published>2009-07-04T07:46:31.098+02:00</published>
        <updated>2009-07-04T07:46:31.098+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058082</id>
        <title>Any chance you could do one fo</title>
        <author>
            <name>Lia Keyes</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=2526020&amp;comment_id=124058082"/>
        <content>Any chance you could do one for blogger?  I love what you’ve done here!</content>
        <published>2009-06-27T13:42:49.239+02:00</published>
        <updated>2009-06-27T13:42:49.239+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=1464120&amp;comment_id=122844533</id>
        <title>clowns creep me out soooooo mu</title>
        <author>
            <name>August 12th 2009 at</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?object=people&amp;context=explore&amp;mode=detail&amp;id=jczorkmid&amp;conv=1464120&amp;comment_id=122844533"/>
        <content>clowns creep me out soooooo much.</content>
        <published>2009-06-26T02:44:25.176+02:00</published>
        <updated>2009-06-26T02:44:25.176+02:00</updated>
    </entry>
</feed>
