Welcome!

Read and Write Data to Resource File Programmatically

Following are the step by step process to create, read and write into resource file using code. 1.Open a new project in c# . 2. Add a ResourceFile.resx in the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using jQuery AJAX Calls to send parameters securely

We are always providing all sorts of validations both at client and server side for security purposes. But some times a small mistake at client end during validation can pass…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Import a XSL File inside a XML File

This tip describes, how you can use a XSL(extensible StyleSheet file) inside a XML file to generate a HTML format of that file thus making it more user-friendly. Let’s Convert…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
What is cURL And How To Enable It For XAMPP?

But before that let me explain what cURL is for the benefit of the uninitiated (i was one of which, just a couple of months back!), cURL is a command line…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Avoid Duplicate record insertion on page refresh in ASP.NET

Avoid Duplicate record insert on page refresh using ASP.NET One of most common issue which many of the web developers face in their web applications, is that the duplicate records…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Setting visibility of Form fields in the select event of a ComboBox in Extjs 3.3.

In Extjs “select “ event of ComboBox fires when a list item is selected. Syntax : function( Ext.form.ComboBox combo , Ext.data.Record rec , Number index ) combo : The ComboBox…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Reset or clear the form data when form is submitted by AJAX using jQuery

When a form is submitted through submit button click the form data is subsequently cleared or reset . But when we submit a form by AJAX then we have to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Change background color of your web-page automatically

The following Javascript code will help you change the background-color of your web-page automatically and at a time-interval (in milli-seconds) as specified in the code. /* Method To Generate Random Numbers Between "0-255" for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to consume Web Service in CXF Using WSDL?

CXF is a service framework that help to build and develop web services using frontend programming APIs, like JAX-WS. It provides wsdl2java utility to create web service client stub classes…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!