Welcome!

Basic PHP security tips

777 as the file or directory permission will allow the nobody user to edit the file and execute it. Always set the php script permission to 755 so that others…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to get distinct rows from a list using LINQ

How to get distinct rows from a list using LINQ: Think about a situation when records in list are something like below: Employee1: EmployeeId=1, Name=”Name1″, EmployeeType=2; Employee2: EmployeeId=2, Name=”Name2″, EmployeeType=3;…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Play audio/video with jplayer

Play audio/video with from your browser using jplayer. A very good player to play audio/video in your website. How to use- 1) Sincce the player is based on jquery, we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Crystal Report viewer object – Why disposing is necessary

Disposing of object is necessary thing after the job is done, but we hardly take care of this fact. In recent scenario, it hardly mater any space consumption if we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating a simple Line graph using PHP without using Flash

We have to create a php page and call it graph.php or anything else you want. In this page we have to first create a blank image with some height…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Be Careful while dealing with dynamic type and System.DBNull in C# 4.0 (beta)

C# 4.0: Provides many new, useful and powerful features. One of those is “dynamic” type. “You can have a number of references with search keyword . I love to use…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Please Wait Message/ Image While Loading A Crystal Report

While working with CrystalReport we usually meet situations in which the report will take more then usual time in loading.Here i am talking about crystal report but it may be…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Encrypt All Store Procedure In SQL Server Database

By encrypting all stored procedures user can only execute but not see or modify any of the SPs CREATE TABLE #backup ( id BIGINT IDENTITY(1, 1), sptext NVARCHAR(MAX) NOT NULL,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to change display text of a lookup field in Dynamics CRM 2011 using JavaScript

Usually when we select a value in a lookup field it displays the Primary Name Field in the text after selection. However it holds the PrimaryIDField in the background. While…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!