Recent Posts

How to create custom windows with WPF and Microsoft Blend

Apr 24, 10 How to create custom windows with WPF and Microsoft Blend

Posted by in General IT

One of the core advantages of WPF is the independence of the notorious Windows GDI.This means that you can practically replace Windows’s default windows and controls with your very own.Not only you can make a custom titlebar, close/minimize/maximize buttons, but you can also make rounded, shadowed windows or even blurred ones!...

read more

Working with .htaccess files

Apr 03, 10 Working with .htaccess files

Posted by in General IT

What is a .htaccess file ? The .htaccess file is known by the majority of the web servers(Apache being the most popular) as the directory level configuration file.This file is included in one of the directories and enables the possibility of overwriting some of the server’s settings. Most of the “types” that...

read more

Sql Update if exists else Insert

Mar 30, 10 Sql Update if exists else Insert

Posted by in Programming, Query Languages

A few times I came across the need to check if a current row exists in the database and then update it or if it doesn’t exist simply insert it. There are many ways you can achieve that, I’m gonna show you two of them and make a comparison between them. Before we move further you should know that I’m using Microsoft...

read more

Extracting RSS Data with C# and XPath

Mar 29, 10 Extracting RSS Data with C# and XPath

Posted by in Programming, Query Languages

What is RSS? RSS is a technology that is being used by millions of web users around the world to keep track of their favorite websites easily and efficiently. RSS stands for ‘Real Simple Syndication’ and many people describe it as a ‘news feed’ that you subscribe to. Basically it’s the internet’s...

read more

Using the params modifier in C#

Mar 25, 10 Using the params modifier in C#

Posted by in Algorithmics, Programming

One of the most useful modifiers offered by C# is the params modifier.It is extremely useful when you do not know the number of arguments you will be passing to your method or you want to pass a variable number of arguments.Now let’s take 2 examples using the params modifier. Finding the Min and Max value from an array of...

read more

WIT RSS Box – create partnerships based on RSS

Mar 20, 10 WIT RSS Box – create partnerships based on RSS

Posted by in General IT

What is WIT RSS Box ? WIT RSS Box is a plugin developed by WorldIt that can administrate an unlimited number of RSS feeds, giving the possibility to create, personalize and display recent items in a subscribed RSS feed. General Presentation & Usage The plugin inserts in the Administration Menu -> Settings a submenu named...

read more

Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0