WordPress Installation
1.) Before updating (actually 2.9.1) necessarily check qTranslate if an update plugin adapted for the WordPress version exists. Otherwise, problems may arise when you save the posts. …read more
1.) Before updating (actually 2.9.1) necessarily check qTranslate if an update plugin adapted for the WordPress version exists. Otherwise, problems may arise when you save the posts. …read more
Some editors hide the possibility of inserting special characters mostly in hard-to-find menus. In many cases, this required the use of the mouse, an obstacle to authors. But for some special characters there is a way from ancient Unix times to insert these characters also by keyboard input without a mouse click. …read more

As long as there are only a few posts stored in a WordPress blog, this is a simple way to back up all the entered data or to import them to a new WordPress blog. If the number of posts increases about 200, this function does not seem work in the right way. …read more
My solutions for a sortable HTML table with JavaScript, which can be integrated into WordPress posts, seem to stand under no lucky star. Thus, in my post "Sortable Tables in Javascript WordPress with" the integrated JavaScript does not sort the numbers correct. So back to the start and having to look for a new JavaScript for this purpose. Now I found (hopefully) a javascript which sorts numbers in the right way and which even includes a lot more extras. And for me another big advantage: the script works faster than the previous ones. …read more
Update 28 December 2009: The JavaScript used in this posting does not always sort correctly. Therefore, please use my new version Sorting HTML Tables with JavaScript in WordPress Posts. Because I’m using my new WordPress plugin here at WEBWORK.onblog.at, bottom standing demo is not working any more.
It’s not easy to find a WordPress plugin, which allows the simple creation of tables sortable by a click of the user. There are plenty of free javascripts on the Internet, which enable this interactivity for users. So I created a simple plugin that integrates the necessary JavaScript and CSS files automatically into WordPress.
…read more