Andreas Jung: print-css.rocks launched
A new website dedicated to PDF generation using the CSS Paged Media approach
View ArticleFlorian Schulze: New statically generated website using Lektor
After several years and multiple attempts, I finally have a website again.I tried quite a few static website generators, including starting my own, until I finally settled with the recently announced...
View ArticleAffinitic: Automatically pack your Plone instances (without zeo)
At Affinitic, we have many Plone sites on our servers and we wanted to pack their ZODB automatically.Our goal is of course to do it without any downtime. It’s easy when you have a zeoserver, but you...
View ArticleDavid "Pigeonflight" Bain: From Zero to Plone - Towards faster on-boarding
About 4 months ago we took on a new developer and I started by explaining that it takes about 3 months to become confident with Plone. Being a confident developer he took this as a challenge, assuming...
View ArticleBenoît Suttor: How I made my wedding site
So I'll getting maried !I decide to make a website for my wedding with a list of gift, my honneymoon, presentation of my witnesses and so on.I was looking for a litlle CMS with a "list of gift" (an...
View ArticleGil Forcada: Alpine City Strategic Sprint 2016 – personal report
This past five days I had the pleasure the be part on the last Plone sprint: Alpine City Strategic Sprint 2016,what a blast!In the following days, the amazing never running out of steam, Jens will...
View ArticleGil Forcada: Towards more maintainable code
On my talk at the Plone Conference 2015 (slides, talk notes from Maurits) one of my points was that a written style guide is worth nothing if you can not check/enforce it.Who cares what a style guide...
View ArticleFlorian Schulze: Let’s Encrypt certificates for private servers
At the end of January 2016 Let's Encrypt fixed the last bug which prevented letsencrypt-remote from authenticating via DNS.It is now possible to generate TLS certificates for private servers if you can...
View ArticleWildcard Corp: Plone Mockup Patterns
A short tutorial on creating your first Mockup Pattern.
View ArticlePaul Everitt: Making the material for the Polyglot webinar
Tomorrow we do Part 2 of our “Polyglot Python with PyCharm” webinar, talking again about modern web frontend development, from a Python perspective, within PyCharm. We put a lot of work into writing...
View ArticleGil Forcada: Make code analysis cleanups brainless
I wrote a small guide with a step by step instructions on how to cleanup a package code so that it follows our Plone style guide.To add sugar on top, the packages that are already monitored for it,...
View ArticleReinout van Rees: Just one comma
In Django, if you say managed = False in a model's Meta, you tell Django not to touch the database table. So: no automatic database migrations, for instance.Now, what is the problem if you have managed...
View ArticleeGenix: Python Meeting Düsseldorf - 22 New Videos Online
The following text is in German, since we're announcing videos available from a regional user group meeting in Düsseldorf, Germany.Was ist das Python Meeting Düsseldorf ?Das Python Meeting Düsseldorf...
View ArticlePlumi: Debian Jessie Compatibility
Core Plumi maintainers are still working towards compatibility with latest Debian release.Assistance welcome!
View ArticleDavid "Pigeonflight" Bain: Using Requirejs to load Jquery UI from a CDN
This post discusses how to use Require.js to load an external library.One big benefit of Require.js is that it allows a developer to reliably load javascript modules without introducing dependency...
View ArticleT. Kim Nguyen: fe2636cf-2752-4073-a456-793abbf9186f.jpeg
Click to view full-size image…Size: 78KB
View ArticleAsko Soukka: Customize Plone 5 default theme on the fly
Updated 2015-02-15: I finally update to work with the final Plone 5.0 release.When I recently wrote about, how to reintroduce ploneCustom for Plone5 TTW (through the web) by yourself, I got some...
View ArticleAsko Soukka: Building Plone theme with Webpack
I just fixed my old post on customizing Plone 5 default theme on the flyto work with the final Plone 5.0 release.But if you could not care less about TTW (through-the-web) theme development, here's...
View ArticleBenoît Suttor: Migrate Archetypes content types to Dexterity
In this post I will explain how I migrated Plone 4 Archetypes base content types to Dexterity (plone.app.contenttypes)By this migartion, I had 2 goals:make my first step for migration to Plone 5use...
View Article