Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: January 24, 2025, 1:42 am

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Malware and Threads
#21
RE: Malware and Threads
^ Then you're not writing your code properly. HTML and XML and CSS is the easiest code to write in the world.
Reply
#22
RE: Malware and Threads
Haha, you called that 'code' LOL

ETA: HTML, CSS & XML is markup.
Reply
#23
RE: Malware and Threads
It has to be decoded, so yes it's code. Markup is still code FYI.
Reply
#24
RE: Malware and Threads
If you say so ROFLOL
Reply
#25
RE: Malware and Threads
(December 18, 2012 at 7:44 am)Aractus Wrote: ^ Then you're not writing your code properly. HTML and XML and CSS is the easiest code to write in the world.
HTML, XML, and CSS are very easy to write. Which is why most people are surprised at how badly I.E. parses it. I.E. does not have a very good history with web language standards. Any decent web developer will tell you this.

(December 18, 2012 at 8:17 am)Aractus Wrote: It has to be decoded, so yes it's code. Markup is still code FYI.
Erm...it doesn't have to be "decoded". It's not that kind of code. It has to be parsed. HTML is not "encoded" in any non-generic way unless you are making websites in foreign languages.

Case in point, I still see websites using the I.E only <!--[if ...]> syntax to help get around parser glitches.
Reply
#26
RE: Malware and Threads
Oh please, any decent web designer uses XML and not HTML. For example my blog:

http://blog.aractus.com/

100% XML. Here's the proof:

http://schneegans.de/sv/?url=http://blog...com/?xhtml

I still have to be able to deliver an HTML-friendly version of it though for "legacy browsers" (ie browsers that can read HTML but not XML).

No go and find me other examples of webmasters using XML instead of HTML. Oh wait, all your "decent web developers" are using HTML aren't they?
Reply
#27
RE: Malware and Threads
Facepalm
Reply
#28
RE: Malware and Threads
(December 18, 2012 at 9:09 am)Aractus Wrote: Oh please, any decent web designer uses XML and not HTML. For example my blog:

http://blog.aractus.com/

100% XML. Here's the proof:

http://schneegans.de/sv/?url=http://blog...com/?xhtml

I still have to be able to deliver an HTML-friendly version of it though for "legacy browsers" (ie browsers that can read HTML but not XML).

No go and find me other examples of webmasters using XML instead of HTML. Oh wait, all your "decent web developers" are using HTML aren't they?
That's XHTML, not XML.

Your validator even says so: "Validated as: XHTML 1.0 Transitional".

XML isn't a good language for making websites in, because it is not designed for making websites. It's designed to create arbitrary data structures which can be parsed easily, which is why XHTML uses it from a structural point of view.

To make a website in pure XML, you need to have a corresponding XSL and then use XSL transformations (XSL) on the data stored in the XML document. That is great if you have a lot of similar data that you want to display in a standard manner, but it is not good to use if you want different areas of a web application, like a header, sidebars, content, footer, etc.
Reply
#29
RE: Malware and Threads
XHTML is XML (it isn't HTML). That's why the first line of the document is this:

Code:
<?xml version='1.0' encoding='utf-8'?>

It loads much faster in all browsers that support it than HTML does. You would know this if you were a decent web developer.
Reply
#30
RE: Malware and Threads
OMG, Tibs isn't a decent web developer, someone hand me the popcorn Big Grin

Clearly you don't know what that header means.
Reply



Possibly Related Threads...
Thread Author Replies Views Last Post
  Suggestion: Install Soma Tablet Depositories On All Threads Violet 17 3346 May 3, 2020 at 1:14 pm
Last Post: Rhizomorph13
Information [Serious] Why can't I subscribe to threads? CaenLeranzo 6 1877 February 25, 2020 at 4:53 pm
Last Post: BrianSoddingBoru4
  Civil/ safe option for threads. Mystic 2 1224 November 19, 2018 at 10:25 pm
Last Post: SteelCurtain
  I know I'm not supposed to revive really old threads, so... Martian Mermaid 23 5617 November 22, 2017 at 9:45 am
Last Post: I_am_not_mafia
  Alternative to "click bait" rule: block threads robvalue 40 7581 February 6, 2017 at 1:38 am
Last Post: rexbeccarox
  Mafia game threads showing in "Today's Posts" lists Ravenshire 18 7375 February 5, 2017 at 4:53 pm
Last Post: Ravenshire
  Missing drafts (threads, not PMs) Aroura 13 2454 December 2, 2016 at 9:06 pm
Last Post: Aroura
  Necroing of threads by newbies Joods 11 2115 July 4, 2016 at 7:26 pm
Last Post: Whateverist
  Suggestion/question: breadcrumb nav at the bottom of threads? KevinM1 17 3635 November 10, 2015 at 4:48 pm
Last Post: KevinM1
  Starting Threads with Links rexbeccarox 17 4196 October 6, 2015 at 5:16 pm
Last Post: Edwardo Piet



Users browsing this thread: 7 Guest(s)