Show status bar in Windows 8 explorer

In Windows 8, as everybody knows, was indeed also heavily bolted to the Explorer. Among other things, the Explorer has now received a ribbon bar. Everything looks very chic and is also functional. However, what I miss in default settings is, that the Explorer in Windows 8 is shipped with hidden status bar. (This is the small bar at the bottom border of the Explorer, where you can see attributes such as size, number of files, etc..)
How do you get the bar to appear again, I would like to show briefly below. Probably since Windows 7 not much has changed to do so, but I was never confronted about in Windows 7-times with this problem.
Step 1:
Open an Explorer window (Computer, My Documents, etc. …).
windows8_explorer_statusleiste_einblenden_1
Step 2:
Switch to the “View” tab in the ribbon bar. Then navigate to “Options” and then […]

How to start page numbers in Word from specific page

Office-Apps-Word-Metro-iconInsert page numbers in Word documents is a breeze. A click on the tab “Paste”, another on “Page Numbers” and then it is almost done. But if you want to configure only a little more than the orientation or font size of the page numbers, you get an serious problem. Then it suddenly did not seem so easy.
If you want to start the page numbering, for example, from the third page, because for example the first two pages are occupied with the cover page and table of contents, you have to grab in the bag of tricks.
How exactly to do this, if you want to let the page numbers in Word start from any given page, I’ll show you now.
Step 1:
If you have not already done so, activate (for sake of clarity) the display of paragraph marks […]

Javascript’s escape() in C# – a C# equivalent to the escape()-function

csharp_vs_javascriptThe .NET framework provides a large number of ways to encode HTML code and URLs. There exist, for example, Uri.EscapeDataString(), Uri.EscapeUriString(), System.Web.HttpUtility.UrlEncode(), System.Web.HttpUtility.UrlPathEncode(), System.Web.HttpUtility.HtmlEncode() or System.Web.HttpUtility.HtmlAttributeEncode().
However, if you are looking for equivalent functionality to Javascript’s escape(), so you will be disappointed by all of these aforementioned functions. None of these inherently with the .NET framework delivered functions is equivalent to the Javascript escape() function.  For better understanding, I made the following example:
The test text is in german, because the ‘ä’ is a nice character to show the problems. Translated to english it means: “Raffi’s annoying C# testcode”.

// Original source text
// Raffi’s ärgerlicher C# Teststring/Testcode.

// Javascript original (produced by escape())
// Raffi%27s%20%E4rgerlicher%20C%23%20Teststring/Testcode.

// Uri.EscapeDataString():
// Raffi’s%20%C3%A4rgerlicher%20C%23%20Teststring%2FTestcode.

// Uri.EscapeUriString():
// Raffi’s%20%C3%A4rgerlicher%20C#%20Teststring/Testcode.

// System.Web.HttpUtility.UrlEncode():
// Raffi%27s+%c3%a4rgerlicher+C%23+Teststring%2fTestcode.

// System.Web.HttpUtility.UrlPathEncode():
// Raffi’s%20%c3%a4rgerlicher%20C#%20Teststring/Testcode.

// System.Web.HttpUtility.HtmlEncode():
// Raffi's ärgerlicher C# Teststring/Testcode.

// System.Web.HttpUtility.HtmlAttributeEncode():
// Raffi's ärgerlicher C# Teststring/Testcode.

But I would not blog about it if I did not have […]

QRCoder – an Open Source QR code generator implementation in C#

QRCoder demoIn modern times QR codes should be known by pretty much everyone. Since smartphones are becoming increasingly popular, QR codes can also be found at more and more places in our everyday lives. As a fairly serious geek this should be reason enough to engage a bit more in detail with the technology behind it. And what way seems to be more suitable than implementing a QR code generator by yourself?
Because C# is my favourite programming language, the choice fell accordingly to this language. Sadly information on the QR code are not so easy to get. The easiest way of course would be the official way – simply buy the ISO/IEC document. That would be the ISO/IEC 18004. But there’s also a crux on that. The ISO 18004 costs […]

Workaround: Canon EOS 300D Windows 7 drivers

Canon EOS 300DRecently I put my hands on a Canon EOS 300D and should copy a few photos from the camera to the PC. Easier said than done. The camera has a few years under his belt and Windows 7 was seemingly not able to find suitable drivers. Also the Windows driver search did not help.
Now comes the part where I want to apologize for the misleading headline. In fact I have no Windows 7 driver for you. However, I have a solution on how to get the Canon EOS 300D running under Windows 7 without additional drivers. Therefore just a setting in the camera menu must be changed.
Connect Canon EOS 300D with Windows 7 – how it works
Step 1:
Turn on the camera and click on the “Menu” button on the left edge of the display.