Duffman loves Duff
- December 29th, 2009
- Write comment
Frauen können nicht einparken. Jetzt sogar wissenschaftlich nachgewiesen:
Die Frauen brauchten im Durchschnitt 20 Sekunden länger als die Männer. Die Zeit nutzten sie jedoch nicht zum Einnnehmen einer optimalen Parkposition, sondern standen vielmehr am Ende meistens deutlich schiefer als die Fahrer. Die Biopsychologin Dr. Claudia Wolf, eine der Autorinnen der Studie, glaubt, dass Frauen grundsätzlich eine geringe Risikobereitschaft haben und deshalb vorsichtiger einparken. Warum sie trotzdem so schief stehen, könne sie jedoch nicht erklären, sagte sie dem “Daily Telegraph”. Allerdings gehe es, “nur ums Parken, nicht um den Triumph der Männer über die Frauen.”
Quelle: tagesschau.de
Sometimes, one cannot inspect JavaScript-objects using an external debugger, like Firebug.
For example, this can happen during development of Firefox addons: Open the JavaScript inspector of Firebug and you will only see the JavaScript errors on the currently displayed website, but not the ones from the addon.
Thus, I modified the inspect()-function from Ariel Tapia (codeprojects.com) a bit. My version will not only return a HTML string with all the attributes and functions that are inside the object. It will also add the values of these.
Installation: Just unzip the file and include it via
<script src="inspector.js" type="text/javascript"></script>
(As an alternative, you can also just copy and paste the function directly into your source.)
Example usage: var htmlResult = inspect(myObject, null, null);
htmlResult will now hold a string-representation of the properties and functions of myObject.
Note: An alternative for Firefox addons is Venkman. Haven’t really figured out how to use that though.
So, if you don’t want to bother with Venkman or need an object-inspector for any other purpose, I think you’ll be fine with my function provided above.
I am currently playing around a bit with Firefox addons.
To create a GUI for such extensions you need XUL, a XML-based markup language.
Now, check out the namespace for XUL:
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul
Don’t get it? Fool! Go watch Ghostbusters I again! (Man, this reminds me of me being a kid and watching this movie over and over again).
However, now guess how a Firefox addon is called for debugging JavaScript in such extensions. Right: Venkman
I thought Chrome was made for rendering HTML. Seems like, I was wrong.
This is what happened to me some minutes ago:

English translation: The document “test.html” could not be opened. Chrome cannot open “HTML document” type files.
Nice.
This happens if I try to drag a HTML document from my desktop onto the Chrome icon on my dick dock.
If I now press CMD+O and select the same file, Chrome renders the page wonderfully.
I hope this gets fixed in the final release. Using the 4.0.249.43 Beta for Mac OS X here.
Update: I just tried again with another HTML file. Worked. Tried again with the same file. Fail. What the heck?
Update II : I just tried to undo a typo in the Wordpress 2.9 WYSIWYG editor in Google Chrome. Doesn’t work. Jeez…
Fruit-RSS is a simple extension that ads (Apple) Safari-style feed subscription capability to Google Chrome and Mozilla Firefox. It lets you subscribe to RSS and Atom feeds without having to register at online subscription services like Google Reader.
The look and feel is very similar to Apple’s Safari browser. Check out the screenshot and you’ll know what I mean, if you know how Safari displays feeds.
Another nice feature is that it checks for new feed updates at regular intervals and marks those feeds that have new postings in there. Bookmarks that point to a Fruit-RSS feed which was updated will have a mark like this:

Today, Google finally released a beta version of their browser Chrome for MacOS X.
Although I really don’t like the way Chrome gathers data while I surf the web, the browser’s actually not that bad.
Damn, it’s FAST!
When fireing the browser up for the first time, you’ll think that the browser has already been pre-loaded into the Mac’s RAM, but that’s not the case. It starts up as fast as an already loaded Safari and leaves Firefox far far behind.
The best of two worlds
Something that I really missed on Safari is a possibility to easily install addons. Chrome isn’t that comfortable like Firefox with its build-in addon installation feature but you can browse through some Chrome extension websites, download an addon manually and install it with a doubleclick. Doesn’t work in the beta though
A robust piece of software
Another useful feature is that Chrome starts every tab in its own process. I really could have used that today when I played around with some JavaScript functions that produced an infinite loop which caused Safari to crash multiple times and take all my other open tabs (Tutorials, Google search results…) down to its cold and dark grave. Really annoying. Chrome definately earns a plus here.
Less is more
But it’s not only the technical side of Chrome that I like. The browser integrates very well into the MacOS X look and feel. The title bar looks very “macish” and minimalistic. Each tab does not simply “pop-up”: It slides smoothly up and down, depending on if you open or close a tab. Very nice.
… BUT I WON’T USE IT !
Ok, so far you might think I switched my browser. But I didn’t. I am currently writing this post on Safari.
Why?
Chrome lacks three very important features that prevent me from “enjoying” it:
Ok, the thing is now that if you use Google Chrome, and you don’t turn off all the data-sniffing features like the DNS-caching service, one becomes a glassy human being. So my tip is: Turn that shit off:
Maybe these issues will be solved when the Chrome beta ends. Til then, I’ll stick to good old Safari.
If you want to know more, check out this Apple-wannabe video here from Google (hosted on Golem.de) for some “live” picture about Google Chrome:
One last thing: What’s really funny now is that almost all websites that offer plugins for Chrome are suddenly absolutely not or difficult available. Don’t tell me that only a minority is using this browser! Seems like Google is again cutting the grass here, like everything else they touch. Scary.
Please digg this article if you liked it.
Webdeveloper with a passion for Rich Internet Applications, UI-Design and fishing.