Nov
11
2008
0

Safer Software Practices

Wordpress

Wordpress

I’ve been upgrading to the latest releases of WordPress as soon as each one comes out.  And, its a good thing too.

Over the last week or two a website named “Wordpresz.org“ ((I’ve edited the link so that it goes to WordPress.org instead.  I don’t want contribute to these hackers fooling anyone else.)) was discovered.  The people who created this website were using a vulenerability in WordPress version 2.6.2 to redirect users to their website.  Their website purported to release WordPress version 2.6.4[1].  The problem was that they had hacked one file in the installation package to create a bigger security vulerability.

This just goes to show that:

  1. Monitor for Updates. Many programs these days automatically check to see if new versions are available.  If the program does not have this feature[2] , its a good idea to check about once a month or so.
  2. Update Frequently. Not all software updates are equal.  If the program is being updated to fix security vulnerabilities or improve the program’s stability, you definitely want to install the update.  This website’s installation of WordPress was already “inocculated” against this kind of attack because I had alled version 2.6.3 almost as soon as it came out.
  3. Use Official Sources. WordPress is open source software built using PHP and MySQL.  Since the program is open source, its easier to modify the code. ((As Uncle Ben said, “With great power comes great responsibility.”))  The themes and plugins available through WordPress.org are reviewed by other users for malicious code and for possible improvements.  If you’re not certain how to examine source code for malicious code, its best to only use official sources.
  1. The latest version is 2.6.3 which is just version 2.6.2 with a small but important security fix. []
  2. Or if you turn it off, as I sometimes do. []
Oct
24
2008
0

WordPress Update to v2.6.3

Wordpress Upgrade

Wordpress Upgrade

Quick Update

or those of you keeping score at home, I’ve updated to WordPress v2.6.3 last night. [1]  This version was released as a security fix.  Unlike other WordPress upgrades, this one took only a few seconds.

Less Quick Updates

Admittedly, prior updates probably only take about 10 minutes, max.  This 10 minutes includes roughly 9 minutes of backing the website and database up and 1 minute of actually uploading the new version.  Since the 9 minutes of backing up is essentially all processing/downloading time, there’s nothing for me to monitor which makes the whole process very painless.

Upcoming Updates

The kind folks over at WordPress have been hard at work on the version 2.7. [2]  If you scan through the above link, you’ll get to see what the new WordPress 2.7 control panel/dashboard is supposed to look like.

Best Thing About WordPress

(If you just can’t wait, skip down two paragraphs.)  Regular readers have heard me go on and on about the virtues of WordPress. [3]  The interesting thing about new versions of WordPress is that any upgrades would be seamless to a website visitor. [4]

A website that is easy to read is a function of the author

Website content is really all that matters to a website visitor.  Visitors don’t care about what software a website owner is using – just as long as the content is useful. [5]

A website that is easy to write is a function of the program

The single best thing about WordPress is that this program makes maintaining a website a breeze.  I would recommend WordPress to absolutely anyone interested in creating a website.  For the novice, the program makes it easy to write, edit, and delete single pages or the entire website without any knowledge of programming.  For the tech-minded, the program makes it easy to install, upgrade, and personalize a website.

If you know a little PHP, MySQL, and javascript you could do some c-r-a-z-y things with WordPress. [6][7][8]

  1. Talk about unnecessary decimal places. []
  2. I call them “kind” since a lot of these people are working for free. []
  3. You know, you three should really form some kind of support group for people who read unnecessarily nerdy and self-referential blogs. []
  4. I think its interesting, anyhow. []
  5. If they don’t care about what kind of software, they sure as heck don’t care its version 2.6.3. []
  6. You could even put together your own workers compensation calculators and EAMS search engines! []
  7. Am I going overboard with these footnotes? []
  8. The answer is “No, I’m not going overboard.”  In the immortal words of Ferris Bueller, “You can never go too far.” []
Oct
21
2008
0

How to Fix the Remote Desktop Licensing Error

For some reason MS Remote Desktop refuses to work intermittently.  Every 90 days, to be precise.  Like clockwork.[1]

Among the myriad of incompatibilities between Microsoft’s various products and operating systems is the mind bending error thrown by Remote Desktop.  Remote Desktop should work between any version of Windows starting with XP.  Even when using full versions of MS operating systems, you will likely still get this error:

The remote computer disconnected the session because of an error in licensing protocol.

