Welcome!

Custom Macro which searches and opens a file from project or given directories

Problem statement: If we want to open a file included in a visual studio project we need  to open the “Solution explorer” and navigate to that particular file. If the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Access native functionality from html content in webview using Titanium.

Webview is used to show the html content. Using titanium we can easily access native functionality from the html content. The code to do so is described below. Lets say…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating Macros in Excel

Macros are nothing but short cuts for creating repetative tasks in Excel. Following are the steps outlined to create a new macro. 1. Click on Start>Programs>Microsoft office>Microsoft Excel to open…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Applying multiple styles HTML elements and significance of “!important ” attribute in forcing styles

There can be multiple CSS classes and inline style applied to a single html element. By the default CSS rule, if same style attribute is set with different values on…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create a new document using Kentico CMS API

In Kentico CMS all information related to the documents are saved inside the database in many joined tables. The tables used for storing document records are as follows : CMS_Tree…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Interprocess Communication using named pipe.

Interprocess Communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. IPC has four general approaches: Shared memory. Messages. Pipes.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Issues with IIS

Here are some errors due to IIS, we come accross while working with .net application Service Unavailable We need to check the System Event Log for this error. There we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Image Caching with Flash

Objective: With flash sometimes we might need to fetch external images (images from remote server). If we use those images in different pages of the application, then on each page…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Remove Annotations From Map In Titanium

Here is a code snippet which explains how to remove annotations from mapview using Titanium. //Define the current window var currentWin = Ti.UI.currentWindow; //Define the resource directory var resDir =…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!