
Search In
Stored procedure is used to store a SET of SQL statements in database as a compiled form which can be used by different programs. It performs a special task like inserting data into database, deleting records from database or updating an existing rec
Hello friends,
In this blog we will learn, How to made payment with Braintree getway. First go throw https://github.com/braintree/braintree_php and download the library after you will need to register with Braintree and get merchant ID and Public ke
Mixin in LESS are group of CSS properties which have similarities to functions in other programming languages. LESS mixins allow us to include all the properties of an existing class or ids into another by including the class/id name as its property.
In this article, you will learn about the SQLite database in Cordova for mobile application.
SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements
Whenever we code in any language, the first question arises that, what are the important Data collection in the corresponding Language contains.
As we have Ruby language with us. We have some nice Data Collections here.
Array
Hash
Set
Array:
All developers who are working on big projects usually think on refactoring the code-base. But before moving ahead with it a developer must take care of the following app complexity
How To Score Your Rails App's Complexity Before Refactoring
Every
Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java".
PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder.
Java and PHP possesses com
JavaScript Debugging
Debugging is very complex for users to writing a JavaScript code without a debugger in web page.
Javascript code might contain syntax errors, or logical errors, which are difficult to find out.
Note : Javascript errors will
Step-1 Go to avalara_salestax module.
Step-2 avalara_salestax->account_tax.py.
Step-3 After that used below code in account_tax.py file.
avalara_obj = AvaTaxService(avatax_config.account_number, avatax_config.license_key,
Sometimes we need to detect where ENTER key is pressed or not to do some action.
The "enter" key is represent by code “13” (ASCII value).
To detect whether ENTER key is pressed on Web-page or inside an input field, we can bind keypress() event to
