Tuesday, January 10, 2006

WTF?!?!: anonymous annoying not aloud anymore.

Source: http://news.zdnet.com/2100-1009_22-6024695.html

"It's no joke. Last Thursday, President Bush signed into law a prohibition on posting annoying Web messages or sending annoying e-mail messages without disclosing your true identity.

In other words, it's OK to flame someone on a mailing list or in a blog as long as you do it under your real name. "


Man, that just sucks. Why should we use our real names?? I don't see the harm of some anonymous people, expressing their inner feelings without recourse.

Hack: Use old Saves for Xbox 360

http://www.xboxhacker.net/index.php?option=com_content&task=view&id=83&Itemid=2

Interesting, but since I have no Xbox 360, this isn't useful for me yet.

Cool: Use Cooking Oil instead of a Fan for your PC

http://www.tomshardware.com/2006/01/09/strip_out_the_fans/


Click on the image to view the picture

How To: Add Google Map to your website

Source:

1)Get Google Maps API key, which is free at http://www.google.com/apis/maps/.

2)Follow the instructions to "Sign up for a google API key". You'll need a gmail account, and to enter your domain name. If you need an invite, just comment to this blog entry with an email address. I'll delete the comment afterward.

3)Get the google script to help you:



<script src="http://maps.google.com/maps?file=api&v=1&key= [YOURKEY]" type="text/javascript"></script>


<div id="map" style="WIDTH: 500px; HEIGHT: 400px">
</div>
<script type="text/javascript">
//<![CDATA[
window.onload = showMap;
function showMap()
var map = new GMap(document.getElementById("map"));
map.addControl(new GSmallMapControl());
map.centerAndZoom(new GPoint(-122.1419, 37.4419), 4);
//]]>
</script>


In the CDATA the first two lines tells IE to wait before loading all the images.
"The [third] line instantiates the map and assigns it to the map div. The [fourth] line adds the little pan and zoom controls. Finally, the [fifth] line centers the map on a point and sets the zoom level."


4)Change the values to your default map:
Ex:
http://maps.google.com/?ll=45.484206,-122.499447&spn=0.031833,0.069523
then change: map.centerAndZoom(new GPoint(-122.499447, 45.484206), 8);
the last number is the zoom level.

5) To add a point just add the following javascript:
map.addOverlay(new GMarker(new GPoint(-122.499447, 45.484206)));


I like this simple tutorial, I see how I can write a php or perl script to make my site somewhat interactive. Of course I would also need to read up more on google api when I get a chance, so I could connect the dots, etc....

Friday, January 06, 2006

Greeley, CO

Looking at Microsoft's Windows Live Local, it is interesting to see how the place looked before our house was even built on the location:

http://local.live.com/default.aspx?v=2&cp=40.411351~-104.793558&style=h&lvl=17&scene=1915335&sp=adr.1740%2070th%20Ave%2c%20Greeley%2c%20CO%2080634


There are no houses, just mounds of dirt. Alot of the businesses haven't even developed. Greeley, CO is one of the fastest booming cities I have personaly seen. This of course isn't saying much, but it is still just an amazing site to see how much construction is being developed around here. Everywhere I look there are new homes being built, new freeways, new businesses, etc...

Funny: Student using F5 attack against school.

http://www.wkyc.com/akron/akron_article.aspx?storyid=45721

"Police say the student, created a website which connected to the school's system.

When enough users logged on and hit the F5 button, it overloaded the school's system."


I just find this more on the funny side. I guest this is the dummy version of DOS attack. LOL

I still don't think the student should get into to much problems, it's hard to take this serious IMHO. Hey maybe this was his way of getting on one of the MTV shows that dealt with high school pranks.

Thursday, January 05, 2006

Interesting: Plug and Pray???!???!!!

http://www.plug-pray.org/ENG/Home.html

"For all eventualities -
Plug'n'Pray kits are equipped
with everything you need
to get converted quickly. Feel
free to choose the most suitable
and convenient religion for you!"


Wednesday, January 04, 2006

Cool : 18 Tricks to Teach Your Body

http://health.msn.com/menshealth/articlepage.aspx?cp-documentid=100119940&GT1=7538#1



Number 17, I know well from my swimming days in Highschool, so I know that one is somewhat old. 10 extra seconds without breathing defently increases your speed in the water.

Sunday, January 01, 2006