<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>qoe labs</title>
<meta name="keywords" content="Jay Palat development projects quoteurltext support" />
<meta name="description" content="Jay Palat's lab" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>

<div id="header">

	<div id="header_inner" class="fixed">

		<div id="logo">
			<h1><span>QOE Labs</span>1.0</h1>
			<h2>working habits</h2>
		</div>
		
		<div id="menu">
			<ul>
				<li><a href="index.php" >Home</a></li>
				<li><a href="quoteurl.php" class="active">quoteurltext</a></li>
				<li><a href="librarylist.php">Library List</a></li>
				<li><a href="contact.html" >Contact Me</a></li>
			</ul>
		</div>
		
	</div>
</div>

<div id="main">

	<div id="main_inner" class="fixed">

		<div id="primaryContent_2columns">

			<div id="columnA_2columns">
		
				<h3>Project: QuoteURLText</h3>
				<img src="images/212c.png" class="floatTL" alt="Something scenic" />

				<p>
					QuoteURLText is a Firefox Extension for copying text into a format for pasting.  
					
				</p>
				
				<p>
				 <b>COMING SOON!</b>  1.09 with support for Firefox 3.5!  The update has been sent to Firefox review.  Expect an update soon!
				
				<p> While waiting for the update to process on the Mozilla Add-Ons Site, I'm posting
				a recent build here : <a href ="quoteurltext.xpi"> QuoteUrlText 1.0.9 </a></p>
				<p> To install the plugin, download the xpi from the link above, then use  "File > Open" from Firefox to open the file.  Firefox will then install the plugin.
				
				<h4>
					Need Help?  Having an issue?  Contact me at : <a href="mailto:comments@qoelabs.com">support@qoelabs.com</a>	
				</h4>
				
				
				<br class="clear" />
			
				<div class="post">
				
					<h3>QuoteURLText</h3>
					<ul class="post_info">
						<li class="date">Updated on 2.28.2009</li>
						
					</ul>					

					<p>
						Quote URL text will copy selected to the clipboard including metadata 
						about the page (Page Title, Location and date of copy). It provides 
						options for plaintext or rich text copies.

Advance formating (available from Tools -> QuoteUrlText) allow users to format the order of the URL, Title, Date and Quote as they need.
					</p>
					<p>
						Quoteurltext was a featured Firefox Extension on <a href = "http://lifehacker.com/5095253/quoteurltext-copies-highlighted-text-and-source-url"> Lifehacker!</a>
					</p>

				</div>

		
			</div>
	
		</div>
		
		<div id="secondaryContent_2columns">
		

		<?php include "linkColumn.inc" ?>

		</div>

		<br class="clear" />

	</div>

</div>

<div id="footer" class="fixed">
	Copyright &copy; 2009 Vijaykumar Palat. All rights reserved. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree Design</a>.
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8607827-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>