Archive for category Programming

Arduino Nano not responding with L led blinking fast

Problem: There were certain circumstances where the watchdog timer could be enabled by a sketch in a mode incompatible with the (older) bootloader, which led to the Arduino continually resetting itself, starting the bootloader, resetting, etc. This causes a flashing L led and inability to upload. People swear this happened to them as a result […]

, , , , ,

Leave a comment

Alternative to .NET IDE/ Visual Studio

As we all know, Microsoft won’t allow developers to use free copies of their .Net compilers unless the developing is for learning purposes only. In other cases, freelance developers or companies should buy Microsoft Visual Studio for a few thousand dollars, which is unreachable for many. Well, there are a few free alternatives to Microsoft’s Visual […]

Leave a comment

How to Translate your wordpress blog without Google Website Translator plugin

Steps: Add one image widget Enter the Image URL: Enter the Link URL (when the image is clicked): with below code CODE: http://translate.google.com/translate?hl=&sl=auto&tl=ta&u=https%3A%2F%2Fjkmsdax2012.wordpress.com%2F&sandbox=1 in this SL is Source Language and TL is Translated to. ‘ta’ means Tamil

,

Leave a comment

How to Set Google Chrome as the Debugging Browser in Visual Studio

In Solution Explorer Right click on an .aspx file and click “Browse with…” then select Chrome and click “Set as Default.” You can select more than one browser in the list if you want.

, , ,

Leave a comment