Skip to main content

ब्लॉग्गिंग शिकण्यासाठी बेस्ट यूट्यूब चॅनेल - Techno Vedant , Satish K Video , SidTalk

 ब्लॉग्गिंग शिकण्यासाठी बेस्ट यूट्यूब चॅनेल

 


आज कल सगळी कड़े कोरोना वायरस च्या बीमारी मुळे बहुतेक  काम काज ठप्प पडले आहेत। सगळी कड़े बेरोजगारी जाणवत आहे , या सर्वा वर एकच उपाय आहे तो म्हणजे असा की online earning वा part time job , जेने करुण तुम्ही तुमच्या कमातून वेळ काढून online काम केल म्हणजे तुमची earning व्हायला हवी , यासाठी बेस्ट उपाय आहे तो म्हणजे blogging .

ब्लॉग्गिंग म्हणजे नेमक असत काय ?

ब्लॉग म्हणजे एक वेबसाइट , अशी वेबसाइट ज्या मधे आपन रोज आपली ब्लॉग ची पोस्ट पब्लिश करू शकतो।  व् त्या ब्लॉग वरती google adsense च्या एड्स लाउन पैसे कमाऊ शकतो।

ब्लॉग्गिंग करायची तरी कुठे आणि कशी ?

आता ब्लॉग्गिंग साठी सर्वोत्तम दोन  प्लेटफार्म आहे
१) Blogger  जे की गूगल च प्लॅटफॉमआहे
२) Wordpress जास्तीत जास्त use  होणार।
तुम्ही जर नविन ब्लॉगर असाल तर तुमच्या साठी  blogger.com बेस्ट प्लेटफार्म आहे यामधे डोमेन आणि होस्टिंग दोन्ही पण फ्री आहे।
परन्तु wordpress मधे तस नाही तुम्हाला डोमेन व् होस्टिंग दोन्ही पण खरेदी करावी  लागणार

ब्लॉग्गिंग कुठल्या विषया वरती करायची ?

ब्लॉग्गिंग आपन आपल्या ेछे नुसार कुठल्या पण विषय वर करू शकतो

ब्लॉग्गिंग शिकण्या साठी  काही यूट्यूब चैनल चे नाव पुढील प्रमाणे आहेत
१) Techno Vedant
२) Satish K Video
३) SidTalk
etc . 

 

Popular posts from this blog

How do I earn from data entry at home through PillowBux?

How do I earn from data entry at home through PillowBux? Pillow Bux: a way to create cash and find referrals for complimentary Sign up currently Pillow Bux could be a completely free service in its use so additionally the registration is totally free and takes simply over two minutes to finish all the steps needed for registration. we have a tendency to don't oblige anyone to register (usage infos), however if you furthermore may need to do to create cash on-line with Pillow Bux. then visit pillowbux web site. How to create cash on-line with Pillow Bux You earn cash by writing captchas and each captcha is value $0.0001. you simply would like time and you have got to hold back. The a lot of you employ this website, the a lot of you’ll earn. the location offers too a referral program that pays you twenty fifth for each referral and for the primary 5 it’ll provide you with $5 ($1 every one). Once you reach 30k captchas (that are value $3) the site’ll provide yo...

What is Normalization in the database

What is Normalization in the database Normalization : 1). Normalization is the process of organizing the tables to minimize data redundancy 2)Redundancy   is storing the same data item in more than one place. Database normalization is a design technique) by which an existing database is modified to minimize redundancy and dependency of data. 4) Edgar F. Codd introduced the concept of normalization in 1970.Objectives   of normalization: Edgar F. Codd stated the objectives of normalization are as follows. To free the collection of relations from undesirable insertion, update and deletion dependencies. 2) To reduce the need for restructuring the collection of relations as new types of data are introduced, and thus increase the life span of application programs. To make the relations model more informative to users. 4 To make the collection of relations neutral to the query statistics. is normalization? Explain 1 NF with suitable example _____ ...

What is hypertext markup language or HTML?

What is HTML?  What is hypertext markup language or HTML? HTML is that the normal nomenclature for making web content. HTML stands for Hyper Text nomenclature HTML describes the structure of an internet page HTML consists of a series of parts HTML parts tell the browser a way to show the content HTML parts are painted by tags HTML tags label items of content like " heading ", " paragraph ", " table " Browsers don't show the hypertext markup language tags, however use them to render the content of the page Following is the example of markup language - <!DOCTYPE html> <html> <head>  <title>Page Title</title> </ head > <body>  <h1> My initial Heading </h1> <p> My initial paragraph .</p> </body>  </html> !DOCTYPE html> defines this document to be HTML5 element is that the root part of associate hypertext markup language page element contains m...