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

Search In

PaginatorHelper in CakePHP

Cake php provide inbuilt pagination we can use this by using Paginator Helper. To use pagination first we need to use Paginator Component public $components = array('Paginator','Auth'); now add the below code in your controller here i am using pagi

how to upload a image in php?

PHP script is used in a HTML form to allow users for uploading a file from a folder or server. Whenever user do so initially the file is in the temporary directory after it will relocated into the target destination. The uploaded file could be anythi

Beacon in API

While working with API you comes with different and new words so first you need to make sure what these words mean then you start working on it.   Beacon is one of that word that is used while making API and applications in programming.  

Passing custom data in google map info window

While displaying data in the google map you have scenarios where you want to do it in the customized manner.     public string ConvertDataTabletoString() { DataTable dt = new DataTable(); using (SqlConnection con =

use of var in javascript

While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .       Only var is available in the javascript that is treated as the common dat

Fetch the data from the database and display the fetched data in the dropdown

In this web journal, I'll demonstrate to you generally accepted methods to bring the information from the database and showing the got information in the drop down. I do have a database named CakePHP and in that database I have one table named pr

A Toast popup plugin for Cordova apps

Hello Readers, This plugin allows you to show a little popup in your app. It is great way to show a non interfering notification. Features : We can choose the direction where to show the toast (i.e Top, Bottom, Left, Right). We can also choose

Value Converter in WPF

What is Value Converter in WPF? Value converter is a class which translates/converts a value from the source type and provide output as target type and vice-versa. It is used at the time of data binding with the UI element in WPF. These classes impl

Google sign in with google play service 9.0

With Google play services v9 we can easily sign in with google in our apps, now we have GoogleSignInOptions builder that is used to configure Google sign in api. GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT

How to create to-do list using jQuery?

In this blog, I am going to explain how to make a simple to-do list with the help of jQuery. The to-do list which we are going to create will contain an input box and an add button, so when we put our task to the input box and click the add button th

1 546 596
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: