Today I need your help once. Some time ago I got on Facebook, an indication that the Firefox, both under Windows and Linux, with visits to cratoo.de more or less reproducible crashes. Now it is so that I also had crashes of Firefox, but this has only recently associate my own blog / gallery.
In the meantime I have with HTML Validation some blunders adjusted in HTML (opened but not closed, and incorrectly nested ul / li / div). And in the last days of this cleaning up, I did not manage to get by calling the domain name to the Firefox to crash. But this can of course be a coincidence. Also, I'm not sure if the crashes are not more the result of gefrickeltes Javascript to pass. These things I have written for me that is the gallery. On the other hand, the fit does not mean that the crashes happened with me even when opening the home page, on which the javascript-self is not used.
Therefore, the request to you. If you experience Next time on the blog or call the Gallery to crash Firefox, copy shortly after the restart of Firefox specifically requested page and let me have. A feedback that you experience no crashes in connection with visits here is of course also have liked 
Maybe yes, but it has also been done and I am no longer responsible for your rude exit Firefox 
Tags: crash , blog , cratoo.de , firefox , gallery2 , html , javascript Posted in Network World , Other | 20 Comments »
It is a year ago today that I first reported by Twitter to speak. This year a lot happened in the Twitter my own life and the perception of the world has definitely changed around me.
As would be the school shooting in Winnersh. To this one can speak in connection with Twitter, of course, assumes that the information was transmitted directly by the local people. The intensity was the fact, however, is not what I'm really grateful Twitter.
During the summer months, the world of pirates played a big role, so I tweeted that course of one or the other demo, impressions and images.
In the meantime I got to know new people that I would rather not mention not sure know.
At the end of the year we were also on Twitter, then to the crime scene shoot with our cats . Here I can absolutely say with certainty that we would not have experienced without Twitter.
Also, the financial statements with Twichteln was a nice thing, even if it is strictly related to Twitter does not have to see.
During the year there were also several times the situation that I have created a problem in the round and was usually answers. Some more, some less helpful.
In sum, I can therefore state that it is worth mention for me and the question of relevance is not easy. As with many other things, it makes my opinion the level of usage and the ability to classify what something is and what is not.
To me it makes fun anyway, especially not often need to make it, whether it makes sense, but it is easy to do and I will continue to twitter 
Tags: cratoo.de , TV , birthday , looking back , resume , crime , tv , twitter Posted in Network World , Other | No Comments »
Anyone who reads the blog via RSS / Atom feed will have noticed that the feeds go again. Here it the article should since 6.1. have received, so the reference to the WordPress update, the photos of the winter landscape to the snow depth Daisy, pointing out the 2008 Turkey holiday supplement and not invisible items. Latter, I would not really be public, but after I've got some comments, which now remains just a curiosity.
Anyway, it had me destroyed by the WordPress 2.9.1 update any rights within the blog directory, so that the feeds were not updated. Only a spirited
chmod-R 777 / blog
was to update and bring back the exact reason I do not know well. That was with the rights previously only a last-ditch incidence of spontaneous
So now my excuse would be gone, nothing to write and I will cut it days a few articles (see if I can be disciplined by such a cocky little public notice
)
Tonight there is in any case almost as traditional to this year's Young Cinema Sound Orchestra concert in the Concert Hall . On the program with the following films, I am also looking forward 
- Titanic
- King Kong
- Superman
- James Bond
- Narnia
- Star Trek
- Forrest Gump
- Indiana Jones IV
- Band Of Brothers
- Batman
- Platoon
Tags: blog , cratoo.de , feed , rss , update , YCS , young cinema sound orchestra Posted in Network World , Other | No Comments »
Had once again pushed long before me and finally pulled through. An update of WordPress. The same as in part is not really secure (although I have seen little so far but as substantial), it was about time. As usual applies: If there is any problem, please let us know.
Next time I will be here to switch to PHP5. Not that it would be interesting for my readers, but the only time announcement as if in the next few days sights here a ride 
Tags: blog , cratoo.de , update , upgrade , WordPress Posted in Other | No Comments »
XSL with Saxon and the Java call with XML as a parameter
Inserting an XSL transformation in Java, the used processors usually offer a Java exit, to which is the possibility to call out from the transformation of a Java function. So also the Saxon .
In the implementation I came across stumbling blocks. The most important: the Saxon Home Edition (HE) supports Java and you get the call did not execute the transformation, the helpful error message "Can not find a matching 1-argument function named {java: org.package.foo.Klasse} function ()" . So there is no indication that it even fails to Saxon. So before anything in the transformation or the Java implementation changes, first to see if instead of saxon9he.jar from the Home Edition, which saxon9.jar the saxon9 dom.jar as external jar in the build path and are deposited.
Another possibility that is not the call works may be the fact that the function to be called as in any case
must be defined. Last but not least the integration of the function must be correct. Once a <xsl:stylesheet> with
<Xsl: stylesheet
xmlns: abbreviation = "java: org.package.foo.Klasse"
xmlns: xsl = "http://www.w3.org/1999/XSL/Transform>
and besides the desired destination node then
/> </Zielknoten > <Zielknoten <xsl:value-of Select = "Abkuerzung:function()" /> </ target node>
Java Does the transformation and the call of the function yields the desired result one can rise to the question of how the XML to Java pass can cut one. While this with XSL 2.0 should not be a problem, it looks at different XSL 1.0. In this there is no support for temporary trees, so that when the attempted surrender of the tree only its contents taken. One solution is to use <[CDATA [dar.
A
/> </xsl:value > <ziel> select = <xsl:value-of "/pfad/quelle" /> </ xsl: value>
would therefore only copy any existing content in the nodes. If you pack the item to copy a CDATA node, it can complete on delivery and particularly also returned.
Source:
1
2
3
4
5
|
<source>
<knoten>
</kind > <kind> <! [CDATA [test content and node <moep> </ moep> test]]> </ child>
</ Node>
</ Source> |
If the packing is the source node must also make itself and the contents of the node is copied from somewhere as well, another procedure is necessary:
1
2
3
4
5
6
7
8
9
10
11
|
<source>
<knoten>
<kind>
> < ![CDATA[ </xsl:variable > <xsl:variable "cdstart" name => <! [CDATA [</ xsl variable>
> ]] > </xsl:variable > <xsl:variable "cdend" name =>]]> </ xsl: variable>
select = "$cdstart" /> <xsl:value-of disable-output-escaping "yes" = select = "$cdstart" />
/> <xsl:copy-of select = "/anderer/quell/knoten" />
select = "$cdend" /> <xsl:value-of disable-output-escaping "yes" = select = "$cdend" />
</ Child>
</ Node>
</ Source> |
This XSL you can then copy the contents and receives the desired location at the XML tree rather than with <and> or Content provided only version.
1
2
3
|
<ziel>
/> <xsl:value-of select = "/quelle/knoten/kind" />
</ Target> |
To explain: the detour of the CDATA go to put in variables you have to, because the <and> to the HTML entities otherwise.
Tags: cdata , coding , escaping , java , saxon , xml , xsl , xslt Posted in Other | 1 Comment »