
Search In
Hello Readers,
slice() is the jquery method which is used to select the subset part of all the part of the element or it is used to select the element from start to end position having indexing zero. Both start and end are integer value and start pa
Hello Reader's! in this blog you will learn how to draw the shapes and figure using just html5 tags.
In html 5 you can draw some basic shape like square and rectangle and circles. Let's see some of them no
<svg width="300" height="100">
<
1. SQL WHERE Clause:-
SQL WHERE Clause is one of the most useful feature of the SQL query as it is used to specify a condition while fetching the data from single table or joining with multiple tables,it also allows you to select specific rows
i
Hello Reader's if you want to get the details about the vedio from your local server then you can use the code liberary as below:-
$ffmpeg_path = 'ffmpeg'; //or: /usr/bin/ffmpeg - depends on your installation
$vid = 'PATH/TO/VIDEO'; //Replace he
This article defines a function substr_count() which can be used for count the occurrences of a character or substring in a string. In general way, substr_count() takes two arguments, first argument is a string and second argument is a character or a
Hello
Today we will discuss about Asynchronous file upload with jQuery.
In order to upload the files to server asynchronously you can follow any of the following practices:
use a plugin
without using a plugin
In this post, I will explain abou
Both first & take are applied on the ruby objects, they return the requested number of elements from the Array. There are some differences between them, and i have explained the major ones over here.
1) The method take always accepts an argument
Hello
Today, we will discuss the reason why a DOM method/ jQuery selector is unable to find an element.
There could possibily be following reasons for this behavior of the method/selector:
The element with the ID passed does not actually exist.
Comparison of Exception Handling in C++ and Java
In C++ and Java, keywords like try,catch and throw for exception handling are same,their meaning is also same but exception handling in C++ and Java differ in many ways.
1)In Java only instances of s
Check Java Enable on browser or not : In some web application we need to run Java applets, flash and other softwares and these softwares only runs when Java is enabled on browser. So now the question is how a developer know that browser has Java enab
