Hitech Search
Hitech Search
  • Видео 72
  • Просмотров 27 019
Creating a Responsive Sidebar Menu with HTML, CSS, and JavaScript
Sidebar menu #sidebar #button
In this tutorial, you'll learn how to build a sleek and responsive sidebar menu using HTML, CSS, and JavaScript. We'll guide you through the steps of creating a visually appealing navigation panel that enhances user experience on your website. By the end of this tutorial, you'll have a fully functional sidebar that can be easily customized to fit your design needs.
download source code
hitechsearchh.blogspot.com/2024/10/sidebar-position.html
Source code installation
1 After download copy source code file to htdocs folder of XAMPP
2 open this file with VS code editor
3 if you install live server extension in vs code then go live and take preview
4 if you don't insta...
Просмотров: 25

Видео

How to Create an Analog Clock with HTML, CSS, and JavaScript
Просмотров 15День назад
In this tutorial, we'll create a stylish analog clock using HTML, CSS, and JavaScript. You'll learn how to build the clock structure, style it with CSS, and implement the clock's ticking functionality with JavaScript. Whether you're a beginner or looking to refresh your skills, this tutorial is perfect for you. Don’t forget to like, share, and subscribe for more coding tutorials! download sourc...
Creating a Light & Dark Mode Toggle with HTML, CSS, and JavaScript
Просмотров 3День назад
In this video, we'll build a simple yet effective light and dark mode toggle for your website using HTML, CSS, and JavaScript. You’ll learn how to implement a user-friendly switch that changes the theme of your webpage, enhancing the user experience. We’ll cover the basics of styling, JavaScript event handling, and local storage to remember the user's theme preference. Perfect for beginners and...
JavaScript multiple projects for beginner || JavaScript mini projects
Просмотров 714 дней назад
JavaScript mini and multiple project for every beginner with source code. download source code Following are the basic project 1. How to create TO DO APP in JavaScript 2. How to create text management partition 3. Create and design about the Author page Source code installation 1 After download copy source code file to htdocs folder of XAMPP 2 open this file with VS code editor 3 if you install...
How to make range slider in JavaScript || custom range slider
Просмотров 521 день назад
In this short video we are creating custom range slider in JavaScript with value increasing and decreasing ratio. the value will be increase against increasing range slider and same for decreasing. Watch video for more details. download source code hitechsearchh.blogspot.com/2024/09/page-scrolling-indicator.html Source code installation 1 After download copy source code file to htdocs folder of...
SQL tutorial for beginner create database, create tables, insert record update record, delete rec
Просмотров 17Месяц назад
How to create database in SQL DBMS How to create table in SQL database How to insert data in table how to Update data in SQL table how to delete table In this tutorial we are create database in SQL with name of HealthCare. there are two table in HealthCare database one of them I Doctor II Patient We insert data in Doctor table and in Patient Table rather then we update data in both table Watch ...
How to create page scroll indicator in JavaScript
Просмотров 4Месяц назад
Let's guy's create JavaScript page scroll indicator for beginner to advance which indicate the scroll bar of page it is also called page scroll indicator. Scrolling indicator progress bar which trace the page scrolling position scrolling towards down and towards up the scroll track bar will be showing the progress bar at the top of home screen. there are JavaScript function which handle the pag...
How to validate from in JavaScript || form validation
Просмотров 14Месяц назад
JavaScript form validation for beginner to advanced with source available. there are a simple form which include username, email, contact number, password and confirm password. whenever user wrong input each in every field the form will be display error message under each input for more info please watch the complete tutorial. thank you guy's. download source code hitechsearchh.blogspot.com/202...
how to make page scroll top navigation in JavaScript
Просмотров 7Месяц назад
page scroll to top navigation when the page is scroll down position the scroll top button or navigator will be shown at the bottom of the page when the user click on scroll top button the user will be redirect to the page top. we are create scroll to top button in HML CSS and JavaScript. Article hitechsearchh.blogspot.com/2024/09/sql-update-query.html Previous video links develop ecommerce webs...
How to update table in SQL database / SQL update query / update table
Просмотров 10Месяц назад
How to update table in SQL database with GUI and update query. the GUI method is very simple and easy to update the data in SQL database table. we have Point Of Sale database with two table one of them is customer table we have update two record in this tutorial in the customer table. #sqlforbeginners Article hitechsearchh.blogspot.com/2024/09/sql-update-query.html Previous video links How to v...
How to insert data into SQL table customer / SQL insert data
Просмотров 34Месяц назад
SQL is database managing software it mean SQL is DBMS we create database with name of POS point of sale and create table customer. in today tutorial we are inserting data into customer with SQL query INSERT INTO customer (customer_name, customer_contact, customer_address, customer_email, customer_plan) VALUES ('dove', ' 698067..', 'center park street 3 house 4', 'dove@345gmial.com', 'plan CD') ...
How to create database and table in SQL with GUI / SQL tutorial for beginner
Просмотров 12Месяц назад
SQL Structure query Language. in today playlist tutorial series we starting to SQL basic tutorial for beginner. this is the first tutorial so in this tutorial you will be learn the following. how to create database in SQL? how to create to create table in SQL? there are many ways of creating database and table in SQL we are creating database and table with GUI. Article hitechsearchh.blogspot.co...
How to create newsletter page in HTML CSS / subscribe newsletter
Просмотров 3Месяц назад
Create and design newsletter page in html CSS the news letter page consist on one input email and one check box for user for subscription. The user will be check check box to get daily updates from server side. If the user don't tick check box they will not be get any updates. Following are the main steps of creating inbox button demo to newsletter 00 open your VS code editor 01 create file ind...
How to create and design inbox notification button / inbox messages #htmlcss
Просмотров 9Месяц назад
You guy's will be learn how to create inbox messages button with showing messages over button span class are used for special to show the number of messages over button. #html #button Following are the main steps of creating inbox button 00 open your VS code editor 01 create file index.html and style.css file 02 code in html file to create the structure of inbox button 03 code in CSS file to st...
How to fixed textarea resizing with CSS attribute resize none
Просмотров 7Месяц назад
text area is comment area which used for details comment in html document text area is resizable if we are not fixed. to fixed the text area size the CSS resize none attribute are used to make it fixed size. Article hitechsearchh.blogspot.com/2024/09/product-listing-card.html blog link hitechsearchh.blogspot.com/2024/08/circle-motion-effect-by-html-css.html Previous video links develop ecommerc...
how to create product listing card of ecommerce website || how to create website in html
Просмотров 255Месяц назад
how to create product listing card of ecommerce website || how to create website in html
best project html CSS and JavaScript
Просмотров 5Месяц назад
best project html CSS and JavaScript
Build TO DO application in JavaScript for beginner / order app / task app
Просмотров 4Месяц назад
Build TO DO application in JavaScript for beginner / order app / task app
make AI typewriter in JavaScript / best project for practice JavaScript
Просмотров 10Месяц назад
make AI typewriter in JavaScript / best project for practice JavaScript
how to make text management partition in html CSS JavaScript for beginner
Просмотров 8Месяц назад
how to make text management partition in html CSS JavaScript for beginner
how to create tabs management section in JavaScript
Просмотров 6Месяц назад
how to create tabs management section in JavaScript
how to create hover dropdown menu in html CSS and JavaScript
Просмотров 182 месяца назад
how to create hover dropdown menu in html CSS and JavaScript
How to make product page HTML CSS JavaScript
Просмотров 192 месяца назад
How to make product page HTML CSS JavaScript
how to create theme toggle button in html CSS
Просмотров 182 месяца назад
how to create theme toggle button in html CSS
CSS HTML animation Fan automation working
Просмотров 82 месяца назад
CSS HTML animation Fan automation working
create about the author page sing bootstrap framework
Просмотров 92 месяца назад
create about the author page sing bootstrap framework
How to develop two player game in JavaScript
Просмотров 212 месяца назад
How to develop two player game in JavaScript
How to make password generator using JavaScript
Просмотров 162 месяца назад
How to make password generator using JavaScript
how to make picture sliding lightbox in html CSS and JavaScript
Просмотров 192 месяца назад
how to make picture sliding lightbox in html CSS and JavaScript
how to build picture slider in bootstrap
Просмотров 132 месяца назад
how to build picture slider in bootstrap

