S E R V E R   S I D E
View current page
...more recent posts

Finally made some progress integrating the Ace editor into my software. Unlike the new WYSIWYG editor on [post] and [edit] pages (based on CKEditor), Ace is for editing HTML (and CSS and Javascript.) So this will only be for end users who want to get their hands a little dirty. But my target market will hopefully include a lot of these sorts of people. For others it will be possible to just select templates and never have to edit HTML directly.


- jim 3-13-2013 11:23 pm [link] [add a comment]

This document defines a new request Client Hint header field, "CH", that allows the client to make available hints, both static and dynamic, to origin and intermediate servers about its preference and capabilities. "CH" allows server-side content adaption without imposing additional latency on the client, requiring the use of additional device databases, while allowing cache-friendly deployments.

This is such an obvious thing to do I've always wondered why it wasn't already implemented. At least it's being worked on. The idea here, if you can believe it, is when a URI is requested from a server, the server has very little information about the requesting client, and the information it does get (mainly, the "User-Agent" string), is difficult to convert into anything reliable or helpful. As URIs have transitioned away from being static documents towards more dynamic applications, our client browsers have multiplied along with device screen sizes and screen pixel densities. To serve an acceptable experience to the myriad of device types, we need to know more about the device which initiated the request. This is exactly what Client Hints hopes to accomplish. Good luck!


- jim 3-08-2013 5:12 pm [link] [add a comment]

Image uploads from post and edit pages are now a little more robust and can handle filenames with potentially illegal characters in them.


- jim 3-07-2013 4:25 pm [link] [add a comment]

Hook.js is a javascript library for mobile browser style "pull to refresh" on the desktop.


- jim 3-07-2013 1:47 pm [link] [add a comment]

Noticed this font, Lato, and want to remember to use it for something.


- jim 3-05-2013 1:17 pm [link] [5 comments]

I am continuing to (hopefully) improve the image upload support on [post] pages. Please leave me comments if you are finding any bugs. I'm particularly interested if anyone is using Internet Explorer.

Note that once you upload an image and insert it into the posting box you can double click the image and get a pop up (which I need to simplify and make look nicer) where you can change a bunch of the image attributes (notably the image size.) In FireFox you can click the image once and you should get image resize handles you can click and drag to resize the image.


- jim 3-04-2013 5:15 pm [link] [5 comments]

Logged in users with posting permission can now select previously uploaded images from their image libraries (as well as upload new images) right from the [post]ing page. 


- jim 2-28-2013 4:42 pm [link] [add a comment]

Super interesting discussion about going with all SSDs in servers, ditching both spinning hard drives and hardware RAID cards. I hadn't thought we were there yet, but Chong Lee (cwl@apaqdigital on the forum linked to), who is making the case, is a giant supplier of custom servers (he built our server) and just incredibly knowledgable. His data shows that it's time on all counts: cost, performance, and reliability. At least for some use cases. I'm sold. Now if I could just afford a new server. I'd love to not have to worry about drives, and worse, the RAID card. Man, if that thing failed it would be a disaster.


- jim 2-27-2013 10:28 pm [link] [add a comment]

I've been integrating blueimp's jQuery-File-Upload scripts into my software. It's a really nice package. But I had to spend all morning tracking down a weird inconsistency in iOS. Turns out that even with the file upload form set to auto upload through javascript (so no need for an actual submit button,) Mobile Safari seems to require that button be present in the form. Without it the file picker won't even be clickable. Weird. And it doesn't throw any errors to Web Inspector so this was pretty hard to find. 


- jim 2-27-2013 3:50 pm [link] [add a comment]

BrowserStack is another virtual machine driven browser based web site testing service. Looks like it might be the most polished of the bunch. 


- jim 2-27-2013 1:52 pm [link] [2 comments]

older posts...