How to enable autocomplete aka Intellisense in Notepad++

notepad++ patchAnyone who has ever worked with Microsoft’s Visual Studio, will know and love Intellisense. When writing source code the auto-completion feature does a good piece of work for you. Now the good news! If you are rather a fan of writing your code in a more lightweight editor like Notepad++, you don’t have to completely give up the autocomplete support.
Even Notepad++ comes with a auto-completion feature. It only needs to be activated. How to do that, is what I want to show you in the following.
Step 1:
notepad++_intellisense_autovervollständigung_aktivieren_1  notepad++_intellisense_autovervollständigung_aktivieren_2
Open the Options dialog from the menu and change to the tab “backup / autocomplete”. Now check both, the “Enable autocomplete” and “Show Function Parameters” option.
Step 2:

RadioduinoWRT – a do it yourself webradio

RadioduinoWRTToday I want to present you one of my larger craft projects. This time it is not just about software, but also about the associated hardware. What is it? A web radio!
I like to listen to internet radio stations, but I didn’t want to run my pc only for listening to webradios.  Connecting my phone to my stereo either wasn’t a solution, since I’d rather wear this with me, because I don’t want to run for each SMS / Whatsapp message to the music system. And because I always like to tinker, it was obvious to build a web radio as a standalone device myself.
As this article has become a bit longer, there is a brief overview of the following sections of the article, so that everyone can quickly find what he looks for.

What is the RadioduinoWRT?
Considerations before […]

Update: WordPress2Doc 1.1.0.0

Wordpress2Doc Version 1.1.0.0Short info: After Habared has kindly told me on GitHub that my “WordPress2Doc” tool has a few problems with UTF-8 characters, I took time and wrote a small fix.
In fact, I had missed the character encoding in the HTML code that is embedded in both, the generated .docx- and .pdf-documents.
The latest, UTF-8 compatible version of WordPress2Doc can be found both in the main article and on GitHub. I would appreciate any feedback!
Download WordPress2Doc

How to pixelate images using Javascript

Close Pixelate TutorialToday there is again a bit of Javascript code. The exact topic is about how you can pixelate images via Javascript. This has both advantages and drawbacks, which I would like to briefly point out once below.
Advantages:

Pixelation can be done dynamically (Manual effort in your graphics program falls away. Graphics must not be known beforehand.)
The computational power required is outsourced to the client side. In contrast to a server-side solutions (eg using PHP & Imagick), the computational load is distributed to the users. This helps to keep the server load low, if you have a lot of visitors.

Disadvantages:

The pixelation should be used rather as design or graphic effect, since the data is only sent not pixelated to the client. So if you really want to hide faces and picture information the pixelation still needs to be done before delivery […]

How to add multiple free images to your eBay auction

ebay_logoToday it is about eBay. Specifically, about how you can add as many pictures as you like into your auction description for free. So there will be no additional costs, such as it would normally be the case, when you use the image features of eBay. Thankfully eBay gives us almost everything that is needed to add free images to our auctions.
To better explain the procedure, I created a fictitious offer on Ebay. Who does not like to read, of course, can also scroll to the end of the article and watch the whole explanation as screencast. And here’s how it works:
Step 1:
ebay_kostenlos_bilder_1  ebay_kostenlos_bilder_2
After you have entered the basic information and […]