Ok, so the problem with some of the electric cars is that there isn’t a great way to keep them charged other than plugging them in to an outlet.
There are solar cells, but they don’t generate enough energy quickly enough.
Most electric cars have regenerative braking, but that doesn’t return a lot of power.
I’m sure there [...]
Need to have http redirect to https within Tomcat.
Here is a good page on setting up SSL for Tomcat tomcat-6.0-doc/ssl-howto.html
1. Change Tomcat’s server.xml.
(<application>/tomcat/conf/server.xml)
Edit the non-SSL <Connector> entry listening on port 80 and add or
edit the redirectPort atribute to point to the port on which the SSL
<Connector> is listening. By default, the redirectPort was pointing
to port [...]
The simple things to give you more information about a system.
read http://marc.info/?l=bugtraq&m=110809126916608&w=2
just some info from javascript.
Javascript web hacks.
javascript:alert(document.lastModified) – shows the date a web pages was modified.
javascript:var%20c=0; – Not sure crashes a running javascript. This injects a value of 0 into the variable “c”.
javascript:alert(c=0) – Same set [...]
I have recreated all of the forum posts as Blog posts below.
I found a way to list out the forum posts in chronological order and will put them into the blog as such.
Needed to have a real post, just for reference.