Welcome!

How to dynamically add rows very quickly using jQuery
depositphotos_530217524-stock-video-black-white-spiral-background-loop
How to dynamically add rows very quickly using jQuery

n many projects we give options to users to add multiple rows for submitting multiple records. To do this we simply provide an add button, after clicking on which the user can add or clone another row using javascript.…

608 342 Burnignorance | Where Minds Meet And Sparks Fly!
Formating the string before displaying in ASP.NET

In Some cases while displaying a large number it will be nice if we can format the number to a more readable format Like : Reputation Point : 537456 Can…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using Surface View for Android

Surface View Tutorial This tuturial guides in using surface view at a very basic level . The code presented in this tutorial creates a simple view with a image using…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Play flash video in windows desktop application from local folder

Process to play video from a local folder with windows desktop application usingTitanium are follows : In titanium we have a html page where we can specify the UI of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
.NET Tip “IComparable.CompareTo()” Vs “IComparer.Compare()”

class Employee {   public int  EmployeeID { get; set; }   public string FirstName { get; set; }   public  string LastName { get; set; }   public int…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Convert Filemaker application to a Windows installer package

After downloading this we have to install this software so that we can able to create our .msi package. To do this please follow below steps 1. Now Go to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
DPI setting and resolution of WPF application

One of the features of a WPF application is that it is resolution independent. Now what does resolution independence of WPF Application really mean ? Our monitor screen depends upon…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
No Preview Mode in FilemakerGo

The iPhone and iPad do not support printing on FileMaker Go. There is no Preview Mode on FileMaker Go. So its clear that we can’t go to the preview mode…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
A brief idea about Cookie ASP.NET

Some Tips to implement Cookie : 1. How to Check User’s browser supports Cookie ?  HttpBrowserCapabilities browser;if (browser.Cookies) { bool isAllowCookie = true; } 2. How to get list of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!