
Search In
Hello Reader's ! In this blog you will learn how to create store functions using CREATE FUNCTION statement in Mysql.
In Mysql we can create user user defined functions that returns a valid value. To process and manipulate data Mysql Stored funct
Hello Readers,
To make full page background slide show I have used the below mention code. The code is very simple. If you want full background slide show in your website you can easily use this code.
Here is the demo for background images slide sh
A token ring is based on the Local Area Network LAN in which the arrangement of the terminals like a ring or star and a token or bit is passed and used to avoid collision of data in the network between the clients that wants to send message a
In SQL server sometimes we need to get the median of the data in the table.
Median is the middle value that lies in the set of values that we are doing the manipulation.
To get the median, we need to be able to accom
checked( ) property is used in jQuery to manipulate the elements on the checked event of radio buttons, input buttons and select elements. For working on options of select element we should use selected( ) event.
As shown in example below we changed
It returns all the sibling elements of the element that you have selected.
It allows you to go through the siblings of the matched elements in the DOM tree and creates a new jQuery object from the matching elements.
Lets see how it works:
HTML:
Hey guys in this blog we are going to look at creating objects in JS, having properties and methods attached to them :
var car = new Object();//Creating a brand new object...
//Adding properties to the newly created object ...
car.Wheels = 4 ;
car.
Lets suppose that a file named product.csv exists into db folder in our applications. To import this file we will create file import.rake in my_app/lib/tasks/.
The import.rake file looks like...
require 'csv'
desc "Import product from csv file"
The lambda expressions is introduced in java 8 and easy to use. Lamda expression automatically read the params type and return the same type value.
Like we have an anonymous class to implement some listener in it like this :
button.addTouchListene
Hello Readers!
We all know about the text-shadow property. It provides a shadow and a blurring effect to the text. The CSS3 text shadow can also be used to create 3D text. Just use multiple text shadows on any HTML element to create a 3D effect.
In
