Welcome!

The Detailed Impact Case Method for Regression Testing

Key ideas One case is examined in detail to determine value. To keep cost of the survey down, we sacrifice statistical validity for concreteness. The detailed impact case method is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Capturing Signature in Rhomobile Application

Introduction: In Rhomobile, we have the ability to capture signature using the Signature API. The signature API opens a full screen view where user draws its signature and then press…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to use Navigation Template in Windows store App using WinJs

Windows Store apps uses the single-page navigation model. where we use a single page for our app and load additional data into that page as needed. We still split our…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use MySQL DB for your rails Application ( Windows)

Here I am assuming ruby on rails setup + MySQL Database has been installed in your windows machine. We will follow couple of steps and will use MySQL Database for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Cleaning Bombed Web Mail Account Using iMacros Automation

In one of my previous tips I did a review on Firefox extension iMacro, the download URL and other information can be found here. In this tip I will demonstrate…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Use The State Property Of WinJS.Navigation

How to use the  WinJS.Navigation.navigate function state  property for transfering data from one page to other pages.Generally the WinJS.Navigation.navigate function can take the parameter of object Type like place and…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use of PHP serializer in Python

2)Example:Method of serialization the data. >>> from phpserialize import * >>> obj = dumps(“Hello World”) >>> loads(obj) ‘Hello World’ Due to the fact that PHP doesn’t know the concept of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Apply Dynamic Themes In Silverlight

Instead of applying static styles at each and every control of a silverlight page, we can dynamically apply Themes at Application level using following steps.. 1. Create a Themes (or…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Code Review Checklist

Control Flow Related: 1.Are all the conditional paths reachable? 2.Are all the individual conditions in a complex conditions separately evaluated? 3.If there is a nested IF statement, are the THEN…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!