Your best developer's PC (ideas)
· ☕ 7 min read
This was originally planned as a series of articles about things to consider when buying/building your developer's PC at home/work. I never got back to expanding it beyond the bullet list plan, but I think this list is useful enough to be posted on its own, so here it goes.

Battery life on a Nexus 10 (standby)
· ☕ 1 min read
I've had my Nexus 10 for over a year now (ordered directly from Google). Not using it a lot these days, So most of the time it's sitting on the shelf in standby mode (Wifi's off). I occasionally take it out, turn on wifi, to show a Youtube video to my parents, or just play a quick game with kids.

Visual Studio 2013 Static Activation Key option
· ☕ 1 min read
Some people complaint about the need to sign in to Visual Studio 2013 for it to run, without a possibility of running a disconnected/offline setup. Introducing a static activation key licensing option (which I just discovered) - you can obtain it from your MSDN subscription page.

VB.NET - Reading and writing app.config
· ☕ 2 min read
I found so many articles on the internet suggesting the need to write your own classes to read/write app.config. While the read is fairly easy, people are struggling a lot with the write, some are saying that write is not supported by .NET at all.

Persistent Drive Mapping In Windows 2012
· ☕ 2 min read
By experiment, I discovered that Visual Subst no longer works in Windows Server 2012, as good as it did in previous versions of the OS. Specifically for the purpose of referencing a DLL from a locally mapped drive.

Nikon Coolpix S9400 Feedback
· ☕ 6 min read
This will be an article from an average home user with a slight hardware/software background. I will provide my personal experience and opinion regarding use of this camera. Expect all statements to be supported by facts, but do not expect lots of research effort being put around each.

HTML - How to Create Nice Blockquote Style
· ☕ 3 min read
Here is my pure CSS implementation of simple blockquote style. I will explain every line of CSS being used as CSS comments - you will need most of them. Works in as low as IE8. IE7 is still okay, just not showing the quote symbol.