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

Search In

How to join table in cakephp

Most of cakephp developer write custom query to join two table of database but cakephp provides best facility to join more than one two table in single query using association . Let see an Example:- SELECT * FROM `messages` INNER JOIN users ON mess

Translucent navigation bar

Hello everyone, I was working with navigation bar and found a way so that you could make the status as well as navigation bar transparent, your views could be shown bellow to the navigation bar, by default activity is shown above the navigation bar

What is rand() function in php?

The rand() function is used to generate a random integer number. How to use rand() function? Syntax of rand() function:rand(); or rand(min,max); min:- min is use for Specifieing the lowest number that is retuned. Default min is 0. max:-max is use

Install new language package in magento

To create a multilingual ecommerce website we need to add language packages. So I am explaining how to add language pack in magento. We can install the language packs by following these steps - 1) Go to magentocommerce website and search the desire

Overloading vs Overridding

Overloading : Same function name with different parameters/signatures. It is compile time polymorphism. It occurs in a same class methods. It is a static/compile time binding. For e.g: int sample() { cout<<"no arguments function";

ImageMagick basic

ImageMagick is a free available collection of programs for image manipulations. You can essily play with 200 different extensions images with ImageMagick. You can install it with the help of simple commands on unbuntu. sudo apt-get install php5-im

Multi-day event spans 1 day short in FullCalendar

When we Integrate The Full Calendar in our web applications/ blog if we come accross an issue in which the multi-day event spans 1 day short. Therefore to get rid of the issue do the following steps with the start and end date as mentioned below.

Variables in Less

The one of the main feature of Less is the variables just like in a standard programming language. Variable can store any type of value colors, dimensions, selectors, font names, URLs etc. The use of less is to reuse the CSS syntax where ever possibl

SWITCH STATEMENT IN C

A Switch is a control statement that allows value to change control of execution. These are the fact about the switch statement. Switch case statement expressions must be of integral type (int,char and enum). Any other type of expressions used in s

When, What & not to AUTOMATED?

QA plays a crucial part in product quality and product delivery. In agile development procedure like scrum, QA needs to work in highly flatten verification execution cycles. One of the provocation the QA engineer's face is that the coding that was do

1 111 342
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: