Welcome!

Creating a 'Customer' record using SuiteScript in Netsuite

We can use the ‘nlapiCreateRecord’ Netsuite API to create any new Netsuite record via SuiteScript. This API seems very easy to use and understand for a Netsuite developer. But for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
More about breakpoints

During debugging processes, breakpoints are used normally to halt execution at a particular point( most of the times, to see the values of the variable i.e. to check them if…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
ASP.Net Validators within Sharepoint

Most of the times we have requirements of adding different client side validations on the web pages and the easiest way to achieve this in ASP.Net is to use the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Custom layout template in Magento

Magento as a complete e-commerce package contains “3column template, 2column with right bar, 2column with left bar, 1 column” page templates as default templates that can be applied to the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
URL mapping for multiple zones in SharePoint

SharePoint helps us create multiple zones for a single website e.g. Intranet (accessed only within an organization), Extranet (accessed within an organization + few limited users over web), Internet (mainly…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Converting integer values to the values which have comma delimiters

If we have an integer value say 123456789 to display the price of some commodity and we need to display it in the format like 123,456,789 then we can use…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Adding Smileys (emotions) to Openfire WebChat

In my previous post I had described about the setup and run Live Chat with openfire webchat . Here is the tip to add the Smileys to the webchat .…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Cross tab generation without using PIVOT

Generation Cross tab results without using PIVOT in all versions of Sql server One of my friends asked me to write a query to get the cross tabs(displaying one of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Paypal 101

Paypal – Its a name vaguely familiar to almost everyone with a Credit Card & the zeal to e-burn some of mummy’s hard earned money. From the user point of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!