Getting the Content-Encoding header in C#

Jun 09, 10 Getting the Content-Encoding header in C#

Posted by in Programming

Recently I needed to get the Content-Encoding header within a C# application.After trying to figure out why the response was empty, and after reading different community posts where other users had the same problem and none of the suggestions seem to solve it, I’ve decided to post my solution for further use. Let’s take...

read more

Autocomplete Combo Box in C# with SQL values

May 27, 10 Autocomplete Combo Box in C# with SQL values

Posted by in Programming

In the following article I’m going to show you how to make an autocompleting Combo Box in C#, that uses a SQL database as its custom source of values.First, I’m going to display the whole implementation and afterwards explain the code in detail. Database Structure Table name: keywordsList Column Name Data...

read more

Web 3.0

May 10, 10 Web 3.0

Posted by in General IT

Web 3.0? Semantic Web? Web Ontologies? If you are you unfamiliar with these terms and you want to grasp the concepts behind the future Web, the Web 3.0, take a look at the following short documentary realized by Kate Ray, a Journalism/Psychology major at NYU. The short documentary explains what are scientists now concerned with...

read more

Top 10 best video games fonts

May 07, 10 Top 10 best video games fonts

Posted by in Photoshop

With the passing of time and the evolution of computer graphics, the old artwork that games used has been replaced by eye-catching designs, one more beautiful than another.Part of the artwork is represented by the actual title of the game, in which designers put alot of effort to create something like a “brand” from the...

read more

Customize the Visual Studio IDE

Apr 29, 10 Customize the Visual Studio IDE

Posted by in General IT

How much time do you spend programming? I’m sure that it’s a large chunk of time.With time, the default IDE starts to lose its appeal and you would want to customize the way things look in your development environment.While some IDE’s do not support visual customization, others do. Visual Studio enables you to...

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