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

Search In

How to Make Database Association on Selected Pages In Cakephp

If you want to make Database Association on Selected Pages In Cakephp follow the below steps, Below code can set association where it require and you can also reduce unnecessary queries firing to database. Make function in your model and set your

Use of Box Sizing

What is box-sizing ? Box-sizing is a css3 property. It is used to tell browser that width padding border should include the object according to size, which is define by user. For example, you have a text area with 100% width then it will r

Configure the mail server settings in Liferay 6.2

How to configure mail in liferay 6.2 step 1. Click on control panel-->Server Administration--> Mail Step 2. Configure the mail server settings Incoming POP Server: pop.gmail.com Incoming Port:995 Use a Secure Network Connection: Checked(Y

Unit Testing

Unit testing is done by the developers team before the aplication is verified/tested by testing team i.e, execution of the test cases. Unit testing is performed by developer on the specific unit of source code assigned.The test data used by the devel

usr/bin Permission

Hello All, Some time many of us get stuck in providing permission to folder usr/bin, for this first you need to go to the folder to provide permission. We can find this folder by following steps:- 1. Open Finder 2. From menu bar Select Go to fold

Delete all documents form solr

Hello all, If you want to Delete all documents from solr, follow any one of the step given below. There are 2 ways to do this. 1. http://localhost:8983/solr/update?stream.body=<delete><query>*:*</query></delete>&commit=

What is Glimpse in asp.net and MVC?

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 ..

Spring Bean Life Cycle: Initialization & Destruction

Spring Bean Life Cycle has two core start and end points, namely Initialization and Destruction. When bean is instantiated it require set of actions which need to performed those are set into Initialization callbacks/method and one which are required

NSArray with different functions and operations.

NSArray and NSMutableArray are Objective-C’s general array types. It represents an ordered collection of objects, and it provides a high-level interface for sorting and manipulating lists of data. NSArray are immutable type where NSMutableArray is m

How to create XML File in Java using DOM parser?

To create XML file in Java,here we are using DOM parser. By using the below code you can easily create XML file. Write the below Java class to create a XML file: CreateXMLFile.java package com.babita; import java.io.File; import javax.xml.parser

1 360 949
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: