Welcome!

Make an Ajax call using jQuery in a web Application in IE

When you are using jQuery in Internet Explorer when trying to update content on the fly ,be careful, because IE caches XMLHttpRequest response and the AJAX call . 1) I…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating CSS Gradient

Gradients are smooth transitions between two or more specified colors. The CSS gradient feature was introduced by Webkit about two years back, but was not very successful as most popular…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Managing Clients from Servoy Solution

Have you ever wanted to get the number of Clients connected a specific Servoy Application Server? Have you ever wanted to alert a specific client from your Servoy Solution itself?…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
CSS hack for Safari Browser

In the current situation it’s a challenging task for the web developers to build websites which is compatible with different and popular browsers available (like IE, Firefox, Mozilla, Safari, Google…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Google Calendar Event Update Issue

In one of my projects, I was working on Google calendar, the tasks included creating an event, updating an existing event, deleting event etc. I did not face any problem…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create rounded div in CSS by using a single image

If you are into web page development,  you are likely to have come across many tutorials and tips explaining how to create rectangles with rounded corners. Some of these tips,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create A Stand Alone Version Of Your Servoy Solution

Creating a Stand alone version of your Servoy Solution is Easy & Fast. Create A Stand –Alone version of your Servoy Solution You can create a stand alone version of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
NEAR FIELD COMMUNICATION in Android

This tip investigates some of the ways in which the Android API may be used to implement NFC (Near Field Communication) “Near field communication is a set of standards for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Sorting a user defined collection class

This tip demonstrates how to sort a user-defined collection class. Let us say we have a custom class as ClientCollection (collection of Client object) which Inherits System.Collections.CollectionBase. To sort the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!