Best Practices

<< ALL BLOG POSTS
High Availability (HA), Load Balancing & FailoverHigh Availability (HA), Load Balancing & Failover
|
September 16, 2016

High Availability (HA), Load Balancing & Failover

Keeping websites and web applications up and running can be critical. It is best to look at all options very closely before choosing one...

READ MORE
Native Backup Solutions vs SnapshotsNative Backup Solutions vs Snapshots
|
September 7, 2016

Native Backup Solutions vs Snapshots

Backups are a necessity, whether they are done via the database's native backup technology, a snapshot, or dumping to tape. Here's the difference between some common solutions, and tips on how to get started...

READ MORE
Plone 5's Best TinyMCE Plugin for Content ManagersPlone 5's Best TinyMCE Plugin for Content Managers
|
June 22, 2016

Plone 5's Best TinyMCE Plugin for Content Managers

Templates help content editors manage rich content within their site without knowledge of HTML. The new Plone 5 has support for a TinyMCE plugin called Templates...

READ MORE
Best Practices for Customizing Your Live Plone SiteBest Practices for Customizing Your Live Plone Site
|
March 17, 2015

Best Practices for Customizing Your Live Plone Site

Learn when TTW customizations should be avoided, how to make customizations properly, and how to put a customization process in place.

READ MORE
Building Python Command Line Tools, Part 4: CSV Importing and Time ZonesBuilding Python Command Line Tools, Part 4: CSV Importing and Time Zones
|
March 13, 2015

Building Python Command Line Tools, Part 4: CSV Importing and Time Zones

In the final part of our series on Python Command Line Tools, we'll put our application to work. I'll show you how to import the CSV module and handle timezones post import.

READ MORE
Building Python Command Line Tools, Part 3: Bootstrapping PyramidBuilding Python Command Line Tools, Part 3: Bootstrapping Pyramid
|
March 2, 2015

Building Python Command Line Tools, Part 3: Bootstrapping Pyramid

For the third part of our series on Python Command Line Tools, I'll show you how to use your console_script to bootstrap a Pyramid App.

READ MORE
5 Critical Considerations for Python Testing5 Critical Considerations for Python Testing
|
February 26, 2015

5 Critical Considerations for Python Testing

Resulting from our recent Python Testing and Debugging event, check out these five key considerations developers should understand before diving into Python testing.

READ MORE
Displaying EasySlideshow on your Homepage with DiazoDisplaying EasySlideshow on your Homepage with Diazo
|
February 11, 2015

Displaying EasySlideshow on your Homepage with Diazo

Now that you've learned how to use EasySlideshow, this article will give instruction on how to display it within your site's pages.

READ MORE
Building Python Command Line Tools, Part 2: Console ScriptsBuilding Python Command Line Tools, Part 2: Console Scripts
|
February 9, 2015

Building Python Command Line Tools, Part 2: Console Scripts

In this second part of our series on Python Command Line Tools, I'll show you how to make the agrparse script executable and ready to be installed as a console script when someone installs your Pyramid or Django app.

READ MORE