Skip to main content

Blog

C# - First Word to Upper Case

Here is another useful C# snippet for uppercasing first word in a string.

Wordpress - Redirect User After Login

Working with Wordpress, you might want to redirect users after they login to some specific location. Here is function that could help you to achieve this behaviour.

Ubuntu 12.04 - How to Change Unity Launcher Icon Size

Many of our blog visitors complained about unity launcher icon size in Ubuntu 12.04 and asked how to change it.

The configuration steps are different for Unity 3D and Unity 2D so we provide instructions for both of them.

SQL - Difference Between Insert With Into and Without Into

We're going to explain here what is the difference between insert statement with into and without into.

Let's say that you need to created temporary table #StudentsList that will keep Ids from table Students; it will have only Id column.

Notepad++ - Replace With New Line

Recently, I've needed to format a javascript file saved from the web which all code were in one single line.

The solution was to find all ";" characters and replace them with "; new line". Luckily, I had installed Notepad++ text editor on the computer.

Here are instructions how to replace characters with new line using Notepad++ text editor.