Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 04-09-2005, 10:42 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You read the documentation.
Reply With Quote
  #12  
Old 04-09-2005, 10:45 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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"......
Reply With Quote
  #13  
Old 04-09-2005, 10:53 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
  #14  
Old 04-09-2005, 10:56 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all set...thanks
Reply With Quote
  #15  
Old 04-09-2005, 10:58 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #16  
Old 04-09-2005, 11:34 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #17  
Old 04-09-2005, 11:41 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #18  
Old 04-10-2005, 03:33 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help...all set
Reply With Quote
  #19  
Old 04-10-2005, 12:52 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply

Thread Tools
Display Modes

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 Off

Forum Jump


All times are GMT. The time now is 07:29 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.04301 seconds
  • Memory Usage 2,243KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete