You say you want PHP SOSE examples?

PHP SOSE Example I promised a blog post giving PHP examples of the SOSE (Saxotech Online object) in the comments section on this page a few weeks back. Here it is!   The official documentation is a little light on PHP examples for the SOSE scripting object. We at Tamberra have been using PHP as […]

January 14, 2014

I am excited to share that StAlbertGazette.com, a site I have been working on for the past year, has won three awards from the Local Media Association. I was part of a team of three people who worked very hard to accomplish the site look and functionality. StAlbertGazette.com won second place in Best Overall Local […]

December 27, 2013

Set up in the EI The first thing to do is to set up a self-serve section under Taxonomy (Admin -> Taxonomy). You can list all of the different pages here, each page needs its own unique taxonomy ID. In this example, I created a root category called SELF_SERVE_PAGES. I added the different types of […]

December 15, 2013

Intro I’ve worked on many CCE implementations with complex hierarchies built into the CCE types metadata. We want to push the user to select the proper values based on the hierarchy. This is a better UX and eliminates human error which also can shorten the time someone in the newsroom needs to properly categorize a […]

December 5, 2013

Saxotech contains many different ways to format text output in an object file. What does this mean exactly? Well, for example, the other day I noticed a page layout was broken on a client’s newslist page. The editor had added an iframe tag that was getting output in a <%Summary%> variable in a newslistitem.pbo file. […]

November 23, 2013

Oh, documentation: The first thing that gets cut when timelines shorten, the last things developers want to write, and the first thing we need when picking up a new project or joining a new team.   There are always extremes. The minimalist says, “The code IS the documentation.” On the other extreme is the developer […]

November 13, 2013

SERVER SIDE I attended the Saxotech Conference in 2012 and went to a workshop called Effective Template Design. My goal for attending this conference was to find a way to speed up my client’s sites. Their code had been written by another developer and my goal at the time was to take this code and […]

November 1, 2013

I try to stay active in the comments sections on Saxotech’s wiki. Whenever I learn something new or find something in the docs that didn’t work exactly right, I post it in the comments. I appreciate when other developers in the Saxotech/Newscycle community do this, so I try to keep an active conversation going there. […]

October 21, 2013

Twitter API v1 vs. v1.1 Adding a twitter widget to a site used to be a pretty straightforward task. It involved adding a Twitter provided script, with some javascript that would allow you to customize the look and feel of the widget. It looked something like thisThen, Twitter decided to completely change their API and […]

October 12, 2013