89 days and counting...

89 days and counting...

There are two reasonable ways around this.

  • First, if you’re not an advanced Windows user, you should really try TightVNC.  Its small, free, open source, uses very little bandwidth, and is easy to install and use.  It will do probably 90% of everything Remote Desktop will do.  As a bonus, you won’t have to monkey with it every 90 days.
  • Second, if you are an advanced Windows user and are comfortable using Regedit, there is another option.  If you’ve never heard of Regedit, you really really should not use this option.  If your Windows registry settings get fouled up, and it is incredibly easy to do, you can kiss your Windows install goodbye.  In any case, the solution is to go to, “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing” and delete everything under that heading.  The only downside is that this must be performed every 90 days.

FYI, this second ridiculous work around is from the official MicroSoft website!  You’d think that if your product stopped working every 90 days you’d, you know, try to fix it.  Instead their game plan is to actually suggest users delete vital parts of the operating system.

For what its worth, I use a combination of the two solutions.  I fire up Regedit every 90 days so I can use Remote Desktop and I use TightVNC when I can.

  1. Photo courtesy of Laffy4k []
Oct
17
2008
0

Website Tweaks

Changing themes for a WordPress website is incredibly easy.  However, sometimes there can be slight problems in the transition.  I had heavily edited and customized the prior theme’s code so that it would be better suited to this website.[1]

Fixing things

Fixing things

Changing the website’s theme has involved a few small tweaks[2] :

  • For about four days the Articles section was merged with the Blog section.  This has been fixed.
  • I’ve found a really great plugin that allows me to insert footnotes into blog posts.[3]  My previous attempts at inserting footnotes manually were either time consuming or incredibly clumsy. [4]
  • I’ve made minor alterations to the current theme – background colors, menu ordering, etc.
  • Some people were separating their WCAB “legacy” number to ADJ number searches by semi-colons, rather than commas.  I believe there’s really no sense in fighting users. [5]  If a slightly different method makes sense to users, go with it.  I’ve adjusted the WCAB “legacy” number to ADJ number search function so that you can separate by semi-colons or commas.[6]
  • In printing out some Average Weekly Wage calculations, I discovered to my dismay that this website looked terrible when you tried to print it out.  Worse yet, the website header, sidebar, and other navigation information took up nearly a page.  This meant that a printout of a calculation might span two or more pages.  I’ve since fixed this using some particularly cool CSS.[7]
  1. Click this link see what the prior theme looked like. []
  2. Photo courtesy of CharlesThompson []
  3. Cool, no? []
  4. A special thanks to Mr. Simon Elvery for writing this great footnote plugin. []
  5. Unlike a certain “web-based” electronic adjudication management system… []
  6. Or both! []
  7. Well, my definition of cool, anyhow. []
Oct
13
2008
1

PDRater.com Facelift

New v5.0

New v5.0

First off, don’t be afraid, this is the same website you’ve come to know and love.  Change can be good!  Besides, this latest change is almost 100% cosmetic.

I have been meaning to change the entire look of PDRater.com for a while now.  Thus far I’ve been focusing on improving the workers’ compensation calculators and the website content.

Previously I showed the evolution of PDRater.com from a ridiculously ugly but useful website into a less ugly and more useful website.  Since these latest changes have been mostly cosmetic rather than functional, this should really be something like Version 4.647.  I figure with adding six new calculators in September and updating the look, I’ve earned the right to call this Version 5.0.

Besides, its my blog, right?

The last theme I used was based upon the fantastic WordPress Themer Kit, which is an incredible tool for people who either have little graphic design skill or who don’t want to build a new theme from scratch.  Ultimately, I just don’t have the skill, time, or inclination to build an aesthetically pleasing theme.  (But, let’s be real, its mostly the lack of skill thing).

That said, I am good at adjusting and incorporating.  The original Aeros theme looked significantly different than the one you see.  I’ve changed the background color, removed the slight transparency, highlighted the different sidebar sections, and moved the top menu to the left side.  Since the theme was open source, this mostly involved tinkering with the CSS and underlying PHP.

How do you like this new theme?  Shoot me an e-mail or leave me a comment.

Use of this site constitutes agreement to its Terms of Use, Privacy Policy and Legal Disclaimer.
Copyright 2007 - 2012 - PDRater – PD calculators and Jay Shergill
Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes