Community Page
- www.monien.net/blog Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Somewhat. The difference is, that it does not load a full VM, but runs in the context of the physical machine. Much fewer overhead that is.
- Sounds like VMwares Virtual appliances
- Vista gave the same warning when installing Delphi 7, after a few tweaks i was able to compile Delphi 7 Apps on vista. The main issue in Vista was the the old help file format. Also Installing in...
- I am saying MS *explicitly* gives no warranty here. In other cases it's probably not that obvious ;) -- Grüße / Regards, Olaf Monien Sent via iPhone Am 09.05.2009 um 21:18 schrieb...
- So you are telling us that MS usually gives a warranty on everything and this is a rare exception where they don't? Why do I have doubts?
Olaf's thoughts about Delphi, IntraWeb and other dev stuff
Delphi Programming, .NET Philosophy, Web development and more …
If you have a development realted blog or Web site, then you probably paste source code examples from time to time. Using Alex Gorbatchev’s SyntaxHighlighter makes your snippets look very pretty.
... Continue reading »
11 months ago
I have found WP-Syntax that did:
http://wordpress.org/extend/plugins/wp-syntax/
(we can control when the lines begin to be numbered)
Good luck with your new project.
11 months ago
The common most problem with SyntaxHighlighter is, if you copy the examples from the webpage, you will get invalid quotes (due to some unicode conversion). If you really type in the quotes it will work ...