Not really, but sometimes I simply come across smaller problems that are in my opinion simply not logical. As part of a course I had to write excerpts of 4 different papers and put them all together into one big document. First of all I wrote the excerpts having their own article-class file so that I could also generate PDFs for each excerpt without having to go to the one big conglomerate. Every excerpt has an abstract. No problem so far.
Read more about "Sometimes LaTeX is just annoying" ...Archive for 2006/05
-
Sometimes LaTeX is just annoying
-
PHP 5.1.4 released and I love phpMyAdmin again
... and the end of main struggles with phpMyAdmin ;) For the last couple of days I was fighting with phpMyAdmin not to replace random column fields with Array data when submitting changes to a row. I was actually as far as going to the commandline client of mysql for inserting and updating data. But this morning I finally remembered, that the folks at php.net have released PHP 5.1.4 yesterday, which has for example a fix for PHP 5.1.3 bug with handling $_POST in it ;)
Read more about "PHP 5.1.4 released and I love phpMyAdmin again" ... -
Mainboard fan :S
-
htmltoc.rb 1.1
-
Want a snippet?
Today I found parsed.org via a post on Jason Tucker's weblog everythingtech.tv were he interviews its founder. Parsed.org is a community site for programmers offering small code snippets for common problems like for example how to access the raw POST data in PHP.
Read more about "Want a snippet?" ... -
CoComment integrated
Read more about "CoComment integrated" ...
I've integrated CoComment into the comments part of post template, so if you have a CoComment account you should no longer have to enable CoComment manually when you post a comment here. If you notice any problems, please let me know. I'm completely new to CoCo (CC was already taken in my vocabulary ;)) so I might have missed something :)
-
WebstandardsInGermany.de
Auf WebstandardsInGermany.de hat Stefan Asemota ein umfangreiches Verzeichnis von Webagenturen, Blogs und allgemeinen Ressourcen rund um Webstandards und Web Accessibility für Deutschland zusammengestellt. Sowas in der Richtung für Österreich wäre eigentlich auch ganz nett :) Ist wer motiviert?
Read more about "WebstandardsInGermany.de" ... -
Require to execute
Have you ever wondered, how it works, that by simply putting something like ...
Read more about "Require to execute" ... -
js_include
J Wynia has written a nice little include function for JavaScript basically embedding the included-script nicely into the head element of the displaying HTML page. So all you have to do is puts something like
Read more about "js_include" ...js_include('path/to/file.js');into one of your already "installed" JavaScript files. Definitely much nicer than dothing something -
ActionMailer in standalone apps
Today someone in #ruby-lang asked if you could use Rails' ActionMailer also in standalone ruby applications. That user left after a short time and the question stayed unanswered, although it is my opinion quite interesting :) So I started digging a little bit through the documentation and came up with a quite basic solution which actually holds no real suprises.
Read more about "ActionMailer in standalone apps" ...