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

Search In

How to change value of multiple checkbox and radio buttons?

Hello Guys This Tutorial will guide you for Changing the value of dynamic or multiple checkbox and radio buttons when select or unselected to them. For better understand I am writing example. Please follow below steps : Step 1 : Create index.html

Login to Your Site through Google+ using Javascript

Many a times we need to authenticate our users through social media such as facebook, twitter and google+. Today I will be discussing how to login to the system using Google+ credentials without using any sdk but through javascript. Using the below

Refreshing a ListView or GridView using Vertical Swipe Gesture

We can refresh a ListView or GridView by vertical swipe using SwipeRefreshLayout class. The SwipeRefreshLayout should be used whenever the user can refresh the contents of a view via a vertical swipe gesture. We need to add an OnRefreshListener that

How to install Laravel5 using composer

This tutorial will help a user to install Laravel5 a framework in php with the help of a composer. The basic requirements to install Laravel5 are as mentioned below: PHP >= 5.4 Mcrypt PHP Extension OpenSSL PHP Extension Mbstring PHP Extension

Using database session handling in Code PHP

PHP is one of the scripting language. In which session handling is one of the key thing mostly using in web application. Suppose you build a website and allow to login everyone in website, You need to track user every step until they log out our sys

External Dependencies in Maven Project

Dear programmers, There may many chances when you try to add external dependencies in your Maven project. Let's learn this how we can add our own jars or external jars in a project with an example. There are many Maven plugins available, And one o

Difference between update() and merge() in Hibernate

Difference between update() and merge() method : Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update

Designing Animated Burger Icon

Hi guys, So many times people search for how to create animated burger icon used for menu, that changes to cross on click. Here I have written code for that using html, css and a very little javascript. where the 3 horizontal lines gets converted i

How to Show a pdf File from URL in a UIWebview in iOS

when we want to open the pdf file from a URL string then we use the UIWebView. In webview we can directly open the file by loading the url request.use the following function-- -(void)addWebViewOverLay:(UIWebView *)webView { webView = [[UIWebView

how to upload & save images into database In CakePHP

In this post, I am gonna give an example to upload Images and store its file path in the database with the help of custom component. Example: Add this UploadComponent class in app/controller/component folder. <?php class UploadComponent e

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