[HOWTO] Get cool video effect like YouTube on any of your video

Lately we can notice there is a slight change in YouTube, hard to notice but if you are fan of video effects then you should be able to notice the new change. I might be hard to notice but yes it’s there and a cool effect.

Not sure if it is noticeable in the above image but there is slight background effect in the video and let’s learn how to do it.

[SOLVED] NuGet stuck at retrieving information or not installing on older Visual Studio

Lately, I have been working on Visual Studio 2013 on Windows 7 to code as I had license to work on them and installed few years back. Previously I used to work on small projects that were easy to handle only using default components and packages. But as the complexity hit my project, I had to install things via NuGet Package Manager that contains a huge number of packages to install and for different version of .NET available.

Google Play Signature Edition apps – April Fool 2014

As Google has been publishing different pranks for the people every year and this year Google has announced another prank. There are multiple pranks around and this one is specially designed for the Android Developer and only found in Developer […]

[HOW TO] Run (Android) .apk file on your PC

Dear friends, I have started programming on Android system 2.1 and started writing articles on how the program should be written. You can get subscribed to my blog if you want more and more tips for developing articles on android. […]

Starting programming for android with Netbeans

Dear friends, I had windows 7 installed on my PC and already had Netbeans 6.9.1 installed. And according to the android official website, their is no such tutorial for us to develop via Netbeans. So, I am here for you people to support for the development on Android via Netbeans IDE. Now first the main problem is to chose SDK. The following steps works for all the type of OS(as I have tried on ubuntu too).
First download the SDk related to your OS from here: http://developer.android.com/sdk/index.html

[CREATE] Hello World program for android via Netbeans

Well friends, as I started programming on android on my windows with IDE as Netbeans. I am writing every step that were problems to me and how I solved then. You can get subscribed so that you can get more and more help regarding android application development. Before going to all the thing you must have first setup all the requirements as of my previous article.