<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>webpage Printing - how to Format webpage content in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r22581126</link>
<description></description>
<language>en</language>
<pubDate>Fri, 27 Nov 2009 12:39:54 EDT</pubDate>
<lastBuildDate>Fri, 27 Nov 2009 12:39:54 EDT</lastBuildDate>

<item>
<title>Re: webpage Printing - how to Format webpage content</title>
<link>http://www.dslreports.com/forum/remark,22583709</link>
<description><![CDATA[<A HREF="/useremail/u/178056"><b>DC DSL</b></A> : For what you're describing, you really should just bite the bullet now and make this a database/form solution.  It will get unwieldy in short order if you do this file-based.<br><small>--<br><i>There is no giant fur-bearing trout.</i></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22583709</guid>
<pubDate>Sat, 20 Jun 2009 16:42:55 EDT</pubDate>
</item>

<item>
<title>Re: webpage Printing - how to Format webpage content</title>
<link>http://www.dslreports.com/forum/remark,22583671</link>
<description><![CDATA[<A HREF="/useremail/u/491412"><b>jbcalg</b></A> : thanks for the suggestions<br><br>usa2k - i'll try some stylesheet options and see how they work (and yes i am/was clueless, hence this post ;))<br><br>dc dsl - i am the backend (so to speak) but am trying to add frontend links for the 'admins' to manage activity themselves<br>- ie they can edit assigned shifts (volunteers cannot)<br><br>frames: the layout/content of the schedule page/frame is in tables - date being saved to a simple text file<br><br>i already do the copy/paste into formatted word pages (and/or excel depending on how the end user wants to see and use the data)<br>- but ideally i to be out of the process once the schedules are posted<br><br>.doc vs .txt: the only data saved is the volunteer's name, not the shift day, location, shift hours which is visible on the sign up page<br>- but i can look further into that to see if the .doc instead of .txt format works well enough<br><br>this is for 20 - 60 shifts per day for a 5 day period in each of june, july, and september with the shifts grouped into various locations, then various times at each location etc<br><br>this is replacing a paper sign-up method (i hesitate to call it a system :)) and so far is working well but it can always be better<br><br>as posted in OP, once we move it to a database then formatting output and other options will be easier<br><br>but for now there's some good suggestions to consider/try - thanks again]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22583671</guid>
<pubDate>Sat, 20 Jun 2009 16:33:44 EDT</pubDate>
</item>

<item>
<title>Re: webpage Printing - how to Format webpage content</title>
<link>http://www.dslreports.com/forum/remark,22582435</link>
<description><![CDATA[<A HREF="/useremail/u/760271"><b>usa2k</b></A> : To add to my previous post ...<br><br>These are "id" in some container.<br>Most often a Div.<br><br><textarea name="code" class="text" cols=50 rows=10>&lt;tr id="header" height="60" colspan=100%&gt;&#012;</textarea><!--end code block--><br>Try print preview from &raquo;<A HREF="http://fah-tool.org" >fah-tool.org</A><br><br>Hah!  I did not exclude the check boxes from my page! :)<br><br><small>--<br><br>Jim, VoIP 12/2002, VOIPo 2/2007<br><A HREF="http://FAH-Tool.org">FAH-Tool </a> ... <A HREF="http://www.dslreports.com/forum/helix~filter=Pets">Pets</a> ... <A HREF="http://usa2k.com">USA2K site</a> ... <A HREF="http://artist-247.com">Artist-247</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22582435</guid>
<pubDate>Sat, 20 Jun 2009 10:18:33 EDT</pubDate>
</item>

<item>
<title>Re: webpage Printing - how to Format webpage content</title>
<link>http://www.dslreports.com/forum/remark,22582400</link>
<description><![CDATA[<A HREF="/useremail/u/178056"><b>DC DSL</b></A> : Are you talking actual frames or div or table columns, and is this for visitors to do themselves, or you on the backend?<br><br>If it's in frames, you should consider changing that to a div or table layout.<br><br>If it's in tables, the desired data can be copy/pasted from the browser rendering to Word.<br><br>If this is for users, the next option would be to put the data into text files with a .doc extension and include them.  Put a link to "Download this as a Word document" and Word on their systems will consider it a document.<br><br>If you want to create PDFs, you'll either need a server-side component to do it on the fly, or you'll have to create and upload them.<br><small>--<br><i>There is no giant fur-bearing trout.</i></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22582400</guid>
<pubDate>Sat, 20 Jun 2009 10:07:25 EDT</pubDate>
</item>

<item>
<title>Re: webpage Printing - how to Format webpage content</title>
<link>http://www.dslreports.com/forum/remark,22582188</link>
<description><![CDATA[<A HREF="/useremail/u/760271"><b>usa2k</b></A> : There is the ability using CSS to limit what is printed.<br>Many sites are clueless of this simple approach.<br><br><textarea name="code" class="text" cols=50 rows=10>&lt;link rel="stylesheet" media="print" type="text/css" href="print.css" /&gt;&#012;</textarea><!--end code block--><br><textarea name="code" class="text" cols=50 rows=10>#header,   #nav,   #credit,   #index,   #footer  {&#012;display: none;&#012;}&#012; &#012;</textarea><!--end code block--><br>EDIT: And you can restyle what will be printed also!<br><br><small>--<br><br>Jim, VoIP 12/2002, VOIPo 2/2007<br><A HREF="http://FAH-Tool.org">FAH-Tool </a> ... <A HREF="http://www.dslreports.com/forum/helix~filter=Pets">Pets</a> ... <A HREF="http://usa2k.com">USA2K site</a> ... <A HREF="http://artist-247.com">Artist-247</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22582188</guid>
<pubDate>Sat, 20 Jun 2009 08:17:20 EDT</pubDate>
</item>

<item>
<title>webpage Printing - how to Format webpage content</title>
<link>http://www.dslreports.com/forum/remark,22581126</link>
<description><![CDATA[<A HREF="/useremail/u/491412"><b>jbcalg</b></A> : I run a NFP website where we have volunteers self schedule themselves for activities<br><br>left frame = event list<br>right frame = shift schedule (various times, single or multiple lines per time block)<br><br>Schedule pages are php, simple save to text file, one entry per line<br><br>Any suggestions of method/methods to output the stored text pages to formatted word, pdf or similar ?<br><br>Moving the whole shebang to mysql database where it'll be easier to manage output (among other things of course), but a quick/easy method for now would be appreciated<br><br><i>edit - dang, meant for this to go in devt not hosting - mod notified :)</i>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22581126</guid>
<pubDate>Fri, 19 Jun 2009 22:42:43 EDT</pubDate>
</item>

</channel>
</rss>
