
Search In
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
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
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
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
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
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 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
1- Create a mysql Database.
2- Create a Table events inside created database.
CREATE TABLE `events` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name`
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
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
