Skip to main content

Posts

Showing posts from December, 2022

Image to PDF Converter 2022 | JavaScript & CSS Source Code

 Image to PDF Converter using JavaScript & CSS Source Code  <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=1"> <title>Home</title> <style>   *,*:after,*:before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } body{ font-family: arial; font-size: 16px; margin: 0; background: linear-gradient(133deg, #4abeb2, #3c57d2); color: #000; display: flex; align-items: center; justify-content: center; min-height: 100vh; } .container{   background: white;   width: 450px;   padding: 30px;   border-radius: 5px; } input{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; } .button{   display: flex; } #showImg{ display: block; margin: 0 auto; max-width: 400px;   mi...

How to Find a Drive's Volume Label or Serial Number using Commmand Prompt

How to Find a Drive's Volume Label or Serial Number using Commmand Prompt • It is called the Volume Serial Number. It is generated at the time of creating and formatting the volume / partition. • You can get it by using a command at command prompt : C:\>vol c: if C: is the drive you want to retrieve the Volume Serial Number for. • All you can do is redirect the output of that command to a file : C:\>vol c: > myvol.txt and it will be stored as a text file in your C: This gets the manufacturers serial number of the hard drive. wmic disk drive get serial number If you have many hard drives like me, use this instead to help you know which is which: wmic diskdrive get name,size,model,SerialNumber

Indian Stock Market Fundamentals 2022

Hello friends, welcome to Stock Funda, almost everything about Stock Market from Beginner Level to Expart Level will be discussed here, we will try to present the content in as simple language as possible, so that people who have no basic knowledge about Stock Market This is an attempt to help one to gain proper knowledge about this. I hope you will respond. Contents The Fundamentals of Stock Market Money is a must for all businesses to operate. There are instances when sales revenue from selling goods or services is insufficient to cover the costs of working capital. Therefore, businesses ask everyday people like you and me to invest in their business to grow their business and make more profit . In exchange, investors receive a part of whatever profits the business makes. What does shares mean  To own a part of a company's worth, purchase shares. You may acquire ownership rights to a specific quotient of the business in proportion to the capital you contribute....