How to check if an element is hidden in jQuery?
There are many ways to check if an element is hidden using jQuery. I will list out mostly used methods […]
Hello students and dear programmers. Today’s script we are going to see how to generate a multiplication table using PHP
In this post I am writing a simple jQuery script to validate password and confirm password which usually requires in
Here is another simple jQuery snippet which tells which key is pressed. It’s so simple to find out which key
In this post we are going to see a very basic PHP script which might be useful for beginners who
In this tutorial we are going to see how to separate positive & negative values from an array in PHP
These kind of question are asked many time in Interviews to confuse the candidates. It’s actually much easier than using
Here is another interesting Python program that will take a word or sentence as an input (basically a string) and
In this post we are going to see how to write a PHP script to strip vowels from string. This
Floyd’s Triangle is a right-angled triangle filled with rows of consecutive numbers. It starts with 1: Example of 4 rows