Welcome!

How To Add Animation Effects Using CSS

CSS can be used to change the appearance of a browser element by adding animation effects to it such as rotation, transform, scale and many more.CSS transitions are used to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Adding a Sub-Report to the JasperReport by JasperReport Plug-in

With the recent release of JasperReport Plug-in, Now, you can directly add any fields, calculations(stored/un-stored), aggregations, global variables, related fields and many more, to your Jasper Report, as you are…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating image thumbnails using Servoy Solution Model

Image Thumbnails can be created at the design time using list view. But the problem is we can show only one thumbnail per row/line. This is fine as long as…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Uploading files in Servoy smart client and Servoy web client.

Servoy requires a single code base which is common for both the desktop and web. But Servoy also has it’s limitations and oneof them is file uploading in servoy smart…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Keeping the data in ListView with interactive items while scrolling in Android

Let  us take a ListView with one TextView, one EditText and one CheckBox on its rows as in the picture belo viewHolder.scores=(EditText) view.findViewById(R.id.score); viewHolder.scores.addTextChangedListener(new TextWatcher() { public void onTextChanged(CharSequence s,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
RowBGColorCalculation; Updated in Servoy 4.x

With the Servoy 4.x release, some additional parameters has been added to the RowBGColorCalculation to give the developer more control on managing the colors for the records in Table and…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to display a Digital watch with Current Date on a Web page using JavaScript

Sometimes in our web applications we need to display current date and time , there are various ways and methods to display date and time in a web application. Here…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
.Net – Produce Special effects when loading or closing windows

dwFlags Animation type. 1- Animate the window from left to right 2 -Animate the window from right to left 4 -Animate the window from top to bottom 8 -Animate the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
SilverLight : Load Assembly on Demand

Step 3. Create a Silverlight web application Step 4. Add Reference to SampleLibrary.  After adding reference right-click on the SampleLibrary reference and change the property “Copy Local” to false. This will…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!