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

Search In

What is slice() method in jquery ?

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

How to draw shapes using HTML5 tag

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"> <

SQL: WHERE ,AND and OR Clause

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

How to get playtime, height and width of a vedio by PHP

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

Count the number of occurrences of a charcter or a substring in a string

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

Asynchronous file upload using jQuery

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

Difference between first & take in Ruby Arrays

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

The possible reasons for DOM method / jQuery selector not finding the element

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

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

How to check browser has java enabled ?

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

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