WordPress Update 2.9.1 – Changes with the use of qTranslate

WordPress
January 29, 2010
WEBWORK.ONBLOG.AT in german

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

Input Special Characters on the Keyboard with ALT

Writing
January 12, 2010
WEBWORK.ONBLOG.AT in german

sonderzeichen-mit-alt und numpad-eingebenSome 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

WordPress Import Export without Problems

WordPress
January 3, 2010
WEBWORK.ONBLOG.AT in german

WordPress Import Export

In the WordPress administration menu you can find under “Tools” the points “Import Data” and “Export Data” – functions to backup and move all the stored data, such as WordPress posts, pages, categories and tags.

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

Sorting HTML Tables with JavaScript in WordPress Posts

WordPress
December 28, 2009
WEBWORK.ONBLOG.AT in german

Sortable HTML-Tables in WordPressMy 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

Sortable Tables in WordPress with Javascript

WordPress
December 14, 2009
WEBWORK.ONBLOG.AT in german

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.

Sortable HTML Tables in WordPressIt’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