<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://heydon.com.au" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>My Projects</title>
 <link>http://heydon.com.au/myprojects/8</link>
 <description>My project menu</description>
 <language>en-NZ</language>
<item>
 <title>work on htmlarea</title>
 <link>http://heydon.com.au/node/851</link>
 <description>&lt;p&gt;I had some kind soul build a patch to allow htmlarea to use the new forms api that drupal is using. I found this really cool, and I have applied it.&lt;/p&gt;&lt;p&gt;This actually gave me the boost I needed and I fixed up all problems the use of the hook_form_alter() and now is working really great.&lt;/p&gt;&lt;p&gt;ATM HTMLArea is the only WISIWYG editor that will work with Drupal 4.7. I am not sure on the status of the others or how far off they are. I know that tinymce might be a little while as Matt is quite busy ATM, unless he has some kind soul make the change.&amp;nbsp;&lt;/p&gt;</description>
 <comments>http://heydon.com.au/node/851#comments</comments>
 <category domain="http://heydon.com.au/taxonomy/term/8">htmlarea</category>
 <pubDate>Sat, 12 Nov 2005 19:53:59 -0800</pubDate>
 <dc:creator>gordon</dc:creator>
 <guid isPermaLink="false">851 at http://heydon.com.au</guid>
</item>
<item>
 <title>more work on htmlarea for 4.5</title>
 <link>http://heydon.com.au/node/389</link>
 <description>
&lt;p&gt;Well I have been doing alot of work laterly on my little htmlarea module for drupal. With the new menu extensions, I have been able to create add alot more to the configuration to get the best out of htmlarea. &lt;/p&gt;&lt;p&gt;Thanks to a little help from the &lt;a href=&quot;http://www.aigroup.asn.au&quot;&gt;Australian Industry Group&lt;/a&gt; I have been able to make alot of new features available, Such things as a new link plugin, that will allow uploading of files into filestore2, and the new plugin configuration infrustructure so now plugins like the CSS plugin which require addition parameters to be passed can be added and configured much like the rest of htmlarea.&lt;/p&gt;&lt;p&gt;Also I have been working on allowing better configuration of some of the pull down lists like fonts to be configured. As you can see I now have a &amp;quot;Code&amp;quot; block on the block pull down list.&lt;/p&gt;&lt;p&gt;I have also been able to track down alot of those nasty little IE bugs as well and fix them good and proper.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;At this stage I think this is the best release of htmlarea, and I do feel that this will make htmlarea just able a default module at the top of everybodies list of contrib modules.&lt;br /&gt;&lt;/p&gt;
</description>
 <category domain="http://heydon.com.au/taxonomy/term/8">htmlarea</category>
 <pubDate>Mon, 06 Sep 2004 06:12:48 -0700</pubDate>
 <dc:creator>gordon</dc:creator>
 <guid isPermaLink="false">389 at http://heydon.com.au</guid>
</item>
<item>
 <title>HOWTO: Enabling SpellChecker plugin with htmlarea</title>
 <link>http://heydon.com.au/node/365</link>
 <description>
&lt;h2&gt;Warnings&lt;/h2&gt;&lt;p&gt;The SpellChecker plugin for HTMLArea is not php but instead perl and executed as a cgi script. If you do not like cgi scripts or perl, please do not proceed.&lt;/p&gt;&lt;h2&gt;Requirements&lt;/h2&gt;
You are required to install the following software&lt;p /&gt;&lt;p /&gt;&lt;ul&gt;&lt;li&gt;aspell and dictionary&lt;/li&gt;&lt;li&gt;Text::Aspell&lt;/li&gt;&lt;li&gt;XML::DOM&lt;/li&gt;&lt;li&gt;CGI&lt;/li&gt;&lt;/ul&gt;&lt;p /&gt;&lt;h2&gt;Installation&lt;/h2&gt;&lt;p&gt;Modify your http.conf and add or modify the following line.&lt;/p&gt;&lt;code&gt;AddHandler cgi-script .cgi&lt;/code&gt;&lt;p&gt;Add the following .htaccess file to the Spellchecker plugin directory. This directory is usually in the path misc/htmlarea/plugins/SpellChecker/ which is relative to the root of the drupal installation.&lt;/p&gt;&lt;code&gt; Options  +execCGI&lt;br /&gt;&lt;br /&gt;AddHandler cgi-script  cgi&lt;br /&gt;Order deny,allow&lt;/code&gt;&lt;p&gt;All going well this should then work. &lt;/p&gt;</description>
 <category domain="http://heydon.com.au/taxonomy/term/8">htmlarea</category>
 <pubDate>Sun, 11 Jul 2004 22:16:00 -0700</pubDate>
 <dc:creator>gordon</dc:creator>
 <guid isPermaLink="false">365 at http://heydon.com.au</guid>
</item>
<item>
 <title>more work on htmlarea</title>
 <link>http://heydon.com.au/node/250</link>
 <description>
&lt;p&gt;Well a kind person has said that he is going to pay for me to add the ability for htmlarea to be able upload images to drupal or select from a list of preloaded images and put them into any node.&lt;/p&gt;&lt;p&gt;So over the last couple of weeks I have been bevering away in my spare time to enable htmlarea to upload files. This in some areas was a much bigger change that I thought.&lt;/p&gt;&lt;p&gt;Firstly I had to write the filtering system in the image module so that I would be able to attach images in a much better way to nodes. the standard image module added links to the image it displayed and also only displayed the thumbnail. I made changes to get rid of the url and made it so that it would download the image closes to the size of the image that was required, works alot better now.&lt;/p&gt;&lt;p&gt;I then had to create a plugin for htmlarea so that we could replace the standard insertImage functions so it will have a new popup that will display taxonomy categories and allow the user to upload images and select new one.&lt;br /&gt;&lt;/p&gt;</description>
 <category domain="http://heydon.com.au/taxonomy/term/8">htmlarea</category>
 <pubDate>Sun, 29 Feb 2004 15:58:41 -0800</pubDate>
 <dc:creator>gordon</dc:creator>
 <guid isPermaLink="false">250 at http://heydon.com.au</guid>
</item>
<item>
 <title>htmlarea fixed</title>
 <link>http://heydon.com.au/node/106</link>
 <description>
Well after alot of work I finaly worked out the problem with drupal, htmlarea and IE. I managed to track down the bug within htmlarea and I have fixed in the htmlarea&#039;s module cvs repository. I have also sent the patch to the htmlarea developers so I hope it will get applied soon.
</description>
 <category domain="http://heydon.com.au/taxonomy/term/8">htmlarea</category>
 <pubDate>Thu, 22 Jan 2004 21:32:00 -0800</pubDate>
 <dc:creator>gordon</dc:creator>
 <guid isPermaLink="false">106 at http://heydon.com.au</guid>
</item>
</channel>
</rss>

