954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Sheer Eye Candy

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

! !
Junior Poster
Banned
195 posts since Feb 2004
Reputation Points: 11
Solved Threads: 0
 

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.

eagleeye
Junior Poster in Training
87 posts since Dec 2004
Reputation Points: 11
Solved Threads: 0
 

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

brinked
Newbie Poster
1 post since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

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.

DangerDev
Posting Pro in Training
485 posts since Jan 2008
Reputation Points: 165
Solved Threads: 59
 
<script type="text/javascrip" language="javascript">
	function CreaTable(divtable)
	{
		var tagtable=document.createElement("table");
		tagtable.border=1;
		var tagBody=document.createElement("tBody");
		tagtable.appendChild(tagBody);
		var nDong=txtSoDong.value;
		var nCot=txtSoCot.value;
		for(var i=0;i<=nDong;i++)
		{
			var tagTr=document.createElement("tr");
			for(var j=0;j<=nCot;j++)
			{
				var tagTd=document.createElement("td");
				var textNode=document.createElement(i+""+j);
				tagTd.appendChild(textNode);
				tagTr.appendChild(tagTd);
			}
			tagBody.appendChild(tagTr);
		}
		divtable.appendChild(tagtable);
		
	}
</script>
haiconsoba
Newbie Poster
5 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

@haiconsoba and what is meaning of that code? Any reason for reopening old thread?

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You