Sneha Codes
Sneha Codes
  • Видео 88
  • Просмотров 185 041
CSS Media Query | Complete Explanation | PART - 5
Media queries in CSS are used to apply different styles based on the characteristics of the device or viewport, such as its width, height, or orientation. They are a fundamental part of responsive web design, allowing your website to look good on a variety of devices, from mobile phones to large desktop monitors.
PHP Image CRUD-1: How to upload or store image with data in database in PHP
ruclips.net/video/rIGDg0xtvN0/видео.html
PHP Image CRUD-2: How to check if the File already exists with the same Name in PHP
ruclips.net/video/g2YlqNnj0eA/видео.html
PHP Image CRUD-3: How to fetch image along with data from the database in PHP
ruclips.net/video/KGX9dpR-K18/видео.html
0
PHP Image CRUD-4: How to Ed...
Просмотров: 73

Видео

CSS Flex Properties | Complete Explanation | PART -4
Просмотров 31Месяц назад
In this video I have covered flex properties in css and how each poroperties of flex work. Flex Container Properties These properties are applied to the container element (the parent element): display: flex flex-direction flex-wrap justify-content align-items align-content Flex Item Properties These properties are applied to the children of a flex container: order flex-grow flex-shrink flex-bas...
CSS Position Properties | Complete Explanation | PART -3
Просмотров 47Месяц назад
In this video I have covered position properties in css and how each position is move from the actual position. static: This is the default position value. Elements are positioned according to the normal document flow. top, right, bottom, and left properties do not apply. relative: Elements are positioned relative to their normal position. top, right, bottom, and left properties move the elemen...
CSS Display Properties |Complete Explanation | PART -2
Просмотров 40Месяц назад
In this video I have covered display properties in css and how to change the properties what are the uses along with an example block: Displays the element as a block-level element, which means it takes up the full width available and starts on a new line. inline: Displays the element as an inline element, which means it only takes up as much width as necessary and does not start on a new line ...
❗SOLVED❗This version of ChromeDriver only supports Chrome version 114 | Selenium Automation Testing.
Просмотров 10 тыс.6 месяцев назад
The error indicates a version mismatch between your ChromeDriver and Chrome browser. You've mentioned that your Chrome browser version is 121.0.6167.161, but the ChromeDriver version you are using only supports Chrome version 114. To resolve this issue, you need to update your ChromeDriver to a version that is compatible with your Chrome browser. Here are the steps: Check Your Chrome Browser Ve...
CSS guide | CSS box Model Explanation | PART -1
Просмотров 596 месяцев назад
In this video I have covered why we use CSS, box modal using CSS and few examples for it. The CSS box model is a fundamental concept in web design and layout. It defines how HTML elements are rendered as boxes on a web page. Each box consists of four main components: content, padding, border, and margin. PHP Image CRUD-1: How to upload or store image with data in database in PHP ruclips.net/vid...
Xpath in Selenium | Priority of Xpath and their Axes | PART - 5
Просмотров 247 месяцев назад
XPath, which stands for XML Path Language, is a query language used to navigate through XML documents and select nodes based on their properties or relationships. XPath provides a way to navigate the hierarchical structure of an XML document and extract relevant information. Choosing the right Xpath depends on the structure of the web page and the specific element you are trying to interact wit...
Locators in Selenium | Which locators to use when | Priority of Locators | PART - 4
Просмотров 708 месяцев назад
In Selenium, locators are used to identify and interact with web elements on a web page. Locators help Selenium WebDriver to locate and perform operations on HTML elements such as buttons, text boxes, checkboxes, etc. There are several types of locators in Selenium Choosing the right locator depends on the structure of the web page and the specific element you are trying to interact with. It's ...
Validating Different Browsers in Selenium | Browser Configuration | Automation Testing | PART - 3
Просмотров 1249 месяцев назад
In this video, I have taught how to validate different browsers such as chrome, edge and firefox. how to configure the browsers in different ways. Do watch the video still the end. Any doubts, let me know in the comment. Keep Supporting ! Happy Learnings :) follow me on instagram: _sneha.raveendran_ subscribe to my channel: @snehacodes7132 Thank you for watching👩🏽‍💻 #selenium #aut...
How to Create Footyer Design and Integrate FontAwesome and Along with Copyright.| Part -9
Просмотров 10811 месяцев назад
In this video, you will be able to understand,How to Create Footer Design and Integrate FontAwesome and Along with Copyright. If you find this video helped you , do like and subscribe to this channel. Any suggestions or doubt let me know in the comment. follow me on instagram: _sneha.rave... subscribe to my channel: @snehacodes7132 PHP Image CRUD-1: How to upload or store image wi...
How to Integrate Google Maps And Create Form In Webpage | Part -8
Просмотров 217Год назад
In this video, you will be able to understand, How to integrate google map and create a form design. If you find this video helped you , do like and subscribe to this channel. Any suggestions or doubt let me know in the comment. follow me on instagram: _sneha.rave... subscribe to my channel: @snehacodes7132 PHP Image CRUD-1: How to upload or store image with data in database in PH...
How to Integrate Carousal / Slider Into Webpage | Part -7
Просмотров 108Год назад
In this video , I have explained how to integrate owl caraousal into webpage with live demo. 📌official link of owl caraousal: owlcarousel2.github.io/OwlCarousel2/ If you find this video helped you , do like and subscribe to this channel. Any suggestions or doubt let me know in the comment. follow me on instagram: _sneha.rave... subscribe to my channel: @snehacodes7132 PHP Image CR...
How to Design Coupon's and Discount Section Using Bootstrap | Part - 6
Просмотров 79Год назад
In this video you will be able to learn how to design an entire section for coupons and discount using bootstrap, HTML and CSS. If you find this video helped you , do like and subscribe to this channel. Any suggestions or doubt let me know in the comment. follow me on instagram: _sneha.rave... subscribe to my channel: @snehacodes7132 PHP Image CRUD-1: How to upload or store image ...
How to Set Background Image Along With Category Item Using Bootstrap, CSS and HTML | Part -5
Просмотров 78Год назад
In this video, I have designed how to set the background image and add category items using a card with the help of HTML, CSS, Bootstrap If you find this video helped you , do like and subscribe to this channel. Any suggestions or doubt let me know in the comment. follow me on instagram: _sneha.rave... subscribe to my channel: @snehacodes7132 PHP Image CRUD-1: How to upload or sto...
How to Divide the Container and Place Image And Text Using Bootstrap, CSS and HTML | Part -4
Просмотров 83Год назад
In this video, I have designed how to divide container into two equals parts and perform each action on each side. If you find this video helped you , do like and subscribe to this channel. Any suggestions or doubt let me know in the comment. follow me on instagram: _sneha.rave... subscribe to my channel: @snehacodes7132 PHP Image CRUD-1: How to upload or store image with data in ...
PHP AJAX CRUD-7 : How to Confirm Delete data in modal using AJAX In PHP
Просмотров 558Год назад
PHP AJAX CRUD-7 : How to Confirm Delete data in modal using AJAX In PHP
PHP AJAX CRUD-6 : How to Direct Delete data in modal using AJAX In PHP
Просмотров 248Год назад
PHP AJAX CRUD-6 : How to Direct Delete data in modal using AJAX In PHP
PHP AJAX CRUD-5 : How to Update data in modal using AJAX In PHP
Просмотров 374Год назад
PHP AJAX CRUD-5 : How to Update data in modal using AJAX In PHP
PHP AJAX CRUD-4 : How to Edit Single User data in modal using AJAX In PHP
Просмотров 709Год назад
PHP AJAX CRUD-4 : How to Edit Single User data in modal using AJAX In PHP
Understanding File Structure | Why Maven and Why not Java | Webdriver Config |Launch Facebook|PART-4
Просмотров 92Год назад
Understanding File Structure | Why Maven and Why not Java | Webdriver Config |Launch Facebook|PART-4
PHP AJAX CRUD-3 : How View Single User data in modal using AJAX In PHP
Просмотров 504Год назад
PHP AJAX CRUD-3 : How View Single User data in modal using AJAX In PHP
What is Testing ? | Introduction to Selenium | How Selenium Interacts with Browser | PART - 1
Просмотров 123Год назад
What is Testing ? | Introduction to Selenium | How Selenium Interacts with Browser | PART - 1
PHP AJAX CRUD-2 : How fetch data in Tabular format using AJAX In PHP
Просмотров 576Год назад
PHP AJAX CRUD-2 : How fetch data in Tabular format using AJAX In PHP
PHP AJAX CRUD-1 : How Insert/Store data into Databasd using AJAX In PHP
Просмотров 1,3 тыс.Год назад
PHP AJAX CRUD-1 : How Insert/Store data into Databasd using AJAX In PHP
How to add slider / carousal to webpage Using Bootstrap | Part -3
Просмотров 74Год назад
How to add slider / carousal to webpage Using Bootstrap | Part -3
How to set the file structure and How to include the Navbar | Part -2
Просмотров 139Год назад
How to set the file structure and How to include the Navbar | Part -2
Introduction to web design | How to Design a WebSite | Part -1
Просмотров 163Год назад
Introduction to web design | How to Design a WebSite | Part -1
PHP ADMIN PANEL-8: How to Delete data from admin panel in PHP
Просмотров 1,2 тыс.Год назад
PHP ADMIN PANEL-8: How to Delete data from admin panel in PHP
PHP ADMIN PANEL-7: How to Update data from form in PHP
Просмотров 871Год назад
PHP ADMIN PANEL-7: How to Update data from form in PHP
PHP ADMIN PANEL-6: How to Edit data from form in PHP
Просмотров 1,4 тыс.Год назад
PHP ADMIN PANEL-6: How to Edit data from form in PHP