Setting up DynDNS for domains with Namecheap.com

Also, if I rent my webspace (and now my VPS) always from german companies, my domains are with a foreign supplier. Specifically at Namecheap.com. This has several reasons. I’ve only had good experience there, I really like their web interface, the payment by Paypal and also the support is really fast.
One of the features which suits me very well at Namecheap.com is the possibility to use DynDNS with all domains registered there. And moreover it’s free. With other providers, you pay for it often.
How to configure a domain on Namecheap backend, so that the DNS records can be updated automatically, I want to show you in the following.
Configure domains with Namecheap for use with DynDNS
namecheap_dyndns_setup_1In the first step you log into your account at Namecheap.com. Then select the domain for which you want to enable the DynDNS […]

How to setup a proxy server in Visual Studio 2012

Visual Studio 2012 LogoWhen I once again recently wanted to bring a few thoughts into bits and bytes, I realized that I could not download neither updates nor Nuget packages from the Visual Studio 2012. The Visual Studio was absolutely convinced that my computer had no Internet connection. But this could not be, after all, because every other application still got connected.
So I thought about what I’ve changed in my setup in the last day and then I got an idea. For several days I surf through a proxy server. I do this from time to time and I previously never had problems using older versions of Visual Studio.
When searching for the proxy server settings in the Visual Studio 2012 itself, I was disappointed. There’s simply no options or settings dialogues for that case. So I want […]

How to reset the spreadsheet export format in ALV

When working with the ALV (ABAP List Viewer), the records/result-set displayed can be exported in various formats including those for spreadsheet programs.
alv_save_choice_excel_export_enIf you use this feature more often and always export your data into the same format, there does exist an option called “Always Use Selected Format”  in the spreadsheet-export-dialog. If you check this option after selecting an export format, so in subsequent exports always the specified format is preselected and you won’t see the format selection dialog anymore.
However, if you would like to change the format or want to get asked for he format again before every re-export, most users recognize that it isn’t such easy to revoke the “Always Use Selected Format” option.
No products found.In the following I would like to briefly point out two approaches to […]

MySpace Loader – sourcecode available for download

myspace loader iconAs one or the other user has already noticed, my myspace download tool, called “MySpace Loader”, unfortunately doesn’t work any longer. This is due to the final changeover of the MySpace website. Last months there was still a transitional phase in which both, the old and the new version of the website, was accessible. But since some days, only the new site is still online and by that reason my MySpace Loader does not work any longer.
Since I currently lack the time to rewrite the MySpace Loader for the new page, but I think it would also be a shame to let the project die, I have decided to publish the source code of MySpace Loader. Because I’ve often got mails in the last 2 years, in which I have been asked to give out the source code, […]

How to use enc28j60 ethernet shield with Arduino Mega 2560

Today it is time to talk again about one of my favourite gadgets – my Arduinos. In particular, for the Arduino Mega 2560 and how these can be used in combination with the enc28j60 ethernet adapters.
No products found.The enc28j60 Ethernet adapter should be known to one or the other of you, who has ever tinkered with an Arduino. These are the low-cost ethernet shields, which are available for example at eBay for less then 5$. Sure, the wiring and the library (the original ethernet library isn’t compatible), are not quite as comfortable as those of the original ethernet shields, but you can also save 30$  and more compared to the official ethernet shield.
For the Arduino Uno, there is already a handful of useful articles, which refers to the enc28j60 and Ethercard library. However, for the Arduino Mega 2560, I could not find anything useful information, so I would like to […]