Welcome!

The easy way to compare two lists in ColdFusion

While it comes to comparing two lists in ColdFusion, there is no predefined functions or tags to do so. We can think of one way of doing so as below.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Access Google Contacts using Google GDATA api in JAVA

We can access google contacts for particular user credentials very easily now using java. Thanks to Google GDATA api. Google GDATA provides lots of library modules to access google data…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
A better way to Clear a StringBuilder

Since .NET Framework does not provide the “Clear” Method for StringBuilder class, sometimes as a developer you may come accross a sitution like using the StringBuilder object for concatenation operation…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Set Shipping Cost Value As Zero

In ‘Sales Order’ record, Total is calculated by adding Subtotal and Shipping Cost (as shown in the picture below): But, in our project, there was a requirement that Total should be…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Batch Processing In ColdFusion

‘Batch Processing’.. The name itself explains that some job is done in a batch (phase wise). Normally when we have requirement of populating data base table from some external source…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use of Filter Expression In Suite Script

In new release, Netsuite allows to use Filter Expression for advance search. Earlier we had to use nlobjSearchFilter API to filter a search which makes filtering records as per our…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tips that can be useful while Scripting

Some APIs & methods(of Netsuite) and its use in Netsuite Suite Script There are some APIs and Methods in Netsuite Suite Script that we all Netsuite Developer may know ,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Check If Time Period Of New Record Overlaps With Any Other Existing Records

While creating a custom record we may be required to check if the newly created record overlaps the time period with any existing custom record of same type. In Custom record…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to set alternative row color of grid using jQuery

When we represent some data in a grid view we usually prefer to set alternative row color. For this we can use two css classes with different background colors or inline…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!