<?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>WhyPad &#187; Software</title>
	<atom:link href="http://www.whypad.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com</link>
	<description>Tips, tricks, and hacks for life and tech...</description>
	<lastBuildDate>Tue, 06 Jul 2010 15:21:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tip: Remove Page Breaks from RTF</title>
		<link>http://www.whypad.com/posts/remove-page-breaks-from-rtf/162/</link>
		<comments>http://www.whypad.com/posts/remove-page-breaks-from-rtf/162/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:43:29 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.whypad.com/?p=162</guid>
		<description><![CDATA[This is for an obscure set of readers, I&#8217;m sure. But if you ever need to remove the page breaks from a RTF (rich text format) file, here&#8217;s how to do it: Open the RTF file in NotePad (I use NotePad++, which is an absolute must have replacement for anybody doing web dev) Search for [...]]]></description>
			<content:encoded><![CDATA[<p>This is for an obscure set of readers, I&#8217;m sure.   But if you ever need to remove the page breaks from a RTF (rich text format) file, here&#8217;s how to do it:</p>
<ol>
<li>Open the RTF file in NotePad (I use NotePad++, which is an absolute must have replacement for anybody doing web dev)</li>
<li>Search for   &#8220;pagebb\&#8221; and replace with nothing (empty string)</li>
</ol>
<p><span id="more-162"></span></p>
<p>I write this down because I keep forgetting what to search for.   I will frequently run a  Data Dictionary  in phpMyAdmin on my web databases so I can have a nice dictionary of my Fields.   I click in the report area on my browser, Alt-A to select all, Ctrl-C to copy it.   Open WordPad or Word and Ctrl-V to paste it.   Then Save As an RTF.   For some reason, it doesn&#8217;t let you just delete those page breaks like you&#8217;d think, so I do the steps in this tip to zap them out the hard way.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=162&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/remove-page-breaks-from-rtf/162/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In Search of a Better Text Editor: 2 Free Editors Worth Using</title>
		<link>http://www.whypad.com/posts/in-search-of-a-better-text-editor-2-free-editors-worth-using/53/</link>
		<comments>http://www.whypad.com/posts/in-search-of-a-better-text-editor-2-free-editors-worth-using/53/#comments</comments>
		<pubDate>Wed, 30 May 2007 05:11:31 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.whypad.com/posts/in-search-of-a-better-text-editor-2-free-editors-worth-using/53/</guid>
		<description><![CDATA[If you&#8217;re still using the ancient Notepad application that comes with Windows or TextEdit for Mac, take 5 minutes and get yourself something that will make smile every time you have to edit a raw text file. On the Windows side, there is a pretty clear winner: Notepad++. Get it here at SourceForge. On the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re still using the ancient Notepad application that comes with Windows or TextEdit for Mac, take 5 minutes and get yourself something that will make smile every time you have to edit a raw text file.  <span style="margin: 0pt 0pt 5px 5px; float: right"><img src="http://www.whypad.com/wp-content/uploads/npplogo.thumbnail.png" alt="Notepad++" /></span> On the Windows side, there is a pretty clear winner: Notepad++.  Get it <a href="http://notepad-plus.sourceforge.net/uk/site.htm" title="Notepad++ download location">here at SourceForge</a>. On the Mac side, I find <a href="http://www.barebones.com/products/textwrangler/" title="TextWrangler download">TextWrangler 2 by BareBones</a> software to work quite well.<span style="margin: 0pt 5px 5px 0pt; float: left"><img src="http://www.whypad.com/wp-content/uploads/textwrangler_icon.thumbnail.jpg" alt="TextWrangler" /></span></p>
<p><span id="more-53"></span></p>
<p>The best part&#8230;they&#8217;re both free!</p>
<p>The following are some of their features that basically kick patooty on their counterparts (old Notepad and TextEdit) that come bundled with their respective OS&#8217;s:</p>
<ul>
<li>Code syntax coloring (and folding in Notepad++)</li>
<li>Multi-documents open</li>
<li>Multi-document view and multiple views of same document &#8211; Notepad++ only</li>
<li>RegEx search/replace &#8211; Notepad ++ only</li>
<li>Macro recording/playback &#8211; Notepad++</li>
<li>Build your own plug-ins &#8211; TextWrangler</li>
</ul>
<p>There&#8217;s more, but you get the point.  On the Mac side, TextWrangler is the free, little brother to BBEdit, a more fully featured editor by Bare Bones, but with a price.</p>
<p>For my purposes, TextWrangler is fine.  But I really love Notepad++.  They are worth your time to try out.  You&#8217;ll never go back to Notepad or TextEdit.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=53&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/in-search-of-a-better-text-editor-2-free-editors-worth-using/53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
