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

Search In

Difference between "==" and "isEqual:" in objective c

These two operators or function can be used to check equity of objects or operands. "==" is used to check if pointer values of objects are same. However "isEqual:" is used to test if both objects are having same values. So "==" works on reference and

What are the minimum Joomla requirements?

Joomla have many versions. So before installing Joomla your system required to fulfill the following requirements which varies according to the version you are using: Joomla Version Software Databases Web Servers 3.x PHP *Recommended:* 5.4 + *M

How to create a basic plugin using jquery

If you want to make a functionality that can be used anywhere in the code. For example, you want some method that can be called on the jquery selection and it can perform number of operations on the selection. For this, you can write a plugin. For e

Getting all subcategories by parent category id in magento

load(2); // 7 is the ID of Main Category $subcategory = $category->getAllChildren(true); array_shift($subcategory); if($subcategory!=null) { foreach ($subcategory as $

SVG Matrix transformation

The SVG stands for "scalable vector Graphic" and below are the example for SVG matrix. The matrix looks like this: a c e b d f 0 0 1 There is only first 6 values can be specified, you only provide 6 values to the matrix transformation funct

Control Flow Functions

Hello friends, Today I am here to explain the control flow function of mysql. Some times you want to get the result with respect to some conditions then you can use these functions. Here are 4 type of control flow function which are following- Flow

Select an item in dropdownlist by text programmatically

To understand this, consider the following code: //Dummy DataTable DataTable dt = new DataTable(); dt.Columns.Add("EmployeeName"); dt.Columns.Add("EmployeeId"); for (int i = 1; i <= 10; i++) {

Calculate the number of days between two dates

If you want to calculate the number of days between two dates, you need to make a function,pass the dates and use getTime() function. Below is the example code : function GetNoDays(date1, date2) { var daysIndates = date1.getTime() - date2.get

What is Fibonacci Series & program for it?

What is Fibonacci Series ? Fibonacci succession arrangement or group of the numbers beginning with zero or one followed by a one, and carry on with rule that number is equivalent to the sum of prior 2 numbers. Fibonacci series is denoted by f(n) Eg

Create user friendly url using htaccess

WE can create user friendly url using url rewriting with the help of htaccess file. It helps to make URLs with duplicate content should have canonical URLs specified for them. Also beneficial for search engine optimization(SEO) for url crawling an

1 10 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: