Tag Archive

ActionScript 3.0 ajax algorithms animation art as3 as3soundeditorlib blog community computer art computer vision digg eclipse employment flash google analytics IDE image-manipulation image-segmentation imagemagick Ithaca Ithaca NY java hosting jobs lightlink local mod_python MVC mysql News open source parser pseudo physics python renderer runtime SoundEditor svg svn tomcat versioning web-2.0 web-applications web technology wordpress

The web must be rebuilt every three years

I’ve been thinking about the classic things to put online — command line programs from long ago such as Eliza and imagemagick. These things were all put online about 10 years ago. You can kind of tell from the websites that they are on.

Now that we have faster forms and ajax, I think that it’s time to do some of these apps again.

Pseudo Physics updated

I chose to mess around with the pseudo-physics package this evening. I probably should have done work, or slept. Probably slept.

Anyway, I cleaned up the code…er, all the physics stuff is in one place. More importantly, there are controls for the equations.

The green box in the top right sends parameter info to trace. No use to you.

The dark blue circle is friction. Friction greater than 1 means things accelerate on their own accord.

The translucent purple dot is the black-hole, center of the universe.

You’ll figure the rest out.

Pseudo Physics Simulator
[Pseudo Physics Simulator]

Check out the DHTML!

I came across this website http://www.newstudent.umsl.edu/grad/grad.html. Look for the change color link on the left of the menu bar.

I’m glad to see that someone is using technology to enhance the user interface :)

How to write a .htaccess file

I recently moved from charlesdietrich.com, and in addition to changing the domain name, I changed to WordPress, which meant that my filenames changed as well. So, for example http://www.charlesdietrich.com/news/ turned into http://www.charlesdietrich.com/blog/. Fortunately, I run Apache and there is mod_rewrite.

So what exactly goes in the .htaccess file at charlesdietrich.com? See here.