<?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> &#187; Web Design</title>
	<atom:link href="http://freddysmind.com/blog/category/computers/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://freddysmind.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 13:10:14 +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>Best Wallpaper&#160;Sites</title>
		<link>http://freddysmind.com/blog/2010/01/best-wallpaper-sites/</link>
		<comments>http://freddysmind.com/blog/2010/01/best-wallpaper-sites/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:28:28 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=472</guid>
		<description><![CDATA[I decided I needed a new wallpaper, and I just didn&#8217;t have time to find and use one of my own pictures. I&#8217;m not sure what I&#8217;d do without Lifehacker stories&#8230; http://lifehacker.biz/articles/best-wallpaper-websites/ Found this: Over at www.interfacelift.com]]></description>
			<content:encoded><![CDATA[<p>I decided I needed a new wallpaper, and I just didn&#8217;t have time to find and use one of my own pictures.</p>
<p>I&#8217;m not sure what I&#8217;d do without Lifehacker stories&#8230;</p>
<p><a href="http://lifehacker.biz/articles/best-wallpaper-websites/">http://lifehacker.biz/articles/best-wallpaper-websites/</a></p>
<p>Found this:</p>
<p><a href="http://freddysmind.com/blog/wp-content/uploads/2010/01/02124_tuscansunsetmondaymay25th2009_1680x1050.jpg"><img class="alignleft size-medium wp-image-473" title="02124_tuscansunsetmondaymay25th2009_1680x1050" src="http://freddysmind.com/blog/wp-content/uploads/2010/01/02124_tuscansunsetmondaymay25th2009_1680x1050-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p>Over at <a href="http://interfacelift.com/wallpaper_beta/downloads/date/any/">www.interfacelift.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2010/01/best-wallpaper-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 &#8211; Drag n&#8217;&#160;drop</title>
		<link>http://freddysmind.com/blog/2009/09/html-5-drag-n-drop/</link>
		<comments>http://freddysmind.com/blog/2009/09/html-5-drag-n-drop/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:10:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=379</guid>
		<description><![CDATA[dragstart A drag has been initiated, with the dragged element as the event target. drag The mouse has moved, with the dragged element as the event target. dragenter The dragged element has been moved into a drop listener, with the drop listener element as the event target. dragover The dragged element has been moved over [...]]]></description>
			<content:encoded><![CDATA[<dl>
<dt><code>dragstart</code></dt>
<dd> A drag has been initiated, with the dragged element as the             event target. </dd>
<dt><code>drag</code></dt>
<dd> The mouse has moved, with the dragged element as the event target. </dd>
<dt><code>dragenter</code></dt>
<dd> The dragged element has been moved into a drop listener,             with the drop listener element as the event target. </dd>
<dt><code>dragover</code></dt>
<dd> The dragged element has been moved over a drop listener,             with the drop listener element as the event target.  Since             the default behavior is to cancel drops, returning             <code>false</code> or calling <code>preventDefault()</code> in             the event handler indicates that a drop is allowed here. </dd>
<dt><code>dragleave</code></dt>
<dd> The dragged element has been moved out of a drop listener,             with the drop listener element as the event target. </dd>
<dt><code>drop</code></dt>
<dd> The dragged element has been successfully dropped on a drop             listener, with the drop listener element as the event             target. </dd>
<dt><code>dragend</code></dt>
<dd> A drag has been ended, successfully or not, with the             dragged element as the event target. </dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/09/html-5-drag-n-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Registration&#160;Plugin</title>
		<link>http://freddysmind.com/blog/2009/09/wordpress-registration-plugin/</link>
		<comments>http://freddysmind.com/blog/2009/09/wordpress-registration-plugin/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:44:38 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=360</guid>
		<description><![CDATA[I do so much random research I can&#8217;t keep track of it all. This time I&#8217;m saving it, and I guess also sharing it. What: WordPress Plug-ins 1) User Registration Subscribe2 &#8211; Seems promising but registration options are kind of limited, liking Register Plus better so far Register Plus &#8211; Like it a lot, seems [...]]]></description>
			<content:encoded><![CDATA[<p>I do so much random research I can&#8217;t keep track of it all. This time I&#8217;m saving it, and I guess also sharing it.</p>
<p>What: WordPress Plug-ins</p>
<p>1) User Registration</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/subscribe2/">Subscribe2</a> &#8211; Seems promising but registration options are kind of limited, liking Register Plus better so far</li>
<li><a href="http://wordpress.org/extend/plugins/register-plus/">Register Plus</a> &#8211; Like it a lot, seems to do everything I need, including custom registration page</li>
</ul>
<p>Additional:</p>
<p><a href="http://wordpress.org/extend/plugins/wp-facebookconnect/">WP-FacebookConnect</a></p>
<p>Facebook integration plug-in, so if you don&#8217;t want to sign-up or anything, you can post comments with your facebook account.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-recaptcha/">WP-reCAPTCHA</a></p>
<p>Anti-spam</p>
<p>Going to test them out on a site now. Woohooo. More to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/09/wordpress-registration-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 =&#160;Flashy</title>
		<link>http://freddysmind.com/blog/2009/08/html5-flashy/</link>
		<comments>http://freddysmind.com/blog/2009/08/html5-flashy/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 21:26:18 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=335</guid>
		<description><![CDATA[http://9elements.com/io/projects/html5/canvas/]]></description>
			<content:encoded><![CDATA[<p><a href="http://freddysmind.com/blog/wp-content/uploads/2009/08/Untitled.png"><img class="alignnone size-medium wp-image-336" title="Untitled" src="http://freddysmind.com/blog/wp-content/uploads/2009/08/Untitled-300x160.png" alt="Untitled" width="300" height="160" /></a></p>
<p><a href="http://9elements.com/io/projects/html5/canvas/">http://9elements.com/io/projects/html5/canvas/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/08/html5-flashy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6&#160;Sucks</title>
		<link>http://freddysmind.com/blog/2009/07/ie6-sucks/</link>
		<comments>http://freddysmind.com/blog/2009/07/ie6-sucks/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 20:00:02 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=329</guid>
		<description><![CDATA[This is hilarious &#8211; http://elbertf.com/ie6ify/]]></description>
			<content:encoded><![CDATA[<p><a href="http://freddysmind.com/blog/wp-content/uploads/2009/07/IE6-Sucks.jpg"><img class="alignnone size-full wp-image-330" title="IE6-Sucks" src="http://freddysmind.com/blog/wp-content/uploads/2009/07/IE6-Sucks.jpg" alt="IE6-Sucks" width="273" height="279" /></a></p>
<p>This is hilarious &#8211; <a href="http://elbertf.com/ie6ify/">http://elbertf.com/ie6ify/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/07/ie6-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ModX</title>
		<link>http://freddysmind.com/blog/2009/07/modx/</link>
		<comments>http://freddysmind.com/blog/2009/07/modx/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:13:13 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=318</guid>
		<description><![CDATA[Purple&#8217;s a little bright on the site but I&#8217;ve been told it&#8217;s a promising custom CMS. http://modxcms.com/ Having trouble uploading the image from work. Either way, here&#8217;s the link.]]></description>
			<content:encoded><![CDATA[<p><a href="http://freddysmind.com/blog/wp-content/uploads/2009/07/modx.PNG"><img class="alignnone size-medium wp-image-356" title="modx" src="http://freddysmind.com/blog/wp-content/uploads/2009/07/modx-300x172.PNG" alt="modx" width="300" height="172" /></a></p>
<p>Purple&#8217;s a little bright on the site but I&#8217;ve been told it&#8217;s a promising custom CMS.</p>
<p><a href="http://modxcms.com/">http://modxcms.com/</a></p>
<p>Having trouble uploading the image from work. Either way, here&#8217;s the link.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/07/modx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helpers</title>
		<link>http://freddysmind.com/blog/2009/07/helpers/</link>
		<comments>http://freddysmind.com/blog/2009/07/helpers/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:16:38 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=309</guid>
		<description><![CDATA[Few programs/addons to help be more efficient: http://sourceforge.net/projects/processpriority/ &#8211; Context menu program killer http://code.google.com/p/superf4/ &#8211; More powerful program killer https://addons.mozilla.org/en-US/firefox/addon/9740 &#8211; Firefox add-on for selecting multiple checkboxes, great for gmail I realized something today, if I&#8217;m not working on a website, and I&#8217;m just browsing the web, I use Chrome. I was unaware that I [...]]]></description>
			<content:encoded><![CDATA[<p>Few programs/addons to help be more efficient:</p>
<ul>
<li><a href="http://sourceforge.net/projects/processpriority/">http://sourceforge.net/projects/processpriority/</a> &#8211; Context menu program killer</li>
<li><a href="http://code.google.com/p/superf4/">http://code.google.com/p/superf4/</a> &#8211; More powerful program killer</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/9740">https://addons.mozilla.org/en-US/firefox/addon/9740</a> &#8211; Firefox add-on for selecting multiple checkboxes, great for gmail</li>
</ul>
<p>I realized something today, if I&#8217;m not working on a website, and I&#8217;m just browsing the web, I use Chrome. I was unaware that I was doing this. Of course, any time I need to work on a website I use Firefox so that I have access to <a href="http://getfirebug.com/" target="_blank">Firebug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/07/helpers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmer&#8217;s Notepad&#160;Update</title>
		<link>http://freddysmind.com/blog/2009/07/programmers-notepad-update/</link>
		<comments>http://freddysmind.com/blog/2009/07/programmers-notepad-update/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:08:58 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=306</guid>
		<description><![CDATA[The text editor I&#8217;ve been using for awhile just released an update, I don&#8217;t have time to look at all the new stuff but I wanted to save the list. If you&#8217;re interested you can find it here : http://www.pnotepad.org/ ======================================== Release Name: 2.0.10 &#8211; &#8220;Dizzy&#8221; Build: 1010, ======================================== What&#8217;s new in 2.0.10? &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 1) Switched [...]]]></description>
			<content:encoded><![CDATA[<p>The text editor I&#8217;ve been using for awhile just released an update, I don&#8217;t have time to look at all the new stuff but I wanted to save the list.</p>
<p>If you&#8217;re interested you can find it here : <a href="http://www.pnotepad.org/">http://www.pnotepad.org/</a></p>
<p><span id="more-306"></span></p>
<p>========================================</p>
<p>Release Name: 2.0.10 &#8211; &#8220;Dizzy&#8221;</p>
<p>Build: 1010,</p>
<p>========================================</p>
<p>What&#8217;s new in 2.0.10?</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>1) Switched to vista-style message dialogs</p>
<p>2) API-based autocomplete, currently supporting Notepad++ format (#142)</p>
<p>3) Updated Scintilla</p>
<p>4) Added new Open Files view</p>
<p>5) Added new File Browser view</p>
<p>6) New icons for docking windows</p>
<p>7) Vastly improved Regular Expressions support, including multi-line expression support</p>
<p> <img src='http://freddysmind.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Added support for word character set specification in schemes</p>
<p>9) New style presets (ZenBurn, Murky, Turbo)</p>
<p>10) Auto-complete choices are backed by file instead of the registry</p>
<p>11) Goto line highlights the text that was jumped to when using tags</p>
<p>12) Support for folding at &#8220;else&#8221; added to schemes (see cpp.scheme)</p>
<p>13) Better default caret x positioning behaviour</p>
<p>14) Minor visual improvements</p>
<p>15) Marked as vista-aware, no more VirtualStore problems</p>
<p>16) Automatic update check</p>
<p>17) Go to previous bookmark</p>
<p>18) Switched to vista open/save dialogs on appropriate platforms</p>
<p>19) New SDK</p>
<p>20) New Find in Files option: All Open Files</p>
<p>21) New link to Forums in Help menu (#76)</p>
<p>22) New Move Line Up and Move Line Down commands in Edit|Line (#68)</p>
<p>23) Added readonly toggle to editor window (from Klaus, #83)</p>
<p>24) (re-)Added Mark All</p>
<p>25) Added Clear Bookmarks command (#90)</p>
<p>26) Explorer menus in context menus</p>
<p>27) Improved extension crash debugging (#127)</p>
<p>28) Option to create backups when saving files (#106)</p>
<p>29) New commands for working with current text selection (#245)</p>
<p>30) File changed notification can be disabled for a single file (#214)</p>
<p>31) Text clip editor now uses default scheme (#144)</p>
<p>32) Improved PHP styling with colour presets (#195)</p>
<p>33) Comment commands and text transforms on context menu (#223, #221)</p>
<p>34) Re-use unchanged blank document window when opening a file (#17)</p>
<p>35) Clean up the UI for first run (#211)</p>
<p>36) You can now record scripts (macros) with PyPN</p>
<p>37) Window switching in the order of the tabs now supported (#391)</p>
<p>38) Add find dialog accelerators (#401)</p>
<p>39) Draggable toolbars replaced with one customizable one</p>
<p>40) Find Next and Previous word under cursor (#155)</p>
<p>41) Various improvements to the usability of the open files window (#84)</p>
<p>42) Added Smart Highlight &#8211; marks all occurrences of selected word. (#150)</p>
<p>43) Moved Find and related commands into Search menu</p>
<p>44) New remove blank lines command</p>
<p>45) Mini bar can be removed and icons can be placed on customisable toolbar instead (#446)</p>
<p>What&#8217;s new since the last testing release?</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>1) Find word under cursor updates user search options</p>
<p>2) Allow all mini toolbar buttons to live on the main toolbar (#446)</p>
<p>3) Fix a leak with huge find in files matches.</p>
<p>4) Fix line numbers when very long lines are in the source files (#129)</p>
<p>5) Fix find next across multiple documents (#510)</p>
<p>6) Fix multiple file opens from exporer (#508)</p>
<p>7) Enable api-based autocomplete supporting notepad++ format (#142)</p>
<p> <img src='http://freddysmind.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Updated D language keywords and other bits (#484)</p>
<p>9) Manual &#8220;Check for Updates&#8221; command under Help (#469)</p>
<p>10) Mini toolbar slightly too small (#461)</p>
<p>11) Disable properties controls when write-protect is enabled (#449)</p>
<p>12) Fix inconsistent spelling of colour in options dialog</p>
<p>13) Support word wrap in output window (#382)</p>
<p>14) Avoid win7 bug hiding find in files dialog (#488)</p>
<p>15) Make sure readonly is disabled during revert (#380)</p>
<p>16) Provide option to disable mini toolbar (#470)</p>
<p>17) Try to fix mini toolbar button size issue (#501)</p>
<p>18) 24-bit images for mini toolbar where high colour is not supported (#342)</p>
<p>19) Fix crash when finding with no text (#463)</p>
<p>20) When close on Find Next is disabled, really don&#8217;t close (#473)</p>
<p>21) Remember the last goto line</p>
<p>22) Avoid a bug when reading invalid ini sections (#443)</p>
<p>23) Fix bug preventing copy from output window (#412)</p>
<p>24) More low-colour toolbar images for downlevel OS support (#518, #513)</p>
<p>Bug Fixes:</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>1) Don&#8217;t auto-append find text</p>
<p>2) Some message dialogs appear oddly on Win9x</p>
<p>3) Can&#8217;t use magic folder wizard without C: (SF #1703085)</p>
<p>4) Correctly show toolbar toggles on load (#29)</p>
<p>5) Don&#8217;t show quickfind bar on toggle of find toolbar</p>
<p>6) Make sure custom line number colouring works for default scheme</p>
<p>7) Minor folding fix</p>
<p> <img src='http://freddysmind.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Check open files before opening from most recently used</p>
<p>9) Fixed tags parsing where tag includes the dollar sign</p>
<p>10) Find in files extensions can now be separated by space, comma, semicolon</p>
<p>11) Inform the user when they&#8217;re trying to search with an invalid regex</p>
<p>12) Fix problem with tabs getting hidden</p>
<p>13) Maximum scheme name length ignored when matching schemes to files (#71)</p>
<p>14) OnAfterLoad not called when document first loaded</p>
<p>15) Undo buffer not cleared properly at load and revert (#35)</p>
<p>16) Support forward-slash paths in command-line parameters (#49)</p>
<p>17) When wrapping text, end key goes to the end of the wrap line (#69)</p>
<p>18) Odd behaviour when cancelling removal of unsaved project (SF #1957796)</p>
<p>19) Fixed long line help options</p>
<p>20) Don&#8217;t change to file directory on open, allows directory deletion</p>
<p>21) Allow &#8220;Del&#8221; key in keyboard shortcut editor (#45)</p>
<p>22) Hopefully fixed HTML help window positioning (#110)</p>
<p>23) Fixed scheme selection in options dialog (#13)</p>
<p>24) Fix Windows 2000 support (#124)</p>
<p>25) Restore document windows on jumps (#130)</p>
<p>26) Allow opening workspace files again (#25)</p>
<p>27) Fixed Win7 Close Hang</p>
<p>28) Fixed Tab and Space conversion errors (#301)</p>
<p>29) Fixed extended character entry (#48)</p>
<p>30) Project file icon changes when rename changes type (#259)</p>
<p>31) Tool running crash (#250)</p>
<p>32) Launching non-captured console tool disables Ctrl-C (#78)</p>
<p>33) Space can&#8217;t be entered as a keyboard shortcut (#284)</p>
<p>34) Fix up ascii text clips, and allow insertion of special characters (#274)</p>
<p>35) Cancelling parameters window doesn&#8217;t cancel tool running (#285)</p>
<p>36) Search hidden files option missing (#229)</p>
<p>37) files are reopened when loading workspaces (#228)</p>
<p>38) Project tools missing from menus (#227)</p>
<p>39) Make sure jumping to a bookmark scrolls into view (#219)</p>
<p>40) Middle click close on updated file causes crash (#203)</p>
<p>41) Workspace re-open prevented by command-line parameters (#288)</p>
<p>42) Global tools selection the default with non-scheme file (#306)</p>
<p>43) Magic folder crash (#257)</p>
<p>44) Project properties don&#8217;t work from tools</p>
<p>45) Enter to select tag (#374)</p>
<p>46) Project properties dialog resize (#398)</p>
<p>47) BOM validated when loading unicode files (#335)</p>
<p>48) Two replace all infinite loops fixed (#308, #372)</p>
<p>49) Not all matches correct when using Mark All with regex (#366)</p>
<p>50) Toolbar button state managed better (#287)</p>
<p>51) Line up/down commands fixed (#369)</p>
<p>52) Fixes for autocomplete file loading/saving (#384)</p>
<p>53) Focus quick find even if already shown (#392)</p>
<p>54) Text insertion in find combos fixed (#377)</p>
<p>55) Don&#8217;t save unnecessarily when running tools (#396)</p>
<p>56) .LOG text styling matches notepad (#346)</p>
<p>57) Search dialog gets stuck on Win7 RC (#444)</p>
<p>Extensions Interface Changes:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>1) Split IDocumentEventSink and ITextEditorEventSink (previously you had to implement both)</p>
<p>2) More IDocumentEventSink methods</p>
<p>3) Now supports menu items provided by extensions</p>
<p>If you find a bug:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If you find a bug with Programmer&#8217;s Notepad, then please let us know so that we can fix it. Including</p>
<p>the following files would also help:</p>
<p>%appdata%\Echo Software\PN2\User*.xml</p>
<p>e.g.</p>
<p>XP: C:\Documents and Settings\Simon\Application Data\Echo Software\PN2\User*.xml</p>
<p>Vista+: C:\Users\Simon\AppData\Roaming\Echo Software\PN2\User*.xml</p>
<p>Use the handy &#8220;Report a Bug&#8221; option on the Help menu to add it straight to the</p>
<p>Google Code bug tracker.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/07/programmers-notepad-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone&#160;development</title>
		<link>http://freddysmind.com/blog/2009/07/iphone-development/</link>
		<comments>http://freddysmind.com/blog/2009/07/iphone-development/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:14:55 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=286</guid>
		<description><![CDATA[Just in case I ever have time in the future&#8230; or a mac, this seems to be a good post to start with. http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide One thing I was not aware of was &#8220;You have to use a Mac to develop iPhone apps.&#8221;, I had always assumed they&#8217;d play nice with Windows users, however I just [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case I ever have time in the future&#8230; or a mac, this seems to be a good post to start with.</p>
<p><a href="http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide">http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide</a></p>
<p>One thing I was not aware of was &#8220;You have to use a Mac to develop iPhone apps.&#8221;, I had always assumed they&#8217;d play nice with Windows users, however I just realized, why on earth would they do that?</p>
<p>Perhaps in a years time, after I get a mac, I&#8217;ll experiment with iPhone apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/07/iphone-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress MU across fifty&#160;sites</title>
		<link>http://freddysmind.com/blog/2009/07/wordpress-mu-across-fifty-sites/</link>
		<comments>http://freddysmind.com/blog/2009/07/wordpress-mu-across-fifty-sites/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:10:35 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://freddysmind.com/blog/?p=284</guid>
		<description><![CDATA[Wnet.org and Tierra Innovation The power of WordPress as dual action blog/CMS. http://wordpresspublishers.files.wordpress.com/2009/07/wpmu_cms_casestudy-wnet-tierra-07-16-091.pdf http://publisherblog.automattic.com/2009/07/16/fifty-sites-ten-months-one-cms/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wnet.org">Wnet.org</a> and <a href="www.tierra-innovation.com/">Tierra Innovation</a></p>
<p>The power of WordPress as dual action blog/CMS.</p>
<p><a href="http://wordpresspublishers.files.wordpress.com/2009/07/wpmu_cms_casestudy-wnet-tierra-07-16-091.pdf">http://wordpresspublishers.files.wordpress.com/2009/07/wpmu_cms_casestudy-wnet-tierra-07-16-091.pdf</a></p>
<p><a href="http://publisherblog.automattic.com/2009/07/16/fifty-sites-ten-months-one-cms/">http://publisherblog.automattic.com/2009/07/16/fifty-sites-ten-months-one-cms/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freddysmind.com/blog/2009/07/wordpress-mu-across-fifty-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
