Welcome!

How to implement sound alert in FileMaker application

In one of my projects in FileMaker, we have developed a messaging functionality that will allow the application users to communicate with each other via sending text message while they…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Asynchronous Query execution in .Net

Asynchronous methods available are BeginExecuteReader() – Initiates the asynchronous execution of the SQL statement or stored procedure that is described in the SqlCommand, and retrieves one or more result sets…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Inter Module Communication (IMC) between Desktop Modules in DotNetNuke

Communicating (sending messages) Listening (receiving messages). In order to add one or both of these functionalities to a modules, we must have the module class implement the respective IMC interfaces…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to disable selection of selected items in a ListView

If you wish that on pressing a particular list items , the list item does not gets selected for example if you wish that last two items in list view…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Copying larger databases from asset in Android

Copying large database from assets in Android Sometimes to make database and populating data. in it may take heavy time like 5 minutes or more, which is a lot so…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create custom attributes in .Net

Attribute: “An attribute is a piece of additional declarative information that is specified for a declaration.“  Attributes are needed to write codes in a better style, in a better way.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Problem in Filemaker API with PHP 5.3.5

These problem occur because of PHP 5.3.5 no more supports many calling functions. To solve some of this problem you need to check every extension included in your php.ini file such…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Retrieve value list from a Filemaker layout using Filemaker API

We know we can get value list from a layout with help of getValueList() method. But it has a drawback, let me explain it here: -This method returns value list…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to set Cache in DNN application/ site

It is very important to set cache timing for your applications. In DNN application/ site you can set cache in host setting page. To do that you need to login…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!