Комментарии

  • @Mst.AysaSiddikaMeem
    @Mst.AysaSiddikaMeem 5 месяцев назад

    .login{ height: 450px; background: #eee; border-radius: 60% / 10%; transform: translateY(-180px); transition: .8s ease-in-out; } its can not work like your display how can I fix it?

    • @HitechSearch
      @HitechSearch 4 месяца назад

      please track your class name, even if you not fixed then download my source code.

  • @MstMeem-ud4nh
    @MstMeem-ud4nh 5 месяцев назад

    Could you plz shear the bankend side

    • @HitechSearch
      @HitechSearch 4 месяца назад

      dear this only front end only right now backend coming soon...

  • @ajinkyaawkale5693
    @ajinkyaawkale5693 5 месяцев назад

    How to create home page in html login and sign up page done please send me home page code html and css

  • @memo_5993
    @memo_5993 6 месяцев назад

    Can i get a code pls

    • @HitechSearch
      @HitechSearch 6 месяцев назад

      yes link in the description?

  • @firasgasmy1229
    @firasgasmy1229 7 месяцев назад

    you can go to settings in side the video frame and click on playback speed and select 0.25 the slowliest speed, after the end of the video go again to setting and set it on 1 as default, that is it

    • @HitechSearch
      @HitechSearch 7 месяцев назад

      Are you mean to reduce the video speed? right?

  • @patilsarthak1071
    @patilsarthak1071 7 месяцев назад

    Any idea how to do it without javascript?

    • @HitechSearch
      @HitechSearch 7 месяцев назад

      yes you can do from bootstrap?

  • @VWEpub
    @VWEpub 7 месяцев назад

    please code slow

  • @SaneStories
    @SaneStories 7 месяцев назад

    in admin panel the dashboard is blank will you please help

    • @HitechSearch
      @HitechSearch 7 месяцев назад

      which admin panel you talk about?

  • @Asif05288
    @Asif05288 8 месяцев назад

    Sir can you give me your whatsapp number please give me reply 😊😊

  • @Asif05288
    @Asif05288 8 месяцев назад

    Sir doing every things Good but you not give Code of this Login and Sign up 😢😢 plz give me Answer😊

    • @HitechSearch
      @HitechSearch 8 месяцев назад

      code is clearly mention in video step by step

    • @Asif05288
      @Asif05288 8 месяцев назад

      @@HitechSearch Sir code give in description

  • @LordDestro0709
    @LordDestro0709 9 месяцев назад

    Can you send me the source code?

  • @yoonyoon3156
    @yoonyoon3156 9 месяцев назад

    Can you send me the source code

  • @vivekchaurasiya3131
    @vivekchaurasiya3131 9 месяцев назад

    can u send me ths source code

  • @salmanshaikh-qb8xs
    @salmanshaikh-qb8xs 9 месяцев назад

    Can you please explain a little that when we click on login then how it is overlapping on signup please?

    • @HitechSearch
      @HitechSearch 9 месяцев назад

      Nice It's due to CSS animation

  • @mohammednajath4002
    @mohammednajath4002 10 месяцев назад

    Sign up button not came

    • @HitechSearch
      @HitechSearch 10 месяцев назад

      you have take error in your code

  • @luisdavidsilveradelahoz5363
    @luisdavidsilveradelahoz5363 10 месяцев назад

    code plis

    • @HitechSearch
      @HitechSearch 10 месяцев назад

      email me hitechpro310@gmail.com

  • @shashanksoni2606
    @shashanksoni2606 11 месяцев назад

    It's an incomplete video This video.is wasted my to much time

    • @HitechSearch
      @HitechSearch 10 месяцев назад

      It's html and CSS code only there is no backend function in this part

  • @botearners2350
    @botearners2350 11 месяцев назад

    can you share source code ?

  • @tejug3813
    @tejug3813 11 месяцев назад

    So fast ur teaching

    • @HitechSearch
      @HitechSearch 11 месяцев назад

      please keep watch again are you required source code

    • @yam.m7
      @yam.m7 11 месяцев назад

      yes@@HitechSearch