Oprano Front Page


Go Back   Oprano Adult Industry Forums > The Business Of Porn - Closed For Posting > Legacy Archived Main Board

Notices

Legacy Archived Main Board Business chat and general industry chat. All participation is welcome. Dont post your fucking spam here.





Check Out YnotMail

The Original Oprano Flat Board (Thanks To Sarettah!)---
Oprano Swag Shop
"History Of Porn Timeline
Reply
 
Thread Tools Display Modes
Old 11-22-2002   #1
MarkTiarra
Guest
 
Posts: n/a
Default

Just wondering who uses XML or DHTML with any regularity on adult sites? I was thinking of adding to the LUMYR staff a couple guys who know it but I don't know how worth it it is. My only use of DHTML was for the pop up on http://www.flashfactorporn.com because I:

a) wanted a popup that isn't a other annoying browser window and,
like the drop shadow effect. =]

So anyway... XML, DHTML... worth it or can it?
  Reply With Quote
Old 11-22-2002   #2
Edd
Members
 
Join Date: Oct 2002
Location: Deadwood, you Cocksucker!
Posts: 833
Default

totally worth it Mark - the NEXT standard the w3 will release is XML for all the internet - html is being phased out and getting replaced with XML! So start NOW and be ahead of the game! But if you ALREADY know html then XML isn't that much of a stretch really - some differences, but no major paradigm shifts!
__________________

You can't just cut the throat of every Cocksucker who's character it MIGHT improve!
Edd is offline   Reply With Quote
Old 11-22-2002   #3
EricP
Members
 
Join Date: Oct 2002
Location: Orlando, FL
Posts: 299
Default

Actually XML will NOT be replacing HTML.

XML was designed to describe data and to focus on what data is.

HTML is about displaying information, XML is about describing information.

HTML was designed to display data and to focus on how data looks.

XML will NOT be replacing HTML. XHTML will though.

XHTML is the next generation of HTML.

XHTML is almost identical to HTML 4.01

XHTML is a stricter and cleaner version of HTML.

Basically XHTML consists of all the elements in HTML 4.01 combined with the syntax of XML. Its MUCH cleaner - less chance of the site looking screwed in some browsers and fine in others.

I will add that I build all my pages in XHTML.
If you want your sites to be cross browser compliant in the future, start learning the XHTML standard now.



As far as DHTML, all it really is is HTML, CSS, and JavaScript.





Last edited by EricP at Nov 22 2002, 07:43 PM
EricP is offline   Reply With Quote
Old 11-22-2002   #4
EricP
Members
 
Join Date: Oct 2002
Location: Orlando, FL
Posts: 299
Default

I thought I would post an example or two...

Here is a page I put up that uses an XML file:

http://www.vbasic.net/xml/ReadMenu.aspx
Here is the XML File: http://www.vbasic.net/xml/Menu.xml


Here is another XML file: http://www.vbasic.net/xml/products.xml


And here is a normal XHTML file:

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>

</body>
</html>

Like for an image, you must close the tag like so:

Code:
<img src="media/file.gif" width="100" height="100" />
Not hard eh?

Now whats cool about XML is it will be the way applications communicate with other applications across the internet. By using XML one application can read and understand the data from another application. Its a Standard for serving and reading data across the internet.







Last edited by EricP at Nov 22 2002, 07:34 PM
EricP is offline   Reply With Quote
Old 11-22-2002   #5
Dianna Vesta
Members
 
Dianna Vesta's Avatar
 
Join Date: Oct 2002
Location: South Florida
Posts: 2,087
Default

Quote:
Originally posted by EricP@Nov 22 2002, 06:35 PM
Actually XML will NOT be replacing HTML.

XML was designed to describe data and to focus on what data is.

HTML is about displaying information, XML is about describing information.

HTML was designed to display data and to focus on how data looks.

XML will NOT be replacing HTML. XHTML will though.

XHTML is the next generation of HTML.

XHTML is almost identical to HTML 4.01

XHTML is a stricter and cleaner version of HTML.

