http://www.alistapart.com/articles/cssdropshadows.
As usual, these folks deliver a good, clean, cross browser solution. There also seems to be another one by this author on this subject: http://www.alistapart.com/articles/cssdrop2.
http://www.alistapart.com/articles/cssdropshadows.
As usual, these folks deliver a good, clean, cross browser solution. There also seems to be another one by this author on this subject: http://www.alistapart.com/articles/cssdrop2.
var loc = document.location.toString();
var location_parts = loc.split('/');
this_loc = location_parts[location_parts.length-1];
if(this_loc == '' || this_loc == undefined) {
$('#nav li a[href=\'index.php\']').addClass('selected');
}
else {
$('#nav li a[href=\'' + this_loc + '\']').addClass('selected');
}
http://en.wikipedia.org/wiki/External_ballistics
http://en.wikipedia.org/wiki/Force#Newton.27s_second_law
http://www.projectshum.org/Gravity/newton.html
http://gafferongames.wordpress.com/game-physics/
http://en.wikipedia.org/wiki/Trajectory
http://en.wikipedia.org/wiki/Trajectory_of_a_projectile
comp.games.development.programming.algorithms...
http://formularium.org/en/10.html?go=88.114
http://en.wikibooks.org/wiki/High_school_physics/Projectile_motion
Supports: Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.
Just found this: http://www.seebs.net/faqs/c-iaq.html - a brilliant read! :) For example:
2.2: I heard that structures could be assigned to variables and passed to and from functions, but K&R I says not.
K&R I was wrong; they hadn't actually learned C very well before writing the book. Later, Ritchie got a job at Bell Labs, and worked closely with the authors of C, allowing the 2nd edition of the book to be much more accurate. (Kernighan already worked at Bell Labs, as a video game developer.)