Welcome!

Integrating Custom YouTube Player in Servoy

Playing Video files in Servoy is still a bit of R&D work for developers. There are no direct Servoy beans and plug-ins available to play video files in Servoy application.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Updating Records in ONE shot: using Foundset Updater

Have you ever came across in a situation, where you need to update a column for all records in the foundset? Like for an example, you need to modify the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Use localStorage feature of HTML5?

LocalStorage:-This is one of the many awesome features provided by HTML5 to store the data locally on the machine. Many of us have already heared about it but do not…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Executing External Applications from Servoy

The below Tip describes you, How we can run/trigger external application directly from your Servoy Solution. For triggering an External Application, You can use application.executeProgram() method. Here, I am quoting…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Applying shadow effect in CSS without using image

I want to share some cross-browser compatible CSS techniques to create shadow effect without using an image. We have to first remember that shadow means it should be black and…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create 3-dimensional cube using CSS properties only

We can create an impression of a 3-dimensional cube using only CSS properties.Using skew property and rotating the rectangles,individual faces of cubes can be aggregated to draw a 3D object.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Attach Events To HTML Elements Created Dynamically

In one of my recent applications I had to use a jQuery plugin which need to run when the HTML elements are ready. This plugin creates fancy tool tips for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Checking Plug-in Existence in Servoy

Servoy Plug-ins are used to extend Servoy’s capability to some extent. We can add Servoy Plug-ins to add more feature to our application which can not be doable with the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create rounded corners in DIV with CSS

The CSS3 there are properties that allows web developers to easily utilise rounder corners in their design elements, without the need for corner images. We often use to search for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!