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

Search In

How to apply layout in CakePHP ?

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?

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

Check for blank spaces in a sentence without using regex.

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

How to use strtotime() Function in PHP ?

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

Fetch limited number of rows from a table using ROWNUM

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 in C

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

Math.pow() Method in javascript

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

How to install windows applications on Linux using Wine.

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

How to reset wordpress back to its Original Settings

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

How to implement Animation using Android TextSwitcher

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

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