Vikas Parashar: Plone theme development- part 2
Google Summer of Code 2016— Two weeks into coding period.Continue reading on Medium »
View ArticleMartijn Faassen: Impressions of React Europe 2016
Last week I went to the React Europe conference 2016 in Paris. It was a lot of fun and inspirational as well. I actually hadn't used React for about 6 months because I've been focusing on server-side...
View ArticleWildcard Corp: Wildcard to Present on Cybersecurity at PSU Web Conference
What's Happening?Nathan Van Gheem, Wildcard Corp.'s Director of Solutions Engineering, will be presenting at Elements: the Web Conference at Penn State. The session entitled "Do You Lose Sleep at...
View ArticleChris McDonough: I'm Gonna Regret This
A plea for liberals to fight for individual rights.
View ArticleFour Digits: Eerste Nederlandse Wagtail CMS Sprint
Op donderdagochtend rijden we Arnhem uit. De Toyota automaat schakelt wanneer het uitkomt. We naderen de A12. De radio bevestigd ons vermoeden: ‘A12, Langzaam rijdend of stilstaand verkeer’. Roel wijst...
View ArticleReinout van Rees: Djangorecipe: easy test coverage reports
Code coverage reports help you see which parts of your code are still untested. Yes, it doesn't say anything about the quality of your tests, but at the least it tells you which parts of your code have...
View ArticleeGenix: Python Meeting Düsseldorf - 2016-07-06
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.AnkündigungDas nächste Python Meeting Düsseldorf findet an folgendem Termin...
View ArticleReinout van Rees: collective.recipe.sphinxbuilder buildout recipe works on...
I wanted to do a few small tweaks on collective.recipe.sphinxbuilder because it failed to install on python 3. I ended up as maintainer :-) It is now at...
View ArticleMartijn Faassen: Morepath 0.15 released!
Today the Morepath developers released Morepath 0.15 (CHANGES).What is Morepath? Morepath is a Python web framework that is small, easy to learn, extensively documented, and insanely powerful.This...
View ArticleAndreas Jung: Plone 5 and XML-Director 2.0 with Dropbox integration
After many months of pain with Plone 5.0, XML-Director 2.0 will be finally available for production soon. This screencast shows you how to integrated Plone via XML-Director with Dropbox (or other...
View ArticleWildcard Corp: 5 Reasons Your Website Needs an Update
Having a website is no longer simply a flashy accessory for a business or organization; it’s an absolute necessity. But a successful website is not something you can set up and forget. Website trends...
View ArticleAndreas Jung: Cross-browser hyphenation support for Plone 5
Most browsers lack hyphenation support (except Firefox). This Plone 5 add-on brings customizable hyphenation support to Plone 5 e.g. for better readability of the Plone 5 toolbar in German language.
View ArticleAndreas Jung: Stellungnahme der Antidiskriminierungsstelle des Bundes zur...
In einer formlosen Anfrage an die Antidiskriminierungsstelle des Bundes habe ich gefragt, ob es das Zusammenpferchen von großen Personen wie mich (203cm) in der Economy Klasse der meisten Airlines auf...
View ArticleMakina Corpus: Paypal tracking with Rapido
Paypal Instant Payment Notification (IPN)If we put a Paypal button somewhere in a website, it is nice to know if the user got through the payment process properly and did not just canceled in the...
View ArticleMakina Corpus: The world's simplest Python template engine
A template engine is a component able to render some data using a given string template.We use it extensively in web development (that's not surprising because web development is mainly about reading...
View ArticleRoss Patterson: PyCon 2012 Talks
A bit about my experience at my first PyCon and the talks.
View ArticleEncolpe: When UnicodeDecodeError become irrational check $LANG
I spent hours this week trying to understand how an installation script can fail on some installations.In input we have an utf-8 encoded file and we add some xml files, also ‘utf-8’ encoded. These are...
View ArticleEncolpe: Try-except versus if-else in Python 3.5
Today I ran again in the question why to use if-else when try-except is shorter?There is a semantic part that we loose information on a try-except as we don’t know what the developer did expect in the...
View ArticleVikas Parashar: Google Summer of Code 2016 — Wrap Up
Welcome to the last GSoC report.Continue reading on Medium »
View Article