String in PHP || Server Side Scripting || BCIS Notes
String in PHP A string in PHP is a sequence of letters, numbers, special characters, and arithmetic values or a combination of all. The simplest […]
String in PHP A string in PHP is a sequence of letters, numbers, special characters, and arithmetic values or a combination of all. The simplest […]
Data Types in PHP The values assigned to a PHP variable may be of different data types including simple string and numeric types to more […]
Variables in PHP Variables in PHP are used to store data, like strings of text, numbers, etc. Variable values can change over the course of […]
Introduction to PHP PHP stands for Hypertext Preprocessor. It is a very popular and widely-used open-source server-side scripting language to write dynamically generated web pages. […]
jQuery Methods There are many jquery Methods for dom manipulation, transversal m, event handling or event triggering, attributes manipulation, dimension manipulation, CSS manipulation, and animations. […]
jQuery Events jQuery events enhances the basic event-handling mechanisms by offering the events methods for most native browser events, some of these methods are ready(), click(), […]
Introduction to jQuery jQuery is a fast, lightweight, and feature-rich JavaScript library that is based on the principle “write less, do more”. Its easy-to-use APIs […]
JavaScript Form Validation HTML form validation can be done by JavaScript. If a form field (fname) is empty, this function alerts a message, and returns false, […]
DOM Elements in JavaScript JavaScript DOM Elements is most commonly used to get or modify the content or value of the HTML elements on the […]
JavaScript DOM Nodes The Document Object Model, or DOM for short in JavaScript, is a platform and language independent model to represent the HTML or […]
Copyright © 2024 | WordPress Theme by MH Themes