Quick fix: Unfreeze Endnote when entering CWYW citations

Posted: April 11th, 2013 | Author: | Filed under: Mac, random tech tips, writing | Comments Off on Quick fix: Unfreeze Endnote when entering CWYW citations

I have been experiencing a particular problem with Endnote X5 recently, and from what I’ve read it’s connected to OSX 10.8.2.  Specifically, when I open Endnote and start using the CWYW feature to enter citations into my document, Endnote freezes up and gets endlessly stuck on the “format bibliography” part of its process.

Here’s a quick fix, courtesy of facop78 on MacRumors.

  1. Go to Applications : Utilities
  2. Run the Activity Monitor found there
  3. Set the “Show” option at the top of the window to All Processes
  4. Click the column header “Process Name” to sort alphabetically
  5. Highlight the appleeventsd process
  6. Click the “Quit Process” button

The only extra thing I did was to shut down and restart Endnote at the end of the operation.  Worked like a charm!

Click here to read the entire thread.

 

 


“Page not found”: Troubleshooting permalink glitches

Posted: February 13th, 2012 | Author: | Filed under: random tech tips | Comments Off on “Page not found”: Troubleshooting permalink glitches

Problem:  You compose a new WordPress blog post.  As usual, when you click “Publish” you see the confirmation message “Post published” at the top of the “Edit Post” page.  However, when you click “View post” or visit your website to check the post, you get the error message “Page not found.”

(Possible) solution:  It could be a permalink glitch, one that is easily fixed, as I’ll explain below.

One of the sites that I manage has a custom setting for its permalinks.  The setting is:

/index.php/%postname%/

This setting gives each post that I create a permalink containing the title of the post, such as:

http://mysite.com/index.php/here-is-my-newest-post-with-its-catchy-title/

I found that blog titles containing certain punctuation — like an apostrophe S (‘s) messed the system up and caused these “page not found” errors to occur.

In my case, changing the permalink setting for the whole website was a very bad idea. I had already spread hundreds of links far and wide in promoting the content.  If I was to change the permalink setting, all of these links that had been shared with the website’s audience would now produce nothing more than dead pages.

The best and easiest solution is to simply deal with problematic posts’ permalinks on a case-by-case basis.

  1. Navigate to the “Edit Post” page for the troublesome post.
  2. Type in (or keep) whatever title you want for the post.
  3. Under the field where you typed in the title of the post, click on the “Change permalinks” button.
  4. Remove offending punctuation from the permalink.
  5. Update the post.

This worked for me — I hope it works for you, too.