I blame MoveableType myself, but pixels were bigger then and fonts were chunkier. Previously: www.kevinmarks.com/unreadable-web
How the Web Became Unreadable
www.kevinmarks.com
May 2, 2025 at 7:15 PM
I blame MoveableType myself, but pixels were bigger then and fonts were chunkier. Previously: www.kevinmarks.com/unreadable-web
A crazy story involving the Mongols, regime changes, and a world record.
#moveabletype #printing #books #history #art
#moveabletype #printing #books #history #art
The Little Known History of Jikji, the World’s Oldest Printed Book via Metal Moveable Type
As much as we strive to uncover the facts, history remains a mix of truth, falsity & the unknown — for example, the history of book printing
www.artpublikamag.com
January 22, 2025 at 11:08 PM
A crazy story involving the Mongols, regime changes, and a world record.
#moveabletype #printing #books #history #art
#moveabletype #printing #books #history #art
Any suggestions out there for a super TypePad/MoveableType savvy designer dev type? Please DM. Thanks.
March 27, 2025 at 1:01 AM
Any suggestions out there for a super TypePad/MoveableType savvy designer dev type? Please DM. Thanks.
See, I’d like to go back to the internet of the early aughts when everyone had their own janky domains to publish on and the closest thing there was to social media was LiveJournal. Except the cool kids would code with MoveableType.
May 18, 2024 at 7:21 PM
See, I’d like to go back to the internet of the early aughts when everyone had their own janky domains to publish on and the closest thing there was to social media was LiveJournal. Except the cool kids would code with MoveableType.
okay wordpress mavens... anyone know of a theme that looks like the 1990s salon page? or a 1990s MoveableType page? closest I can find is plaintxtBlog that seems to have some kind of glitch and maybe doesn't allow enough customization/images?
January 13, 2025 at 1:25 AM
okay wordpress mavens... anyone know of a theme that looks like the 1990s salon page? or a 1990s MoveableType page? closest I can find is plaintxtBlog that seems to have some kind of glitch and maybe doesn't allow enough customization/images?
Petty aside I actually don’t want them to fail. I just am going to laugh if my wake of destruction continues
1up.com
Current TV
Six Apart (MoveableType)
Playhaven
Brightroll
Chegg (somehow still alive)
Udemy (fate tbd)
All either sold off or went out of business. Background checks are fun.
1up.com
Current TV
Six Apart (MoveableType)
Playhaven
Brightroll
Chegg (somehow still alive)
Udemy (fate tbd)
All either sold off or went out of business. Background checks are fun.
January 23, 2025 at 5:17 PM
Petty aside I actually don’t want them to fail. I just am going to laugh if my wake of destruction continues
1up.com
Current TV
Six Apart (MoveableType)
Playhaven
Brightroll
Chegg (somehow still alive)
Udemy (fate tbd)
All either sold off or went out of business. Background checks are fun.
1up.com
Current TV
Six Apart (MoveableType)
Playhaven
Brightroll
Chegg (somehow still alive)
Udemy (fate tbd)
All either sold off or went out of business. Background checks are fun.
I'm old enough that my daily carry was once a Motorola Razr, Palm Tungsten, iPod, and Canon S410 in a Timbuktu Messenger with a 15" PowerBook.
Social media was LiveJournal, Flickr, MoveableType, and RSS feeds. And overall, it worked without making me the product. Kinda miss that.
Social media was LiveJournal, Flickr, MoveableType, and RSS feeds. And overall, it worked without making me the product. Kinda miss that.
July 13, 2025 at 8:57 PM
I'm old enough that my daily carry was once a Motorola Razr, Palm Tungsten, iPod, and Canon S410 in a Timbuktu Messenger with a 15" PowerBook.
Social media was LiveJournal, Flickr, MoveableType, and RSS feeds. And overall, it worked without making me the product. Kinda miss that.
Social media was LiveJournal, Flickr, MoveableType, and RSS feeds. And overall, it worked without making me the product. Kinda miss that.
I wish I'd started a small firm doing Moveabletype/Typepad to Wordpress conversions. It'll be a... small but niche market soon.
August 27, 2025 at 8:43 PM
I wish I'd started a small firm doing Moveabletype/Typepad to Wordpress conversions. It'll be a... small but niche market soon.
I’m sure you never followed me but I’ve been a fan since Blogger and MoveableType in the early 2000s!
November 11, 2024 at 1:59 AM
I’m sure you never followed me but I’ve been a fan since Blogger and MoveableType in the early 2000s!
Other than gratuitous complexity, how does the last-5-yrs static-site-generator architecture improve on the 25-yrs-ago site-Bakers like MoveableType?
http://webseitz.fluxent.com/wiki/2002-07-09-SwartzBakeDontFry
http://webseitz.fluxent.com/wiki/2002-07-09-SwartzBakeDontFry
(2002-07-09) Swartz Bake Dont Fry
Aaron Swartz: Bake, Don’t Fry. _I really got started with this whole Web mess with the ArsDigita Prize where I learned how to builddatabase-backed websites by building one myself._
_Now, a number of tools are challenging that assumption.Movable Type, the program that runs this weblog, has a series of Perl scripts which are used to build your webpage, but the end result is a bunch of static pages (static site generator) which are served to the public. All the content here is plain old web pages, served up by Apache. Tinderbox uses a similar system, drawing from your database of notes to produce a bunch of static pages. My book collection pages are done this way. Radio UserLand statically generates the pages on your local computer and then “upstreams” them to your website._
_Some websites. the documentation explains, are fried up for the user every time. But others are baked once and served up again and again._
_Baked pages are easy to serve. You can almost always switch servers and software and they’ll still work. Plus, you get to take advantage of the great features built into your web server, like content-negotiation, caching, ETags, etc. You don’t get the bells and whistles like providing a personalized greeting on every page, but those are things that aren’t very good for you anyway._
_I don’t care about performance! I care about not having to maintain cranky AOLserver, Postgres and Oracle installs._ People Don't Want To Run Their Own Servers
Building Baked Sites. _First, let me clarify that using static web pages for your site does not preclude things that people generally associate with dynamic sites (like templates, newsboxes, stock tickers, etc.)._
_The key is to keep a strict separation between input (which needs dynamic code to be processed) and output (which can usually be baked)._
_So how would this work? You’d need a dependency tracking system (good old GNU make might even do the job) that would allow you to add new content to the system (something tricky with make alone — is this what automake does?) or modify old content and would then rebuild the dependent pages or create new ones as necessary_
_Current systems (like OpenACS) could even be hoodwinked into doing this with little or no modification._
_Baking doesn’t do everything, though. Input systems, like the code that accepts comments, would still need to be dynamic._
webseitz.fluxent.com
March 17, 2025 at 9:36 PM
Other than gratuitous complexity, how does the last-5-yrs static-site-generator architecture improve on the 25-yrs-ago site-Bakers like MoveableType?
http://webseitz.fluxent.com/wiki/2002-07-09-SwartzBakeDontFry
http://webseitz.fluxent.com/wiki/2002-07-09-SwartzBakeDontFry