Basically XHTML consists of all the elements in HTML 4.01 combined with the syntax of XML. Its MUCH cleaner - less chance of the site looking screwed in some browsers and fine in others.

I will add that I build all my pages in XHTML.
If you want your sites to be cross browser compliant in the future, start learning the XHTML standard now.



As far as DHTML, all it really is is HTML, CSS, and JavaScript.
Thank fucking God! HTML, PHP, CGI, what the hell???? I can't keep up with this shit anyhow! lol
__________________
Live radio and audio downloads have a definite place in marketing and promoting products. Not only will it capture new customers but it is an excellent way to promote new products to existing customers continuing to build good customer relationships. Click here for more info
Dianna Vesta is offline   Reply With Quote
Old 11-22-2002   #6
EricP
Members
 
Join Date: Oct 2002
Location: Orlando, FL
Posts: 299
Default

Haha!

Edd was just trying to scare you!

XHTML is actually very easy.

EricP is offline   Reply With Quote
Old 11-22-2002   #7
MarkTiarra
Guest
 
Posts: n/a
Default

SOmehow I knew I'd get an intelligent response here. Cool! Thanks for the heads up. I'm primarily a graphics guy and I always hand code the HTML pages to make all the cross browser compatibility thing happen.

Now the question is: If I start using XHTML and beyond to some XML, will older browsers not recognize it and things like WebTV as well?

Thanks!
  Reply With Quote
Old 11-22-2002   #8
EricP
Members
 
Join Date: Oct 2002
Location: Orlando, FL
Posts: 299
Default

Hi Mark,

As far as using XML in a webpage that is read by WebTV, it should work fine if the XML is processed server side.

Now as far as XHTML, I do know WebTV HAD some issues with it...don't know if they are fixed or not. Maybe someone who has WebTV can help us test a page or two!




Edit: I think they may have just been slow adapting to the new standard.




Last edited by EricP at Nov 22 2002, 07:50 PM
EricP is offline   Reply With Quote
Old 11-22-2002   #9
Cal
Guest
 
Posts: n/a
Default

You can pick up a webTV developer's kit and get accurate test results on all your pages:

http://developer.msntv.com/Tools/WebTVVwr.asp

It's owned by MSN now, this one should cover both, if you need the old one I have it somewhere on one of my hard drives.

C.
  Reply With Quote
Old 11-22-2002   #10
EricP
Members
 
Join Date: Oct 2002
Location: Orlando, FL
Posts: 299
Default

Sweet!

Thanks for the LinkUp Cal!

EricP is offline   Reply With Quote
Old 11-22-2002   #11
Cal
Guest
 
Posts: n/a
Default

When I first got my hands on the webtv kit I was actually surprised surfing around to see which sites 'worked' with it. Their HTML Error reporting was very verbose, it was a very useful tool for people running basic html business sites. Dunno how the new MSNTV one is, I haven't tested it out yet but will soon for the new program.

I'd place some bets some of the major billing companies and sponsors have sites that aren't webTV friendly.

C.
  Reply With Quote
Old 11-22-2002   #12
Edd
Members
 
Join Date: Oct 2002
Location: Deadwood, you Cocksucker!
Posts: 833
Default

No I wasn't trying to scare anyone - we said the same thing - I just meant that html was becoming xml/xhtml - they are virtually the same thing - It's going to make the net much cooler as Eric stated: no more crossbrowser problems and better extensibility! And as the examples Eric also posted show its not that tough to grok ! you don't have to be a h34r: to use it!
__________________

You can't just cut the throat of every Cocksucker who's character it MIGHT improve!
Edd is offline   Reply With Quote
Old 11-22-2002   #13
EricP
Members
 
Join Date: Oct 2002
Location: Orlando, FL
Posts: 299
Default

I was just messing with you Edd....

I just wanted to point out the difference between XML, XHTML and DHTML.
EricP is offline   Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -4. The time now is 07:26 AM..


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright Evil Empire Inc. 2006-2022