Welcome!

Trimming Float Value | Mindfire Solutions

Some times we may need a float value 2.345 instead of complete float value 2.345768. In such cases we need to trim the float value.The function below demonstrates how it…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Easy way to create web services in Java

This tip demonstrates how to create a web application in Java. Let us start with creating a webservice with the name web_service_demo. After creating the application , we need to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Dead Code Stripping. Its usage in Adobe InDesign

Let me first explain what dead code is Dead – Code ( Unreachable code ) :- It is the part of the program that is never executed, because the control…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Hooking a message box in VC++

Sometimes we need to display message boxes with customized or user defined button caption. There are two ways to implement the same : HHOOK hMsgBoxHook; LRESULT CALLBACK MsgBoxProc(int nCode, WPARAM…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating A Console Command Operation On Symfony2

I guess most of the users of Symfony2/Zend2 would have used various list of commands for your bundle/module with your app, it may be for installing web assets or generating…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
New Adobe In-design Functionality of Alternate layouts

Alternate Layouts Functionality The Adobe Indesign CS6 introduce the new functionality of Alternates layouts which help us to create a document with different or multiple orientations. For any tablet say…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Intensity Calculator | Mindfire Solutions

Sound intensity is the measure of amplitude at a particular instance of time from a 16 bit .wav file. This is a sample program to demonstrate the calculation of intensity.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to target a Wicket component by event handlers using WicketAjaxBehavior ?

Wicket Framework provides its own implementation class for using AJAX with Web Application. It Provides some normal components like AjaxFallBackLink,AjaxSubmitButton etc with AJAX behavior. Here I am going to discuss…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to use CreateInstall Free to build an installer package

We can download it for free from “ Let us discuss the necessary steps to use CreateInstall Free for building an installer package ( assuming that CreateInstall Free has been…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!