Welcome!

Why can you execute Javascript code from URL bar of a browser ?

Lately, I have come across a lot of technical write-ups which demonstrate how to perform some operations by typing Javascript code, right in the URL bar. These are implementations of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Move an object to left, right, up, down on button click using Lua

In some instances we need to move our object to various direction as per the rule in game app. So here is some basic code to move an object to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Implementing HSTS (HTTP Srict Transport Security)

Sending information over a HTTP connection was always a risky proposition, at least ever since cookies were introduced, but the recent release of Firesheep has caused bit of an alarm.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Fetching data from Accounts in Quotes using jQuery and REST Service

Goal To create a new Quote. Choose the Potential Customer, which is none other than an Account. Get the address associated with the account and display in the Bill to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use of Custom ConfigurationVariables

Instead of using hard-coded values in the application, better to keep those in the configuration file and while needed just parse it into an array and use it in your…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tag mapping in ASP.NET

Yesterday while I was going through the web config, I came across a section which tempted me to explore it further . The section is ” ” inside , inside…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using AJAX with jQuery

Ajax is most easy thing with jQuery. jQuery has a number of beautiful functions to make easy stuff more easier and compelx stuff as simple as possible. .load() This function load a chunck…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Workaround for ASP.NET AjaxControlToolkit Combo Box issue

Problem ComboBox is one of the exotic controls present in AjaxControlToolkit . But I have come across some problems while using it. They are : After clearing all the items…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Table listener in Corona

Introduction : Table listener is the one of the way to define listener for any display object in corona. Description : To describe table listener, lets have a window with…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!