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

Supercharge Your PHP Web Development: Exploring Modern Practices and Tools

Supercharge Your PHP Web Development: Exploring Modern Practices and Tools

Due to its adaptability and dependability, PHP has long been a preferred option…

PHP Detect Browser

How can I detect browser using php.You can use php server variable $_SERVER['HTTP_USER_AGENT']…

WordPress add custom field to registration form without plugin

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

Magento SKU error when importing CSV file

After executed the product csv file of the Magento you may seen this…

JQuery check element is exist

How can I check if some element is exist or not, using JQuery.Here…

PHP read file line by line to an array

How can you read file, like text file line by line and get…