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

Search In

How to encrypt password using SHA algorithm ?

Create a strong encrypted password in Java : In almost every application we need to create a strong encrypted password. There are many encryption algorithems to create password. It is good approach to have a strong salt and on the basis of that salt

Show background transition effect on hover

If you want to change width and height to the box and show the content after a transition on hover, below code will help you. We can easily use the transition property and change the width and height to the div, for this first we will create the con

How to show related posts in WordPress without using plugin

Hi, As we see in most of the WordPress websites that each single blog post is having related postsat the end of the content. It is the technique to engage the visitor in the website by giving them suggestions for reading another alike blog posts. Th

Counting Sort

Hi, This blog is to help you to understand counting sort in easiest manner, counting sort can sort the range in linear time but we have to provide the starting element and last highest element of the range (means elements in the range shou

Native storage of variables in cordova Android / iOS apps.

Hello Readers, Cordova native storage plugin provides persistence storage in Cordova Android and iOS apps. We use this plugin because localStorage has non-persistent property in WebView of Android and iOS. Basically this plugin is specially used in

CRUD Operations Using WebSQL In HTML5 And jQuery

Hello!! HTML 5 provides an API, called "Web SQL" API. It is new feature in HTML5 and it also helps to the developer for doing CRUD operation on the client side. It give the permission to client side for doing some operation:- Create a D

Extension methods in c#

Extension methods are the static methods which are defined under the static classes. Since these methods are defined in static class then they are called without creating an instance of a class. Extension methods supports a reusability as they enable

Full Calendar Events From Database

1- Create a mysql Database.   2- Create a Table events inside created database.    CREATE TABLE `events` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name`

passing id from function to another in php?

I have PHP MySQL functions and I need to pass the id number from one function to another and each function are called in different page. I'm using the URL to pass the variable. I don't know if that is possible but can I use session to pass th

Need help making this code more easy to understand

Given are the following three functions on integers: f(x) = x2 g(x) = x + 1 h(x) = x  - 1 Implement these functions in C. Next, write a program that accepts on its input an integer n followed by a series of letters f, g, and h terminated by

1 174 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: