Welcome!

Use of elementName while writing Plug-ins for Servoy

The below TIP explain you the use of “elementName” while writing custom Plug-ins for Servoy. When you write any Plug-ins for Servoy, you must have a provider class, which must…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Whats new in HTML5 ?

Much has changed in Web Development but HTML has remained unchanged for a long time, the last major update HTML 4 having been brought in 1999. However, W3C is now…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Avoiding data-loss during sorting records in Servoy

In my current project, it was very surprising to find that some of the records had vanished from the foundset after sorting and listing them. I was shocked, what could…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Showing messagebox as the topmost dialog

During installtion of a windows application, if we have to show a custom message box, then the custom message box always comes behind the installtaion wizard form. To handle this…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Round your corners without using images in IE

Creating rounded corners in pure CSS is pretty simple and straight forward.  The following lines of code demonstrate it. -moz-border-radius:10px; / Firefox / -webkit-border-radius:10px; / Safari and chrome / -khtml-border-radius:10px;…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add installation path in registry

When we will create installer of any application by default it will not write the installation path (InstallLocation) in the registry when we will install that installer. For this we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Printing blob columns in background from Servoy interface

We can print images stored in blob(Media) columns in different ways. One of the interesting way to accomplish this task is by using executeProgramInBackground method. Using this method we can…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
GET POSTAL CODE BY USING GOOGLE GEOCODE MAPS API IN VB.NET

During working with one of my desktop application. I had to implement how to get the exact PostalCode with respect to the Address values supplied, as there are more than…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using Scheduler plugin in Servoy

– When a job needs to be executed periodically we need the help of Scheduler plugin. – Using this plugin we can set a schedule for execution of a job…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!