Skip to main content

Blog

SQL - Change Column Size

We hope that the examples below will help you if you want to change the size of a column in SQL.

Ubuntu 12.04 - Wireless Password Remember

Default behaviour in Ubuntu 12.04 fir wireless conectivity is to ask a user for a password every time the system is started displaying message "Wireless Connection Authentication Required". Also, if you have a weak wireless signal it could happen that Ubuntu has problems to connect and continue asking for password.

Ubuntu 12.04 - How to Change Default Font

Unity, a default desktop shell in newer Ubuntu releases doesn't have an option for changing default font type and size as Ubuntu had in the previous versions.

Somehow, I think that default font size in Ubuntu 12.04 Precise Pangolin is too big for modern screen resolutions. Here are instructions how to change default font size in Ubuntu:

1) Instal gnome tweak tool with the command:

Ubuntu 12.04 - Unity Launcher Hiding Behind Other Windows

Unity Launcher is an application switcher and launcher in Ubuntu Unity.

In some cases, it goes in the background, behind all windows and the Unity Shell, and it's not possible to move it to the frontend, in front all other windows (what is its default and normal behaviour). This happens no matter whether you enabled Unity Launcher auto hide option or not.

SilverStripe - Most Popular Articles

We received a lot of questions how to show most popular articles and posts regarding our tutorial about implementing page view counter in SilverStripe.

Here is the solution that we also implemented on our blog system.

Let's say that we have blog article page represented with class BlogPostPage and implemented logic for page hit/view counter.