<?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>AWSOM.org = Artist Website Setup Options Markup &#187; Troubleshooting</title>
	<atom:link href="http://www.awsom.org/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.awsom.org</link>
	<description>Get your website up and running in an AWSOM fashion</description>
	<lastBuildDate>Fri, 23 Dec 2011 18:24:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AWSOM Pixgallery 4.6.0 beta 1 now available</title>
		<link>http://www.awsom.org/2010/awsom-pixgallery-4-6-0-beta-1-now-available/</link>
		<comments>http://www.awsom.org/2010/awsom-pixgallery-4-6-0-beta-1-now-available/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:52:55 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=423</guid>
		<description><![CDATA[Hey everyone,
I have a beta version of AWSOM Pixgallery version 4.6.0 ready for download for those who like to look at things early. This version only has 2 new things in it: a fix setting that allows you to turn off post scanning of images (this will help with people who report slowdown of their [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone,<br />
I have a beta version of AWSOM Pixgallery version 4.6.0 ready for download for those who like to look at things early. This version only has 2 new things in it: a fix setting that allows you to turn off post scanning of images (this will help with people who report slowdown of their index page when pixgallery is active), and also the redesigned settings page which groups things more logically.</p>
<p>I&#8217;m still working on the theme elements, but for those of you having the major slowdown issue this version will fix that while you wait for the next full release.</p>
<p>The files can be downloaded here: <a href="http://www.awsom.org/filerepository/awsom-pixgallery460beta1.zip">http://www.awsom.org/filerepository/awsom-pixgallery460beta1.zip</a>. Just replace the files on your server with these and you should be good. Load the settings page and save the options to enable the new setting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2010/awsom-pixgallery-4-6-0-beta-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS irritations in WordPress</title>
		<link>http://www.awsom.org/2009/rss-irritations-in-wordpress/</link>
		<comments>http://www.awsom.org/2009/rss-irritations-in-wordpress/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 17:41:10 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[Little Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=406</guid>
		<description><![CDATA[I&#8217;m currently working on adding comic thumbnails to the RSS output of our comic site http://www.onezumi.com, but have discovered a very irritating fact: WordPress does not allow img tags in the description field in the RSS XML. As a result most feed readers will not see the images and won&#8217;t display them. (the default Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on adding comic thumbnails to the RSS output of our comic site <a href="http://onezumi.com">http://www.onezumi.com</a>, but have discovered a very irritating fact: WordPress does not allow img tags in the description field in the RSS XML. As a result most feed readers will not see the images and won&#8217;t display them. (the default Firefox feed viewer being one of them). The img tag does get added to the content encoded element, but that&#8217;s less supported right now. So my normal technique is to write up a quick plugin to correct this&#8230;.but apparently that&#8217;s not possible. All of the hooks and actions out there do not allow for this be accomplished. So it comes down to the old fashioned &#8220;hack the core file&#8221; thing to get this fixed. I hate doing that, but in this case there&#8217;s no other way to do it. The actual file to hack (for RSS2 feeds) is located in your wp-includes folder and is called feed-rss2.php. There are two lines in there that have the description element, one for if you are using only an excerpt, and the other if you are doing full text feed. Basically you hack the line to put in whatever you want right after the [CDATA[ part, or right before the final ]] of the line.</p>
<p>Of course you will now always need to remember to either add this back in after upgrading versions of WordPress, or keep a copy of this file and just merge it into things afterward (and make sure any updates didn&#8217;t affect this file).</p>
<p>The one thing that is unfortunate is I was hoping to be able to add some stuff to my plugins for this for anyone to benefit, but can&#8217;t. Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2009/rss-irritations-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Dilemmas: CSS versus Tables</title>
		<link>http://www.awsom.org/2009/design-dilemmas-css-versus-tables/</link>
		<comments>http://www.awsom.org/2009/design-dilemmas-css-versus-tables/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:42:12 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[Little Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=404</guid>
		<description><![CDATA[Sometimes CSS issues aren&#8217;t worth fixing. Over at our webcomic site Onezumi.com we had a new requirement that had us displaying 2 different comics on the index page at once. We also wanted to have the news posts associated with each comic also appear on the index (each comic has it&#8217;s own category), but side [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes CSS issues aren&#8217;t worth fixing. Over at our webcomic site<a href="http://www.onezumi.com"> Onezumi.com</a> we had a new requirement that had us displaying 2 different comics on the index page at once. We also wanted to have the news posts associated with each comic also appear on the index (each comic has it&#8217;s own category), but side by side, not in a single loop. </p>
<p>The actual code to get separate loops working is a bit tricky, but not too hard once you understand the process. The major issue arose in getting both posts to appear and not overlap or conflict when appearing side by side.</p>
<p>The typical way to do this in a theme is to make both loops into separate HTML div&#8217;s, then do a float on them to get them to appear next to each other. The problem comes in when you need to retrofit this into a theme and CSS setup that wasn&#8217;t initially set up with this expectation.</p>
<p>The cascading nature of CSS is normally a good thing&#8211;the evil comes in due to different web browser compatibility levels, as well as weird &#8220;by design&#8221; issues with CSS itself. One of the most frustrating things with CSS is that due to the cascade, you may not actually easily know why something isn&#8217;t appearing correctly. While the element level can clearly have a specific CSS entry that tells it to do something, there are times when an overarching CSS entry (like a div level img setting behavior) can override your local entry. It involves which CSS entry the browser decides to do first, then second. You would assume that the local entry would trump the div level one, but that&#8217;s not always the case.</p>
<p>Anyway, back to my specific problem: The floats for the 2 news entries weren&#8217;t working properly. The CSS caused elements from both div&#8217;s to overlap, or get pushed under the other div. Or the background wasn&#8217;t being extended correctly behind both divs. It was turning into a mess.</p>
<p>Then the answer hit me: screw CSS for placement. While I&#8217;m sure many people will choke on this statement: Tables almost always work properly for placement, so use them sometimes where appropriate. In my case all I needed to do was make a simply 2 row table and place each loop inside each td. </p>
<p>Boom, works great and no issues for any browsers. And yes, I did use CSS to make the look of the table correct. A bonus is the mobile version of the site looks perfect since tables are easy things to get correct in even the crappiest mobile browser.</p>
<p>So, my lesson is sometimes it&#8217;s not worth ripping things apart when the simple solution is available. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2009/design-dilemmas-css-versus-tables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AWSOM Pixgallery performance tuning</title>
		<link>http://www.awsom.org/2009/awsom-pixgallery-performance-tuning/</link>
		<comments>http://www.awsom.org/2009/awsom-pixgallery-performance-tuning/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:57:36 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[Little Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Website Administration]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=402</guid>
		<description><![CDATA[WordPress is a very powerful content management system. The cost of this power can sometimes be at your server&#8217;s CPU and memory resources. One tip for anyone using AWSOM Pixgallery, and NOT using it&#8217;s built in lightbox effects, is to simply turn off it&#8217;s usage of the built in effects library. This setting is in [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a very powerful content management system. The cost of this power can sometimes be at your server&#8217;s CPU and memory resources. One tip for anyone using AWSOM Pixgallery, and NOT using it&#8217;s built in lightbox effects, is to simply turn off it&#8217;s usage of the built in effects library. This setting is in the Pixgallery admin settings/options page and is listed as &#8220;If you want to use a 3rd party javascript plugin and turn off the built in system, set the following setting to “custom” and input the custom rel code needed to add the effect to your images in the following box.&#8221;</p>
<p>What you are doing is turning off the loading of pixgallery.js.php, which can easily cut down on your file transfer amounts as well as overall server cpu/memory resources.</p>
<p>I&#8217;ll post more tuning tips over time for my plugins, as well as general ideas for overall speed/resource tuning for WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2009/awsom-pixgallery-performance-tuning/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Change the Language Used in a WordPress Plugin</title>
		<link>http://www.awsom.org/2008/how-to-change-the-language-used-in-a-wordpress-plugin/</link>
		<comments>http://www.awsom.org/2008/how-to-change-the-language-used-in-a-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:15:44 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Little Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website Administration]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=290</guid>
		<description><![CDATA[This is a brief tutorial on how to update your AWSOM News Announcement database table to display any language type you&#8217;d like. It&#8217;s actually pretty straight forward. It&#8217;s best if you do not have any news posts saved since changing the language type might make them display incorrectly. 
First thing you need to do is [...]]]></description>
			<content:encoded><![CDATA[<p>This is a brief tutorial on how to update your AWSOM News Announcement database table to display any language type you&#8217;d like. It&#8217;s actually pretty straight forward. It&#8217;s best if you do not have any news posts saved since changing the language type might make them display incorrectly. </p>
<p>First thing you need to do is go to your web server and go to your MySQL administration tool. Typically this is a program called PhpMyAdmin (which I&#8217;ll be using to demonstrate&#8211;but any program will work as long as you can access the same areas I&#8217;ll be showing).</p>
<p>Start by selecting your WordPress database. This is the database you input into the wp-config.php file when you originally set up WordPress. You can select from your current databases by using the drop down menu on the left side:</p>
<p><img class='PxgGlobalImage'  src="http://www.awsom.org/tutorials/databaseselect.png" alt="database select image" /></p>
<p>Once you&#8217;ve selected the correct database you need to go to the AWSOM News Announcement table that&#8217;s in the database. It is named awsomnews but has a header prefix that&#8217;s typically wp_, but could be a custom one that you added to the wp-config.php file. click it&#8217;s name in the list under your database name on the left and it should open a new page in the main area showing details of that table.</p>
<p><img class='PxgGlobalImage'  src="http://www.awsom.org/tutorials/selectfield.png" alt="select field image" /></p>
<p>Notice that there is a column called &#8220;collation&#8221; and it lists &#8220;latin1_swedish_ci&#8221;&#8211;this is the default language type that MySQL uses unless specifically told to use a different language type (MySQL is originally a swedish product). This language type does not display Asian or other non-English lettering based languages well (and honestly has issues with regular English also). What we need to do is change this to the correct language for you.</p>
<p>You can do one of 2 things at this point. You can mark the checkbox next to &#8220;newstext&#8221; and click the bottom pencil icon or more simply click the pencil icon in the same row. This will open up the individual field for editing.</p>
<p><img class='PxgGlobalImage'  src="http://www.awsom.org/tutorials/selectlanguage.png" alt="select language image" /></p>
<p>Now, the difficult part. In the collation drop down select the language type you&#8217;d like. Yes, there are a very large number of them and it&#8217;s not always easy to know which one to use. For regular English &#8220;utf8-bin&#8221; is good. You&#8217;ll need to look this up for your own language since I have no idea what&#8217;s good for any other specific language. Once you know which one you want make sure it&#8217;s selected in the drop down box. Then click the &#8220;save&#8221; button.</p>
<p>That&#8217;s basically it. Go and try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2008/how-to-change-the-language-used-in-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 issues with AWSOM Pixgallery</title>
		<link>http://www.awsom.org/2008/wordpress-26-issues-with-awsom-pixgallery/</link>
		<comments>http://www.awsom.org/2008/wordpress-26-issues-with-awsom-pixgallery/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 17:53:48 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Critical!]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Website Administration]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=287</guid>
		<description><![CDATA[I wanted to let everyone know that older versions of AWSOM Pixgallery will not work entirely correctly in WordPress 2.6 based on the changes that have happened in the way certain paths are determined in WordPress. The basic features of Pixgallery should work fine, but certain other features, most notably the automatic default gallery creation [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to let everyone know that older versions of AWSOM Pixgallery will not work entirely correctly in WordPress 2.6 based on the changes that have happened in the way certain paths are determined in WordPress. The basic features of Pixgallery should work fine, but certain other features, most notably the automatic default gallery creation during plugin install, the automatic cache folder creation during plugin install, and the &#8220;clear the cache folder&#8221; function in the Pixgallery Captions admin menu may not work correctly.</p>
<p>The current projected date for release of WordPress 2.6 is July 14 2008, and i expect to have a new version of the Plugin available by that date that fixes these issues, but I just wanted to caution any early adopters to make sure that you know that there could be some issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2008/wordpress-26-issues-with-awsom-pixgallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test File for AWSOM Pixgallery &#8220;index.php&#8221; permalinks issue now available</title>
		<link>http://www.awsom.org/2008/test-file-for-awsom-pixgallery-indexphp-permalinks-issue-now-available/</link>
		<comments>http://www.awsom.org/2008/test-file-for-awsom-pixgallery-indexphp-permalinks-issue-now-available/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 13:48:38 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=280</guid>
		<description><![CDATA[Hi everyone, if you haven&#8217;t been visiting Harknell.com recently you might not be aware that I&#8217;ve been working on a fix for a weird Fancy Permalink issue that causes &#8220;index.php&#8221; to be added to some people&#8217;s AWSOM Pixgallery galleries. This then totally screws up the links to the actual single image page causing 404 errors. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone, if you haven&#8217;t been visiting <a href="http://www.harknell.com">Harknell.com</a> recently you might not be aware that I&#8217;ve been working on a fix for a weird Fancy Permalink issue that causes &#8220;index.php&#8221; to be added to some people&#8217;s <a href="http://www.awsom.org/awsom-pixgallery/">AWSOM Pixgallery</a> galleries. This then totally screws up the links to the actual single image page causing 404 errors. I believe I have a fix for this issue, as well as a fix for the Visual Editor problem (where it doesn&#8217;t correctly populate the variable names for the tools). So far it has corrected the issue for one person, but I&#8217;d appreciate if anyone else is seeing this issue if they could go here: <a href="http://www.awsom.org/filerepository/awsompixgalleryabsolutefix2.zip">http://www.awsom.org/filerepository/awsompixgalleryabsolutefix2.zip</a> and grab the test file and try this out. You may need to also set the option for &#8220;absolute linking&#8221; to yes in the Pixgallery options/settings page for the fix to work, but try it without that first. I&#8217;d really appreciate it if after trying this out please email me and let me know if it worked (or even more importantly) didn&#8217;t work to solve the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2008/test-file-for-awsom-pixgallery-indexphp-permalinks-issue-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Be Careful of the Autoupgrade Feature in Wordpress</title>
		<link>http://www.awsom.org/2008/be-careful-of-the-autoupgrade-feature-in-wordpress/</link>
		<comments>http://www.awsom.org/2008/be-careful-of-the-autoupgrade-feature-in-wordpress/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 12:00:27 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Little Tips]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Website Administration]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=276</guid>
		<description><![CDATA[As many of you who&#8217;ve upgraded to the new WordPress 2.5 version have maybe noticed there is an option on the Plugins page which basically suggests that you can auto-upgrade a plugin. I would strongly suggest you do NOT use this function right now. First off, this is not a feature that is directly supported [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you who&#8217;ve upgraded to the new WordPress 2.5 version have maybe noticed there is an option on the Plugins page which basically suggests that you can auto-upgrade a plugin. I would strongly suggest you do NOT use this function right now. First off, this is not a feature that is directly supported by plugin authors, it is a function that works outside of the plugin. So if something goes wrong there may be no way for any plugin author to help you fix the situation since the plugin itself did not do the action. Secondly it&#8217;s been acknowledged that this feature is really not very robust yet and may very well fail and hose your entire WordPress insall.</p>
<p>I would strongly suggest that you continue to download all plugins yourself and upload them to the server. In the case of <a href="http://www.awsom.org">AWSOM.org</a> plugins they all upgrade themselves properly when you reactivate them, so it&#8217;s actually not really more difficult anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2008/be-careful-of-the-autoupgrade-feature-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UPDATED: AWSOM News Visual Editor Test File Available</title>
		<link>http://www.awsom.org/2008/awsom-news-visual-editor-test-file-available/</link>
		<comments>http://www.awsom.org/2008/awsom-news-visual-editor-test-file-available/#comments</comments>
		<pubDate>Wed, 28 May 2008 18:29:50 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Website Administration]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=274</guid>
		<description><![CDATA[I have a test file now available for the AWSOM News Announcement plugin that I hope starts to fix the major issues present in the Visual Editor in WordPress 2.5.1. The files are available at http://www.awsom.org/filerepository/awsomnewstinymcefix.zip . Simply unzip the folder and replace the files on your server with the ones in the zip file. [...]]]></description>
			<content:encoded><![CDATA[<p>I have a test file now available for the AWSOM News Announcement plugin that I hope starts to fix the major issues present in the Visual Editor in WordPress 2.5.1. The files are available at <a href="http://www.awsom.org/filerepository/awsomnewstinymcefix.zip">http://www.awsom.org/filerepository/awsomnewstinymcefix.zip</a> . Simply unzip the folder and replace the files on your server with the ones in the zip file. This file does not fix the weird name problem (where the image popup window has only variable names displayed), but I think it fixes the major issue of changing absolute links to relative ones, which was breaking adding images using the add image function. The editor now looks more like the Post/Page version.</p>
<p>Please email me or comment here or at Harknell.com and let me know if the new file helps the situation.</p>
<p><strong>UPDATE:</strong>I&#8217;ve decided to skip the idea of integrating with the built in WordPress tinyMCE and now have packaged a version of the Visual Editor directly into the AWSOM News plugin. Right now this is a test so literally every possible function is enabled. I can&#8217;t guarantee everything works in this test version though, so it&#8217;s for people who really need to use the Visual Editor and want to try out something immediately to see if it will work for them now. I&#8217;ll package up a formal update soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2008/awsom-news-visual-editor-test-file-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Editor Issues in AWSOM News and Pixgallery</title>
		<link>http://www.awsom.org/2008/visual-editor-issues-in-awsom-news-and-pixgallery/</link>
		<comments>http://www.awsom.org/2008/visual-editor-issues-in-awsom-news-and-pixgallery/#comments</comments>
		<pubDate>Wed, 28 May 2008 03:14:56 +0000</pubDate>
		<dc:creator>harknell</dc:creator>
				<category><![CDATA[AWSOM News]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Website Administration]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.awsom.org/?p=273</guid>
		<description><![CDATA[The Visual Editor function in the current versions of AWSOM News Announcement and AWSOM Pixgallery do not function entirely properly with WordPress 2.5.1. The new version of WordPress added in a new version of tinyMCE (updated from 2.x to 3.x) and as a result broke the code that I use to add the editor to [...]]]></description>
			<content:encoded><![CDATA[<p>The Visual Editor function in the current versions of AWSOM News Announcement and AWSOM Pixgallery do not function entirely properly with WordPress 2.5.1. The new version of WordPress added in a new version of tinyMCE (updated from 2.x to 3.x) and as a result broke the code that I use to add the editor to my plugins. The Visual Editor still works fine for versions of WordPress previous to 2.5.1, but I&#8217;m working to get it to work properly in the current version. The most obvious issues are with missing language text for some of the functions, and improper relative URL paths being created when attempting to add images using the editor. Keep checking back and I hope to get this fixed soon. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.awsom.org/2008/visual-editor-issues-in-awsom-news-and-pixgallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

