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

Search In

Validation in CakePHP

Validation in cakePHP is on the client side and on the server side. Client side validation is on the js file that is in the webroot folder. Server side validation is on the model which we are using. Client side validation is important as it do not

SQL COUNT,MAX operations in Magento

In magento if we are required to work on SQL and Database with the query to find the max and count of the fields in database then we can perform it as : public function countUs(){ $table = $this->getMainTable(); $where = $th

How to reset your Magento admin password from Database?

If you forget the username or password to of the Magento admin panel,you can recover or change it from Magento database from phpyadmin. Most of the times forget password or username do not work, so we can use this method to recover magento admin pane

How to draw radius around a point in Google Map?

Draw radius around a point in Google Map I want to add 10 miles radius around each marker. This is a very good example which will explain you how it works : https://www.freemaptools.com/radius-around-point.htm . This example will show you that how t

How to fork from Github to Bitbucket?

I was working on a project that was hosted on Github. My project was hosted on Bitbucket. Both of them uses git. Now I have to create a fork of project in my Bitbucket repository. In order to be able to get updates and without downloading and replaci

Product Risk In Software Testing

What Are The Product Risk In Software Testing ? In the industry, Product risk is the probability that the application or software or system might be decline to gratify or fulfill few logical or rational expectation or presumption of the client, cons

32 bit vs 64 bit

Welcome to Findnerd. Today we are going to discuss 32 bit and 64 bit processor working. We can easily heard its terms in daily life and few of you want to know these new terms so lets go for a discussion. 32 bits processor contains 32 bits general pu

Difference between document.ready and window.onload or pageLoad

The DOM Document Object Model is the hierarchy arrangement of the document which we are working upon.   When the contents and images gets uploaded in the browser this will be the time to load DOM and if that time is over then that portion of t

How to add and access TextField in UIAlertController ?

The following code will show the Alert with textField :- UIAlertController *alert=[UIAlertController alertControllerWithTitle:@"Alert Title" message:nil preferredStyle:UIAlertControllerStyleAlert]; // to add textField [alert addTextFi

How to ignore specific files in git ?

Git is a version control system which keeps the track of changes made in the source code. There are many times, we do not want to upload the credentials file on git because those will be visible to all the stakeholders. Also, there are many files tha

1 120 409
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: