
Search In
We live in a world of data where we live and breathe data everywhere. Organizations thrive on accurate and organized data. Whether it’s measuring performance or taking important strategic decisions, organizations need data. Maintaining re
DotNetNuke 7 Setup and Installation is pretty much different then its previous versions. Following are the steps to setup a project in DNN latest version (7.0.4):-
copy DNN Community Edition files to C:/websites/dnndev.me (dir used by template)
Hi Readers,
It is sometimes required to download files or images from server into local. We can perform these tasks by NSOperation and NSOperationQueue efficiently. The basic idea is to create each download operation separately and add these operati
Frontline employees are the ones who are directly involved with the customers. So, it is an unwritten rule for them to be product experts. These days, customers are expecting a more personalized and amiable approach from the retailers.
As PHP is a server side scripting language it does allow to create, access and manipulate files on the web server.
Let's see how it works.
The very first need to work with files is to open the file. For this purpose, there is a PHP funct
If you are an Android app developer, you probably know that Java has been the most popular programming language ruling this arena over the years. However, with the introduction of Kotlin by Google in its I/O conference 2017, developers have got anoth
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on how to send SMTP mail from GoDaddy server in PHP.
If you are developing any web application in PHP then, sometimes you are required to send emails in your PHP application.
You c
In JavaScript onerror is a Document Object Model event handler. It occurs when error occur during object loading. In JavaScript window.onerror is used as an event handler, there is no error event being triggered: Alternatively, when the exception re
It is answer to the questions like
a- how to verify address of partner in openerp
b- how to correct address entered by user
We need to verify and valid address in several cases like for - shipping address.&n
We will learn here, how we can submit form data with the help of Ajax.
First step:-
Create index.html file and create a form with the three labels/fields:- Name,Email and Superhero Alias. Inside head tag we have included one css file and two scri
