944,010 Members | Top Members by Rank

Ad:
Nov 22nd, 2004
0

Sheer Eye Candy

Expand Post »
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
Similar Threads
! !
Reputation Points: 11
Solved Threads: 0
Banned
! ! is offline Offline
195 posts
since Feb 2004
Feb 25th, 2005
0

Re: Sheer Eye Candy

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.
Reputation Points: 11
Solved Threads: 0
Junior Poster in Training
eagleeye is offline Offline
87 posts
since Dec 2004
Feb 1st, 2008
0

Re: Sheer Eye Candy

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
brinked is offline Offline
1 posts
since Feb 2008
Feb 1st, 2008
0

Re: Sheer Eye Candy

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.
Reputation Points: 165
Solved Threads: 59
Posting Pro in Training
DangerDev is offline Offline
485 posts
since Jan 2008
Nov 1st, 2009
-1

How code running?

JavaScript Syntax (Toggle Plain Text)
  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; Nov 1st, 2009 at 4:45 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
haiconsoba is offline Offline
5 posts
since Nov 2009
Nov 1st, 2009
-1
Re: Sheer Eye Candy
@haiconsoba and what is meaning of that code? Any reason for reopening old thread?
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 874
Code tags enforcer
peter_budo is offline Offline
6,658 posts
since Dec 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: Lightbox with Java/jQery tips&trics
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: Onmouse over Javascript





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC