Welcome!

Javascript array sorting based on position of specified character in the string

Recently, I was looking fro a Javascript function or a tutorial on how to sort an array based on the position of a character in an input string. For instance,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
A fantastic way to improve iCal in Mac

Fantastical enhances iCal by allowing you to quickly and easily create new events using natural language input. You can also quickly locate the dates you’re looking for via Fantastical’s handy…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Send SMS from fullonsms.com via our Rails Application

By using  this small Trick we can send SMS to any Indian Mobile number from fullonsms via our Rails Application. For this we need  a gem ‘mechanize’  It will help…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
(jQuery) FromDate to ToDate Validation

At times, when validating forms we have to validate two date fields, From Date (Start Date) and To Date (End Date) when date pickers are associated with respective fields. Using…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Call Web Service from JavaScript using jQuery

Suppose we have the following code behind function which is defined in PrintReport.aspx.cs file. public static string HelloWorld(string name, string crmId, string comment, string phenotype) { return "Hello World"; }…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Scribe Insight Migration

Steps for Migration: 1. Download the template package .spkz file and save it to your desktop. 2. In the file Double click on the required object record to migrate(say for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using AJAX Toolkit In Force.com Platform

Force.com platform provides a JavaScript API which provides features to work with sObjects using JavaScript without the help of Apex codes. Is it always necessary to write an apex class…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Dynamically adding rows to the Grid in ExtJS 3.3

There may be requirement when we need to add data dynamically to the grid. For this we have to add data to the “data store” of the grid during run…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Access 2007 – Export Data to XML Format

XML is very much becoming the standard and the most efficient way to exchange data between different computer programs. More and more organisations choose to use XML files to move…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!