Skip to content Skip to footer

Home

Reading Time: 3 minutes

Popular Posts

Javascript jQuery

JQuery click event not working

I loaded the jquery library files properly.But it click event does not trigger the function.No errors display in the firebug…

Java Script check string in the URL

How to check if some string is exist or not in the url using java script.For a example,I want to…

JQuery disable right click event

Q-I want to disable right click event in my web pages. This can be done by using JQuery preventDefault() function.Here…

Financial News

Market News

Special Secrets

php get domain details with whois

Get details about domains or addresses with Whois.This php class can be used…
Constructors

JavaScript Constructors

JavaScript has a number of built-in object types, such as: Math, Date, Object, Function, Boolean, Symbol, Array, Map, Set, Promise, JSON, etc. These objects are…
10 Tips for every PHP Web Developers should know

Mastering PHP: Best Practices for Writing Clean and Efficient Code

PHP is a strong and popular programming language that is commonly used in…

WordPress add custom field to registration form without plugin

I'm going to show how to add custom field to user registration form…

Magento import and export all products,categories and images using csv file

How to import and export all products,categories and image using csv file in…

JQuery detect arrow keys press

Here is a tested example of how to detect arrow keys press using…