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

Search In

Pagination in Cakephp

In CakePHP pagination is provided by a Component defined in the controller for making paginated queries much easier. PaginatorHelper View is used for generating pagination links & buttons in a simpler way. Setting up the Query: Let us take

Implementing Tooltip using jQuery UI

We can use jQuery UI to implement a tooltip in our pages. It contains a set of user interface interactions.Tooltip is used to show some additional information in the context of each field. This is how you can use Jquery UI: <!doctype html> &

How to get mouse swipe input in Unity 3D?

Moving objects on Mouse swipe is a very interesting way of getting user input , it is very different from traditional approach of getting input from keyboard keys . It provids user with unique experience and makes user part of the game. Below is th

logging SQL queries

AJAX request runs a RAW parameterized Postgres SQL Query after receiving request Suppose we have a situation like that Here's my situation in my php view file, I make AJAX request to the server The AJAX request is received and runs a RAW paramet

How to select from subquery using Laravel Query Builder?

Sub query is one the important section of database query.There are n number of situation where we want to implement sub query to fetch the data from the table. In Laravel 4.x there is no specific keyword to perform any sub query.To perform sub query

Using namespaces in Laravel 4

Namespaces plays an important feature of php. Namespaces are used to solve 2 major issues. 1) Authors of libraries 2) Applications encounter Laravel 4.x also provide namespace to solve those issues. The files are app/controllers/FilesControlle

laravel 4 artisan — how to rollback to a specific migration state?

There are n number of command in laravel 4.x which can help us to perform any action . In laravel 4.x we can rollback our php artisan command. The command to rollback to a specific migration state is You can: 1)Rollback The Last Migration Operatio

What to pass as parameters to the Url class?

There are n number of situation where we want to pass parameter in URL and use that parameter in our controller.That can be easily explain by using example: There are few steps which I have implemented that are: Step 1:First we will define our rou

Basic Functional Test Scenarios for the Mobile Devices

Hello Readers, By this blog, I am sharing some common functional test scenarios for the mobile devices. I hope these will help in the time of functional testing on the devices. Some of these scenarios are mentioned below:- Verify that all the neces

Date set hour function

Javascript Date.setHours() method sets the hours for a specified date according to local time. It set the hours, minutes, seconds, and milliseconds fields of a Date date.setHours(hours) date.setHours(hours, minutes) date.setHours(hours, minutes, s

1 86 363
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: