vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Closing Tag Question (https://vborg.vbsupport.ru/showthread.php?t=79635)

Marco van Herwaarden 04-09-2005 10:42 PM

You read the documentation.

RichieBoy67 04-09-2005 10:45 PM

Seems to be tons of "depreciated code" in vb3.07 and it is brand new.... I guess it all depends on what is defined as "depreciated"......

Boofo 04-09-2005 10:53 PM

Quote:

Originally Posted by MarcoH64
You read the documentation.

I asked that question so someone might add a link or something to the thread so other would know where to go to find out and not have to ask. ;)

Good answer. :surprised:

RichieBoy67 04-09-2005 10:56 PM

all set...thanks

Boofo 04-09-2005 10:58 PM

Quote:

Originally Posted by RichieBoy67
I guess I am better off reading than asking a question here anyways....... Somehow I am always made out to feel stupid here...... sorry to waste cyber space... I know it is scarce..

No question is ever stupid if you don't know the answer. ;)

I apologize if I made you feel that way or uncomfortable for any reason. That was not the intention of my posts. ;)

filburt1 04-09-2005 11:34 PM

Quote:

Originally Posted by RichieBoy67
Seems to be tons of "depreciated code" in vb3.07 and it is brand new.... I guess it all depends on what is defined as "depreciated"......

Stock 3.0.7 does not use deprecated code that I know of as defined by the XHTML 1.0 Transitional specification.

Princeton 04-09-2005 11:41 PM

vb is valid ... it's the additional code that people add that is not valid ...
right now, the only thing that does not validate XHTML on a default vb install is the archive section

With HTML, so many developers were writing sloppy code ... which is why W3C came out with XHTML.

It is a bridge to what is coming.

Think of XHTML as a learning curve ... 'cause the next big thing is XML.
With XML, you need to code properly. Coding problems in XML will occur in a 'blank state' (error).

Learning the basics of XHTML (deprecated codes / nesting / etc) will prepare you for the next step.

RichieBoy67 04-10-2005 03:33 AM

Thanks for the help...all set

Princeton 04-10-2005 12:52 PM

XHTML was created to get everyone prepared for the next step ... that is all.
XHTML is not better than HTML it is just semantically correct.

Here's some more info...
Now, and in the future, there will be appliances (technology) that can browse the web ... this includes every household appliance in the house, pdas, even your watch, etc. (NOTE: Some of this stuff already exists.)

To make the content properly display on these appliances there has to be a set of rules. In the early days, there was no rules so browsers forgave all errors and displayed content as it thought it should be displayed--IE still does this.

Anyway, the modern browser engines will have to be smaller/compact to fit in these new appliances -- there will be no guess work on the part of the new engines. It will either display (no error) or not display (error exist).

XML will make this happen.
Your language file in the vb install file is XML -- and, if you know your stuff you can style that file.

Right now there are many sites that run and display content with XML at some scale ... the big sites--AMAZON, YAHOO, GOOGLE all use XML.

It's the next big thing. :up:


Code:

372:        <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="99%" align="center" style="border-top-width:0px">
 373:        <tr align="center">       
 374:
 375: <!-- Forum link in navbar non drop down menu -->
 376:                <td class="vbmenu_control"><a href="http://www.talkandmore.net/local_links.php?amp;">Links and Downloads</a></td>
 377: <!-- / Forum link in navbar non drop down menu -->
 378:
 379: <script type="text/javascript">
 380: <!--
 381:
 382: function OpenvBChat(){
 383: vBChat = window.open('vBChat.php?amp;','vBChat','directories=no,height='+window.screen.height+',width='+window.screen.width+',location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')
 384:
 385: return false;
 386: }
 387:
 388: -->
 389: </script>
 390: <td class="

move the javascript above the table or within the cell and it will pass ...
you cannot have anything between cells
Code:

</td>{nothing here}<td>
again, here's the same problem
Code:

vBChat</a></td></div>
<td

Anyway, if you want me to fix your html contact me -- no I will not charge you for this. :) This is a 1 minute fix.


All times are GMT. The time now is 05:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01080 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete