nav-left cat-right
cat-right
Home > 2007 > Mai

Existenz von Paketen prüfen

In meiner LaTeX Vorlage hatte ich Abfragen eingebaut die auf die Existenz von Befehlen als auch der geladenen Klassen prüfen. Davon ausgehend hat mich Markus Kohm darauf hingewiesen dass es grundsätzlich keine gute Idee ist auf die geladene Klasse zu prüfen wenn man nur daran interessiert ist ob eine Anweisung vorhanden ist (in meinem Fall z.B. der Befehl \chapter) oder nicht. Hier ein Beispiel zur...

changing of the mouse cursor

The following code sets the mouse cursor to the waiting state and back to its default before: HCURSOR hCursorWait; HCURSOR hCursorDefault; hCursorWait = LoadCursor(NULL,IDC_WAIT); hCursorDefault = ::SetCursor(hCursorWait);   ::SetCursor(hCursorDefault);

WordPress Plugins for WP 2.1.x

Pre Installed PluginsAdminSearchWidgetsAdvertismentCommentsTablesWeb statistik and other informationGeneral InformationSitemapPHP inside WordPressSyntax Highlighting… using Geshi… using javascriptPost ProcessingTemplate extensionChange FontsizeBreadcrumpsMeta KeywordsPrintpages and navigationContact Formno AjaxAjax usingText FeaturesPage expansionEditor ExtensionsWYSIWYGSpell checkingQuicktagsImage GalleryAjax...