
Search In
Hello reader's in this tutorial we will find an array by searching. We will search an specific array's value and get the array element index if found.
We are going to use a Array object methods indexOf and lastIndexOf which is in the new (E
hello Readers , here is a simple blog on animated flipping menus using css3. I have created simple animated menus by using transition and rotate property of css3. In this I have created an unordered list of menus , on mouse hover on a par
A sequence of characters is called string.There are lots of string functions which are commonly used in php to manipulate the string. Some example given as below
strlen() function: Its used find out the length of the string i.e. total number of char
Today we learn how to make a 'scrollable newstape' using scroller plugin which help user to scroll a list of news with support of some events i.e mouse wheel, mouse drag.
Example :
HTML Code :
<Html>
<head>
<script src
accesskey Attribute:
Accesskey attribute is used in html forms and links. It provides the user to use keyboard keys for functions which are usually done by a mouse. Example: Like user clicks on links in a webpage using mouse , so with the help
Tooltip:
A tooltip is generally used to indicate hints (extra information) about something when the user moves the mouse pointer over an element.
We can use either bootstrap tooltip plugin or we can create our own tooltip using html and css e
TTS define Text To speech.
Android provides TextToSpeech functionality from API level 4.
TextToSpeech is in package android.speech.tts.
Here is how to work with text to speech functionality in android.
1. Create a Project.
What is Value Converter in WPF?
Value converter is a class which translates/converts a value from the source type and provide output as target type and vice-versa. It is used at the time of data binding with the UI element in WPF. These classes impl
Hello everyone!!
Parallax Scrolling is in which foreground content and background content are moved with different scrolling rate. In parallax scrolling we can use the different content in different scrolling position.
code:-
<!DOCTYPE
Hii,
In this blog, I am going to share few lines of javascript code to create a countdown timer.
Countdown timer is used in many places like
In online shopping sites showing sale ends , starts in time, delivery time, sh
