Welcome!

Dynamically creating Tabs And adding Modules in DotNetNuke

This example is about how to create tabs through code, set permission of tabs and embed an existing desktop module to that tab, set permission of desktop module, clear module…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Installing and Running the SuperContainer as Windows Service

What is SuperContainer? SuperContainer is the easiest way to upload, view, and download files to and from any FileMaker database, plus it offers numerous advantages over FileMaker’s built-in container field:…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Import Script in Filemaker

By using import script, a script can be imported to any other system which are in network, Then script steps can be copied and pasted in  the existing script at…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Generating a Synchronized ProgressBar and Animating Visualization For A Voice Recorder

Initializations /* The progressbar which will be synchronized with the on going voice recording.*/ ProgressBar mProgressBar = (ProgressBar) findViewById(R.id.mSeekBar); mProgressBar.setMax(120); /*The relative layout and textview which will show the  animation…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to animate in vertically downward fashion(as if a curtain drops)

The Android Developers documentation specifies the constructor as follows: =============================================================== public TranslateAnimation (int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue) Since: API…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Hiding Soft Keyboard When Focus Is On Text Box | Android For Rhomobile

Solution: To prevent this senario, we need to do 2 changes as follows :          1. We need to set a flag “full_screen” on the “rhoconfig.txt” to 0. Make sure…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating Password Strength Meter

Recently I was required to write a password strength meter in Filemaker,here I am sharing the  logic behind evaluating password strength, which will give you a clear idea for writing…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Database Reader Object Parsing in .NET

In many code reviews, I have seen we miss out proper object parsing from SqlReader or end up with repeated lengthy codes or there is no fail safe mechanism to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tips,Tricks and Traps on Adding Web Reference using Visual Studio 2005 and Visual Studio 2008

What/how does cause this issue/problem? We have done so many experiments. Based on those experiments here are the findings>> Condition 1: “It generally happens to the webservice that require client user…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!