<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3"
    xmlns="http://purl.org/atom/ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xml:lang="en">

    <title>ennovy.org</title>
    <link rel="alternate" type="text/html" href="http://www.ennovy.org/" />
    <tagline>ennovy's site</tagline>
    <modified>2008-01-08T04:17:10-05:00</modified>
    <generator url="http://www.pmachine.com/" version="1.6.4">ExpressionEngine</generator>
    <copyright>Copyright (c) 2007, Yvonne</copyright>


    <entry>
      <title>How silly of me</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/how-silly-of-me/" /> 
      <id>tag:ennovy.org,2007:/1.3679</id>
      <issued>2007-12-18T00:44:01-05:00</issued>
      <modified>2007-12-18T00:57:46-05:00</modified>
      <summary></summary>
      <created>2007-12-18T00:44:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject></dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I used to get a lot of comment spam on this weblog. 99.9% of them were caught and so they never showed up in the comments, but I still had to delete the comments in the control panel. In the last couple of months the comment spam has died down to nothing. I was congratulating myself for solving this comment spam problem (although it&#8217;s really EE&#8217;s security features and Loweblog&#8217;s <a href="http://expressionengine.com/forums/viewthread/35740/">Akismet module</a> that should get all the credit) when I realized that in the last couple of months I had turned on the option to close comments after 30 days. <img src="http://www.ennovy.org/images/smileys/sick.gif" width="11" height="11" alt="ouch" style="border:0;" /> So obviously I wouldn&#8217;t get any comment spam if no one can post comments! And I rarely make public posts these days.</p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>Replacing 8kb of javascript for 36kb</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/replacing-8kb-of-javascript-for-36kb/" /> 
      <id>tag:ennovy.org,2007:/1.3678</id>
      <issued>2007-12-18T00:14:00-05:00</issued>
      <modified>2007-12-18T00:43:09-05:00</modified>
      <summary></summary>
      <created>2007-12-18T00:14:00-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Programming</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>A long time ago I came up with a solution to <a href="http://expressionengine.com/wiki/Inline_Editing/">use inline editing</a> with EE using some ajax magic. The problem with that solution though was that the page would refresh once you submit something to edit. I figured that there must be a more elegant solution, one that updated  the edited information without a page refresh. </p>

	<p>I decided to revisit this problem and rewrite the code using the <a href="http://jquery.com/">jQuery</a> javascript library and the jQuery <a href="http://www.malsup.com/jquery/form/">form plugin</a>. However, there is a lot more javascript involved. The jQuery file itself is 26kb (the packed version), the jQuery form plugin file is 6kb, and the custom code is 4kb, so the total amount of javascript I have to include on every page is 36kb. The original solution used only 8kb of javascript (although it did require me to edit the <span class="caps">HTML</span> to add the javascript call, whereas with jQuery I don&#8217;t have to). </p>

	<p>Oh well. At least I got to learn how to use the jQuery library. And, since I am the only person who&#8217;s authorized to do any editing, I made it so the javascript files are only loaded when I&#8217;m logged in, so it doesn&#8217;t make any difference whatsoever to you the reader.</p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>Gmail finally offers IMAP!</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/gmail-finally-offers-imap/" /> 
      <id>tag:ennovy.org,2007:/1.3646</id>
      <issued>2007-10-24T04:31:00-05:00</issued>
      <modified>2007-10-24T04:57:20-05:00</modified>
      <summary></summary>
      <created>2007-10-24T04:31:00-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Fun Finds</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I read <a href="http://slashdot.org/article.pl?sid=07/10/24/0249257&amp;from=rss">on Slashdot</a> that Gmail is finally <a href="http://mail.google.com/support/bin/answer.py?ctx=gmail&amp;hl=en&amp;answer=75725">offering <span class="caps">IMAP</span> support</a> for their email accounts. According to the comments in the ./ post they&#8217;re only rolling it out to a few accounts for now. I eagerly checked my gmail account and to my surprise I found they&#8217;d enabled <span class="caps">IMAP</span> on my account! (In the past I&#8217;ve always been the last to get the new Gmail features.)</p>

	<p>I prefer using <span class="caps">IMAP</span> over POP3 (which Gmail has had available for a while now) because with POP3 I somehow always manage to lose email when I&#8217;m downloading it to a desktop mail client. Ever since I started using Gmail, I&#8217;ve stuck to checking my email using the web-based interface. Now I get to use both the web-based interface and a desktop client, woohoo!</p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>The new My Yahoo Beta</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/the-new-my-yahoo-beta/" /> 
      <id>tag:ennovy.org,2007:/1.3598</id>
      <issued>2007-08-31T23:24:01-05:00</issued>
      <modified>2007-08-31T23:36:57-05:00</modified>
      <summary></summary>
      <created>2007-08-31T23:24:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject></dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>A few weeks ago, I switched to the <a href="http://www.readwriteweb.com/archives/my_yahoo_web20_makeover.php">beta version</a> of the new <a href="http://my.yahoo.com">My Yahoo</a>, a personalized portal page. They&#8217;ve added a couple of new features, including more <a href="http://cm.my.yahoo.com/us/static/whatsnew.html">customization options</a> and more content. I&#8217;m using it as my home page, same as I&#8217;ve done for years now, but there are a couple of things that bug me.</p>

	<p>In the old version, there was something called the &#8220;Message Center&#8221;, which I had on the top left corner of the page. It told me whether I had any new mail in my Yahoo account, and it was really quite handy. If I did have mail, then I could sign into the Yahoo mail.</p>

	<p><a href="http://pics.livejournal.com/absolut/pic/0064ypzk/g29"><img src="http://pics.livejournal.com/absolut/pic/0064ypzk" title="My Yahoo Message Center" alt="My Yahoo Message Center" /></a></p>

	<p>In the new version, it&#8217;s been replaced with something called the &#8220;Personal Assistant&#8221;. Except it&#8217;s not a replacement. This new Personal Assistant tells me if I have new mail only if I&#8217;m logged in. If I&#8217;m not, then it tells me to sign in. Which makes it useless! <img src="http://www.ennovy.org/images/smileys/dead.gif" width="11" height="11" alt="err" style="border:0;" /> </p>

	<p><a href="http://pics.livejournal.com/absolut/pic/006509gx/g29"><img src="http://pics.livejournal.com/absolut/pic/006509gx" title="My Yahoo Personal Assistant" alt="My Yahoo Personal Assistant" /></a></p>

	<p>Then there&#8217;s the fact that this Personal Assistant seems to be stuck on the right side of the page. I can&#8217;t move it around like I can with all of the other items on the page.</p>

	<p>Lastly it sticks an advertisement into the middle of my links:</p>

	<p><a href="http://pics.livejournal.com/absolut/pic/0064zzs2/g29"><img src="http://pics.livejournal.com/absolut/pic/0064zzs2" title="My Yahoo Bookmarks" alt="My Yahoo Bookmarks" /></a></p>

	<p>Note: I wrote this post because I wanted to test out the screen-capture abilities of <a href="http://plasq.com/skitch">Skitch</a>. And I felt like whining. <img src="http://www.ennovy.org/images/smileys/smile.gif" width="11" height="11" alt="smile" style="border:0;" /></p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>Some Potter related links</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/some-potter-related-links/" /> 
      <id>tag:ennovy.org,2007:/1.3584</id>
      <issued>2007-07-31T02:54:01-05:00</issued>
      <modified>2007-07-31T03:19:51-05:00</modified>
      <summary></summary>
      <created>2007-07-31T02:54:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Random</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Note: all links below contain spoilers for the 7th Harry Potter book. Please proceed carefully.</p>

	<ul>
		<li><a href="http://diogenes-sinope.blogspot.com/2007/07/potterdammerung-mega-spoilers.html">Potterdammerung</a> is a short version and a parody of the book &#8211; it&#8217;s hilarious!</li>
		<li><a href="http://gizmodo.com/gadgets/harry-rotter/non+magic-t+shirt-reveals-harry-potters-ending-to-enrage-fans-283349.php">Non-magic T-shirt</a> &#8211; an even shorter summary that fits onto a T-shirt. Would people really wear that?</li>
		<li>J.K. Rowling reveals what <a href="http://www.msnbc.msn.com/id/19959323/">happens after the end of the book</a>. It says she might write an encyclopedia on all the stuff that didn&#8217;t make into the books &#8211; I&#8217;d love to read that.</li>
		<li>Dan Radcliffe talks about <a href="http://www.ew.com/ew/article/0,,20044270_20044274_20048635,00.html">what he thinks of the book</a>.</li>
	</ul>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>Weighted Categories Plugin 1.4</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/weighted-categories-plugin-14/" /> 
      <id>tag:ennovy.org,2007:/1.3580</id>
      <issued>2007-07-25T03:35:00-05:00</issued>
      <modified>2007-07-25T03:44:26-05:00</modified>
      <summary></summary>
      <created>2007-07-25T03:35:00-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>CMS, ExpressionEngine, Downloads</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>A new version of my l&#8217;il old <a href="http://www.ennovy.org/weblog/comments/weighted_categories_plugin/">Weighted Categories Plugin</a> is out. I went up two version points because I never released the last update I made. Oops.</p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>And now, I know</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/and-now-i-know/" /> 
      <id>tag:ennovy.org,2007:/1.3579</id>
      <issued>2007-07-25T03:29:01-05:00</issued>
      <modified>2007-07-25T03:33:23-05:00</modified>
      <summary></summary>
      <created>2007-07-25T03:29:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Random</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I finished the book. I finished the series! I loved it. What a great ending! </p>

	<p>Now I&#8217;m going to read it again.</p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>It&#8217;s Here!</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/its-here/" /> 
      <id>tag:ennovy.org,2007:/1.3578</id>
      <issued>2007-07-23T22:59:01-05:00</issued>
      <modified>2007-07-23T23:04:00-05:00</modified>
      <summary></summary>
      <created>2007-07-23T22:59:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Random</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>The book has arrived! In a nifty box, too:</p>

	<p><a href="http://pics.livejournal.com/absolut/pic/0064xfa8"><img src="http://pics.livejournal.com/absolut/pic/0064xfa8/t9678z" title="Attention Muggles" alt="Attention Muggles" /></a></p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>Still don&#8217;t know how Harry Potter ends</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/still-dont-know-how-harry-potter-ends/" /> 
      <id>tag:ennovy.org,2007:/1.3574</id>
      <issued>2007-07-22T03:39:01-05:00</issued>
      <modified>2007-07-22T03:53:29-05:00</modified>
      <summary></summary>
      <created>2007-07-22T03:39:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Random</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I think I might be the only Harry Potter fan who hasn&#8217;t gotten the last Harry Potter book yet. Well, I don&#8217;t know if I am, because I am staying away from a lot of sites so I don&#8217;t get spoiled.</p>

	<p>For the last book, Harry Potter and the Half Blood Prince, I pre-ordered online from Indigo.ca and chose the normal shipping instead of express shipping. However, they sent the book to me on the first day anyways. This time, I pre-ordered again, but from Amazon.ca, and got normal shipping. I assumed it would arrive today, but I forgot I ordered from a different vendor last time.  <img src="http://www.ennovy.org/images/smileys/sick.gif" width="11" height="11" alt="ouch" style="border:0;" /> Oh well. It has been shipped out, it just hasn&#8217;t arrived yet.</p>

	<p>Tomorrow I want to go watch Harry Potter and the Order of the Phoenix in the movie theatre. I really, really hope I won&#8217;t hear someone yelling out a spoiler or anything like that.</p>    	<p>Keywords: </p>]]></content>
    </entry>

    <entry>
      <title>I wanna know what&#8217;s going on right now</title>
      <link rel="alternate" type="text/html" href="http://www.ennovy.org/weblog/comments/i-wanna-know-whats-going-on-right-now/" /> 
      <id>tag:ennovy.org,2007:/1.3572</id>
      <issued>2007-07-19T03:31:01-05:00</issued>
      <modified>2007-07-19T03:37:51-05:00</modified>
      <summary></summary>
      <created>2007-07-19T03:31:01-05:00</created>
		<author>
		  <name>Yvonne</name>
		  <email>yvonne@ennovy.org</email>
		  <url>http://www.ennovy.org</url>		</author>
      <dc:subject>Random</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Right now the <a href="http://ellislab.com">EllisLab</a> site is down for updates. Is it routine updates or some new secret project? I&#8217;m hoping it&#8217;s some new project!</p>    	<p>Keywords: </p>]]></content>
    </entry>


</feed>