Welcome!

To validate form fields by using a single function throughout the application

Mostly each and every project has a smaller or a bigger form to be filled by the user and we need to validate the form fields on the client side.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating menu items at the right corner of system's menu bar on Mac using Cocoa

Everyone must have noticed some menu items at the right corner of the system’s menu bar while working on Mac. These are called “Menu Bar Extras”. These extra menus are…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
PHP functions str_ireplace and str_replace

PHP has many predefined functions. Whenever you face a problem and search for a solution there is 90% probablity that you can find a php predefined function to solve your…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Restrict Entering of Future Date in Textbox using jQuery

We can use Mask plugin of jQuery for Datefield as $(txtBox).setMask(“19/39/9999”) which will accept inputs in mm/dd/yyyy format. While using this we may face problems if it accepts invalid values…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use of 'URL Rewriting' in Web Application

The purpose of writing this tip is that somedays before I  was almost lost in my current project. It was miserable for me to find out how  and where a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Adding Rows To The Table Dynamically Using JQuery

In This Scenario,An HTML Page Has One Text Box,One Button And One Table.Here,Suppose I Want To Add Rows To The Table Dynamically On Clicking The “Ok” Button On My Form.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating drag and drop for grid in Extjs.

This tip shows how to create a panel that shows how rows can be easily dragged and dropped between two or more grids in Extjs-4.2 Note:- This drag and drop…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Issue with OnRowCommand event of GridView while using reserve words in CommandName property

I came across a very interesting error while using buttons/link buttons in the GridView for editing the GridView rows data. The exact situation I faced is like this – I…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Dynamically Changing Text Of Button On jQuery UI Modal PopUp

Introduction This tip/trick will help you to reach the buttons inside one jQuery UI modal popup dialog and change its text. Background Currently I am working in a multi lingual…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!