<?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>PatentBytes</title>
	<atom:link href="http://patentbytes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://patentbytes.com</link>
	<description>Patent Blogs, News, and Search Tools</description>
	<lastBuildDate>Wed, 22 Feb 2012 15:17:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Automatically Completing Your PDF Forms &#8211; Part I</title>
		<link>http://patentbytes.com/automatically-completing-your-pdf-forms-part-i/</link>
		<comments>http://patentbytes.com/automatically-completing-your-pdf-forms-part-i/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 19:27:31 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Patent Prosecution]]></category>
		<category><![CDATA[Patent]]></category>
		<category><![CDATA[Patent application]]></category>
		<category><![CDATA[patent forms]]></category>
		<category><![CDATA[PDF forms]]></category>
		<category><![CDATA[practice tips]]></category>
		<category><![CDATA[United States Patent and Trademark Office]]></category>

		<guid isPermaLink="false">http://patentbytes.com/?p=314</guid>
		<description><![CDATA[Note: If you have Adobe Acrobat Pro, there is an alternative method that you may find easier than the method I discuss below. If you are interested, let me know by comment or by email (see email address in the &#8230; <a href="http://patentbytes.com/automatically-completing-your-pdf-forms-part-i/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #999999; font-size:small;"><em>Note: If you have Adobe Acrobat Pro, there is an alternative method that you may find easier than the method I discuss below. If you are interested, let me know by comment or by email (see email address in the footer) and I&#8217;ll add a related post directed to Acrobat Pro users.</em></span></p>
<p>If you are familiar with software engineering, then you may have heard of the DRY principle: Don&#8217;t Repeat Yourself.</p>
<p>There are some PDF forms that we use over and over. Often times, the information we enter into the forms has already been entered elsewhere. For example, consider an Application Data Sheet. It&#8217;s likely that much of the information has already been entered into your docketing system. Wouldn&#8217;t it be great if you could enter this information one time, and then re-use it every time you need it instead of typing the same information over and over?</p>
<p>Good news: you can. You may already be familiar with using your database to complete word processing documents using mail merge. But what about PDF forms? More good news: PDF forms can complete themselves! They can do this by importing data into the form. By the way, this process works with both Adobe Reader and Adobe Acrobat.</p>
<p>As a result, it’s possible to autocomplete your PDF forms using data you already have on hand, such as the data you have stored in your docketing database. The trick is to appropriately format your data so that the PDF document can import it and use it to populate the form.</p>
<p>Okay, here’s the caveat: Automatically populating your forms, PDF or otherwise, can save you time and help you avoid clerical errors. However, it’s important to note that there is no substitute for careful proofreading, even when using an automated system to complete your forms. I’m not going to list all of the things that can go wrong, but you can imagine that it’s possible that errors can exist in source data or errors can occur during the import process.</p>
<p>Okay, so with that out of the way, in this first part of this multipart entry, I will discuss how to format the data so that it can be imported into your PDF form. Then in later parts (Parts II-?) I will discuss how to create the properly formatted file from your data source so that your data can be imported into your PDF form. (I may get that all into Part II, or it may end up getting split into Parts II and III.)</p>
<p><span style="color: #3366ff;"><em>Part I: Figuring out how to format the data so that it can be imported</em></span></p>
<p>Fortunately, it’s a relatively simple matter to determine the proper data format: just export some sample data from the form that you want to autocomplete.</p>
<p>For this example, I will use the declaration form for a patent application that includes an application data sheet (<a href="http://www.uspto.gov/forms/sb0001a.pdf">SB01A</a>). This is one of the simpler forms from the USPTO, and I’m just using it for ease of explanation. The same process can be used for longer forms.</p>
<p>So the first step is to determine how the import data should be formatted. To do this, open a copy of the form in Adobe Reader or Acrobat, and fill in the entire form with some sample data. Preferably your sample data should actually be unique descriptions of each blank. You will see the reason for this later on. For example, instead of making up a fictional title, type something like TITLE or TITLE GOES HERE:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/sample-data-in-form.jpg"><img class="aligncenter size-full wp-image-318" title="sample data in form" src="http://patentbytes.com/wp-content/uploads/2012/02/sample-data-in-form.jpg" alt="" width="642" height="267" /></a></p>
<p>Once you have populated the entire form with your sample data, the next step is to export the data. In Adobe Acrobat 8 Standard, you can find this at Forms &gt; Manage Form Data &gt; Export Data:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/export-data.jpg"><img class="aligncenter size-full wp-image-315" title="export data" src="http://patentbytes.com/wp-content/uploads/2012/02/export-data.jpg" alt="" width="395" height="143" /></a></p>
<p>If you are using Adobe Reader 9, you can find this at Document &gt; Forms &gt; Export Data:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/export-data-reader.jpg"><img class="aligncenter size-full wp-image-316" title="export data reader" src="http://patentbytes.com/wp-content/uploads/2012/02/export-data-reader.jpg" alt="" width="528" height="203" /></a></p>
<p>If you are using a different version of Acrobat or Reader, you should still have the option to export data, but it may be located somewhere else. Try looking around in your menu items, it’s probably there somewhere. Once you click on “Export Data” a save-file dialog box will open. Make a note of where you save the file and the file name, and be sure to <strong>save the file as an</strong> <strong>XML document</strong>:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/save-as-xml.jpg"><img class="aligncenter size-full wp-image-319" title="save as xml" src="http://patentbytes.com/wp-content/uploads/2012/02/save-as-xml.jpg" alt="" width="475" height="154" /></a></p>
<p>Now you can take a look at the xml file that you just saved. To do this, find the file and right-click on it to see your “Open With” options and pick one of your web browsers:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/open-with-options.jpg"><img class="aligncenter size-full wp-image-317" title="open with options" src="http://patentbytes.com/wp-content/uploads/2012/02/open-with-options.jpg" alt="" width="591" height="255" /></a></p>
<p>Your web browser should open the xml file and display it for you. Here is what mine looked like:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/XML-sample-data.jpg"><img class="aligncenter size-full wp-image-320" title="XML sample data" src="http://patentbytes.com/wp-content/uploads/2012/02/XML-sample-data.jpg" alt="" width="1006" height="297" /></a></p>
<p>If you&#8217;re not familiar with xml, don’t panic. Keep reading, it’s not that bad. You don’t need to be an xml expert to get through this. The key thing to recognize is that the statements in the file repeat this basic pattern:</p>
<p align="center"><span style="color: #3366ff;">&lt;xml opening tag&gt;</span><strong>Your Data</strong><span style="color: #3366ff;">&lt;/xml closing tag&gt;</span></p>
<p>Now you will understand why we added the descriptive text to the form before we exported the data. By looking though this xml file, you should see the text you typed into each blank. This allows you to map where your data should go without the need to try to interpret the xml tags. For example, take a look at line 3 of the xml file:</p>
<p><span style="color: #3366ff;">&lt;Asamendedon xfdf:original=&#8221;As amended on&#8221;&gt;</span><strong>AMENDMENT DATE</strong><span style="color: #3366ff;">&lt;/Asamendedon&gt;</span></p>
<p>Don’t worry about the parts in the &lt;&gt; brackets. The only part to pay attention to is what’s between them. Looking at this, we can see that we need to replace “AMENDMENT DATE” with an actual date that we want in the form.</p>
<p>So, in order to import some data into this particular PDF form, we just need to create a text file exactly like the one above, but replace the “Your Data” parts with the information that we want in the form.</p>
<p>This may seem complicated, but luckily there’s an easy way to do this: <strong>Mail Merge!</strong></p>
<p>In Part II (and III?), I will describe how you can create a mail merge document from the xml file discussed above. You can then use mail merge to automatically merge your information into a new xml file, which can then be imported into the PDF. It’s a bit of work on the front end to get a mail merge document created. But, once you have your mail merge document created, it becomes a quick and easy process to autocomplete your PDF forms.</p>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/automatically-completing-your-pdf-forms-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search&#8217;n&#039;Save Updates</title>
		<link>http://patentbytes.com/searchnsave-updates/</link>
		<comments>http://patentbytes.com/searchnsave-updates/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 18:50:53 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[patent search]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search and save]]></category>
		<category><![CDATA[search'n'save]]></category>

		<guid isPermaLink="false">http://patentbytes.com/?p=287</guid>
		<description><![CDATA[Over the past week or so I&#8217;ve been working on upgrades for the Search&#8217;n'Save website, and yesterday I added some of the new code to the live site. If you haven&#8217;t used Search&#8217;n'Save, give it a try. It&#8217;s a simple &#8230; <a href="http://patentbytes.com/searchnsave-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Search'n'Save" href="http://search.patentbytes.com"><img class="alignleft size-medium wp-image-290" title="Search and Save" src="http://patentbytes.com/wp-content/uploads/2012/02/sns-logo-300x85.jpg" alt="" width="300" height="85" /></a>Over the past week or so I&#8217;ve been working on upgrades for <a title="Search'n'Save" href="http://search.patentbytes.com">the Search&#8217;n'Save website</a>, and yesterday I added some of the new code to the live site.</p>
<p>If you haven&#8217;t used Search&#8217;n'Save, give it a try. It&#8217;s a simple website that let&#8217;s you do Google searches and set aside results that you want to keep. You can perform multiple searches (in the left column) and your saved links stay right there where you pinned them (in the right column). All links to search results open in new windows so that your saved results stay right where you left them while you scan the websites, patents, books, blogs, etc. that come up in your search results. When you are finished searching, you can copy/paste your saved results into your own document (e.g., for reporting search results to a client, citing art to the USPTO, etc.). I plan to add an export feature in the future, but for now the copy/paste option works okay.</p>
<p>The most apparent new features added over the weekend are the new delete links in the saved results:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/remove_item.jpg"><img class="alignleft size-medium wp-image-289" title="remove item" src="http://patentbytes.com/wp-content/uploads/2012/02/remove_item-300x100.jpg" alt="" width="300" height="100" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>There is also a new &#8220;clear all&#8221; link that will clear all of your saved results:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/02/clear_all.jpg"><img class="alignleft size-full wp-image-288" title="clear all" src="http://patentbytes.com/wp-content/uploads/2012/02/clear_all.jpg" alt="" width="252" height="154" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>For those interested in the code, behind the scenes the javascript code was revised to use jquery. This should make it easier to add additional features such as the new delete buttons added over the weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/searchnsave-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Patents Search &#8211; Tips and Tricks</title>
		<link>http://patentbytes.com/google-patents-search-tips-and-tricks/</link>
		<comments>http://patentbytes.com/google-patents-search-tips-and-tricks/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 21:37:22 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Patent Prosecution]]></category>
		<category><![CDATA[Design patent]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Patent]]></category>
		<category><![CDATA[Patent Office]]></category>
		<category><![CDATA[Prior art]]></category>
		<category><![CDATA[Trademark Office]]></category>
		<category><![CDATA[United States Patent and Trademark Office]]></category>

		<guid isPermaLink="false">http://patentbytes.com/?p=244</guid>
		<description><![CDATA[Google introduced it&#8217;s patent search site several years ago, and it quickly became one of the websites that I visit most frequently. It&#8217;s very useful for research, patent searching, and getting pdf copies of patents. Here are a few tips and &#8230; <a href="http://patentbytes.com/google-patents-search-tips-and-tricks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 286px"><a href="http://en.wikipedia.org/wiki/File:Google_Patent_Search_Logo.png"><img class="zemanta-img-inserted zemanta-img-configured" title="Google Patents" src="http://upload.wikimedia.org/wikipedia/en/0/04/Google_Patent_Search_Logo.png" alt="Google Patents" width="276" height="110" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>Google introduced it&#8217;s <a title="Google Patents" href="http://www.google.com/patents">patent search site</a> several years ago, and it quickly became one of the websites that I visit most frequently. It&#8217;s very useful for research, patent searching, and getting pdf copies of patents. Here are a few tips and tricks for using Google&#8217;s patent search site.</p>
<p><span style="text-decoration: underline; color: #000000;"><strong>Link directly to a patent or patent application publication</strong></span></p>
<p>You can link directly to any patent or patent application publication at &#8220;http://www.google.com/patents/USxxxxxxx&#8221; where &#8220;xxxxxxx&#8221; is the patent or publication number. Note that this is case-sensitive, so everything after /patents/ must be all-caps.</p>
<p>Here are some examples:</p>
<p><em>US Patent No. 7,654,321: </em><a href="http://www.google.com/patents/US7654321" target="_blank">http://www.google.com/patents/US7654321</a></p>
<p><em>US Patent Application Publication No. 2011/0000001: </em><a href="http://www.google.com/patents/US20110000001" target="_blank">http://www.google.com/patents/US20110000001</a></p>
<p><em>US Design Patent No. D454,321: </em><a href="http://www.google.com/patents/USD454321" target="_blank">http://www.google.com/patents/USD454321</a></p>
<p><span style="text-decoration: underline; color: #000000;"><strong>Link directly to PDF of a patent or patent application publication</strong></span></p>
<p>You can link directly to a PDF any patent or patent application publication at &#8220;http://www.google.com/patents/USxxxxxxx.pdf&#8221; where &#8220;xxxxxxx&#8221; is the patent or publication number. Note that this is case-sensitive, so everything after /patents/ must be all-caps.</p>
<p>Here are some examples:</p>
<p><em>US Patent No. 7,654,321: </em><a href="http://www.google.com/patents/US7654321.pdf">http://www.google.com/patents/US7654321.pdf</a></p>
<p><em>US Patent Application Publication No. 2011/0000001: </em><a href="http://www.google.com/patents/US20110000001.pdf" target="_blank">http://www.google.com/patents/US20110000001.pdf</a></p>
<p><em>US Design Patent No. D454,321: </em><a href="http://www.google.com/patents/USD454321.pdf" target="_blank">http://www.google.com/patents/USD454321.pdf</a></p>
<p><span style="text-decoration: underline; color: #000000;"><strong>Include Similar Key Words, Exclude Others</strong></span></p>
<p>You can instruct Google to include similar terms by adding a tilde (~) to the beginning of the search term. For example, compare the results you get for &#8220;phone&#8221; to the results you get for &#8220;~phone&#8221;:</p>
<div id="attachment_269" class="wp-caption alignnone" style="width: 310px"><a href="http://patentbytes.com/wp-content/uploads/2012/02/Picture-18.png"><img class="size-medium wp-image-269" title="Search for phone" src="http://patentbytes.com/wp-content/uploads/2012/02/Picture-18-300x231.png" alt="" width="300" height="231" /></a><p class="wp-caption-text">Search for phone</p></div>
<div id="attachment_268" class="wp-caption alignnone" style="width: 310px"><a href="http://patentbytes.com/wp-content/uploads/2012/02/Picture-17.png"><img class="size-medium wp-image-268" title="Search for ~phone" src="http://patentbytes.com/wp-content/uploads/2012/02/Picture-17-300x235.png" alt="" width="300" height="235" /></a><p class="wp-caption-text">Search for ~phone</p></div>
<p>The tilde operator actually works with any Google search, and can be useful to broaden your search results to include similar results that you may have otherwise missed. On the other hand, you can also narrow your search by instructing Google to exclude certain word by including a dash (-) before the term, e.g., &#8220;lamp -halogen&#8221; would exclude halogen lamps from your search results.</p>
<p><span style="text-decoration: underline; color: #000000;"><strong>Digging Deeper into the Patent History &#8211; Downloading PAIR Data</strong></span></p>
<p>Google can also provide a copy of the &#8220;file wrapper&#8221; for many patents and published applications. A file wrapper is a file created by the U.S. Patent and Trademark Office while a patent is pending, and generally includes many documents related to the patent application such as the original application and correspondence (e.g., rejections, amendments, etc.) between the Patent Office and the Applicant.</p>
<p>The file wrapper provided by Google is actually part of a zip file you will get that also includes other data from public PAIR, such as application data, attorney/agent information, patent term adjustment, etc. For those unfamiliar, public PAIR is the public Patent Application Information Retrieval service provided by the U.S. Patent and Trademark Office.</p>
<p>You can access the PAIR/File Wrapper zip file by modifying the following link. Just replace &#8220;APP_NUM&#8221; with the 8-digit application number of a patent/patent publication (omitting the slash and comma).</p>
<p>http://commondatastorage.googleapis.com/uspto-pair/applications/APP_NUM.zip</p>
<p>For example, to retrieve the PAIR/File Wrapper for U.S. Patent No. 7,654,321, which issued from Application No. 11/616,583, use the following link:</p>
<p><a href="http://commondatastorage.googleapis.com/uspto-pair/applications/11616583.zip">http://commondatastorage.googleapis.com/uspto-pair/applications/11616583.zip</a></p>
<p>The zip file will contain a directory of .tsv files, which are tab-delimited text files that can be imported into a spreadsheet or opened with a text editor or word processor. There will also be a directory called image_file_wrapper, which contains electronic copies of the contents of the patent application&#8217;s file wrapper in pdf format.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=d4a8aacf-4306-4a2b-a342-c01cd7f22cfb" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/google-patents-search-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adjusting Your Patent Strategy for the Era of 3D Printing</title>
		<link>http://patentbytes.com/adjusting-your-patent-strategy-for-the-era-of-3d-printing/</link>
		<comments>http://patentbytes.com/adjusting-your-patent-strategy-for-the-era-of-3d-printing/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 03:01:21 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Patent Prosecution]]></category>
		<category><![CDATA[3D printing]]></category>
		<category><![CDATA[design patents]]></category>
		<category><![CDATA[emerging technologies]]></category>
		<category><![CDATA[Intellectual property]]></category>
		<category><![CDATA[patents]]></category>

		<guid isPermaLink="false">http://patentbytes.com/?p=207</guid>
		<description><![CDATA[The era of personal 3D printing is (almost) here. Machines capable of printing 3D objects have been around for many years. But recently this fascinating technology has reached the point where the personal 3D printer has become a reality. At &#8230; <a href="http://patentbytes.com/adjusting-your-patent-strategy-for-the-era-of-3d-printing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><a href="http://en.wikipedia.org/wiki/File:MakerBot_ThingOMatic_Bre_Pettis.jpg"><img class="zemanta-img-inserted zemanta-img-configured" title="Image of the MakerBot Cupcake CNC - descriptio..." src="http://upload.wikimedia.org/wikipedia/en/thumb/7/75/MakerBot_ThingOMatic_Bre_Pettis.jpg/300px-MakerBot_ThingOMatic_Bre_Pettis.jpg" alt="Image of the MakerBot Cupcake CNC - descriptio..." width="300" height="450" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>The era of personal 3D printing is (almost) here.</p>
<div class="mceTemp"></div>
<p>Machines capable of printing 3D objects have been around for many years. But recently this fascinating technology has reached the point where the personal 3D printer has become a reality. At this year&#8217;s CES, for example, <a href="http://http://www.makerbot.com/">MakerBot Industries</a> and <a href="http://www.cubify.com/">Cubify</a> both introduced 3D printers for the everyday consumer. Cubify also introduced a cloud-based 3D printing service, where a consumer can upload 3D data, then Cubify will have it printed and delivered.</p>
<p>The prices of personal 3D printers are still a bit too high to appeal to the average consumer &#8211; some numbers I&#8217;ve seen have been in the $1,200 to $1,700 range. But the raw material used by the 3D printers, their &#8220;ink&#8221; equivalent, is surprisingly inexpensive. For example, you can purchase about 1kg of raw plastic material for little more than the cost of an ink jet printer cartridge. And as with other technologies, expect the prices of the 3D printers to continue to drop.</p>
<p>So what does this mean for your intellectual property?</p>
<p>Consider this scenario: a consumer purchases your new product, creates a 3D scan of it (or a portion of it), uploads the 3D scan data to a file-sharing website, and suddenly anyone, anywhere in the world, can print your product using the 3D scan data and their own 3D printer.</p>
<p>Sound far-fetched? <em>It&#8217;s not.</em> In fact, just recently The Pirate Bay announced the creation of a new portion of their file-sharing website devoted to 3D scans, which they are calling &#8220;physibles.&#8221; Are you ready if your patented product shows up in the &#8220;physibles&#8221; library?</p>
<p>While there may not yet be a 3D printer in every home, the day is coming, probably sooner than we imagine. So consider this: the patent application you are drafting today should be ready to protect the invention for the next 20 years, during which time 3D printing is likely to become as common as ink-jet printers are today. Take this into account while you plan your patent strategy. Are there any aspects of the invention that could be vulnerable to virtual copying? For example, are there any potential embodiments that could include transfer of 3D model data and 3D printing?</p>
<p>Also, think about whether it may be appropriate to seek one or more design patents for various aspects of the product. Are there important components that could be covered by a design patent?</p>
<p>While you&#8217;re at it, remember to be careful with the scope of your design patents.  Are there portions of the design that could be modified by a user, e.g., by manipulating the 3D design using CAD software, without departing from the novel aspect of your invention? If so, those portions of the design patent drawings should probably be shown in broken lines. Can your product be broken down into multiple components that may have their own novel designs? If so, you may want to consider pursuing multiple design patents.</p>
<p>Personal 3D printing is an exciting new technology. The potential uses for 3D printing extend beyond what I can imagine. But, unfortunately, the potential uses include activities that could infringe on other&#8217;s intellectual property rights. So it&#8217;s important to begin taking this potential problem into consideration when planning an IP strategy. As many of us have seen, the current rate of advancements in technology have a way of making today&#8217;s possibilities into tomorrow&#8217;s realities.</p>
<p><strong><span style="color: #ff0000;">Have you started to consider the implications of 3D printing and how it may affect your or your client&#8217;s intellectual property? If so, how has it affected your approach to obtaining IP? Let me know in the comments below!</span></strong></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=03640334-f67f-4974-9535-19a9c1aa75a3" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/adjusting-your-patent-strategy-for-the-era-of-3d-printing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interesting Design Patents of the Week</title>
		<link>http://patentbytes.com/interesting-design-patents-of-the-week/</link>
		<comments>http://patentbytes.com/interesting-design-patents-of-the-week/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:01:28 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Interesting Patents]]></category>

		<guid isPermaLink="false">http://patentbytes.com/?p=210</guid>
		<description><![CDATA[Here are a couple of interesting design patents that issued this week. Anyone else ready for summer? Design patent no. D653,172 covers a design for a &#8220;Mobile Ice Cream Kiosk&#8221;: &#160; Also, it looks like Facebook has patented the design &#8230; <a href="http://patentbytes.com/interesting-design-patents-of-the-week/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are a couple of interesting design patents that issued this week.</p>
<p>Anyone else ready for summer? Design patent no. D653,172 covers a design for a &#8220;Mobile Ice Cream Kiosk&#8221;:</p>
<p><a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=D653,172.PN.&amp;OS=PN/D653,172&amp;RS=PN/D653,172"><img class="aligncenter size-medium wp-image-211" title="D653,172" src="http://patentbytes.com/wp-content/uploads/2012/01/D653172_iceCreamKiosk-300x257.jpg" alt="" width="300" height="257" /></a></p>
<p>&nbsp;</p>
<p>Also, it looks like Facebook has patented the design of their website. Check out design patent no. D653,258:</p>
<p><a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=D653,258.PN.&amp;OS=PN/D653,258&amp;RS=PN/D653,258"><img class="aligncenter size-medium wp-image-212" title="D653,258" src="http://patentbytes.com/wp-content/uploads/2012/01/D653258_facebookGui-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/interesting-design-patents-of-the-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Guide to Outlining Office Actions</title>
		<link>http://patentbytes.com/a-guide-to-outlining-your-office-actions/</link>
		<comments>http://patentbytes.com/a-guide-to-outlining-your-office-actions/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 04:52:24 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Patent Prosecution]]></category>
		<category><![CDATA[Claims]]></category>
		<category><![CDATA[Office action]]></category>
		<category><![CDATA[Patent]]></category>
		<category><![CDATA[Patent application]]></category>
		<category><![CDATA[Patent examiner]]></category>
		<category><![CDATA[United States Patent and Trademark Office]]></category>
		<category><![CDATA[USPTO]]></category>

		<guid isPermaLink="false">http://patentbytes.com/?p=165</guid>
		<description><![CDATA[If you aren&#8217;t familiar with the patent application process, an &#8220;Office action&#8221; is, basically, a letter from the USPTO (U.S. Patent and Trademark Office) informing an applicant about the status of their pending patent application. Often it means that the &#8230; <a href="http://patentbytes.com/a-guide-to-outlining-your-office-actions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you aren&#8217;t familiar with the patent application process, an &#8220;Office action&#8221; is, basically, a letter from the USPTO (U.S. Patent and Trademark Office) informing an applicant about the status of their pending patent application. Often it means that the patent application has been rejected. (Don&#8217;t panic if you get one of these &#8211; many, if not most, patents issued from patent applications that were initially rejected.)</p>
<p>A common task for patent prosecutors is to evaluate and, if appropriate, prepare a response to an Office action. The patent regulations require that the response &#8220;must reply to every ground of objection and rejection in the prior Office action.&#8221; (<a title="37 CFR 1.111" href="http://www.uspto.gov/web/offices/pac/mpep/documents/appxr_1_111.htm" target="_blank">37 C.F.R. 111(b)</a>) However, despite good intentions, occasionally a practitioner will, for one reason or another, fail to address every ground of objection and rejection. Perhaps they are too focused on an obviousness rejection, and forget about that minor specification objection. While it&#8217;s not necessarily a fatal error, it is an error that can be avoided with the use of a good outline.</p>
<p>[As an aside, if you are curious about what happens if you submit an incomplete response to an Office action, see <a title="MPEP 714.03" href="http://www.uspto.gov/web/offices/pac/mpep/documents/0700_714_03.htm" target="_blank">MPEP 714.03</a>.]</p>
<p>So it&#8217;s a good idea to get into the habit of outlining an Office action as a first step in its evaluation. A good outline can serve as a checklist later on, when you&#8217;re ready to file a response, to make sure that you&#8217;ve addressed everything. In addition, your outline can provide you with an summary that you can reference when explaining the Office action to your client. Also, if you receive a subsequent Office action, you can compare outlines to quickly see whether you&#8217;ve made any progress, or if the same rejections have been repeated.</p>
<p>Using a fictitious example, here&#8217;s how I usually go about outlining my Office actions. (Scroll to the bottom to see the completed outline)</p>
<p>First, at the top of the page, I write the docket number and then outline the claims:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/01/Picture-11.png"><img class="aligncenter size-medium wp-image-174" title="Top of Outline" src="http://patentbytes.com/wp-content/uploads/2012/01/Picture-11-300x117.png" alt="" width="300" height="117" /></a>In this example, claims 1, 6, 12, and 13 are independent claims. The commas &#8220;point&#8221; to dependent claims. So, for example, claims 2, 4, and 5 depend from claim 1; claim 3 depends from claim 2; and so on.</p>
<p>Next, I write the Office action type and date:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/01/Picture-12.png"><img class="aligncenter size-full wp-image-175" title="Office action type and date" src="http://patentbytes.com/wp-content/uploads/2012/01/Picture-12.png" alt="" width="159" height="69" /></a>Here, NFOA stands for Non-Final Office Action. Alternatively, I might use FOA for Final Office Action or RR for Restriction Requirement. If you are a new practitioner or don&#8217;t do much prosecution work, it&#8217;s not a bad idea to write the response deadline out to the side as well.</p>
<p>Finally, I list the objections and rejections in the order they appear in the Office action:</p>
<p><a href="http://patentbytes.com/wp-content/uploads/2012/01/Picture-13.png"><img class="aligncenter size-medium wp-image-179" title="List of objections and rejections" src="http://patentbytes.com/wp-content/uploads/2012/01/Picture-13-300x104.png" alt="" width="300" height="104" /></a>Each item in the list includes the subject portions of the application, then the type of objection/rejection, and then notes about the basis of the objection/rejection. Some of the shorthand I use includes ivo = in view of; fivo = further in view of; Obj = objection; 102 = anticipation rejection under 35 USC 102; 103 = obviousness rejection under 35 USC 103; a.i.r.i.i.f. = allowable if re-written in independent form.</p>
<p>At this point, it&#8217;s a good idea to count the claims in the list to make sure that all claims are present and accounted-for. The eagle-eyed practitioner will notice that claim 10 is missing in this example. Time to go back and look for it in the Office action to see if you missed it or if the Examiner failed to address it. This highlights another advantage of outlining &#8211; it allows you to catch these types of issues early-on when they can best be addressed.</p>
<p>Here&#8217;s what the completed outline sheet looks like after a couple of Office actions:</p>
<p style="text-align: center;"><a href="http://patentbytes.com/wp-content/uploads/2012/01/Picture-14.png">(Click for a larger view)<img class="aligncenter size-thumbnail wp-image-180" title="Office action outline" src="http://patentbytes.com/wp-content/uploads/2012/01/Picture-14-150x150.png" alt="" width="150" height="150" /></a></p>
<p>After outlining the second Office action, you can compare the two Office actions and easily see that you overcame some objections, and you made some progress with some claims, while other claims remain rejected.</p>
<p>There&#8217;s nothing special about this format. Feel free to use it or change it to meet your needs. The key is that it&#8217;s complete and easy for you to understand. If it meets that criteria, it will serve as a useful tool to help you catch mistakes and get a quick overview of the progress of the patent application.</p>
<p><span style="color: #ff0000;"><strong>Do you have a different method of outlining or tracking your application&#8217;s progress? Tell me about it in the comments!</strong></span></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"></div>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/a-guide-to-outlining-your-office-actions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interesting Patents: Umbrella-Shovel</title>
		<link>http://patentbytes.com/interesting-patents-umbrella-shovel/</link>
		<comments>http://patentbytes.com/interesting-patents-umbrella-shovel/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:09:50 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Interesting Patents]]></category>

		<guid isPermaLink="false">http://beta.patentbytes.com/?p=142</guid>
		<description><![CDATA[I do alot of design patent work, so I&#8217;ve developed a habit of browsing through the issued design patents every week. It&#8217;s interesting to see some of the things that people patent. This week&#8217;s case in point: US D652,615 for &#8230; <a href="http://patentbytes.com/interesting-patents-umbrella-shovel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I do alot of design patent work, so I&#8217;ve developed a habit of browsing through the issued design patents every week. It&#8217;s interesting to see some of the things that people patent.</p>
<p>This week&#8217;s case in point: US D652,615 for a &#8220;Combined beach umbrella and entrenching tool.&#8221;</p>
<p style="text-align: center;"><a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsearch-adv.htm&amp;r=1&amp;f=G&amp;l=50&amp;d=PALL&amp;S1=D0652615&amp;OS=PN/D0652615&amp;RS=PN/D0652615"><img class="size-medium wp-image-143 aligncenter" title="D652615" src="http://beta.patentbytes.com/wp-content/uploads/2012/01/Umbrella-Shovel_D652615-300x271.gif" alt="" width="300" height="271" /></a></p>
<p>This caught my attention because I couldn&#8217;t imagine how someone could use a shovel that had a large umbrella attached to the end of the handle. But, then I realized that the shovel appears to be detachable. So I guess it&#8217;s a convenience issue &#8211; carry your shovel and umbrella together. Still, when I see this image, I can&#8217;t help but imagine someone trying to dig a hole with a shovel that&#8217;s attached to a large umbrella.</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/interesting-patents-umbrella-shovel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PatentBytes Website Design</title>
		<link>http://patentbytes.com/new-patentbytes-beta-site/</link>
		<comments>http://patentbytes.com/new-patentbytes-beta-site/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:44:09 +0000</pubDate>
		<dc:creator>PatentBytes</dc:creator>
				<category><![CDATA[Site Admin]]></category>
		<category><![CDATA[Site Intro]]></category>

		<guid isPermaLink="false">http://beta.patentbytes.com/?p=125</guid>
		<description><![CDATA[Welcome to the new re-designed PatentBytes website! PatentBytes has been transitioned to WordPress and re-designed to be more user-friendly. I had several goals in mind for the new version of the Patent Bytes website. First, I wanted to make it &#8230; <a href="http://patentbytes.com/new-patentbytes-beta-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new re-designed PatentBytes website!<br />
PatentBytes has been transitioned to WordPress and re-designed to be more user-friendly.<br />
I had several goals in mind for the new version of the Patent Bytes website.<br />
First, I wanted to make it easier to access the various search options. So now users can easily conduct full-text searches of the MPEP, patent regulations, patent laws, etc. using the form located on the front page. The search results open in a new window so that it&#8217;s easy to repeat the same search of another source by just returning to this page, selecting another source, then clicking search again.<br />
Second, I&#8217;ve broadened the scope of the sources from which recent blog headlines are retrieved and consolidated them on the home page next to recent patent-related news headlines. So now, with a quick glance at the home page, visitors can get a glimpse of recent happenings in the patent world.<br />
A third goal was to try to make the site easier to maintain and update. Past versions of this site have been built on CMS platforms PostNuke and Joomla. These are good platforms, but really more complex than necessary for this site. So far I&#8217;ve enjoyed working with WordPress. I&#8217;m optimistic that WordPress will make it easier for me to update and maintain this site, and maybe even write an occasional blog entry.<br />
Let me know what you think about the new site, and feel free to offer suggestions. You can comment below or contact me at the email address located below.</p>
<p><span style="color: #000000;"><strong><br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://patentbytes.com/new-patentbytes-beta-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

