Welcome!

Framing A Picture Using Imagemagick, Picframe Bash Script

The Usage guide : Command: picframe infile outfile -f frameid : is the id number of the picture frame. Basically for this framing to work, you need to follow a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Cross Domain Calls For WCF

A cross-domain call happens when a web page uses Javascript to access resources at a different URL which can be another domain. You will get the following error when you…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Retrieving dynamic Xml based record set

XML is a simple and flexible system for defining data formats. This is completely platform independent and adopted everywhere for representing complex documents and data structures. For data transmission on…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Improve Performance By Avoiding Day-To-Day Mistakes In Coding PHP

      Save time and speed scripts by working with object properties directly, rather than writing naive setters and getters. class test { public $name = ''; public function setName($name) {…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Touch Events: Concept and using it to Scroll Images

n iPhone/iPad app, touch is the most common action. Here,I am describing touch events and a simple way to attach it with image view and with the help of touch…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
DateTime issue in WCF service call

Sometimes we face problem while working on date time timezones with wcf service calls. For example, in my situation I have code that passes date into WCF via JSON object.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Some Interesting features of ENUM data type in MySQL

n MySQL, ENUM is a datatype that allow us to define some list of permitted values during creation of table. This will help us to restrict values that are going…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Change your WordPress password through FTP.

There is an easy way to reset your password through FTP, if you’re an Admin user. 1. Login to your site through FTP and download your active theme’s functions.php file.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Stored Procedure execution using MySQL Extension

Friends, here I am going to share an interesting thing which I faced recently. In PHP, everyone knows to establish a mysql connection we use (This is the standard) Presently,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!