<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>WPDFD Articles | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/</link>
  <description>A WPDFD Articles forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>12/22/03, 356 41 2003 2003:%i:1072100483 08:41:23</pubDate>
  <lastBuildDate>06/07/13, 158 38 2013 2013:%i:1370594291 04:38:11</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p15</link>
    <description><![CDATA[This section is about articles published on WPDFD. Have you found an article particularly useful? Has something been missed out that should have been included? Maybe you disagree with something? Say so here.]]></description>
    <pubDate>12/22/03, 356 41 2003 2003:%i:1072100483 08:41:23</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p15</guid>
   </item>
     <item>
    <title>Mattman  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p16</link>
    <description><![CDATA[I love the CSS drawing tips in the January editorial. Is there any way I can do a pie chart using this technique ???]]></description>
    <pubDate>01/05/04, 005 33 2004 2004:%i:1073305992 07:33:12</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p16</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p17</link>
    <description><![CDATA[I won't say it's impossible, but I can't think of any way of drawing the slices with CSS, it doesn't do angled lines, only rectangles. <br /><br />You could use Flash or SVG if you want a scaleable pie chart otherwise you could export it from Excel.<br /><br />Joe]]></description>
    <pubDate>01/05/04, 005 43 2004 2004:%i:1073306587 07:43:07</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p17</guid>
   </item>
     <item>
    <title>Terakris  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p18</link>
    <description><![CDATA[If you have access to the server and you can install the MS Office components then you can use the inbuild chart function. Its quite fast and has impressed my boss on more than once! Code a bit of ASP and your away.<br /><br />MSDN should be able to help you out with what you need to know http://msdn.microsoft.com<br /><br />HTH<br /><br />Kris]]></description>
    <pubDate>01/05/04, 005 32 2004 2004:%i:1073320357 11:32:37</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p18</guid>
   </item>
     <item>
    <title>Asher  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p19</link>
    <description><![CDATA[I really enjoy the editorials every month. &nbsp;It's helped me set my web page up in CSS. &nbsp;<br /><br />I liked this month's article, but found that with Opera 7.11 and 7.23 the bar graphs &quot;fell&quot; to the bottom of the page and landed in a heap. The smaller graphs worked okay, just the main graph.]]></description>
    <pubDate>01/12/04, 012 09 2004 2004:%i:1073959745 21:09:05</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p19</guid>
   </item>
     <item>
    <title>Dzblack  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p20</link>
    <description><![CDATA[Joe...this month's CSS feature was great. Thanks. <br /><br />We followed along using Dreamweaver and StyleMaster. <br /><br />As a suggestion, can you gear these CSS articles for those who might choose to use a CSS editor, i.e, Dreamweaver, Style Master or Top Style?<br /><br />Also, we had trouble figuring out how to get Dreamweaver to set a span style, i.e., (see the following):<br /><br />&lt;span style=&quot;font-size: 85%&quot;&gt;<br />This line is set at 85% of the size of the text around it.&lt;/span&gt;<br /><br />&lt;span style=&quot;font-size: x-small&quot;&gt;<br />This line is set as x-small&lt;/span&gt;<br /><br />&lt;span style=&quot;font-size: 11px&quot;&gt;<br />This line is set at 11px absolutely&lt;/span&gt;<br /><br />The &lt;span style=&quot;font-size: anything&quot;&gt; was unavailable with my copy of Dreamweaver. Or, I simply did not find it anywhere.<br /><br />Thanks again for a great CSS feature. We will be following along as it become available.]]></description>
    <pubDate>02/01/04, 032 50 2004 2004:%i:1075672247 16:50:47</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p20</guid>
   </item>
     <item>
    <title>Sushigroove  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p21</link>
    <description><![CDATA[Dear Joe,<br />I stumbled across your website yesterday and I got stuck reading the article:<br /><br /><blockquote>CSS From the Ground Up<br />getting started with cascading style sheets</blockquote><br /><br />My compliments! It's written very well and was easy for me to understand! I used to fumble with CSS Sheets but never really knew what I was doing excatly. Your article helped me to understand this &quot;language&quot; from the very beginning and it reminded me of the old times way back in 1995 when I used a notepad editor for HTML programming &nbsp;:<img src="/images/emoticons/smile.png" class="smiley" /><br /><br />So, please put the next part online as soon as you can!<br /><br />BTW, I found an interesting article about CSS and Co:<br /><br />Why tables for layout is stupid:<br />problems defined, solutions offered<br /><a href="http://www.hotdesign.com/seybold/index.html">http://www.hotdesign.com/seybold/index.html</a><br /><br />Greetings from Berlin,<br /><br />sushigroove girl]]></description>
    <pubDate>02/06/04, 037 12 2004 2004:%i:1076065948 06:12:28</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p21</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p22</link>
    <description><![CDATA[Thank you for the feedback. The next three steps will be published on March 1 and will cover formatting lists and links with CSS and show some neat tricks that you can play with them.<br /><br />Joe]]></description>
    <pubDate>02/06/04, 037 07 2004 2004:%i:1076090870 13:07:50</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p22</guid>
   </item>
     <item>
    <title>Jon077  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p23</link>
    <description><![CDATA[In this article: &nbsp;http://www.wpdfd.com/editorial/wpd0404footnote.htm<br /><br />It'd be really sweet if you could use FS rollovers and text instead of having to put the text in the graphic. &nbsp;Can you use text above the background film strip? &nbsp;Is it worth it?]]></description>
    <pubDate>04/01/04, 092 45 2004 2004:%i:1080827114 08:45:14</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p23</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p24</link>
    <description><![CDATA[Yes, of course you can put text in the button div and make it the anchor. You would need to set the divs's text-align: center to get the text centered horizontally. Getting it centered vertically is slightly more difficult because text sizes can vary, even when specified as px. Try playing around with the line-height and check in lots of browsers. (That's why I prefer the more predictable situation of a small GIF)]]></description>
    <pubDate>04/01/04, 092 59 2004 2004:%i:1080831547 09:59:07</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p24</guid>
   </item>
     <item>
    <title>Kaa  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p25</link>
    <description><![CDATA[I thought the &quot;CSS from the ground up&quot; feature was fantastic. Probably the most helpful introduction to CSS I've seen, it really inspired me to start experimenting with CSS (and it's better than the webmonkey one ;D). ]]></description>
    <pubDate>04/22/04, 113 28 2004 2004:%i:1082636921 08:28:41</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p25</guid>
   </item>
     <item>
    <title>Armck  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p26</link>
    <description><![CDATA[From the article on Screen Grabbers in the June 2004 issue:<br /><br />SnapWeb uses WebKit, so the captures are the same as taking a screen grab from Safari, which is fine if you are only concerned with how a page looks in Safari and not in other browsers.<br /><br />So, how does one take a screen grab from Safari?]]></description>
    <pubDate>06/01/04, 153 42 2004 2004:%i:1086082962 05:42:42</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p26</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p27</link>
    <description><![CDATA[<blockquote><strong>armck said:</strong><br />
From the article on Screen Grabbers in the June 2004 issue:<br /><br />SnapWeb uses WebKit, so the captures are the same as taking a screen grab from Safari, which is fine if you are only concerned with how a page looks in Safari and not in other browsers.<br /><br />So, how does one take a screen grab from Safari?</blockquote><br /><br />Er, isn't that answered in the quotation above? If you want the full page at once, use SnapWeb. If you can make do with a screen at a time, use shift-alt-command-4.]]></description>
    <pubDate>06/01/04, 153 26 2004 2004:%i:1086089169 07:26:09</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p27</guid>
   </item>
     <item>
    <title>Echo  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p28</link>
    <description><![CDATA[To add to your overview on screen grabs:<br /><br />For screenshots in Panther (OS X 10.3.x), after you get the crosshair from the key combo Control-Shift-Command-4, instead of dragging the crosshair, press the spacebar and you get a camera icon that highlights any window you drag it over, then clicking will take a shot of just that window (even parts that might be hidden behind another window).<br /><br />I can't take credit for this, having thought we lost screenshot of a window since OS 9 (adding capslock key) but just read this at http://www.macosxhints.com/]]></description>
    <pubDate>06/25/04, 177 40 2004 2004:%i:1088221235 23:40:35</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p28</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p29</link>
    <description><![CDATA[Nice one! That I didn't know.]]></description>
    <pubDate>06/26/04, 178 37 2004 2004:%i:1088235438 03:37:18</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p29</guid>
   </item>
     <item>
    <title>Jwmpc  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p30</link>
    <description><![CDATA[My favorite article was &quot;Dynamic CSS animation&quot; which gave me lots of good ideas, but in general, all of the CSS articles were really helpful. &quot;Thinking Inside The Box&quot; along with &quot;Turning the Tables&quot; really gave me the courage to abandon table-based layouts. ]]></description>
    <pubDate>07/10/04, 192 15 2004 2004:%i:1089504916 20:15:16</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/wpdfd_articles/wpdfd_articles/#p30</guid>
   </item>
   </channel>
</rss