Category: Others (Technical)
Regular expressions to allow UTF characters through Jquery
Regular expressions provide a powerful way of adding validations to the web forms. To allow UTF encoded characters (Letters) either UTF -8 or UTF -16 like Á á É é Í ÑÓ ¿ € ₧ å ∫ ç ∂´ƒ ©˙
How to use image sprite in html
What is the importance of image sprite in html and how these Sprite images can be used in html and css? Image sprite is a collection of different images put into a single image. Image sprites are are used in
Alternative Solution for Adding Horizontal Scrollbar to jQuery Datatable
Suppose have a data table as below: Screenshot 1 HTML for table is: <table id=”productsTable” class=”table table-striped table-bordered table-hover dataTable no-footer table-custom-style”> <thead> <tr> <th>#</th> <th>Product Name</th> <th>Shop Owner</th> <th>Category</th> <th>Model</th> <th>Description</th> <th>Price(in Rs.)</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td>1</td>
FileZilla | A file with that name is already being transferred
FileZilla open/edit file error: A file with that name is already being transferred. This error occurs when you remove queued file from the queue using the “Remove Selected” before download completion. I was editing my code directly on server in
Background Processes using RabbitMQ
Whenever we need to execute a block of code which may take long time to run then instead of executing them in real time we can put this code in the background process as it may timeout if we wait
Chargify Retry and Dunning – How to manage failed transactions
Description: When we use auto debit system to charge our customers using their credit cards, it is possible some transactions get declined. This can happen due to different reasons like user’s credit card has expired or due to authentication failure
Java | static variables, instance variables, final and static
Explain with an example which variables should become instance variables and which others should become static. Also when to use final with static and final without static? (JAVA) INSTANCE VARIABLES: Variables that belong to the object of the class and
ACORD Forms autofill
We get this request from a lot of clients in US insurance industry who want to generate ACORD forms automatically, means they want data of corresponding insurance Policy and other objects filled automatically in the editable ACORD PDF. Most of
How to be a good Technical Writer
In software development world, technical writers are those who write about technology, software manuals, “How to” guides etc. They gain understanding of the complex products and explain them in a precise manner to the target audience. Technical writers put themselves