Hi mates...
I´m looking for a program or a easy way to change html code so that the whole code is displayed in a single line, anyone an idea?
It would be a good way to protect your work I think...
Program for altering html-code?
Html Code
hey bad_brain .. for changin' the Html Codes you could do it in Linux or you can use the Shellscript to remove the Windows CRLFs !!
post a reply for more Questions and i'll try to find out Dilutions !
you could change the Html Codes in Linux or Unix .. same thing i guess !!
post a reply for more Questions and i'll try to find out Dilutions !
you could change the Html Codes in Linux or Unix .. same thing i guess !!
- bad_brain
- Site Owner
- Posts: 11638
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
Hmmm...good idea...
But I´m a real lazy one, and skipping between my 2 boxes while creating a site is a little annoying, and I can´t do the job completely on the linux box because the main programs I use are win32 ones....
I´m pretty sure there is some sort of html-editor or even a stand-alone application which can do the job, read about it some time ago....
But I´m not just lazy, seems I´m a little forgetful too, so I don´t remember the name of the program...
What you meant with the shellscript?
(for the following posts: every joke about the forgetfulness in context with my age will lead to a immedeate ban )
But I´m a real lazy one, and skipping between my 2 boxes while creating a site is a little annoying, and I can´t do the job completely on the linux box because the main programs I use are win32 ones....
I´m pretty sure there is some sort of html-editor or even a stand-alone application which can do the job, read about it some time ago....
But I´m not just lazy, seems I´m a little forgetful too, so I don´t remember the name of the program...
What you meant with the shellscript?
(for the following posts: every joke about the forgetfulness in context with my age will lead to a immedeate ban )
hmm ...
well i think you can use the Ultraedit on Windows with a find/replace .. it's a text editor for Microsoft Windows created by IDM Computer Solutions. The editor contains very powerful tools for programmers, including macros, syntax highlighting, regular expression, and more.
If you have code like:
CODE
<html>
<tag! tag description="here!">More code here!</tag>
<a href="www.google.com">Google linkage!</a>
</html>
Or whatever it its, just do this:
CODE
<html> <tag! tag description="here!">More code here!</tag><a href="www.google.com">Google linkage!</a></html>
(It doesn't fit on one line on these boards, but it will in regular code)
If you wish to encode it, just use escape codes. They're easy as anything to unescape, but they keep the casual user out.
I know alil bet about the Html-editors,but and see also for more
http://en.wikipedia.org/wiki/List_of_HTML_editors
Shell scripts ... i'll figure it out for you to find out how to work with it !!
well i think you can use the Ultraedit on Windows with a find/replace .. it's a text editor for Microsoft Windows created by IDM Computer Solutions. The editor contains very powerful tools for programmers, including macros, syntax highlighting, regular expression, and more.
If you have code like:
CODE
<html>
<tag! tag description="here!">More code here!</tag>
<a href="www.google.com">Google linkage!</a>
</html>
Or whatever it its, just do this:
CODE
<html> <tag! tag description="here!">More code here!</tag><a href="www.google.com">Google linkage!</a></html>
(It doesn't fit on one line on these boards, but it will in regular code)
If you wish to encode it, just use escape codes. They're easy as anything to unescape, but they keep the casual user out.
I know alil bet about the Html-editors,but and see also for more
http://en.wikipedia.org/wiki/List_of_HTML_editors
Shell scripts ... i'll figure it out for you to find out how to work with it !!
Hello Bad_Brain
Here you have a link to a Encoder_programm
http://www.wintotal.de/Software/index.php?rb=26&id=1793
i hope aa can help you
- bad_brain
- Site Owner
- Posts: 11638
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
Hey Tallas, old FarCry-stuntman!
Nice links, the second program is exactly doing what I was looking for, by compressing the file the whole document is transformed into a single line!
The first program to encrypt php-documents is really interesting, I will set up a subdomain to test if a site is fully functionable after encryption. Ok,the source can be decrypted by everybody who has the same program (exept if you buy the pro version,surprise,surprise), but I think it´s better than no protection at all...
Well, because you gave me such nice links maybe I´ll be gracious and will spank your little bum not SO hard on the next LAN-party....
Nice links, the second program is exactly doing what I was looking for, by compressing the file the whole document is transformed into a single line!
The first program to encrypt php-documents is really interesting, I will set up a subdomain to test if a site is fully functionable after encryption. Ok,the source can be decrypted by everybody who has the same program (exept if you buy the pro version,surprise,surprise), but I think it´s better than no protection at all...
Well, because you gave me such nice links maybe I´ll be gracious and will spank your little bum not SO hard on the next LAN-party....
- CommonStray
- Forum Assassin
- Posts: 1215
- Joined: 20 Aug 2005, 16:00
- 19