<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039383" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039383</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sitegrinder-photoshop-plugin#comment-1223300</link>
    <description> &lt;p&gt;I have two questions about the code.&lt;br /&gt;
1) What is the reason for using z-indices? I thought a z-index was only used for elements that overlap and the only reason I can think of for using them here is because the background is a div layer.&lt;br /&gt;
2)html, body {&lt;br /&gt;
padding: 0px;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
background-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
I&#039;ve never seen &quot;html&quot; used as a selector. I tried figuring out what this rule would do but it made my brain sore.&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Aug 2007 07:32:13 +0000</pubDate>
 <dc:creator>Magenta</dc:creator>
 <guid isPermaLink="false">comment 1223300 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sitegrinder-photoshop-plugin#comment-1223280</link>
    <description> &lt;p&gt;Thank you for showing us the results of this plug-in, Roo. I have some designer friends that love this kind of stuff.&lt;/p&gt;
&lt;p&gt;With all those inline styles, I wonder they don&#039;t just revert to the ancient FONT tag? All that absolute positioning seems problematic, too. Not much advantage over just displaying a single image of the whole page and be done with it.&lt;/p&gt;
&lt;p&gt;This way of working - comp first, content later - seems to me a lot like designing clothes and deciding later who they are going to fit. I still believe that &quot;content is king&quot;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Aug 2007 18:52:44 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1223280 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sitegrinder-photoshop-plugin#comment-1223279</link>
    <description> &lt;p&gt;Thanks for the tips Chris.&lt;/p&gt;
&lt;p&gt;Photoshop CS2 does the slicing and all yes, with no need to IR, and yes it will output a css layout, but I&#039;m not thirlled with how it does it.&lt;/p&gt;
&lt;p&gt;I am a a hand coder but well if something will save me some work I&#039;m all for it!&lt;br /&gt;
I normally use a table just as a container and use CSS for everything else. It&#039;s time consuming for me to figure out the positioning with a table-less layout, I can do it by hand, but I see that SiteGrinder will give me my basic positioning, and then I can tweak. (I prefer fluid layouts over fixed sized and absolute positioning)&lt;/p&gt;
&lt;p&gt;I am anal about code, so while I&#039;m sure I will use SiteGrinder, I still will tweak because I don&#039;t care for the way it outputs the CSS,&lt;/p&gt;
&lt;p&gt;That said, just the time saved from the general layout, even if I make it skeletal will make it worth it for me.&lt;/p&gt;
&lt;p&gt;I wish I could afford the developer version as it seems to have a lot more features, but that is out of my budget at this time.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Aug 2007 16:34:59 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1223279 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sitegrinder-photoshop-plugin#comment-1223277</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: It merged all of my graphical elements into a huge background, and doesn&#039;t use it as a page background...it displays it in a div. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you have non-interactive elements overlapping, it&#039;ll merge them together as a download optimization. As you define multiple pages  in Photoshop/SG you&#039;ll see better results - only those overlapping items that are the same from page to page will be merged.  You can also influence the automerging with the -merge and -nomerge hints.    One color rectangular layers (that are not anti-aliased) will be output as HTML only, not as graphics and won&#039;t be merged with other layers either.&lt;/p&gt;
&lt;p&gt;If you want some pattern (or image) in the background of the page, then use the Photoshop Pattern Overlay effect on a layer named exterior-tile.     But -tile layers are part of Pro. &lt;a href=&quot;http://www.medialab.com/sitegrinder/support/sg2overview_page_backgrounds.html&quot; class=&quot;bb-url&quot;&gt;http://www.medialab.com/sitegrinder/support/sg2overview_page_backgrounds.html&lt;/a&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Doesn&#039;t Image Ready CS2 and above generate html, css and such? Just wonderin&#039; why you got the plugin.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;ImageReady is a slicing tool which outputs table-based layout whereas SiteGrinder does CSS and no tables. ImageReady has no support for conversion of styled Photoshop text to real HTML text, which SiteGrinder has. Also SiteGrinder has dozens of features that ImageReady doesn&#039;t have: multi-page site creation with maximal re-use of graphics and CSS across pages, background tiles support, image gallery creation, flash slideshow output, importing external HTML, late binding to external HTML via PHP require(), SSI, etc.,  output of forms (including email forms and it&#039;ll generate the PHP for you), vertically expanding document support, scrolling text, text buttons and menus, and much more. &lt;/p&gt;
&lt;p&gt;If you are moving between Photoshop and DreamWeaver then slicing and struggling with slices downstream wastes a lot of your time unproductively.  SiteGrinder leverages and makes great use of your time. SG has a bit of a learning curve, but it pays off handsomely.&lt;/p&gt;
&lt;p&gt;Chris Perkins&lt;br /&gt;
SiteGrinder Programmer&lt;br /&gt;
Media Lab, Inc.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Aug 2007 15:54:29 +0000</pubDate>
 <dc:creator>cperkins</dc:creator>
 <guid isPermaLink="false">comment 1223277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sitegrinder-photoshop-plugin#comment-1223276</link>
    <description> &lt;p&gt;Doesn&#039;t Image Ready CS2 and above generate html, css and such? Just wonderin&#039; why you got the plugin.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Aug 2007 14:58:02 +0000</pubDate>
 <dc:creator>Magenta</dc:creator>
 <guid isPermaLink="false">comment 1223276 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
