Author Archive

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

Blog

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

Blog

NEWSCYCLE Digital/Saxotech has informed you that you are scheduled for their newest upgrade. From our experience the process usually allows for testing the upgrade in the dev and stage environment before it is pushed live. If you were like me, you would check out your dev and stage sites, click around and think, “yep, its […]

September 26, 2013

Blog

Many saxotech tags output a list of objects: newslist, contentlist, links, etc. The object files that create the markup for those tags have a concept of a wrapper object file and item object file. For example, the newlist tag’s wrapper file is news.pbo and its item object file is newsitem.pbo. newsitem.pbo creates the markup for […]

September 20, 2013

Blog

The Problem While editing an article in the Edit Interface (EI), a user has the ability to attach different types of content through the Internal Links section on the Connections / Statistics tab. While it is easy to attach the items, it isn’t quite clear how to display them on the page. I was working […]

September 13, 2013

Blog

I was researching building a tag cloud for our blog on this site. I had worked with Saxotech on one many moons ago that utilized a stored procedure in the db and the custom query functionality provided via online tags. You can find a version of this in Saxo docs here: https://docs.saxotech.com/display/Onl/Tag%20Cloud   While this […]

September 6, 2013

Blog

We have all done it. Ok, maybe not all of us, but I have done it… yesterday. Start with a pbs:newslist tag only to find that you need a variable that doesn’t exist in news.pbo (in my case, <%TotalCount%>). The solution for this, would be to use pbs:contentlist instead, which is really what I should […]

August 20, 2013

Blog

While working on adding some extra fields to an article in the EI via publicus.ini, I was having some issues deciding on what the field names should be called. I am adding quite a few fields so they need to be distinctive and I was tryyyying to be user friendly. While making a few changes […]

August 7, 2013

Blog

In any development team of a size greater than 1, it is best practice to document your code. At Tamberra, we have worked with many development teams on Saxotech templating, ranging in time from weeks to years. It is often times consuming to first understand which assortment of templates and object files comprise a page. […]

August 5, 2013

Blog