<?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>Project 2061 Techlog &#187; Adobe Illustrator</title> <atom:link href="http://techlog.p2061.org/category/adobe-illustrator/feed/" rel="self" type="application/rss+xml" /><link>http://techlog.p2061.org</link> <description>Blogging from Project 2061 technology group</description> <lastBuildDate>Tue, 06 Sep 2011 14:49:39 +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>CSS Quirk: opacity</title><link>http://techlog.p2061.org/2008/10/10/css-quirk-opacity/</link> <comments>http://techlog.p2061.org/2008/10/10/css-quirk-opacity/#comments</comments> <pubDate>Fri, 10 Oct 2008 19:50:49 +0000</pubDate> <dc:creator>bsweeney</dc:creator> <category><![CDATA[Adobe Illustrator]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[css]]></category> <category><![CDATA[style]]></category> <guid
isPermaLink="false">http://techlog.p2061.org/?p=108</guid> <description><![CDATA[Elements with opacity styling are stacked independent of their containing object. As a result, any positioned elements that do not have a z-index declaration and that appear in the HTML code prior to an opacity-styled element will appear underneath the opacity-styled element (see example). This is the defined behavior in the CSS specification, though currently [...]]]></description> <content:encoded><![CDATA[<p>Elements with opacity styling are stacked independent of their containing object. As a result, any positioned elements that do not have a z-index declaration and that appear in the HTML code prior to an opacity-styled element will appear underneath the opacity-styled element (<a
href="http://techlog.p2061.org/wp-content/uploads/2008/10/opacity.htm">see example</a>). This is the defined behavior in the CSS specification, though currently only gecko- and WebKit-based browsers (Firefox, Safari, Chrome) exhibit the &#8220;quirk&#8221; in question. From the CSS3 Working Draft:</p><blockquote
cite="http://www.w3.org/TR/css3-color/#transparency"><p>&#8230; implementations must create a new stacking context for any element with opacity less than 1.</p><p><a
href="http://www.w3.org/TR/css3-color/#transparency">CSS Color Module Level 3: Working Draft 21 July 2008</a></p></blockquote> ]]></content:encoded> <wfw:commentRss>http://techlog.p2061.org/2008/10/10/css-quirk-opacity/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Items Utility: Data Conversion Ready</title><link>http://techlog.p2061.org/2008/07/25/items-utility-data-conversion-ready/</link> <comments>http://techlog.p2061.org/2008/07/25/items-utility-data-conversion-ready/#comments</comments> <pubDate>Fri, 25 Jul 2008 14:54:04 +0000</pubDate> <dc:creator>bsweeney</dc:creator> <category><![CDATA[Adobe Illustrator]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Web Development]]></category> <guid
isPermaLink="false">http://techlog.p2061.org/?p=70</guid> <description><![CDATA[After creating a new structure for the current year&#8217;s piloting data there has been a bit of disconnect in development between the two data sets. There&#8217;s just not enough time to ensure that everything works across both data sets. There were basically two choices to moving forward: 1) construct a view of the new data [...]]]></description> <content:encoded><![CDATA[<p>After creating a new structure for the current year&#8217;s piloting data there has been a bit of disconnect in development between the two data sets. There&#8217;s just not enough time to ensure that everything works across both data sets. There were basically two choices to moving forward: 1) construct a view of the new data structure that mimics the old data structure; 2) port the old data structure to the new one and continue redevelopment of the scripts. I chose the latter, mainly because there are some improvements I&#8217;d like to make to the interface in the process.</p><p>I created a series of <a
href="http://techlog.p2061.org/wp-content/uploads/2008/08/convert-from-packet_item_records-to-packet_data.sql">SQL statements</a> to run in MySQL that will convert the data from the packet_item_records and miscon_packet_refs tables to the packet_students, packet_data, and miscon_packetdata_refs tables. After the conversion I updated any pages that referenced the old data structure. So far in testing the data seems to have converted perfectly.</p><p>Minus one issue. Multiple selections for the answer choice questions (A, B, C, D) from 2006 were recorded as a generic <em>Multiple</em> rather than <em>Y+NS</em>, <em>N+NS</em>, etc. This value is not represented in the updated data format or on the data entry forms or summary tables. Rather then spend too much time addressing this issue I&#8217;m going to leave these values empty for now. I don&#8217;t expect this to be a problem since the researchers are focused on data for the current pilot and field tests. Also, I&#8217;m keeping the old version of the piloting data and scripts that interact with it online in case it&#8217;s needed.</p> ]]></content:encoded> <wfw:commentRss>http://techlog.p2061.org/2008/07/25/items-utility-data-conversion-ready/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Better cross-browser support when saving to SVG from Illustrator</title><link>http://techlog.p2061.org/2007/11/13/better-cross-browser-support-when-saving-to-svg-from-illustrator/</link> <comments>http://techlog.p2061.org/2007/11/13/better-cross-browser-support-when-saving-to-svg-from-illustrator/#comments</comments> <pubDate>Tue, 13 Nov 2007 20:13:41 +0000</pubDate> <dc:creator>Francis</dc:creator> <category><![CDATA[Adobe Illustrator]]></category> <guid
isPermaLink="false">http://techlog.p2061.org/2007/11/13/better-cross-browser-support-when-saving-to-svg-from-illustrator/</guid> <description><![CDATA[Because of Mozilla&#8217;s compliance with W3C-CSS, entities, CSS, and style-attributes require units when measurements are expressed. Hence, &#8220;font-size:4.1898;&#8221; is invalid syntax. To ensure proper rendering, first add &#8220;px&#8221; to all font-sizes in order to get strings like &#8220;font-size:4.1898px;&#8221;. The second possibilty is to export with &#8220;presentation attributes&#8221; as in attribute-style writing (XML) &#8211;no uni are [...]]]></description> <content:encoded><![CDATA[<p>Because of Mozilla&#8217;s compliance with W3C-CSS, entities, CSS, and style-attributes require units when measurements are expressed. Hence,  &#8220;font-size:4.1898;&#8221; is invalid syntax. To ensure proper rendering,  first add  &#8220;px&#8221; to all font-sizes in order to get strings like &#8220;font-size:4.1898px;&#8221;. The second possibilty is to export with &#8220;presentation attributes&#8221; as in attribute-style writing (XML) &#8211;no uni are needed as long as they are expressed in the main coordinate system, but this results in larger files.</p><p>Use these Save a Copy settings:<br
/> DTD: 1.1<br
/> Text: SVG<br
/> Subsetting: none (system fonts)<br
/> DO NOT Preserve Illustrator Editing Capabilities<br
/> CSS: Style Elements (generates a set of 25 style definitions in the file header) &#8211;&gt; make sure to add px units<br
/> 3 decimal places<br
/> UTF-8<br
/> Uncheck: Optimize for ASV, Include Adobe Graphics Server data, Include Slicing Data, and Include XMP<br
/> Check: Output fewer &lt;tspan&gt; elements and Use &lt;textPath&gt; elements.</p> ]]></content:encoded> <wfw:commentRss>http://techlog.p2061.org/2007/11/13/better-cross-browser-support-when-saving-to-svg-from-illustrator/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Some issues with Illustrator CS3 for Windows</title><link>http://techlog.p2061.org/2007/09/28/some-issues-with-illustrator-cs3-for-windows/</link> <comments>http://techlog.p2061.org/2007/09/28/some-issues-with-illustrator-cs3-for-windows/#comments</comments> <pubDate>Fri, 28 Sep 2007 14:49:17 +0000</pubDate> <dc:creator>Francis</dc:creator> <category><![CDATA[Adobe Illustrator]]></category> <guid
isPermaLink="false">http://techlog.p2061.org/2007/09/28/some-issues-with-illustrator-cs3-for-windows/</guid> <description><![CDATA[1. I have yet to find an option to keep BOTH Acrobat 7 Professional and Acrobat 8 Professional (part of the CS3 Web Premium suite) on the same PC. I noticed that during installation, the installer tells you that v7 will be removed. If this is indeed the only option, I think this is a [...]]]></description> <content:encoded><![CDATA[<p>1. I have yet to find an option to keep BOTH Acrobat 7 Professional and Acrobat 8 Professional (part of the CS3 Web Premium suite) on the same PC. I noticed that during installation, the installer tells you that v7 will be removed. If this is indeed the only option, I think this is a bad decision and poor PR on Adobe&#8217;s part.<br
container="http://softwareserendipity.blogspot.com/" /><br
container="http://softwareserendipity.blogspot.com/" />2. It would seem that Illustrator CS3 is significantly slower than CS2, so I tried briefly doing some of our poster preparation work in the latter. However, when you save the file, Illustrator CS3 automatically opens it! This doesn&#8217;t happen when you choose Save As from CS2. We are investing on more memory to max out our current RAM to 4GB total, which will hopefully improve the performance of CS3.<br
container="http://softwareserendipity.blogspot.com/" /><br
container="http://softwareserendipity.blogspot.com/" />3. SVG support is (thankfully) retained in CS3.</p> ]]></content:encoded> <wfw:commentRss>http://techlog.p2061.org/2007/09/28/some-issues-with-illustrator-cs3-for-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A better method for preparing Illustrator files for pre-flight, wide-format printing</title><link>http://techlog.p2061.org/2007/09/28/a-better-method-for-preparing-illustrator-files-for-pre-flight-wide-format-printing/</link> <comments>http://techlog.p2061.org/2007/09/28/a-better-method-for-preparing-illustrator-files-for-pre-flight-wide-format-printing/#comments</comments> <pubDate>Fri, 28 Sep 2007 14:49:06 +0000</pubDate> <dc:creator>Francis</dc:creator> <category><![CDATA[Adobe Illustrator]]></category> <guid
isPermaLink="false">http://techlog.p2061.org/2007/09/28/a-better-method-for-preparing-illustrator-files-for-pre-flight-wide-format-printing/</guid> <description><![CDATA[When preparing artwork for printing, it is best not to select all objects and then flatten transparency because there is a risk that the .ai file would be saved in this state. You can Save a Copy and choose PDF as the format, and in the subsequent dialogue specify Acrobat 4 (PDF 1.3) compatibility. Then [...]]]></description> <content:encoded><![CDATA[<p>When preparing artwork for printing, it is best not to select all objects and then flatten transparency because there is a risk that the .ai file would be saved in this state. You can Save a Copy and choose PDF as the format, and in the subsequent dialogue specify Acrobat 4 (PDF 1.3) compatibility. Then in the Advanced Section, specify 2400 ppi for the Line Art and Text resolution and 300 ppi for Gradient and Mesh resolution, with &#8220;Preserve Overprint&#8221; checked. BETTER YET, just Save a Copy as PDF, and then do all the flatten transparency steps within Acrobat Professional.</p> ]]></content:encoded> <wfw:commentRss>http://techlog.p2061.org/2007/09/28/a-better-method-for-preparing-illustrator-files-for-pre-flight-wide-format-printing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Document Raster Settings</title><link>http://techlog.p2061.org/2007/09/28/document-raster-settings/</link> <comments>http://techlog.p2061.org/2007/09/28/document-raster-settings/#comments</comments> <pubDate>Fri, 28 Sep 2007 14:48:51 +0000</pubDate> <dc:creator>Francis</dc:creator> <category><![CDATA[Adobe Illustrator]]></category> <guid
isPermaLink="false">http://techlog.p2061.org/2007/09/28/document-raster-settings/</guid> <description><![CDATA[For better-quality (large) prints, choose Effect &#62; Document Raster Effects Settings &#62; Resolution (Other) &#8211;&#62; set to 600 ppi. Also, ensure that the Color Model is always CMYK.]]></description> <content:encoded><![CDATA[<p>For better-quality (large) prints, choose Effect &gt; Document Raster Effects Settings &gt; Resolution (Other) &#8211;&gt; set to 600 ppi. Also, ensure that the Color Model is always CMYK.</p> ]]></content:encoded> <wfw:commentRss>http://techlog.p2061.org/2007/09/28/document-raster-settings/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
