
Search In
In CakePHP, there is by default layout in (app/View/Layouts/default.ctp) file, But there are many cases in which we can apply different layout in pages as per our client requirement.
Case- 1 If we don’t want any layout for our controller method, th
How to create first iOS application in Xcode for iPhone with no programming experience – where I’ll help even the non-programmer to enjoy coding as an iOS developer.
This is an XCode tutorial for beginners so I’ll be going through where to download
For this , we can use jQuery function named as split().Using split() function we can check easily that whether a input string have spaces or not.
split function accepts first parameter a delimiter , second parameter is a string and split function
The strtotime() function parses an English textual datetime into a Unix timestamps
(the number of seconds since January 1 1970 00:00:00 GMT).
Syntax of strtotime() Function
strtotime(time,now);
you can see belloe example:
<?php
//here call
If you want to Fetch limited numbers of rows from a table in oracle you can use Rownum.
Or in other words we can say that
It is used to return specific number of rows in a query, we can use ROWNUM in Oracle and LIMIT in MySql.
ROWNUM Syntax for Or
Loops are used to execute a block of statements in repetition until a specific condition is satisfied.
There are 3 types of loops in C:
1. for loop
2. while loop
3. do while loop
1. for Loop:
Syntax for for loop:
for(in
The Math.pow() function calculates the power of x to y, x ^ y. Matrix exponentiation is supported for square matrices x, and positive integer exponents y. It returns the base to the exponent power, that is, base exponent. It Gets a number raised to t
Linux by default cannot run windows application directly, both operating systems are too different. There are tons of Linux applications which are available and ready to install and use.
If you want to use windows programs on Linux than you need to
1> Go to your wordpress dashboard.
2> Go to plugins --> Add New
3> Type 'reset' in the search bar & click on "Search Plugins"
4> From the search results select "WordPress Reset" & click on "Install Now"
5> Once the plugi
To animate a particular label in android we have to use TextSwitcher on screen. TextSwitcher layout is similar as the other layouts in android, like Textview and Edittext. TextSwitcher is used to swap current text with the new one. We can also perfor
