Archive for the ‘WordPress’ Category
Posted by jpluimers on 2012/07/26
While reviewing some client’s code, I noticed they were generating and parsing XML and HTML by hand (do not ever do that yourself!).
Before refactoring this into something that uses libraries that properly understand XML and HTML, I needed to assess some of the risks.
A major risk is to get the escaping (and unescaping) of XML and HTML right.
Time to finally organize some of my links on escaping HTML and XML that I had in my favourites list.
The starting point is the List of XML and HTML character entity references on Wikipedia. It is readable, complete and lists both kinds of escapes.
XML escapes
The official W3C text that describes XML escaping is hard to read.
There are only 5 predefined XML entities for characters that can (some must) be escaped. This table is derived from the Wikipedia article.
HTML escapes
Read the rest of this entry »
Posted in " quot, & amp, > gt, < lt, ' apos, ASCII, Development, Encoding, HTML, Power User, SocialMedia, Software Development, Unicode, Web Development, WordPress, XML, XML escapes, XML/XSD | 1 Comment »
Posted by jpluimers on 2012/07/23
A couple of months ago, I created a nice post listing all #WordPress Editor #keyboard #shortcuts for both Windows and Mac OS X.
As of a few days ago, WordPress.com changed their Alt-Shift shortcuts into Alt shortcuts.
For instance, Alt-Shift-d (strike through) is now Alt-d, thereby blocking the original Alt-d (which for most browsers on Windows brings you to the address bar).
They violate one of the basic GUI principles: keep existing keyboard shortcuts as they are.
On Windows based browsers that means: keep Alt and Ctrl based shortcuts. Alt-Shift, Ctrl-Shift and Ctrl-Alt-Shift shortcuts are OK.
I haven’t tested WordPress on my MacBook air yet (as I don’t think the end-users should be the WordPress.com beta testers, though they probably think the world at large is a big beta-test garden).
I have asked WordPress.com to change the shortcuts back to what they were.
–jeroen
via: #WordPress Editor #keyboard #shortcuts « The Wiert Corner – irregular stream of Wiert stuff.
Posted in Keyboards and Keyboard Shortcuts, Power User, SocialMedia, WordPress | Leave a Comment »
Posted by jpluimers on 2012/05/18
(Thanks to a “Missed Post” problem on WordPress.com, this one didn’t get posted on the scheduled date. Sorry for any inconvenience)
First Lenovo did away with 1920×1200 screens. Now they done away with the ThinkPad keyboard layout.
Both were my compelling reasons for buying Lenovo.
In fact, they are now marked as forum.thinkpads.com • non-ThinkPad Lenovo Hardware.

New Lenovo X1 keyboard. No more ScrLk, Pause and local-menu keys, PrtScr key moved to impossible place. 6-key navigation split.
–jeroen
PS: Anyone in The Netherlands who has a new ThinkPad W701 with 1920×1200 screen for sale?
Posted in Keyboards and Keyboard Shortcuts, Missed Schedule, Power User, SocialMedia, WordPress | 2 Comments »
Posted by jpluimers on 2012/05/15
(Thanks to a “Missed Post” problem on WordPress.com, this one didn’t get posted on the scheduled date. Sorry for any inconvenience)
One of the next steps in the automated build process I’m setting up is increasing AssemblyVersion values after succesful builds.
It is is in a CCnet / TFS2010 / VS2010 environment.
Some links:
–jeroen
via: change assemblyversion during checkin ccnet – Google Search.
Posted in .NET, C#, Continuous Integration, CruiseControl.net, Development, Missed Schedule, SocialMedia, Software Development, Source Code Management, TFS (Team Foundation System), WordPress | Leave a Comment »
Posted by jpluimers on 2012/05/15
Just checked my post history (as most posts are scheduled months in advance) just to see a bunch marked “Missed Schedule“:
I tried this trick, but it didn’t help:
wget http://www.domain.com/wp-cron.php
Anyone who knows how to work around this?
Edit: posted on the forum, and contacted staff. But any ideas are still welcome.
–jeroen
via:
Posted in Missed Schedule, Power User, SocialMedia, WordPress | 2 Comments »
Posted by jpluimers on 2012/05/14
(Thanks to a “Missed Post” problem on WordPress.com, this one didn’t get posted on the scheduled date. Sorry for any inconvenience)
You need to be administrator to see the output of the “net config server” command.
The inbound/outbound limit is 20:
Running ‘net config server’ at the command-line suggests that Windows 7 can support up to 20 inbound / 20 outbound incomplete connections.
–jeroen
via: Inbound TCP connection limit in Windows 7 – Super User.
Posted in Missed Schedule, Power User, SocialMedia, Windows, Windows 7, WordPress | Leave a Comment »
Posted by jpluimers on 2012/05/14
(Thanks to a “Missed Post” problem on WordPress.com, this one didn’t get posted on the scheduled date. Sorry for any inconvenience)
I must try to see if this is going to work with my mentally retarted brother: Kidi.Net: Kinderen VEILIG op het Net.
–jeroen
via: Giovanni Praet (giovannipraet) on Twitter.
Posted in About, Missed Schedule, Personal, Power User, SocialMedia, WordPress | Leave a Comment »
Posted by jpluimers on 2012/05/11
(Thanks to a “Missed Post” problem on WordPress.com, this one didn’t get posted on the scheduled date. Sorry for any inconvenience)
You can fix the “temporary profile” in Windows 7 if you have access to the registry.
So it totally depends on how tight security at your clients is, and how fast their alternative processes are…
–jeroen
via: How to Fix Temporary Profile in Windows 7.
Posted in Missed Schedule, Power User, SocialMedia, Windows, Windows 7, WordPress | Leave a Comment »
Posted by jpluimers on 2012/04/14
I’m experimenting with the Posting categories overview page as a prequel to a proper tag cloud (and a series of posts on how to get there).
Please let me know in the comments which of the below ones you like most:
- Left:
HTML tree with post count per category
- Middle:
HTML tree with font size indicating post count
- Right:
HTML tree with post count per category and font size indicating post count
(For comparison, you need a big screen; the most popular choice will survive on the Posting categories page).
–jeroen
via: Posting categories « The Wiert Corner – irregular stream of Wiert stuff. Read the rest of this entry »
Posted in CSS, Development, HTML, Power User, SocialMedia, Software Development, Usability, User Experience (ux), Web Development, WordPress, WordPress | Leave a Comment »
Posted by jpluimers on 2012/04/02
I’m in the midst of writing a small app that generates trees and clouds of the WordPress categories.
The main reason is that I want to better organize the categories, so I need an overview. The multi-page WordPress Categories editor isn’t of much use as it is very hard to get an overview.
Using the [Category] WordPress tag isn’t of much help as I can’t get things like this to work (I remember seeing something like this on the forums, can’t find it any more though):
[Category]
[Category number='5' method='title' order='asc' id='11,45' orderby='comment_count']
Preliminary output is at the Posting Categories page in the top menu that I will update every once in a while.
I will post the app later, as I intend to create a category cloud in addition to the tree.
–jeroen
Posted in Development, SocialMedia, Software Development, Web Development, WordPress, WordPress | Leave a Comment »