You are here |
chrishardie.com | ||
| | | |
tech.chrishardie.com
|
|
| | | | Today I had a chance to help a print publication solve a workflow challenge that is apparently very common. If you open an Adobe InDesign layout file from a local folder on your computer, the software creates an Adobe InDesign Lock File (.idlk) in that folder, which prevents the same file from being opened by ... Continue reading Locking Adobe InDesign files for editing in shared network or cloud folders | |
| | | |
tech.chrishardie.com
|
|
| | | | Over on my newspaper publisher blog I recently shared about things we've been doing to automate pieces of the newspaper's print layout process: One of them that was in progress at the time was a script to fetch articles and story content from our Airtable-managed story database for faster placement on the page, instead of ... Continue reading Adobe InDesign script to pull newspaper stories from Airtable API | |
| | | |
tech.chrishardie.com
|
|
| | | | It's unreasonably difficult to find information about working with custom taxonomies and their terms in the WordPress REST API. It would be easy to conclude that it's not possible or that one has to create a custom endpoint to achieve that functionality. It ends up being fairly straightforward, so I'm sharing what I learned here ... Continue reading Use the WordPress REST API to create a custom taxonomy term | |
| | | |
blog.martinig.ch
|
|
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to |