| cdrom600 on Feb 26, 2004 at 2:20:37 PM (# 1872) msimmons , there is no hope to get this forum on topic.
Actually, it is on-topic - the topc of everything, just not the topic stated in the title.
There isn't a way to hide source. You can make it hard, but not impossible.
This forum was destined from the moment it started to be eternally off-topic (or on-topic, depending on what topic). ctcrmcou on Feb 26, 2004 at 5:26:36 PM (# 1873) This message has been edited.Since it has been summized that there is no way to hide the source, we can move to the new question: How do you prevent someone from wanting to look at the source, kind of a deterent. For example, a really lousy site will not draw the interest of anyone. Make your site unappealing and you will achieve your goal. Or, the fatal message of "I know who you are and now I am coming to get you" may also work. BikeRepairman on Feb 26, 2004 at 10:31:03 PM (# 1874) This message has been edited.One way to do it is to forget all the rules on source layout, don't comment, write as much as possible on one line without hitting enter. Make it hell for the reader to read the source. The downside is, If a potential cutomer looks at the source, he/she might think you are a sloppy code writer. MHenke on Feb 27, 2004 at 12:59:11 AM (# 1875)... or write perfect source layout and intersperse comments that affront the moral, political, religious, sexual or further conceptions of each and every viewer. Insult them, query their provenance, use piggish variable names and denominate objects similar to well known felons... =] MHenke on Feb 27, 2004 at 1:00:55 AM (# 1876)@jreeder > I knew a couple prime twins but they weren't 4 and 6. ;) They were 19 [...] And, do they have perfect numbers (e.g. 90/60/90)? ctcrmcou on Feb 27, 2004 at 9:48:33 AM (# 1877) This message has been edited.Before posting your code, run it through a filter that removes all linefeeds and comments, so everything is one long string. It looks intentional to the viewer. I've seen that before and I was instantly turned off (unless you have a reverse-engineer process to reformat it with line feeds). Frances on Feb 27, 2004 at 10:22:12 AM (# 1878)> unless you have a reverse-engineer process to reformat it with line feeds
<smirk>Which I do: handles both HTML and JavaScript</smirk> however, took me a while to write and I have to go back through it visually and put the JS 'for' loops together again ;-( but it's no hardship
|