<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>http://www.cocomment.com/blog/212733</id>
    <title>coComments related to All the Billion Other Moments</title>
    <link rel="self" href="http://www.cocomment.com/blog/212733"/>
    <rights>Copyright 2007 coComment.com</rights>
    <updated>2009-11-26T04:36:29.445+01:00</updated>
    <icon>http://www.cocomment.com/images/logo4rss.gif</icon>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051735</id>
        <title>I just installed this in WordP</title>
        <author>
            <name>Kenneth Rapp</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051735"/>
        <content>I just installed this in WordPress 2.8.6 using the Thematic theme, and activated it, but it doesn’t appear to be doing anything, Wordpress is still using its own local jquery libraries.</content>
        <published>2009-11-20T05:53:35.984+01:00</published>
        <updated>2009-11-20T05:53:35.984+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051732</id>
        <title>I have been using FireBug to t</title>
        <author>
            <name>gekido</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051732"/>
        <content>I have been using FireBug to trouble shoot this (and a few other issues) and the javascript files are most definitely not being loaded from the google api’s site.With that said, I do have a billion other wordpress plugins installed, but not the one that you mention (delink).  Will keep looking into it, but don’t really know where to start as far as troubleshooting where things are going wrong.</content>
        <published>2009-11-18T05:54:58.998+01:00</published>
        <updated>2009-11-18T05:54:58.998+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051730</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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051730"/>
        <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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051727</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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051727"/>
        <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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051722</id>
        <title>Hi, this is a great plugin! Th</title>
        <author>
            <name>Jenny</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=139051722"/>
        <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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=138948218</id>
        <title>Maybe this is happening becaus</title>
        <author>
            <name>Milan</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=138948218"/>
        <content>Maybe this is happening because there is some plugin that is in conflict with this one. For example, I found that when plugin Delink Comment Author is activated, scripts are loaded from blog’s server, not from Google’s.BTW, you can check from where your scripts are loaded by viewing source code of page (press CTRL + U or go to View → Page Source). If there is domain googleapis.com, it means that Google’s server is used.</content>
        <published>2009-11-16T05:56:22.012+01:00</published>
        <updated>2009-11-16T05:56:22.012+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=138948215</id>
        <title>Have you done anything about t</title>
        <author>
            <name>Milan</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2243520&amp;comment_id=138948215"/>
        <content>Have you done anything about this?</content>
        <published>2009-10-18T01:39:21.061+02:00</published>
        <updated>2009-10-18T01:39:21.061+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2526020&amp;comment_id=137190750</id>
        <title>thanks to Jason Penney’s wonde</title>
        <author>
            <name>Heart of the Hunter &amp;raquo; Blog Archive &amp;raquo; &amp;</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2526020&amp;comment_id=137190750"/>
        <content>thanks to Jason Penney’s wonderful plugin, ProgPress for providing the</content>
        <published>2009-06-18T19:49:39.121+02:00</published>
        <updated>2009-06-18T19:49:39.121+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2526020&amp;comment_id=124058069</id>
        <title>Love your plugin, Jason! I tri</title>
        <author>
            <name>Debbie Ohi</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2526020&amp;comment_id=124058069"/>
        <content>Love your plugin, Jason! I tried making a Paypal donation via your Wordpress plugin page, but got an error message. :-(</content>
        <published>2009-06-18T19:49:59.121+02:00</published>
        <updated>2009-06-18T19:49:59.121+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2519575&amp;comment_id=124013595</id>
        <title>Jason, thanks so much for the </title>
        <author>
            <name>J.C. Hutchins</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=2519575&amp;comment_id=124013595"/>
        <content>Jason, thanks so much for the support, and the shout-out! I truly appreciate it. You’ve been a longtime fan, and I’m grateful for all you’ve done for me. Thank you!</content>
        <published>2009-06-10T13:10:52.080+02:00</published>
        <updated>2009-06-10T13:10:52.080+02:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&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?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=1807063&amp;comment_id=123644467</id>
        <title>&lt;a href="#comment-29102"&gt;@Jaso</title>
        <author>
            <name>Teel McClanahan III</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=1807063&amp;comment_id=123644467"/>
        <content>&lt;a href="#comment-29102"&gt;@Jason Penney&lt;/a&gt; – I certainly can’t disagree that I’m coming at this from a different perspective.  To a certain extent, this is intentional, but in other ways it’s just because I’m relatively new to the podcast audiobooks scene.  In the realm of GMTA, I had decided more than a year before I discovered Podiobooks.com that I wanted to record audio versions of all my books (past and future) and offer them both on CDs and as podcasts – it’s something that makes a lot of sense, I think.  I actually discovered that other people were already doing it while researching what I would need to know to do it myself – and then I had to adjust my plans and thinking a bit.Which takes us off the topic of the Amazon Rush. Which, in the original context has meant -I think- the particular tactics (a lot of twitter, in part) with the particular audience (there is a lot of overlap in the audiences of the podcast-to-print authors whose pushes were this summer) to push sales on a particular site (amazon) … but this isn’t a new idea and it isn’t one that’s going anywhere and it isn’t the end-all, be-all of a book’s sales.  Outside of this narrow context, it’s just the idea of getting people excited about and aware of a book’s release date.  It works for huge authors like J.K. Rowling, Stephanie Meyer, and Stephen King, and it also makes an impact all the way down the line to *us little guys* — if we do it right.  Yes, it is about scarcity – before release the p-book is not available – and that’s a big part of why the release-date-push works.  There’s something -an unreleased book- that people can’t have, and as we all know, people want what they can’t have, just because they can’t, so when release date comes they have this pre-created desire for a previously unattainable thing that now, on this day, is available, and they order it! (And yes, apparently a lot of these people, having already “read” the story as a podcast, don’t ever crack the book – that, I think, is a problem of consumerist society, the buying things we don’t need and won’t use.)  And the being a part of something big (which they’re encouraged to brag about, ie: spread the word) and the being able to overcome a previously insurmountable obstacle (scarcity) and maybe even a little bit of wanting to support the creator (?) is what they really want from the transaction, more than a book they’ve already effectively read.  All of which seems fine by me.I think you really got to the heart of it in your post, though, that it’s about doing what you can as a reader to support the authors’ career; whether that means buying the book on release day, on some later day, or donating via Podiobooks/equivalent, and then doing what you can to spread the word and grow the audience.</content>
        <published>2009-03-10T15:01:22.143+01:00</published>
        <updated>2009-03-10T15:01:22.143+01:00</updated>
    </entry>
    <entry>
        <id>http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=1807063&amp;comment_id=123644466</id>
        <title>&lt;a href="#comment-28913"&gt;Origi</title>
        <author>
            <name>Teel McClanahan III</name>
        </author>
        <link rel="self" href="http://www.cocomment.com/sidebar?context=explore&amp;object=sites&amp;mode=detail&amp;id=212733&amp;conv=1807063&amp;comment_id=123644466"/>
        <content>&lt;a href="#comment-28913"&gt;Originally Posted By Chris Miller&lt;/a&gt;I agree, Jason…I buy the books whenever possible for the same reason. I believe we need to support these authors.  I have a hard copy of every podiobook that’s available in print right now, because I believe we need to support these folks.  I strongly recommend others do the same.I would have bought them, with or without the Rush, but I may be in the minority about that.  I’m glad that the Rush has served everyone well so far.*cough* I hope you meant to say you have a hard copy of every podiobook you’ve listened to that’s in print, or every podiobook that did the Rush, or … I don’t know, but you haven’t bought &lt;b&gt;MY&lt;/b&gt; books, two of which are on Podiobooks, and all of which I hope to have on Podiobooks just as quickly as I can record them and get them out there.Marketing, along with getting into the “in crowd” and noticed by the “Twitteratti”, has not been my strong suit.  Not to mention that my books were in print before I came to Podiobooks.com, so the “release day rush” wouldn’t have been an option anyway.  But I see myself as in this for the long haul, and I know I’m at the beginning of the build-an-audience curve, so I’m trying to approach the situation from a big-picture perspective.  How an author can continue to sell books for months, years, even decades after they first hit is going to be a central question of the print-on-demand means nothing goes out of print future, and I think that was a big part of what the original post was trying to address.  I think central to the answer is working hard at it for a long time: both on continuing to put out new work and on getting the word out in any way you think will work so you can build and retain a loyal audience.Not just one book on one day (although that’s clearly something that helps in a lot of ways), but whatever you put out there for the rest of your career.</content>
        <published>2008-09-29T10:07:23.973+02:00</published>
        <updated>2008-09-29T10:07:23.973+02:00</updated>
    </entry>
</feed>
