By John Bubriski on June 24, 2010
A Forum Group in Kentico is the outer forum entity, and the Forums inside that Forum Group are the different areas where people actually post threads. It is a standard online forum configuration. Forum Groups can be stand alone, or belong to a Community Group. Using the API, we can create Forum Groups and Forums programmatically.
Posted in Kentico, Programming | Tagged .NET Framework, ASP.NET, C#, Code, Kentico API Programming |
By John Bubriski on June 23, 2010
While the community features of Kentico are good, there are some things that are lacking, one of which is a default group setup. So when an end user goes to your site and creates their own group, they have to manually create a Media Library. Our customer wanted the group to be fully configured upon creation, so I added some code to the group registration web part in order to do so.
Posted in Kentico, Programming | Tagged .NET Framework, ASP.NET, C#, Code, Kentico API Programming |
By John Bubriski on June 9, 2010
So I’ve updated the script to add some useful features. Historical Data Now I attach a date field (and new primary key) to each row in each data dump so the data doesn’t get overridden each day. This way the data is tracked over time and we will be able run reports that show the [...]
Posted in Programming | Tagged Historical Data, Learning Python 3, SQLite Development, Travian Add On Project, Using PyGame |
By John Bubriski on June 3, 2010
So a coworker of mine had an interesting problem where a content area was disappearing from a CMS we use. The issue happened in Firefox while Internet Explorer and Chrome were fine! How rare is that! It turns out that the issue was relating to a mistyped closing comment tag. Apparently Firefox correctly renders the [...]
Posted in Programming | Tagged FireFox, HTML |
By John Bubriski on June 2, 2010
**UPDATE** Oops, forgot to add a sample image of what the script generates. Added it now! Background In the last post I showed you how you could get the Travian game data, load it into SQLite, and then run some simple queries. Now, I will show you how to take that one step further and [...]
Posted in Programming | Tagged BMP, Images, JPEG, Learning Python 3, PNG, Python Imaging Library, SQLite Development, TGA, Travian Add On Project, Using PyGame, Web Development with Firefox |
By John Bubriski on June 1, 2010
**Update** If there was actually out there who read this and tried the code, it may not have worked properly with Python 3. I’ve updated the code against my installation of 3.12 and now it should be working fine. Somehow, I had an older version of Python installed that was running the code! Sorry about [...]
Posted in Programming | Tagged Learning Python 3, SQLite Development, The Quick Python Book, Travian Add On Project |