GenAI-Driven Attacks Require Changes to Application and Data Security Practices and User Monitoring End-user spending on security and risk management (SRM) in India is forecast to total $2.9 billion in 2024, an increase of 12.4% from 2023, according to a new forecast from Gartner, Inc. Indian organizations will continue to increase their security spending through 2024 due to legacy IT modernization using cloud technology, industry demand for digital platforms, updated regulatory environment, and continuous remote/hybrid work. “In 2024, chief information and security officers (CISOs) in India will prioritize their spending on SRM to improve organizational resilience and compliance,” said Shailendra Upadhyay , Sr Principal at Gartner. “With the introduction of stringent government measures mandating security breach reporting and digital data protection , CISOs are facing heightened responsibility in safeguarding critical assets against evolving cyber threats.” Gartner a...
Create A Website
HOW TO CREATE A WEBSITE?
Dear friends am gonna teach you that how you can create a unique website for free Step by Step.
Before the start teaching i have to told you about website:
WHAT IS WEBSITE?
website is a one platform on the cyber world, whole cyber world depend on websites and website help you to know about any thing and study about your brand and teach you self. Website like a net book we can say the internet book who provide info in internet like a book, website can help us to publish our product in internet market and make friend by social network share your ideas with yor friends and employe .
HOW TO CREATE WEBSITE STEP BY STEP:
What is HTML ?
HTML is a language coding for create a Web page
HTML is a language for describing web pages..
Dear friends am gonna teach you that how you can create a unique website for free Step by Step.
Before the start teaching i have to told you about website:
WHAT IS WEBSITE?
website is a one platform on the cyber world, whole cyber world depend on websites and website help you to know about any thing and study about your brand and teach you self. Website like a net book we can say the internet book who provide info in internet like a book, website can help us to publish our product in internet market and make friend by social network share your ideas with yor friends and employe .
HOW TO CREATE WEBSITE STEP BY STEP:
- First choose your content what you will want publish to you website.
- Choose Your Domian Name.
- Select Web Hosting for your Site In your budget limit..but if you are new then my advise is 1st you should have to try Free Hosting.
- Then know about How To Create a Web Page?
- Then Select Your Template to edit for your site :)
- Upload Your Web page in your hosting Web page name as Index.html for default Webpage.
- Then Publish Your Web Site to other :)
- Then put Seo tricks in your Website :) its make your web popular.
html codes
What is HTML ?
HTML is a language for describing web pages..
- HTML stands for Hyper Text Markup Language.
- HTML is not a programming language, it is a markup language.
- A markup language is a set of markup tags.
- HTML uses markup tags to describe web pages.
Welcome to beginner Html Lesson...
Lets StaRt!
- Hire Up A fAvorate Code Editor (Notpad ,Notepad++ ,Visual Studio ,DreamWeaver)
- Lets Create a Page Skeleton ...Type In the Following Or(copy & paste) to your Editor :)
<html>
<head>
<body><Title>Write Your PAge TiTle Here</Title>
<p>Here is your Text content</p>
</html>
</head>
</body>
3. Save your file with .html extension and open it up in any browser.
DOMAIN & HOSTING
It’s common for newbies to confuse between a domain name with a web hosting. However, it’s very important for you to be clear on the difference before you move any forward in hosting your very first website.
However, just because you have a domain does not mean that you can server a website to the world. To run a website, you will neeed a domain name, and a configured web server to put up a website.
Domain name and web hosting explained
A domain name, is like the address of your home; web hosting on the other hand, is the space of your house where you place your furniture. Instead of street name and area code, set of words or/and numbers are used for the website’s naming’. The same goes with hosting, computer hard disk and computer memory are used instead of instead of wood and steel for storing as well as processing data files.Domain Name
When you register a domain, it gives you sole ownership and rights to the name of your site. No one else in the market has the access to the actual name of that particular domain besides you.However, just because you have a domain does not mean that you can server a website to the world. To run a website, you will neeed a domain name, and a configured web server to put up a website.
How does the Internet work? How can I have my own Web Site?
What is a Web Host? What is an Internet Service Provider?
What is the World Wide Web?
- The Web is a network of computers all over the world.
- All the computers in the Web can communicate with each other.
- All the computers use a communication protocol called HTTP.
How does the WWW work?
- Web information is stored in documents called web pages.
- Web pages are files stored on computers called web servers.
- Computers reading the web pages are called web clients.
- Web clients view the pages with a program called a web browser.
- Popular browsers are Internet Explorer and Firefox.
How does a Browser Fetch a Web Page?
- A browser fetches a page from a web server by a request.
- A request is a standard HTTP request containing a page address.
- An address may look like this: http://www.example.com/default.htm.
How does a Browser Display a Web Page?
- All web pages contain instructions for display.
- The browser displays the page by reading these instructions.
- The most common display instructions are called HTML tags.
- HTML tags look like this <p>This is a paragraph.</p>.
What is a Web Server?
- The collection of all your web pages is called your web site.
- To let others view your web pages, you must publish your web site.
- To publish your work, you must copy your site to a web server.
- Your own PC can act as a web server if it is connected to a network.
- Most common is to use an Internet Service Provider (ISP).
What is an Internet Service Provider?
- ISP stands for Internet Service Provider.
- An ISP provides Internet Services.
- A common Internet service is web hosting.
- Web hosting means storing your web site on a public server.
- Web hosting normally includes email services.
- Web hosting often includes domain name registration.
Learn About HTML
What is HTML?
HTML is a language for describing web pages.- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup language
- A markup language is a set of markup tags
- HTML uses markup tags to describe web pages
HTML Tags
HTML markup tags are usually called HTML tags- HTML tags are keywords surrounded by angle brackets like <html>
- HTML tags normally come in pairs like <b> and </b>
- The first tag in a pair is the start tag, the second tag is the end tag
- Start and end tags are also called opening tags and closing tags
HTML Documents = Web Pages
- HTML documents describe web pages
- HTML documents contain HTML tags and plain text
- HTML documents are also called web pages
Learn About PHP
What You Should Already Know
Before you continue you should have a basic understanding of the following:- HTML/XHTML
- JavaScript
What is PHP?
- PHP stands for PHP: Hypertext Preprocessor
- PHP is a server-side scripting language, like ASP
- PHP scripts are executed on the server
- PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
- PHP is an open source software
- PHP is free to download and use
What is a PHP File?
- PHP files can contain text, HTML tags and scripts
- PHP files are returned to the browser as plain HTML
- PHP files have a file extension of ".php", ".php3", or ".phtml"
What is MySQL?
- MySQL is a database server
- MySQL is ideal for both small and large applications
- MySQL supports standard SQL
- MySQL compiles on a number of platforms
- MySQL is free to download and use
PHP + MySQL
- PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)
Why PHP?
- PHP runs on different platforms (Windows, Linux, Unix, etc.)
- PHP is compatible with almost all servers used today (Apache, IIS, etc.)
- PHP is FREE to download from the official PHP resource: http://www.php.net/
- PHP is easy to learn and runs efficiently on the server side
Where to Start?
To get access to a web server with PHP support, you can:- Install Apache (or IIS) on your own server, install PHP, and MySQL
- Or find a web hosting plan with PHP and MySQL support
what is server
ReplyDelete