Welcome!

How to take screenshot programmatically and mail it in C#

You can use this code to save the screenshot when there will be any possibility of error in the application .If the client is using the application developer can ask…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to pass data to/from a parent Suitelet form and a child (pop-up) Suitelet form in Netsuite

SOLUTION:- The solution is pretty simple, like we do it for other web pages by using the ‘windows.opener‘ property of javascript. Basically, you just need to take care of calling…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Automatic Database(MySQL) backup

Create automatic database(MySQL) backup by php script into a .sql file in Windows platform. MySQL is one of the most popular open source database management system for the development of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Two ways to use “using” keyword in C#

In C#,  using Keyword  can be used in two different ways and are hence referred to differently.  As a Directive In  this usage, the “using” keyword can be used to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Make jQuery datepicker to popup in different positions

Datepicker is a rich widget of jQuery library . It exposes a lot of properties and methods to make it customizable . Once, while working with it , we needed…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to access ColdFusion administrator properties

Different ways to access and work on CF administrator properties. This is obvious that there several ways to access CF administrator properties, but How !! Find these below. The simple…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create A PDF To Show Document In Table Format Using C#

I was trying to create a pdf document which should show document in table format in C#. So at first I added iTextSharp library to my application. Then three namespaces:…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to compare start and end time in JavaScript

Think of a form where we have entries for start and end time. There obviously we need to check that the end time should be after start time. Here at…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
ASP.net project migration issue with ASP.net Ajax. Solution : xhtmlConformance in web.config

Few days back I was stuck with this, and after struggling for few days, doing google for all possible reasons, I found the issue was in web.config file. There was a “xhtmlConformance”…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!