To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.publishOpen lugnet.publish in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Publishing / 2504 (-20)
  Re: Look what I found in the comics section!
 
(...) I dunno, do what you think is the right thing. (IANAL.) (...) KFS = King Features Syndicate DFC = Dysfunctional Family Circus (...) WOW! Excellent! :) --Todd (25 years ago, 2-Oct-00, to lugnet.publish)
 
  (canceled)
 
 
  Re: Look what I found in the comics section!
 
(...) Umm actually I don't have permission at all; I merely took a picture of it and posted it on brickshelf. Please tell me what action to take - whether I should get rid of it immediately, include some sort of disclaimer, or whatever! I don't want (...) (25 years ago, 2-Oct-00, to lugnet.publish)
 
  Re: Look what I found in the comics section!
 
(...) LOL! And the second one got eaten because his house was juniorized? :-) BTW, how did you get permission from KFS to republish that online? (IIRC, KFS was recently cracking down on the DFC again.) Did you write the dialogue in yourself or was (...) (25 years ago, 2-Oct-00, to lugnet.general, lugnet.publish)
 
  FLL Team/Robotics Class information
 
I finally got around to posting some of the lesson plans, homework, etc. for FLL Team #1096 (The Unibots) to lugnet. Eventually this will all move to the school's web site, but until I get access to my little corner of the school web site, I am (...) (25 years ago, 28-Sep-00, to lugnet.robotics.edu, lugnet.edu, lugnet.publish)
 
  Challenge: Fun with pictures!
 
Here is a fun challenge - make the most out of this picture using your computer. (URL) catch - the dragon has to be blowing fire, acid, or whatever you see fit at the soldier. It has to be a direct hit as well. I'm going to go back and try to redo (...) (25 years ago, 26-Sep-00, to lugnet.castle, lugnet.general, lugnet.publish)
 
  Re: Neo Plastics
 
(...) Oh, yeah, me too on the me too. Like the models, hate the html. :-, Cheers, - jsproat (25 years ago, 25-Sep-00, to lugnet.publish)
 
  Re: Resolved: Yahoo is good for the 'net (was Re: Lego Maniac's Webring and Yahoo
 
(...) Sure, and then when someone clicks "next" or "previous" for that Ring ID, the Yahoo! server sees that the corresponding JS code for that Ring ID and Site ID hasn't been fetched recently by that IP address, and it gacks (by design) and it sends (...) (25 years ago, 23-Sep-00, to lugnet.off-topic.debate, lugnet.publish)
 
  Re: Resolved: Yahoo is good for the 'net (was Re: Lego Maniac's Webring and Yahoo
 
Right, but once Yahoo has spit out that content, you save it, and modify it any way you want to. (...) -- Tom Stangl ***(URL) Visual FAQ home ***(URL) Bay Area DSMs (25 years ago, 23-Sep-00, to lugnet.off-topic.debate, lugnet.publish)
 
  Re: Transclusion via JavaScript (was: Re: Resolved: Yahoo is good for the 'net)
 
"Todd Lehman" <lehman@javanet.com> wrote in message news:G1Cpxr.Cqt@lugnet.com... [snip] (...) they (...) [script snipped] (...) had (...) JS (...) I'd (...) of (...) nasties. This is exactly what I do to generate my pages. My provider doesn't (...) (25 years ago, 23-Sep-00, to lugnet.publish)
 
  Re: CSV delimiters
 
(...) Dang. THAT is a very important piece of info -- thanks! OK... Are there any popular programs out there (on the level of Excel, etc.) which only handle CSV text and don't handle tab-delimited text data? --Todd (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)
 
  Transclusion via JavaScript (was: Re: Resolved: Yahoo is good for the 'net)
 
(...) Interesting from an HTML/geek point of view! So, in the real shebang, they give something akin to <SCRIPT LANGUAGE="JavaScript" SRC="(URL) blah blah </SCRIPT> and then they, what, look at the siteid within the ringid and spit out either the (...) (25 years ago, 23-Sep-00, to lugnet.off-topic.debate, lugnet.publish)
 
  Re: CSV delimiters
 
Todd Lehman skrev i meddelandet ... (...) I see in the thread that you've got most of the answers you need, but there is at least one complication in the Windows world (if you ever get files from that): The MS programs (and many others too, as (...) (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)
 
  Re: Resolved: Yahoo is good for the 'net (was Re: Lego Maniac's Webring and Yahoo
 
(...) Its all javascript, generated from the Yahoo server. All they give you is a small tag for javascript, then Yahoo spits out that content for you. Eg. if you aren't a member of the ring (not approved yet), all that will show up will be the top (...) (25 years ago, 23-Sep-00, to lugnet.off-topic.debate, lugnet.publish)
 
  Re: Resolved: Yahoo is good for the 'net (was Re: Lego Maniac's Webring and Yahoo
 
I'm confused - what do you mean you can't customize it? The links are all standard links, just rewrite the tables, and make it look any way you want. Or are you saying that that would violate their TOS or something? (...) -- Tom Stangl ***(URL) (...) (25 years ago, 23-Sep-00, to lugnet.off-topic.debate, lugnet.publish)
 
  Re: CSV delimiters
 
(...) Aha! Excellent. Those docs sound well thought out. Hmm, that reminds me... Duh, this is prolly a common Perl thing. I bet Freidl[1] as some stuff on CSV? Lessee... <dig dig dig> Ahh, here we go: pp. 204-208, 227, 231, 290. And (haha!) it even (...) (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)
 
  Re: CSV delimiters
 
Maybe this will also be helpful. It's not exactly a standard, but it is IEEE. :) (URL) (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)
 
  Re: CSV delimiters
 
There exists (in CPAN) a Text-CSV perl module. From its documentation: This module is based upon a working definition of CSV format which may not be the most general. 1 Allowable characters within a CSV field include 0x09 (tab) and the inclusive (...) (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)
 
  Re: CSV delimiters
 
(...) I remember looking for this about a year ago, and I came across something that looked very standardish. If I remember right, it's really silly. You don't actually escape things. Fields are comma separated, and optionally surrounded by (...) (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)
 
  Re: CSV delimiters
 
(...) I think there are a variety of CSV-to-HTML-table converters floating around that you can download -- I saw at least 3 earlier while searching before posting. You'd probably want to look for one that somehow auto-sensed whether quotes were (...) (25 years ago, 23-Sep-00, to lugnet.admin.database, lugnet.off-topic.geek, lugnet.publish)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR