Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use $_POST in php.?

$_POST is basically used to accumulate form data after submitting an HTML form . $_POST is submit data with method="post". $_POST is also widely used to pass variables. You can see below example of $_POST. <!DOCTYPE html> <html> <bo

How to set conditions in Find function of cakephp2.x

In cakephp we might be familiar with the simple find("all") and findById() functions. But fetching data with some conditions like we write select query with where condition. lets us first look at simple find function $this->User->find("all"

What is view in Sql server

A View is a virtual table which is created form another table and its content are defined by a query. In real scenarios we use views for security purpose by allowing users to access data through the view, without granting the users permissions to dir

Magento Group Price

In this tutorial, i will explain how to apply different price for different customer groups. Let’s start with logging into admin panel. Go to backend administrative and hover on Catalog menu. Next, Click -> Manage Products option. After cl

Get Value from textChange Without Using any Delegate Method of UITextField in Swift

In this tutorial we will learn to get value from textChange without using any delegate method of UITextField in swift.     let's see how: 1- We can achieve this using React, i.e. RxSwift 2- No need for textField delegate methods

How to set the Advanced filters in OpenERP(Odoo)?

Step-1 Install the web_advanced_filters module. Step-2 After that custmozie .py(Python file) file in web_advanced_filters module: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. class IrFi

Difference between UI Testing,Usability testing And GUI Testing:

UI Testing:- UI Testing means (User Interface Testing). In UI testing tester basically check, how the application look & feel at the time of testing. In this time testing includes in application like- fonts, colors, images, buttons, layouts, form

Pattern Attribute in Html5

Pattern Attribute: Pattern attribute is used for input field validation  and used  to provide  a regular expression which is used to match  the input fields value whether the value is according to the pattern specified or not. &

Kotlin Properties with Example and How it Differs from Java

In Java there are fields but in Kotlin there are no fields like Java. Whatever variables we define in Kotlin class it becomes properties by default with internal implementations of it’s accessors.     let's try to understand

How to change the Order total in PDF and Add our custom field in magento?

In magento sometimes we are required to apply our own custom fee charges to reflect them when we generate the PDF from invoice in admin panel.  Lets see how we can do it: 1. Create a module with namespace as Custom and module as Fee. 2. Then C

1 14 103
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: