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

Search In

SQL Tutorial -> Sql Wildcards

<-- Chapter 22: SQL Select Top Chapter 23 SQL Wildcards SQL Wildcard characters are used to substitute any characters in a string. As we have discussed LIKE operator in chapter 10. SQL supports two wildcard operators with LIKE operator i.e (

Register form won't connect

Can some one please help with a register form for a website? I can't get it to load information to database. prepare($query); $statement->bind_param('ssssissiisss', $firstname, $lastname, $streetAddress, $suburb, $postcode, $state, $country

Useful built-in directives in AngularJS

A  Directive helps us to control the rendering of the HTML inside an AngularJS application. It makes AngularJS responsive. It adds functionality to the application. AngularJS has its built in set of directives. Some commonly used directives are

Media Types

CSS Media  types CSS media types is an important feature of CSS style sheet which specify how to format or present a document on different media i.e on screen, on paper, with speech synthesizer.   There are following different ways to sp

Configure Profiles in a Maven Project

Hello Guys ! In this blog, we'll see how to configure the profiles in a Maven project. We might have different sensitive information that we need to maintain to different environments. For example - A developer might have different server prope

Difference between isset(), empty() and is_null() functions

In PHP we have three different functions which can be used to test the value of a variable. They are isset(), empty() and is_null(). All these functions return a boolean value. But in case if these functions are not used in correct way they can cause

How to move to next image through swipe in android

For changing the image on swipe can be done by implementing the ViewPager in your android app. For implementation of ViewPager we need to follow the steps mentioned below:- 1) Create ViewPager tag in your xml file . activity_main.xml <Relativ

Validations in MVC

While creating views you need to use textboxes for Registeration Page. So validation needs to be done while submitting data This is my model class where i have used validation public enum getstatus { success, failure } public

  • 254
Forget password in cakephp

Hello Reader's!,If you want to add forgot password field in your login page and send the forgot password link through mail Then I wrote this blog for you. // first create a forgot password link in your login page and allow forgot password page a

Different ways of using array filters in AngularJS

AngularJS provides a filter feature to format input value and an array based on certain criteria. Here, we will see the ways of array filtering. For example-below is the array:- $scope.movies = [ {id: 1,title: ‘Airlift’, genre: ‘real story’,

1 652 720
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: