List/Grid

TipnTricks Subscribe to TipnTricks

Play YouTube videos – Android Development

Play YouTube videos – Android Development

I was trying to play youtube videos from my application, and had a hard time to do that. First, of all youtube videos wouldn’t play in your android emulator, so… Read more »

Change application name – Android Development

Change application name – Android Development

When you develop your android applications and you wish to change your application name that will be displayed on user’s device after install, you should make changes in your AndroidManifest.xml:… Read more »

Get latest from SVN using C#

There is a simple utility available on internet, to integrate SVN with C#, i.e. SharpSVN. This lets you do various things from C# code, that you would do using AnkhSVN… Read more »

Fade In Animation -Android Development

Fade In Animation -Android Development

If you wish to create simple animations for your text, views, images etc you can AnimationUtils. In this tutorial i will explain how to use simple animation for text to… Read more »

Block Search Engines from Tracking Webpages you Visit

Block Search Engines from Tracking Webpages you Visit

Disconnect is a browser extension that stops major third parties and search engines from tracking the webpages you go to and searches you do. Disables third-party tracking Truly depersonalizes searches… Read more »

Only Content controls are allowed directly in a content page that contains Content controls – Error

Recently we start getting this error in BAT environment for few pages, not for all. Later on we figured out that if you are using Master pages and you put… Read more »

Deferred Loading In ASP.NET

We were working on a problem where a user control is generating More than 5 MB of HTML and downloading this huge HTML in a browser results in a bad… Read more »

How to change hostname in Linux

How to change hostname in Linux

Hostname is name your name is identified with. If you want to change your hostname, then here are the steps: 1. To display the Hostname do: hostname 2. Change hostname:… Read more »

Convert HTML To Image Using .NET

To convert HTML into an image we require to use windows WebBrowser control. It provides us the functionality of a browser on server. Here is the sample code to convert… Read more »

Unlock and Play all Angry Birds Levels In Chrome Browser

Unlock and Play all Angry Birds Levels In Chrome Browser

We all know how crazy people are for angry birds. I was the 7th or 8th person to install angry birds on chrome, and the next day i saw the… Read more »