<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abyss Knight &#187; AJAX</title>
	<atom:link href="http://www.abyssknight.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abyssknight.com</link>
	<description>version 9</description>
	<lastBuildDate>Thu, 31 Mar 2011 02:31:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MyBlogLog WordPress 2.0 Plugin</title>
		<link>http://www.abyssknight.com/2006/03/15/mybloglog-wordpress-20-plugin/</link>
		<comments>http://www.abyssknight.com/2006/03/15/mybloglog-wordpress-20-plugin/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 18:34:42 +0000</pubDate>
		<dc:creator>Abyss</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.abyssknight.com/2006/03/15/mybloglog-wordpress-20-plugin/</guid>
		<description><![CDATA[Updated &#8211; February 20th, 2008 There is no readme file for my plugin, and for that I apologize. If you need further instructions, just drop me an email and I’ll do my best to lend a hand. Though, this plugin is quite out of date and I would heartily recommend using the sidebar widgets HTML [...]]]></description>
			<content:encoded><![CDATA[<p><em>Updated &#8211; February 20th, 2008</em></p>
<p><em>There is no readme file for my plugin, and for that I apologize. If you need further instructions, just drop me an email and I’ll do my best to lend a hand. Though, this plugin is quite out of date and I would heartily recommend using the sidebar widgets HTML plugin instead, as it does much of the same thing and is included with the new WordPress distribution.</em></p>
<p>A few months ago the company I work for (<a href="http://www.cloudspace.com">cloudspace</a>) built an awesome link tracking system called <a href="http://www.mybloglog.com">MyBlogLog</a>. Ever since, I&#8217;ve been trying to use it with WordPress. After upgrading to WordPress 2.0, I decided it was time to integrate MyBlogLog into WordPress without opening the template code. I spent about an hour or two learning the WordPress plugin API and came up with the MyBlogLog WordPress plugin. At the moment, it only integrates the actual link tracking code and the Top 5 Links script. The plugin allows you to enable or disable the Top 5 Links script and set its colors. The plugin hooks the main tracking script in just before the content of the site and the Top 5 Links code is inserted just after the Meta section of your template. As far as I know, there are no template specific issues thus far and everything should be working. I wrote this plugin for myself, but I figured others might find it useful as well so I am going ahead and releasing the plugin here.</p>
<p><span id="more-42"></span></p>
<h4>Installation instructions from the WordPress Codex:</h4>
<blockquote>
<h5>Plugin Installation</h5>
<p>To install a plugin, the following are the general directions to<br />
follow. Be sure and follow the specific instructions provided by the<br />
Plugin author. Remember: BACKUP &#8211; just in case.</p>
<ol>
<li><strike> Read through the &#8220;readme&#8221; file thoroughly that usually<br />
accompanies a plugin, or the website article from where you found the<br />
plugin. It is often helpful to print out the instructions so you can<br />
check off the installation steps as you complete them.</strike></li>
<li> Upload the plugin to the <tt>wp-content/plugins</tt> folder in your WordPress directory online.</li>
<li> Make any changes to templates or files as required by the Plugin instructions including adding Plugin template tags.</li>
<li> Activate the Plugin:
<ol>
<li>Access the Plugin Panel in your Admin Panel</li>
<li>Scroll down through the list of Plugins to find the newly<br />
installed Plugin (if not visible, start from the beginning to check to<br />
see if you followed the instructions properly and uploaded the file<br />
correctly).</li>
<li>Click on the <strong>Activate</strong> link to turn the Plugin <strong>on</strong>.</li>
</ol>
</li>
<li>Continue making any modifications necessary from the &#8220;readme&#8221;<br />
file instructions to make the plugin&#8217;s actions meet your needs.</li>
</ol>
</blockquote>
<p><strong><em>Also, remember to set up all the preferences under Plugins -&gt; MyBlogLog Configuration. Until you enter a valid MBLID, the script will not put the script code into your website.</em></strong></p>
<h4>Things that are still on the to do list:</h4>
<ul>
<li>Add color selector code for the Top 5 Links (Remembering 6 digit hexadecimal RGB colors is really a pain&#8230;)</li>
<li>Add more options for places to display the Top 5 Links for templates that do not use the meta section</li>
<li>Add the option to display your MyBlogLog affiliate banner and link.</li>
</ul>
<p><strong>If you find any issues or have any ideas for the plugin, feel free to contact me or leave a comment.</strong></p>
<h4>Version History</h4>
<p>0.4 &#8211; Initial Release<br />
0.4.1 &#8211; Fixed an HTML error that caused all the text in the plugin configuration screen to be excessively large.<br />
0.4.2 &#8211; Fixed a problem involving the MBL track JavaScript being inserted many times. Temporary fix using wp_head() hook to add the track code to the header.<br />
0.5.1 &#8211; Dug up the unreleased code. This version adds the new (old) track servers and a few convenience features including easy color selection and</p>
<h4>Download</h4>
<p><a href="http://www.abyssknight.com/v9engine/wp-content/uploads/2006/03/mbl_plugin_v0.4.2.zip" id="p45">MyBlogLog Plugin for WordPress v0.4.2 (Legacy)<br />
</a></p>
<p><a href="http://www.abyssknight.com/v9engine/wp-content/uploads/2008/02/mbl_plugin_v051php.zip" title="MyBlogLog Plugin v0.5.1">MyBlogLog Plugin for WordPress v0.5.1 (February 20th, 2008)<br />
</a></p>
<p><a href="http://digg.com/technology/New_MyBlogLog_Plugin_for_WordPress_2.0">Digg It!</a> (Thanks Michael!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abyssknight.com/2006/03/15/mybloglog-wordpress-20-plugin/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Things I wish Web 2.0 did, but it doesn&#8217;t&#8230;</title>
		<link>http://www.abyssknight.com/2006/02/13/things-i-wish-web-20-did-but-it-doesnt/</link>
		<comments>http://www.abyssknight.com/2006/02/13/things-i-wish-web-20-did-but-it-doesnt/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 01:57:59 +0000</pubDate>
		<dc:creator>Abyss</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.abyssknight.com/2006/02/13/things-i-wish-web-20-did-but-it-doesnt/</guid>
		<description><![CDATA[For some reason every Web 2.0 application I have ever used, and pretty much every web application period (that I&#8217;ve used) fails me on this one stickler that I have. Let me update my data in bulk. Spending hours tagging photos, bookmarks, and the like is not what I think of as convienient, &#8216;cool&#8217;, or [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason every Web 2.0 application I have ever used, and pretty much every web application period (that I&#8217;ve used) fails me on this one stickler that I have. Let me update <em>my</em> data in <strong>bulk</strong>. Spending hours tagging photos, bookmarks, and the like is not what I think of as convienient, &#8216;cool&#8217;, or fun. If I wanted to do that, I&#8217;d use paper and scribble every URL on a post-it note and throw it in a hat for tag-soup. Really, why add AJAX if I can&#8217;t add the same tag to many different items at once without going to another page? Why have a really nice fading modal box for deletion if it still refreshes the page (ma.gnolia)? </p>
<p>A lot of these applications are very sweet, money making ideas but frankly, until I can do <em>everything</em> with ease&#8230; I won&#8217;t use the application nearly as much. When I can right click a link in the browser, tag it, and send it on its way I will be a little happier. When I can tag a ton of items at once, and add/edit/delete them on the fly, I will be willing to pay for the service. Unless of course it costs more than a candybar a week, cause then I just can&#8217;t justify it&#8230; I&#8217;ll build it myself. </p>
<p> <img src='http://www.abyssknight.com/v9engine/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Just kidding, sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abyssknight.com/2006/02/13/things-i-wish-web-20-did-but-it-doesnt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: www.abyssknight.com @ 2012-02-09 08:53:57 -->
