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

Search In

How to implement C.R.U.D operations using Ajax and Simple PHP

This tutorial will help user to learn, how to implement create, retrieve, update, and delete operations without refreshing the web page using Ajax and simple php. This is the html file named view.php Ajax | CRUD <div id="ajxrs

Viewing the commit logs

Previous Blogs Intialize git repostiory First Commit Now viewing our past commit logs we do with git log, and this will show us the log of commits that have taken place till now. naveen@naveen:/var/www/html/RND/symfony_sites/symfony_todoapp$

split() method in JavaScript String

JavaScript String split() method : The split() method breaks the string into array of strings for a given expression. The string breaks from every point where the expression matched. For example if we give the blank “” expression then it will break t

SQL LIKE Clause

The SQL like clause is used to look for the values which are similar to the values in the table with the help of wildcard operators. We have two types of wildcard operators: 1. "%” - percent sign 2. “_”- underscore Syntax: SELECT FROM

Panels in .NET

Panels in .NET is used to place controls in it. We also use panels to create dynamic controls and placing inside a panel. <asp:Panel ID= "Panel1" runat = "server"> </asp:Panel>   Properties Description

Date and Time functions in C++

The C++ does not provide a valid date type. C++ inherits the functions for date and time from C.   To access date and time related functions you  need to include <ctime> header file in your C++ program.   struct tm { int t

How to integrate progress bar with Angular UI Bootstrap

How to integrate progress bar with Angular UI: To use progress bar in angular, you need to include the following code in your controller: Syntax: <uib-progressbar value="" max=“”></uib-progressbar> It has attributes like max and valu

Cakephp: How to cake bake all in Ubuntu 14.04?

Cakephp's bake console is the fastest way to create models, view and controller. In order to create it first you need to create the table. In this case I am creating Users table:   CREATE TABLE users (     id INT UNSIGNED AU

How to make forgot password in codeigniter

Hello Reader's if you are new to codeigniter framework and want to make the forgot password module in it then in this blog you can learn how do this. Now lets start building this:- As the developer point of view every step is to be consider

Array and operations on array

Array is used to keep collection of objects. Array in ruby can have any type of objects together. Using array in ruby: >> a = [] >> arr = [1, 0, 7] >> arr[2] # => 7 >> arr.size # => 3 >> arr = ["string", 5, 0.8,

1 83 156
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: