Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Feb 2004
Posts: 195
Reputation: ! ! is an unknown quantity at this point 
Solved Threads: 0
! ! ! ! is offline Offline
Banned

Sheer Eye Candy

 
0
  #1
Nov 22nd, 2004
http://5url.com/dhtml.html


Always felt that Flash and Browser Incompatabilties hurt the development of DHTML (except for MENUS)

Who knows how far it would have developed

Also STYLE FILTERS are another I.E. gem
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 87
Reputation: eagleeye is an unknown quantity at this point 
Solved Threads: 0
eagleeye's Avatar
eagleeye eagleeye is offline Offline
Junior Poster in Training

Re: Sheer Eye Candy

 
0
  #2
Feb 25th, 2005
I feel the same way, but in addition to that also the broadband internet helped to hurt the devolpment of DHTML, broadband making it more easier for the flash to be utilized and more user friendly by not having to wait forever for it to load now a days.
I'll try to be smarter, if you try to be nicer.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 1
Reputation: brinked is an unknown quantity at this point 
Solved Threads: 0
brinked brinked is offline Offline
Newbie Poster

Re: Sheer Eye Candy

 
0
  #3
Feb 1st, 2008
thats a great site with examples, especially because it shows what works with IE and what doesn't...IMO opinion everything should be cross browser compatible for the 5 most used browsers
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 483
Reputation: DangerDev has a spectacular aura about DangerDev has a spectacular aura about 
Solved Threads: 58
DangerDev's Avatar
DangerDev DangerDev is offline Offline
Posting Pro in Training

Re: Sheer Eye Candy

 
0
  #4
Feb 1st, 2008
may be u guys r right, but still i feel dhtml is having its own beauty. Browser compatibility problem could be handled through professional coding.
Freedom in the Mind, Faith in the words.. Pride in our Souls...
Indian Developer
http://falaque.wordpress.com/
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 1
Reputation: haiconsoba is an unknown quantity at this point 
Solved Threads: 0
haiconsoba haiconsoba is offline Offline
Newbie Poster

How code running?

 
-1
  #5
34 Days Ago
  1. <script type="text/javascrip" language="javascript">
  2. function CreaTable(divtable)
  3. {
  4. var tagtable=document.createElement("table");
  5. tagtable.border=1;
  6. var tagBody=document.createElement("tBody");
  7. tagtable.appendChild(tagBody);
  8. var nDong=txtSoDong.value;
  9. var nCot=txtSoCot.value;
  10. for(var i=0;i<=nDong;i++)
  11. {
  12. var tagTr=document.createElement("tr");
  13. for(var j=0;j<=nCot;j++)
  14. {
  15. var tagTd=document.createElement("td");
  16. var textNode=document.createElement(i+""+j);
  17. tagTd.appendChild(textNode);
  18. tagTr.appendChild(tagTd);
  19. }
  20. tagBody.appendChild(tagTr);
  21. }
  22. divtable.appendChild(tagtable);
  23.  
  24. }
  25. </script>
Last edited by peter_budo; 34 Days Ago at 4:45 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,205
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 486
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer
 
-1
  #6
34 Days Ago
@haiconsoba and what is meaning of that code? Any reason for reopening old thread?
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC