A brand new WYSIWYG editor in WordPress for iOS app

So they added a new WYSIWYG editor in Wordpress own app for iOS. And to my Initial amazement it looks like it handles images the correct way by first uploading them, and then gives you the different automatically created sizes done by the server. Maybe I’m finally able to upload images and have Retina support without having to use my Editorial workflow? But when looking at the generated HTML, the height and width of the images is set to zero. It points the URL to the full resolution image, even if you select a smaller one. Not good. If you save a draft, it forgets your image settings like alignment and title. ...

February 24, 2015

wpid Added to File Name When Uploading With xmlrpc

I’m working on my script for uploading images directly from the iOS Markdown text editor app Editorial to Wordpress. The current script uses xmlrpc-Wordpress library, but I’m writing my own so the user doesn’t have to install the extra library just to use my script. When uploading files with xmlrpclib, I got this annoying thing happening. Every time I uploaded an image using xmlrpclib and the function wp.uploadFile the uploaded file got wpid- prepended to the filename of all my uploaded files. ...

February 8, 2015

MarsEdit 3 My New Blog Editor On my Mac

Using Marsedit 3 I’ve been dabbling around with different blog editors for Mac now for a while, trying to find one that suits my needs. I usually try to do most of my blogging on my iPad, but when writing on my Mac I’ve used Byword in combination with Marked2 to do the initial texts written in Markdown. ...

October 26, 2014

Image Compression JPEG Tools for Web

There are several JPEG image compression tools available that takes a jpeg file and reduces the size of the photo without altering the quality. But which one works best for posting images on a website? I was curious, so I took the tools I usually use and put them through the compress photo function. All applications tested claims not to lower the quality of the image. I’m concentrating on testing jpeg files here, and do a followup article later with results for optimizing PNG files. ...

September 1, 2014

Dumping Disqus from my blog

Inserting Score Card Research javascript After doing some research using Google Webmaster Tools to get my images indexed, I discovered that a JavaScript called b.scorecardresearch.com/beacon.js was loading without me installing it. I found out that the Disqus comment system adds it without my knowledge. That’s not ok, so I have decided to remove Disqus from my blog. It’s unfortunate, because it is a pretty good system. I like the ease of making comments, and also that you can follow comments you made on different sites with ease. But if they try to do sneaky stuff like that, they’ll end up in /dev/null (in the trashcan for non geeks). After searching with Google I found that this isn’t something new. It’s been going on for quite some time. Thankfully I have all my comments stored, so I’ll just have to use the build-in comment system in Wordpress. ...

June 21, 2014

Loosing Google PageRank Because of hAtom errors

hAtom errors and Google PageRank When I checked my blog in Google Webmaster I noticed a lot of errors in the Structured Data section. After fixing the errors in Wordpress by adding structured data, my traffic increased without any changes. That includes posts. So obviously Google uses hAtom when setting PageRank. ...

June 10, 2014

Editorial iOS Upload Images to WordPress Workflow

Update: A newer, better version has been created. You can download it here. I use the excellent iPad app Editorial as my preferred text editor. I want to be able to upload images directly from Editorial to WordPress, using xmlrpc, so the images ends up in the media gallery, the files in the correct folders, thumbnails made and a Markdown link with the correct URL is created. So I’ve written a workflow you can download that gives you the ability to select some text (that will be the alt text for the image), and either upload the image in the original size, or resize the width to the dimension you specify. After the image is uploaded, the Markdown image code is inserted. Another good thing is that you have the ability to name the image file, which I haven’t seen in other solutions, like in Poster App, where you get the cryptical iOS internal name of the image. Not so SEO friendly. The easiest solution was to use the wordpress_xmlrpc module, so that needs to be installed before you can use the workflow! but I’ve written a guide about how to install the module/library here. If you forget to install it beforehand, you will get this dialog box with instructions on how to install it if you start the workflow. ...

April 17, 2014

Wordpress MarsEdit Problem Doesn't Show Categories Varnish xmlrpc.php

External Wordpress editors like MarsEdit doesn’t show categories or tags I just installed Varnish Cache on my website to speed up load time with great success. But after loading my favorite Mac blog editor MarsEdit, when doing a refresh, all the categories and tags disappeared! I realized that it must have something to do with Varnish blocking the requests between the external blog editor and Wordpress, but I haven’t had time to really learn all the intricacies of vcl. As usual Google came to the rescue, and I found [this post in Swedish that solved the problem]). I’d thought I might regurgitate the solution here in English for other with the same problem. ...

March 4, 2013

MultiMarkdown - iPad Supported Apps

iPad and MultiMarkdown Supported Apps Updated 2014–07–06 Since I originally wrote this article, much has happened. The Elements app looks like it’s been discontinued because I couldn’t find it in the AppStore, so I have removed it from the comparison table. I’ve added my new favourite iOS text editor, Editorial which is an amazing app for configure your text workflow just the way you like it. IA Writer has added support for MultiMarkdown so I added it to the list as well. ...

December 3, 2012

Ubuntu Server WordPress with W3 Total Cache install

Initial installation Ubuntu Server Last time I configured my web server with Ubuntu Server, I had problems finding all the instructions on what and how to install everything needed to get a WordPress blog with W3 Total Cache, CDN, Apache2 MPM Worker and fcgi working. So this is my attempt to write down the steps needed to get the server going. You might find it of interest if your needs are similar to mine. Here’s the requirements for my WordPress blog. Apache MPM Worker threaded version APC PHP Opcode optimizer All the required modules for W3 Total Cache Graphics libraries for Mint statistics ...

June 4, 2012