Welcome!

Creating shortcut from a Java Application

As a java developer, at times you may face a situation where you need to create a desktop shortcut on Windows, from a java application to launch another jar file.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create .exe installer from AIR installer

The required steps are::       1. First we have to make a new folder called 4.0.1 and copy all the contents of the folder       4.0.0, which is a Flex SDK…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Working with Custom Records in Suitetalk

In order to create or update a custom record through SuiteTalk, we need to first create an object of the ‘CustomRecord’ class and assign the internal id of the record…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to work with CSRF token while AJAX posting in Rails 3.1.

Hi Railities Here is a tip on how to work with CSRF token while ajax posting in rails 3.1. Query:- While we are doing AJAX post , automatically the current…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
PHP function for Time Zone conversion

I recently found that PHP doesn’t have an inbuilt function for conversion of time/datebetween multiple time zones and neither could I find a  third-party function for the purpose.  However, I…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Select the previous or next row of the grid on button click

Here is a simple tip on jqGrid. Sometimes in jqGrid, there might be a requirement that we need to select the previous or next row of the grid on button…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create Dynamic Objects at runtime using Reflection

Sometimes there is a need to create duplicateinstances of a same class ( objects with same values for the properties, and fields. ) When the class is of known type, …

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to exclude empty array (null value) while using String.Split Method

A string can be split into an array of strings using String.Split() method. It returns a string array that contains the substrings of this orignal string instance that are delimited…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Call a Suitelet script from another Suitelet script

Generally, when we create a suitelet page, we add the script(a suitelet script which is going to be called from another suitelet) to the button of another suitelet page, by…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!