Posts

Showing posts from August, 2024

10 Passive Income Mistakes I Will Never Make

Image
How I make money selling digital products? 10 years on this journey. Lot of mistakes I made along the way. You must have read or heard about my first non-fiction ebook —  My Mistakes in Self-publishing.  I have highlighted all the mistakes that new creators/writers often make while starting in their careers. Now let me tell you some most common mistakes I made in my journey. I am pretty sure that you will see some common patterns in yours too. So keep your eyes open, and coffee ready because I will be telling you some  secrets along the way  that will help you make sales on your digital products. Passive income mistakes I will never, ever make Selling only on one platform — I was selling my ebooks on Amazon KDP for 3 years. Yes, my books were exclusive to Amazon KDP alone. I lost many readers and money along the way. Mistakes truly cost us a lot of money. Having only a few books — I wasn’t sure whether I could make money as a writer or not. I wrote only 2 books, published on Amazon KDP

How I Create Passive Income With No Money

Image
  Many ways to start a passive income today! Always, always start with ZERO money. You won’t regret it! I never loved the idea of working 9–5 and receiving money at the end of the month. Well, I used to receive it on the 5th date of every month. Website Idea: JV Codes Although I know many out there still love their 9–5 job — no problem with that. My cousin enjoys 9–5 more than his YouTube channel. It’s always our choice. No pressure. Nothing. But in this article, I explore various ways you can create an online passive income stream (with your day job or without it). I won’t say it’s a concrete step because I have changed or I can say improved it with time. But I always recommend starting with small baby steps. That pays off in the long run. My Last 9–5 job was a disastrous I have talked about my last 9–5 job. Last? Yes, I have changed my jobs almost 4 times. My last one was the worst of all. The first ones are always the best! I had a heated argument with my boss. I won’t go into detai

VS Code Installation in Windows | JV Codes

Image
If you are a beginner to web developing or programming, then having a reliable code editor is crucial. Visual Studio Code also known as VS Code has become very popular with developers because of the enhanced functionality, versatility, and usability. Check complete guide: VS Code Installation In this guide we are going to show how to install VS Code in Windows, its main functionalities and how to configure it for working with HTML , CSS and JavaScript. Why Choose VS Code? Before we jump into the installation process, let’s discuss why VS Code is a top choice for developers: Free and Open Source: This is free to use and open-source software hence can be used by anybody. Lightweight and Fast: What can be also seen, that unlike some other heavy-weight IDEs, such as eclipse, VS Code started very quickly and does not takes much resource even on old hardware. Extensive Extension Library: Code with your preferred setup, select from thousands of extensions ranging from colors to debuggers.

HTML Forms, Lists, Tables, iframe, Videos for beginners | Lesson 4

Image
  HTML Forms, Lists, Tables, iframe, Videos for beginners | Lesson 4 HTML is the foundational language in the web development process as it offers the layout of web pages. This lesson focuses on the following sub-topics; HTML Forms, Lists, Tables, iframes, Videos. Get Source Codes Whether it is your first time or the many time you are developing a website, these elements will help you in your web development experience. For the better understanding of these HTML tags , this guide provides a breakdown, sample code, and application of each of them. This article will take you through each of the elements starting from the basic and straight up to the advanced level along with the relevant code. HTML Lists HTML lists are used when there is a need to present items that are related in terms of order or when a number of items have to be presented in form of a list of bullet points. There are two main types of lists in HTML: lists: unordered lists or <ul>, ordered lists or <ol>.

HTML Layout Techniques for beginners | Lesson 3

Image
  HTML Layout Techniques for beginners | Lesson 3 The mastery of HTML Layout Techniques is significant in any web development process to make attractive and organized web page. For the beginner out there, these technique are going to offer a good starting point on how to create well structured web page. Complete Article: HTML Layout Techniques for beginners This blog post will introduce you to the idea of HTML layout techniques, elements and tags: semantic and non-semantic tags, placing the content within the main container and working with anchor, image, div and span tags. What are HTML Layout Techniques? HTML Layout Techniques or site layout is the organization of page elements supported by the Document Type Definition (DTD) and the arrangement of frames within a website with tags and elements. HTML layout refers to the design and arrangement of content of a website with the use of HTML features. These techniques assist in development of an easy structure which leads to better user

HTML Tags and Attributes for beginners | Lesson 2

Image
HTML Tags and Attributes for beginners | Lesson 2 HTML which means HyperText Markup Language is the basic ingredient of the web and has been used for constructing the documents of the web through text structures like headings, paragraphs, lists, links, quotes, and many other things. Check detailed article: https://jvcodes.com/html-tags-and-attributes-for-beginners/ HTML is the easiest programming language to learn and thus is the first language that any developer to be ought to learn. Well, in this lesson, only the basic tags and attributes which are crucial for every web designer are described. At the end of this article, you should be in a position to apply these tags and their attributes to construct rudimentary web pages. What are HTML Tags and Attributes? Tags in HTML are used to build objects in an HTML document . These tags are enclosed in angle brackets < >. For example, the <p> tag can be used to define a paragraph of text Most of the HTML tags are pairs with an o

Introduction to HTML for beginners | Lesson 1

Image
  HTML or  HyperText Markup Language  is said to be the fundamental language used in the development of web pages. Hypertext provides the organization of the content in the web and enables the brow Luca to display the text part as well as the images, and other forms of media. Key Notes Lesson 1 Source Codes Downloads In this lesson, you will be introduced to HTML, learn about the code editors, and type the first line of HTML code. When you complete this article, you will understand the fundamentals of HTML mainly, HTML document structure and comment. What is HTML? HTML is a common language used to format documents for presentation on the world wide web. It consists of a number of components, which surround or envelop other parts of the content to make them look or act in a particular fashion. These enclosing tags can influence the text, for example, making the text bold, in italics, converting this piece of text into a hyperlink and so on. There needs to be a clear distinction between