
Search In
Hello Readers!
Today, We will discuss about the PHP 5.4 new feature trait and it's method accessibility/visibility. A trait is similar to a class. It is used to reduce the duplication of the code. But a trait cannot instantiate on its own.
You c
How can we define a testing policy ?
Testing Policy is the planning activity to test the application software improvement, testing Policy is an important part of any organization or company. Testing policy may be different for many organization. The
Following is a list of best practices for SQL Server
1) Use correct formatting
Following is a sample select query for reference:
SELECT
X.column1,
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use jQuery clone () Method ?
The clone () Method is used for making a copy of matched element.This Method makes the
duplicate of the matched elements.
clone () Method also ma
Migrations in rails are basically used for executing DDL (Data Definition Language) statements. The main tasks of migrations are:
1. Creating tables
2. Updating Schemas
3. Altering tables
4. Dropping tables
Each migration works as a new version of
Hello Readers,
We have heard this Timezone Warning many times whenever we build Cakephp project from scratch.
The warning message is as below:
Warning: strtotime() [http://php.net/function.strtotime]: It is not safe to rely on the system's timez
In Odoo module is contained in its own directory within the server/bin/addons
directory in the server installation.
profile_module name, in which we put an empty __init__.py file (as every directory Python imports must contain .py file like in below
To make file access by permission in drupal 7, use 'private_files_download_permission' module. This module provide features to drupal developers to download files by specific roles. For example:- In my requirement,there are multiple resume in a folde
What is Functional testing?
Functional Testing is a QA process and is a type of Black Box testing. Functional Testing is mainly used to verify whether a piece of software is providing the same output as required by client or end-user. Functional Tes
Glimpse is an open source tool to Check the performance of every page in asp.net OR MVC.
You can install it in very simple way.
1. search the key word Glimpse in NuGet and you will find different versions for Glimpe Asp.Net, Glimpe MVC, Glimpe EF5 ..
