<?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>dBuggr &#187; text</title>
	<atom:link href="http://www.dbuggr.com/tag/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Find Line of Code of Text Files in Mac with Terminal</title>
		<link>http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/</link>
		<comments>http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:08:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[line of code]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/</guid>
		<description><![CDATA[How to find line of code of text files in Mac with Terminal

Related posts:How to Read a Particular Line from a Text File?
Resolve Terminal Services Session (RDP) Permission Error
How to Compare 2 Text Files



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/read-line-text-file/' rel='bookmark' title='Permanent Link: How to Read a Particular Line from a Text File?'>How to Read a Particular Line from a Text File?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/error-run-software-installation-windows-2003/' rel='bookmark' title='Permanent Link: Resolve Terminal Services Session (RDP) Permission Error'>Resolve Terminal Services Session (RDP) Permission Error</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/compare-2-text-files/' rel='bookmark' title='Permanent Link: How to Compare 2 Text Files'>How to Compare 2 Text Files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to find line of code of text files in Mac with Terminal</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/read-line-text-file/' rel='bookmark' title='Permanent Link: How to Read a Particular Line from a Text File?'>How to Read a Particular Line from a Text File?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/error-run-software-installation-windows-2003/' rel='bookmark' title='Permanent Link: Resolve Terminal Services Session (RDP) Permission Error'>Resolve Terminal Services Session (RDP) Permission Error</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/compare-2-text-files/' rel='bookmark' title='Permanent Link: How to Compare 2 Text Files'>How to Compare 2 Text Files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Recursive Text Substitution, Like a Simple Macro or Template System.</title>
		<link>http://www.dbuggr.com/simon-tite/php-recursive-text-substitution-simple-macro-template-system/</link>
		<comments>http://www.dbuggr.com/simon-tite/php-recursive-text-substitution-simple-macro-template-system/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 13:00:31 +0000</pubDate>
		<dc:creator>Simon Tite</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[macro expansion]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[substitution]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[template expansion]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/simon-tite/php-recursive-text-substitution-simple-macro-template-system/</guid>
		<description><![CDATA[PHP recursive text substitution, like a simple macro or template system.
A simple function which translates strings by substituting keywords enclosed in braces &#8211; {{keyword}} &#8211; useful for language translations and multiple sites sharing the same code.

Related posts:How to use PHP function or script to parse string between two strings&#8230;
How to strip HTML tags, scripts, and [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/php-function-script-parse-string-strin/' rel='bookmark' title='Permanent Link: How to use PHP function or script to parse string between two strings&#8230;'>How to use PHP function or script to parse string between two strings&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/strip-html-tags-scripts-styles-web-page-php/' rel='bookmark' title='Permanent Link: How to strip HTML tags, scripts, and styles from a web page using PHP'>How to strip HTML tags, scripts, and styles from a web page using PHP</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/simple-function-set-depth-text-opengl-es-implemented-objective/' rel='bookmark' title='Permanent Link: Simple Function to Set the Depth Text for OpenGL ES, Implemented in Objective-C'>Simple Function to Set the Depth Text for OpenGL ES, Implemented in Objective-C</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>PHP recursive text substitution, like a simple macro or template system.</p>
<p>A simple function which translates strings by substituting keywords enclosed in braces &#8211; {{keyword}} &#8211; useful for language translations and multiple sites sharing the same code.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/php-function-script-parse-string-strin/' rel='bookmark' title='Permanent Link: How to use PHP function or script to parse string between two strings&#8230;'>How to use PHP function or script to parse string between two strings&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/strip-html-tags-scripts-styles-web-page-php/' rel='bookmark' title='Permanent Link: How to strip HTML tags, scripts, and styles from a web page using PHP'>How to strip HTML tags, scripts, and styles from a web page using PHP</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/simple-function-set-depth-text-opengl-es-implemented-objective/' rel='bookmark' title='Permanent Link: Simple Function to Set the Depth Text for OpenGL ES, Implemented in Objective-C'>Simple Function to Set the Depth Text for OpenGL ES, Implemented in Objective-C</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/simon-tite/php-recursive-text-substitution-simple-macro-template-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why CGContextShowTextAtPoint Draw Text Upside Down?</title>
		<link>http://www.dbuggr.com/hkalex/cgcontextshowtextatpoint-draw-text-upside/</link>
		<comments>http://www.dbuggr.com/hkalex/cgcontextshowtextatpoint-draw-text-upside/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:10:11 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cgcontextshowtextatpoint]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flip]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[quartz]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/hkalex/cgcontextshowtextatpoint-draw-text-upside/</guid>
		<description><![CDATA[why CGContextShowTextAtPoint draw text upside down?

Related posts:Steps on How to Draw a Circle in Auto CAD
Draw the 2d Tile Image Using OpenGL and C++
How to Find Line of Code of Text Files in Mac with Terminal



Related posts:<ol><li><a href='http://www.dbuggr.com/yakimeshi/draw-circle-auto-cad/' rel='bookmark' title='Permanent Link: Steps on How to Draw a Circle in Auto CAD'>Steps on How to Draw a Circle in Auto CAD</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/draw-2d-tile-image-opengl/' rel='bookmark' title='Permanent Link: Draw the 2d Tile Image Using OpenGL and C++'>Draw the 2d Tile Image Using OpenGL and C++</a></li>
<li><a href='http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/' rel='bookmark' title='Permanent Link: How to Find Line of Code of Text Files in Mac with Terminal'>How to Find Line of Code of Text Files in Mac with Terminal</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>why CGContextShowTextAtPoint draw text upside down?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/yakimeshi/draw-circle-auto-cad/' rel='bookmark' title='Permanent Link: Steps on How to Draw a Circle in Auto CAD'>Steps on How to Draw a Circle in Auto CAD</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/draw-2d-tile-image-opengl/' rel='bookmark' title='Permanent Link: Draw the 2d Tile Image Using OpenGL and C++'>Draw the 2d Tile Image Using OpenGL and C++</a></li>
<li><a href='http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/' rel='bookmark' title='Permanent Link: How to Find Line of Code of Text Files in Mac with Terminal'>How to Find Line of Code of Text Files in Mac with Terminal</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/hkalex/cgcontextshowtextatpoint-draw-text-upside/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Splitting a Text Node in a DOM Document</title>
		<link>http://www.dbuggr.com/wirelessjava2002/splitting-text-node-dom-document/</link>
		<comments>http://www.dbuggr.com/wirelessjava2002/splitting-text-node-dom-document/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:28:17 +0000</pubDate>
		<dc:creator>wirelessjava2002</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[dom document]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[splitting]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/wirelessjava2002/splitting-text-node-dom-document/</guid>
		<description><![CDATA[Splitting a Text Node in a DOM Document

Related posts:Visiting All the Nodes in a DOM Document
Visiting All the Elements in a DOM Document
XSLT String Splitting, Spliting Names



Related posts:<ol><li><a href='http://www.dbuggr.com/wirelessjava2002/visiting-nodes-dom-document/' rel='bookmark' title='Permanent Link: Visiting All the Nodes in a DOM Document'>Visiting All the Nodes in a DOM Document</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/visiting-elements-dom-document/' rel='bookmark' title='Permanent Link: Visiting All the Elements in a DOM Document'>Visiting All the Elements in a DOM Document</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/xslt-string-splitting-spliting-names/' rel='bookmark' title='Permanent Link: XSLT String Splitting, Spliting Names'>XSLT String Splitting, Spliting Names</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Splitting a Text Node in a DOM Document</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/wirelessjava2002/visiting-nodes-dom-document/' rel='bookmark' title='Permanent Link: Visiting All the Nodes in a DOM Document'>Visiting All the Nodes in a DOM Document</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/visiting-elements-dom-document/' rel='bookmark' title='Permanent Link: Visiting All the Elements in a DOM Document'>Visiting All the Elements in a DOM Document</a></li>
<li><a href='http://www.dbuggr.com/wirelessjava2002/xslt-string-splitting-spliting-names/' rel='bookmark' title='Permanent Link: XSLT String Splitting, Spliting Names'>XSLT String Splitting, Spliting Names</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/wirelessjava2002/splitting-text-node-dom-document/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Echo/print/output Text or Comment to the Screen in Oracle SQLPLUS</title>
		<link>http://www.dbuggr.com/smallwei/echo-print-output-text-comment-oracle-sqlplus/</link>
		<comments>http://www.dbuggr.com/smallwei/echo-print-output-text-comment-oracle-sqlplus/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:55:03 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[sqlplus]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/echo-print-output-text-comment-oracle-sqlplus/</guid>
		<description><![CDATA[How to echo/print/output text or comment to the screen in Oracle SQLPLUS

Related posts:How to Interact with Oracle SQLPLUS Using Windows Batch Script
How to print or output the contents of a PHP Array.
PowerShell- How to Write Output to a Text File?



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/printing-contents-php-array/' rel='bookmark' title='Permanent Link: How to print or output the contents of a PHP Array.'>How to print or output the contents of a PHP Array.</a></li>
<li><a href='http://www.dbuggr.com/yukimash/powershell-write-output-text-file/' rel='bookmark' title='Permanent Link: PowerShell- How to Write Output to a Text File?'>PowerShell- How to Write Output to a Text File?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to echo/print/output text or comment to the screen in Oracle SQLPLUS</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/printing-contents-php-array/' rel='bookmark' title='Permanent Link: How to print or output the contents of a PHP Array.'>How to print or output the contents of a PHP Array.</a></li>
<li><a href='http://www.dbuggr.com/yukimash/powershell-write-output-text-file/' rel='bookmark' title='Permanent Link: PowerShell- How to Write Output to a Text File?'>PowerShell- How to Write Output to a Text File?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/echo-print-output-text-comment-oracle-sqlplus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Compare 2 Text Files</title>
		<link>http://www.dbuggr.com/abhaybharti/compare-2-text-files/</link>
		<comments>http://www.dbuggr.com/abhaybharti/compare-2-text-files/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 13:29:03 +0000</pubDate>
		<dc:creator>automation.lifegoeasy.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[qtp]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/compare-2-text-files/</guid>
		<description><![CDATA[How to compare 2 text files

Related posts:How to Find Line of Code of Text Files in Mac with Terminal
Code to Compare 2 Excel Sheets Cell by Cell
How to Browse Directories and Files in Apple iPhone and Download Files



Related posts:<ol><li><a href='http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/' rel='bookmark' title='Permanent Link: How to Find Line of Code of Text Files in Mac with Terminal'>How to Find Line of Code of Text Files in Mac with Terminal</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/code-compare-excel-sheets-cell/' rel='bookmark' title='Permanent Link: Code to Compare 2 Excel Sheets Cell by Cell'>Code to Compare 2 Excel Sheets Cell by Cell</a></li>
<li><a href='http://www.dbuggr.com/milly/browse-directories-files-apple-iphone-download-files/' rel='bookmark' title='Permanent Link: How to Browse Directories and Files in Apple iPhone and Download Files'>How to Browse Directories and Files in Apple iPhone and Download Files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to compare 2 text files</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/' rel='bookmark' title='Permanent Link: How to Find Line of Code of Text Files in Mac with Terminal'>How to Find Line of Code of Text Files in Mac with Terminal</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/code-compare-excel-sheets-cell/' rel='bookmark' title='Permanent Link: Code to Compare 2 Excel Sheets Cell by Cell'>Code to Compare 2 Excel Sheets Cell by Cell</a></li>
<li><a href='http://www.dbuggr.com/milly/browse-directories-files-apple-iphone-download-files/' rel='bookmark' title='Permanent Link: How to Browse Directories and Files in Apple iPhone and Download Files'>How to Browse Directories and Files in Apple iPhone and Download Files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/abhaybharti/compare-2-text-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vi / Vim Cheat Sheet</title>
		<link>http://www.dbuggr.com/simon-tite/vi-vim-cheat-sheet/</link>
		<comments>http://www.dbuggr.com/simon-tite/vi-vim-cheat-sheet/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:39:33 +0000</pubDate>
		<dc:creator>Simon Tite</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux editor]]></category>
		<category><![CDATA[sheet]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vi editor]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vim editor]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/simon-tite/vi-vim-cheat-sheet/</guid>
		<description><![CDATA[Vi / Vim cheat sheet
This cheat sheet contains many of the more useful commands available in the linux vi or vim text editor programs. It is by no means a complete reference, but the commands given are enough to perform pretty much any editing task you might require.

Related posts:VBA &#8211; Open Multiple Workbooks and Copy [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/yukimash/vba-open-multiple-workbooks-copy-sheet-workbook/' rel='bookmark' title='Permanent Link: VBA &#8211; Open Multiple Workbooks and Copy Sheet to New Workbook'>VBA &#8211; Open Multiple Workbooks and Copy Sheet to New Workbook</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduciton-performance-engineering-quick-review-sheet/' rel='bookmark' title='Permanent Link: Introduciton of Performance Engineering Quick Review Sheet'>Introduciton of Performance Engineering Quick Review Sheet</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/sql-editor-commands/' rel='bookmark' title='Permanent Link: SQL*PLUS Editor Commands'>SQL*PLUS Editor Commands</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Vi / Vim cheat sheet</p>
<p>This cheat sheet contains many of the more useful commands available in the linux vi or vim text editor programs. It is by no means a complete reference, but the commands given are enough to perform pretty much any editing task you might require.<u></u><u></u><u></u><strong></strong><strong></strong><strong></strong><u></u><u></u><u></u><strong></strong><strong></strong><strong></strong><strong></strong><strong></strong></p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/yukimash/vba-open-multiple-workbooks-copy-sheet-workbook/' rel='bookmark' title='Permanent Link: VBA &#8211; Open Multiple Workbooks and Copy Sheet to New Workbook'>VBA &#8211; Open Multiple Workbooks and Copy Sheet to New Workbook</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/introduciton-performance-engineering-quick-review-sheet/' rel='bookmark' title='Permanent Link: Introduciton of Performance Engineering Quick Review Sheet'>Introduciton of Performance Engineering Quick Review Sheet</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/sql-editor-commands/' rel='bookmark' title='Permanent Link: SQL*PLUS Editor Commands'>SQL*PLUS Editor Commands</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/simon-tite/vi-vim-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerShell- How to Write Output to a Text File?</title>
		<link>http://www.dbuggr.com/yukimash/powershell-write-output-text-file/</link>
		<comments>http://www.dbuggr.com/yukimash/powershell-write-output-text-file/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 06:03:50 +0000</pubDate>
		<dc:creator>BoLaFish</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/yukimash/powershell-write-output-text-file/</guid>
		<description><![CDATA[PowerShell- How to write output to a text file?

Related posts:How to Echo/print/output Text or Comment to the Screen in Oracle SQLPLUS
How to Write Content to a File in QTP?
How to Load Text File into NSString Using iPhone SDK



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/echo-print-output-text-comment-oracle-sqlplus/' rel='bookmark' title='Permanent Link: How to Echo/print/output Text or Comment to the Screen in Oracle SQLPLUS'>How to Echo/print/output Text or Comment to the Screen in Oracle SQLPLUS</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/write-content-file/' rel='bookmark' title='Permanent Link: How to Write Content to a File in QTP?'>How to Write Content to a File in QTP?</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Load Text File into NSString Using iPhone SDK'>How to Load Text File into NSString Using iPhone SDK</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>PowerShell- How to write output to a text file?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/echo-print-output-text-comment-oracle-sqlplus/' rel='bookmark' title='Permanent Link: How to Echo/print/output Text or Comment to the Screen in Oracle SQLPLUS'>How to Echo/print/output Text or Comment to the Screen in Oracle SQLPLUS</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/write-content-file/' rel='bookmark' title='Permanent Link: How to Write Content to a File in QTP?'>How to Write Content to a File in QTP?</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Load Text File into NSString Using iPhone SDK'>How to Load Text File into NSString Using iPhone SDK</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/yukimash/powershell-write-output-text-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Load Text File into NSString Using iPhone SDK</title>
		<link>http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/</link>
		<comments>http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 19:59:49 +0000</pubDate>
		<dc:creator>leothenerd</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[nsstring]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/</guid>
		<description><![CDATA[How to load text file into NSString using iPhone SDK

Related posts:How to Load Plist File into NSDictionary Implemented in iPhone SDK
How to Convert NSData to NSString in iPhone SDK
How to Manage Plist File in iPhone SDK



Related posts:<ol><li><a href='http://www.dbuggr.com/leothenerd/load-plist-file-nsdictionary-implemented-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Load Plist File into NSDictionary Implemented in iPhone SDK'>How to Load Plist File into NSDictionary Implemented in iPhone SDK</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/convert-nsdata-nsstring-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Convert NSData to NSString in iPhone SDK'>How to Convert NSData to NSString in iPhone SDK</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/manage-plist-file-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Manage Plist File in iPhone SDK'>How to Manage Plist File in iPhone SDK</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to load text file into NSString using iPhone SDK</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/leothenerd/load-plist-file-nsdictionary-implemented-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Load Plist File into NSDictionary Implemented in iPhone SDK'>How to Load Plist File into NSDictionary Implemented in iPhone SDK</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/convert-nsdata-nsstring-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Convert NSData to NSString in iPhone SDK'>How to Convert NSData to NSString in iPhone SDK</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/manage-plist-file-iphone-sdk/' rel='bookmark' title='Permanent Link: How to Manage Plist File in iPhone SDK'>How to Manage Plist File in iPhone SDK</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/leothenerd/load-text-file-nsstring-iphone-sdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Copy Web Text with Palm Pre WebOS?</title>
		<link>http://www.dbuggr.com/yakimeshi/copy-web-text-palm-pre-webos/</link>
		<comments>http://www.dbuggr.com/yakimeshi/copy-web-text-palm-pre-webos/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 04:15:29 +0000</pubDate>
		<dc:creator>yakimeshi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/yakimeshi/copy-web-text-palm-pre-webos/</guid>
		<description><![CDATA[How to Copy web text with Palm Pre WebOS?

Related posts:Download Pre-configured and Pre-built Open Source OS VirtualBox Images
Download Large Collection of Pre-built VMware Virtual Machine Images for Free
How to Copy Protected DVD Movie on Apple Mac OS X



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/download-pre-configured-pre-built-open-source-os-vm-images/' rel='bookmark' title='Permanent Link: Download Pre-configured and Pre-built Open Source OS VirtualBox Images'>Download Pre-configured and Pre-built Open Source OS VirtualBox Images</a></li>
<li><a href='http://www.dbuggr.com/milly/large-collection-pre-built-vmware-virtual-machine-images-download/' rel='bookmark' title='Permanent Link: Download Large Collection of Pre-built VMware Virtual Machine Images for Free'>Download Large Collection of Pre-built VMware Virtual Machine Images for Free</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/copy-protected-dvd-movie-mac-os/' rel='bookmark' title='Permanent Link: How to Copy Protected DVD Movie on Apple Mac OS X'>How to Copy Protected DVD Movie on Apple Mac OS X</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Copy web text with Palm Pre WebOS?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/download-pre-configured-pre-built-open-source-os-vm-images/' rel='bookmark' title='Permanent Link: Download Pre-configured and Pre-built Open Source OS VirtualBox Images'>Download Pre-configured and Pre-built Open Source OS VirtualBox Images</a></li>
<li><a href='http://www.dbuggr.com/milly/large-collection-pre-built-vmware-virtual-machine-images-download/' rel='bookmark' title='Permanent Link: Download Large Collection of Pre-built VMware Virtual Machine Images for Free'>Download Large Collection of Pre-built VMware Virtual Machine Images for Free</a></li>
<li><a href='http://www.dbuggr.com/andrew8062/copy-protected-dvd-movie-mac-os/' rel='bookmark' title='Permanent Link: How to Copy Protected DVD Movie on Apple Mac OS X'>How to Copy Protected DVD Movie on Apple Mac OS X</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/yakimeshi/copy-web-text-palm-pre-webos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
