<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018170" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018170</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106695</link>
    <description> &lt;p&gt;3d javascript?? I&#039;ve never actually seen any resources particularly dedicated to it. I have, though, read the odd individual article in some of the common webdesign/code resource sites. Even those just mention 3d illusion only as a sidenote.&lt;/p&gt;
&lt;p&gt;Most people seem more keen on 2d stuff... either ultility things like navigation etc or flashy scrollers, font changers etc.&lt;/p&gt;
&lt;p&gt;Check out Google&#039;s results at &lt;a href=&quot;http://www.google.co.nz/search?q=%223d+javascript%22&amp;amp;hl=en&amp;amp;lr=&quot; class=&quot;bb-url&quot;&gt;http://www.google.co.nz/search?q=%223d+javascript%22&amp;amp;hl=en&amp;amp;lr=&lt;/a&gt;&lt;br /&gt;
There are a couple of games/engines listed that are interesting but it didn&#039;t look like much else was relevant.&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Apr 2002 23:36:03 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1106695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106681</link>
    <description> &lt;p&gt;Well it sounds like your method is organized well and I think I can imagine it.  I&#039;d like to see the math your using to try and get it. Yes I am using diagonals for mine to calculate theta and then have the user supply the offset themself. I guess I could change it to have the shaddow offset be proportional to the lightsource offset.&lt;/p&gt;
&lt;p&gt;Anyways I am very interested by this 3d javascript. I know this q has been asked probly a million times but does anyone reccomend any good sources for stuff like 3d javascript?&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Apr 2002 20:38:59 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1106681 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106653</link>
    <description> &lt;p&gt;Hmm, a slightly different approach to what I&#039;m using.&lt;br /&gt;
It looks quite similar, though.&lt;br /&gt;
You&#039;re working with diagonal values, right? I&#039;m going the other way with two sides of a rectangle.&lt;/p&gt;
&lt;p&gt;The gist of what I&#039;m trying to do is this:&lt;/p&gt;
&lt;p&gt;1) Get the y difference between the light source point (L) and point A on the box.&lt;br /&gt;
2) Get the x difference between the L and point A on the box.&lt;br /&gt;
3) Move the similar shaped shadow div to new location based on point A&#039; which is equidistant with L, to A. This is done by offsetting shadow by |LA| in the opposite direction of the &quot;ray.&quot;&lt;br /&gt;
If x,y of L is less than or equal to x,y of A then shadow is offset by |LA|.&lt;br /&gt;
If x,y of L is greater than x,y of A then shadow is offset by |LA| * (-1).&lt;/p&gt;
&lt;p&gt;I hope I&#039;ve explained it properly. It&#039;s not perfect, but I&#039;m still working on it.&lt;/p&gt;
&lt;p&gt;The script I&#039;m making is quite literal. i.e. allows the user to click on screen to move L, and the shadow moves dynamically. Also I&#039;m adding a slider to change depth, which will probaly just increase and decrease the width/height of the shadow by percentage of its original properties.&lt;/p&gt;
&lt;p&gt;My end result will probably be totally IE-only. I&#039;m thinking of adding the glow filter (read in the textfilters links that I listed in a previous post here) to change focus and blur the shadow. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Apr 2002 12:17:31 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1106653 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106610</link>
    <description> &lt;p&gt;So Far: &lt;a href=&quot;http://www.conxiondesigns.com/web/dhtml/shaddow/index.html&quot; class=&quot;bb-url&quot;&gt;Here&lt;/a&gt;&lt;br /&gt;
Well there is not too much of mine but here is what I have so far. I have the light source working. There paremeters in the movebox() function are explained in the source. It only works for IE at the moment. Later I will make it cross browser and appliable to several layers at once instead of currently how I have it applied to one layer.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Apr 2002 16:47:08 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1106610 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106591</link>
    <description> &lt;p&gt;dk01, yes, I&#039;d like to see what you&#039;ve got so far. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m still in the early stages... not much to see of mine yet.&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Apr 2002 11:00:30 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1106591 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106557</link>
    <description> &lt;p&gt;You can post links to relevant discussion points, of course. The &quot;no links&quot; is in regards to spam postings and promotional postings and postings designed to gain you money. Links to works in progress, and points of discussion are encouraged.&lt;/p&gt;
&lt;p&gt;Clint -- I hope you read some of the comments here and the links provided and gain a better understanding of HTML. Div is not something that will be &quot;phased out&quot;.  I&#039;ve been using DIV successfully for three years, without any issues, within the natural flow of the page. You have received some very good advice here. I hope you take it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Apr 2002 22:12:50 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1106557 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106550</link>
    <description> &lt;p&gt;I know a few people and sites that have/are/will convert to div from table.  It seems that it is the emerging standard for layout display.&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Apr 2002 21:14:44 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1106550 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106549</link>
    <description> &lt;p&gt;Wow! What a hot debate I sparked! Thanks for everyone&#039;s inputs.  Abhishek Reddy - you actually hit on what I was looking for and I would like to see the results of your work since I have been working on the task my self. The trig was a bit of a pain but if you would like to see what I am working on I would gladly send you the address. Am I correct that we are not allowed to post links here? Thanks again.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Apr 2002 21:09:10 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1106549 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106529</link>
    <description> &lt;p&gt;DIV&#039;s are no longer bleeding-edge technology. With browser support increasing, its popularity among designers is increasing. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Getting back to the original topic:&lt;br /&gt;
dk01, it would be possible to create a mobile, scalable DIV which acts as a shadow, and a mobile light source. It only take a few x and y offset calculations to determine the correct position of a shadow, given the light source&#039;s co-ordinates. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Even so, I don&#039;t think that it&#039;s possible to create advanced shadows. i.e: ones that are distorted to a third perpendicular plane -- like 3d programs do. At least it won&#039;t be very easy.&lt;/p&gt;
&lt;p&gt;Anyway, since all this got me thinking, I&#039;m tinkering with a script that puts what I just said into practice. If you&#039;re interested (and it works), I&#039;ll send you a copy when I&#039;m done. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Apr 2002 16:38:58 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1106529 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/dynamic-shaddows#comment-1106516</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by theprofessional &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Maybe someday, for until I see it take off really big, &quot;Ebay, Barnes &amp;amp; Nobles, and other huge successes&quot;, I don&#039;t have a need yet. IMO anyway, DIV is just an old thing that&#039;ll be phased out eventually without costing me a dime. Thanks for the info. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Well, you lost me here. Ebay and B&amp;amp;N are big due to their concepts, not their web designers.&lt;/p&gt;
&lt;p&gt;Was your point that they use tables (of course they do) or that they don&#039;t use the DIV tag? If the latter, I suggest you view some of their source code - both sites implement div tags &lt;em&gt;where appropriate&lt;/em&gt;. The div tag is &lt;strong&gt;not&lt;/strong&gt; the same thing as the table tag.&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Apr 2002 15:27:57 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1106516 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
