diff --git a/404.html b/404.html index 8cd38bf..b976dac 100644 --- a/404.html +++ b/404.html @@ -20,7 +20,7 @@ -

LOADING

+
diff --git a/a1-business/01nav.txt b/a1-business/01nav.txt deleted file mode 100644 index 367e693..0000000 --- a/a1-business/01nav.txt +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/a1-business/chapter-1-1.txt b/a1/chapter-1-1.txt similarity index 97% rename from a1-business/chapter-1-1.txt rename to a1/chapter-1-1.txt index 8df8254..dbfcce5 100644 --- a/a1-business/chapter-1-1.txt +++ b/a1/chapter-1-1.txt @@ -1,7 +1,7 @@

Chapter 1.1 Introduction to Digital Marketing Course -

+

diff --git a/a1-business/chapter-1-2.txt b/a1/chapter-1-2.txt similarity index 99% rename from a1-business/chapter-1-2.txt rename to a1/chapter-1-2.txt index 81351be..053eae8 100644 --- a/a1-business/chapter-1-2.txt +++ b/a1/chapter-1-2.txt @@ -1,7 +1,7 @@

Chapter 1.2 Understanding Digital Marketing -

+

diff --git a/a1-business/chapter-1-3.txt b/a1/chapter-1-3.txt similarity index 99% rename from a1-business/chapter-1-3.txt rename to a1/chapter-1-3.txt index 12573c3..83b9f7a 100644 --- a/a1-business/chapter-1-3.txt +++ b/a1/chapter-1-3.txt @@ -1,7 +1,7 @@

Chapter 1.3 Importance of Digital Marketing -

+

diff --git a/a1-business/chapter-1-4.txt b/a1/chapter-1-4.txt similarity index 98% rename from a1-business/chapter-1-4.txt rename to a1/chapter-1-4.txt index c8edfd6..3f9e30d 100644 --- a/a1-business/chapter-1-4.txt +++ b/a1/chapter-1-4.txt @@ -1,7 +1,7 @@

Chapter 1.4 Digital marketing approaches -

+

diff --git a/a1-business/chapter-1-5.txt b/a1/chapter-1-5.txt similarity index 98% rename from a1-business/chapter-1-5.txt rename to a1/chapter-1-5.txt index 630d177..4a64c68 100644 --- a/a1-business/chapter-1-5.txt +++ b/a1/chapter-1-5.txt @@ -1,7 +1,7 @@

Chapter 1.5 Chapter 1 | Wrapping up -

+

diff --git a/a1/chapter-1.html b/a1/chapter-1.html new file mode 100644 index 0000000..63c5674 --- /dev/null +++ b/a1/chapter-1.html @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + +Chapter 1 | Business Promotion + + + +
+ +
+
+
+ +
+ + +
+ + +
+ +
+ +
+
+
+ +
+ + +
+ +
+
+ +
+ +
+ + \ No newline at end of file diff --git a/a1-business/chapter-2.html b/a1/chapter-2.html similarity index 100% rename from a1-business/chapter-2.html rename to a1/chapter-2.html diff --git a/a1/dmhot.html b/a1/dmhot.html new file mode 100644 index 0000000..d3c787f --- /dev/null +++ b/a1/dmhot.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | HOT + + + +
+ +
+ +
+ + +
+ + +
+ +
+ +
+
+
+ +
+ +
+ + +
+ +
+
+

DM HOT | Digital Marketing Hands on Training (Practilce Session)

+

Under Construction

+
+
+
+ + +
+ +
+ + \ No newline at end of file diff --git a/a1/dmjargon.html b/a1/dmjargon.html new file mode 100644 index 0000000..3c00323 --- /dev/null +++ b/a1/dmjargon.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Jargon + + + +
+ +
+ +
+ + +
+ + +
+ +
+ +
+
+
+ +
+ +
+ + +
+ +
+
+

DM Reference

+

Under Construction

+
+
+
+ + +
+ +
+ + \ No newline at end of file diff --git a/a1/dmtools.html b/a1/dmtools.html new file mode 100644 index 0000000..d409e54 --- /dev/null +++ b/a1/dmtools.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Tools + + + +
+ +
+ +
+ + +
+ + +
+ +
+ +
+
+
+ +
+ +
+ + +
+ +
+
+

DM Tools and Resources

+

Under Construction

+
+
+
+ + +
+ +
+ + \ No newline at end of file diff --git a/a1/dmupdates.html b/a1/dmupdates.html new file mode 100644 index 0000000..3634789 --- /dev/null +++ b/a1/dmupdates.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Updates + + + +
+ +
+ +
+ + +
+ + +
+ +
+ +
+
+
+ +
+ +
+ + +
+ +
+
+

DM Updates

+

Under Construction

+
+
+
+ + +
+ +
+ + \ No newline at end of file diff --git a/a1-business/function/chapter-1.js b/a1/function/chapter-1.js similarity index 83% rename from a1-business/function/chapter-1.js rename to a1/function/chapter-1.js index ce8ca0d..6dc1dc7 100644 --- a/a1-business/function/chapter-1.js +++ b/a1/function/chapter-1.js @@ -1,19 +1,7 @@ function loadChapter(){ -createMenu(); chapter1(01); } -function createMenu(){ - var xhttp = new XMLHttpRequest(); - xhttp.onreadystatechange = function() { - if (this.readyState == 4 && this.status == 200) { - document.getElementById("innerMenu").innerHTML = - this.responseText; - } - }; - xhttp.open("GET", "01nav.txt", true); - xhttp.send(); -} function chapter1(num) { x=num; if(x==01){ diff --git a/a1-business/function/chapter-2.js b/a1/function/chapter-2.js similarity index 100% rename from a1-business/function/chapter-2.js rename to a1/function/chapter-2.js diff --git a/a2.html b/a1/home.html similarity index 52% rename from a2.html rename to a1/home.html index 87102a3..327f7e6 100644 --- a/a2.html +++ b/a1/home.html @@ -2,28 +2,22 @@ + + + + - - - - - -Make Money Online | Landing Page - - - - - - - - +Business Promotion | Landing Page +
@@ -45,57 +41,27 @@
+
- +
- -
- - - - - - - - + +
+
+
+
- +
@@ -106,7 +72,7 @@
  • Keep Track of Latest DM Updates
  • Digital Marketing Course for Business Promotion
    - Take Course + Take Course
    diff --git a/a1-business/images/111.jpg b/a1/images/111.jpg similarity index 100% rename from a1-business/images/111.jpg rename to a1/images/111.jpg diff --git a/a1-business/images/112.jpg b/a1/images/112.jpg similarity index 100% rename from a1-business/images/112.jpg rename to a1/images/112.jpg diff --git a/a1-business/images/ThinkstockPhotos-477545230.jpg b/a1/images/ThinkstockPhotos-477545230.jpg similarity index 100% rename from a1-business/images/ThinkstockPhotos-477545230.jpg rename to a1/images/ThinkstockPhotos-477545230.jpg diff --git a/a1-business/images/course-1.jpg b/a1/images/course-1.jpg similarity index 100% rename from a1-business/images/course-1.jpg rename to a1/images/course-1.jpg diff --git a/a1-business/images/course-2.jpg b/a1/images/course-2.jpg similarity index 100% rename from a1-business/images/course-2.jpg rename to a1/images/course-2.jpg diff --git a/a1-business/images/course.jpg b/a1/images/course.jpg similarity index 100% rename from a1-business/images/course.jpg rename to a1/images/course.jpg diff --git a/a1/nav.txt b/a1/nav.txt new file mode 100644 index 0000000..f1ff276 --- /dev/null +++ b/a1/nav.txt @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/a1/z_ask.html b/a1/z_ask.html new file mode 100644 index 0000000..9b88ade --- /dev/null +++ b/a1/z_ask.html @@ -0,0 +1,88 @@ + + + + + + + + + + + +BusinessMan Free + + + + + + + + + + + + + +
    +
    +
    + + +
    + + + +
    + +
    + +
    +
    +
    + +
    + + +
    + +
    + +
    + + + + +
    + +
    +
    + + + \ No newline at end of file diff --git a/a2/chapter-1-1.txt b/a2/chapter-1-1.txt new file mode 100644 index 0000000..dbfcce5 --- /dev/null +++ b/a2/chapter-1-1.txt @@ -0,0 +1,69 @@ +
    +

    + Chapter 1.1 Introduction to Digital Marketing Course +

    +
    + + +
    +

    Digital Marketing Course for Business Promotion

    +

    Hello There! This course will help you to take your business online and promote it using the latest digital marketing techniques. I tried my best to simply this course as much as possible. The best part is: it does not requires any prior knowledge of IT. Basic knowledge of operating computers and smartphones is enough. This app will be your buddy (i.e. friend) for as long as you want, and will help you in your digital marketing campaigns.

    + +

    What you will learn in this course:

    +
      +
    1. Creating Online Presence for your business.
    2. +
    3. Learn how to promote your business on internet for free.
    4. +
    5. Learn where and how to invest on Digital Marketing to get maximum returns.
    6. +
    7. Target and reach to your potential customers.
    8. +
    9. Promote your products and services worldwide.
    10. +
    11. Learn how to create effective Digital Marketing strategies for your business.
    12. +
    13. Hire skilled Digital Marketers according to your need.
    14. +
    15. Track and monitor your Digital Marketing campaign.
    16. +
    +
    + + + + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a2/chapter-1-2.txt b/a2/chapter-1-2.txt new file mode 100644 index 0000000..053eae8 --- /dev/null +++ b/a2/chapter-1-2.txt @@ -0,0 +1,164 @@ +
    +

    + Chapter 1.2 Understanding Digital Marketing +

    +
    + + +
    +

    Understanding Digital Marketing

    +

    In topic you will understand marketing and its components, what digital marketing is and how it can help you in your business. You can go through this topic once to understand the basics or you can skip it, if you already aware of digital marketing.

    +

    What is marketing?

    +

    Marketing is an essential part of any business. Marketing is the science and art of exploring, creating, and delivering value to satisfy the needs of a target market at a profit. In simple words, we can elaborate marketing into three Components. +

    +
      +
    1. Generating Awareness: Here I am talking about the consumer awareness. Business owners increase consumer awareness by employing a wide range of marketing techniques. The main reason of creating consumer awareness is to make consumers aware of particular products and services. It’s basically a passive marketing technique, where business and companies teach consumers – how to use particular product or services, how it can simply their lives etc. Companies which produces high-quality products and provides top-notch customer service, must create public awareness of these values through commercials, billboards or digital marketing campaigns.
    2. +
    3. Creating Need: If a business owner has successfully created an awareness, then the next step will be creating the need of that particular product or services in the customers mind. If someone don’t need that particular product or services, he or she won’t buy it. Don’t get confused with want. Wants are a step ahead of needs and are largely dependent on the needs of customers themselves. Customer wants particular products and services only when they are aware of particular product and services and they really need it. Creating wants is a complex procedure and depends upon the many factors. Many times it’s not in the controls of even the most expert marketing professionals.
    4. +
    5. Satisfying Demand: Generating awareness and creating need is an essential part of any marketing campaign. But it’s not just enough. To earn profit in order to run and sustain the business, we need to satisfy the demands. Satisfying the demands means identifying the potential customer (consumers who wants particular product or services) and fulfilling the demand at a profit. Big brands, companies and business often releases multiple types of discounts, offers, sales etc. to satisfy the demands.
    6. +
    +

    What is digital marketing?

    + +

    Doing marketing through internet on a digital platform (such as, computer, laptop, tablet, smartphones, mobile etc.) is digital marketing. Marketing also means promotion. So we can also say, Digital marketing is promotion of any company or business on the worldwide network of internet.

    +

    In Technical Terms: Digital marketing is a wide term used for the targetable, measurable, and interactive marketing process of products or services using digital technologies over a global network of internet, to reach the widest majority of audiences.

    +

    Don’t get confused! Digital marketing is known by many names, such as, Internet Marketing, Online Marketing, Digital Promotion, Internet Promotion, Online Promotion etc. Further you will learn more technical terms along with this course. You can use DM Reference anytime to revise this term.

    +

    How it is different than traditional marketing?

    +

    Traditional marketing refers to any type of promotion, advertising or campaign that has been in use by companies for years, and that has a proven success rate. Methods of traditional marketing can include print advertisements, such as newsletters, billboards, flyers, newspaper print ads etc. As we are approaching towards the future, our marketing and promotion strategies are evolving over the time. We are now moving from old traditional marketing towards digital marketing.

    +

    Digital Marketing and traditional marketing are both absolute form of marketing. The difference between traditional and digital marketing, lies on their strategies, process and platform.

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Digital MarketingTraditional Marketing
    Cost effectiveCostly
    Wider reachGeographically limited
    MeasurableNot Measurable
    Audience TargetingNot Possible
    Audience TrackingNot Possible
    InteractiveLess Interactive
    +
    + +

    In next topic - you will understand the above given terms on the comparion table. Our next topic is - Importance of digital marketing.

    +
    + +
    +
    + +

    + Stuart + + Bob can we combine traditional marketing with digital marketing? +

    + +

    + Bob + + Yes I think so. Kevin please explain! +

    + +

    + Kevin + + Yes of course! Stuart we can use traditional marketing and digital marketing at a same time. Bob is right. And it’s always a good idea to use both at a same time. It allows a business to reach to its potential customers from every possible medium. +

    + +

    + stuart + + So it is compulsory for a business to do both digital marketing and traditional marketing together. +

    + +

    + Kevin + + Nothing is compulsory, it’s just recommended. According to your business model and investment capacity. As I think you already knows how costly traditional marketing is. It requires big investments when it comes to put your ads on newspaper, television etc. Most of the small business and startups, just can’t afford it. +

    + +

    + stuart + + Oh, I see. Bob I think Kevin wants to say digital marketing is cheaper. What do you think bob? +

    + +

    + Bob + + Of course Stuart. Kevin please explain him. +

    + +

    + Kevin + + Comparatively Bob is right. Digital marketing is cheaper than traditional marketing. I will tell you in next topic. Just remember that, there are few digital marketing techniques that requires ZERO investment. +

    + +
    +
    + + +
    + +
    + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a2/chapter-1-3.txt b/a2/chapter-1-3.txt new file mode 100644 index 0000000..83b9f7a --- /dev/null +++ b/a2/chapter-1-3.txt @@ -0,0 +1,192 @@ +
    +

    + Chapter 1.3 Importance of Digital Marketing +

    +
    + + +
    +

    Importance of Digital Marketing

    +

    In today’s generation, most of the people spend their, most of the time on the internet. Internet is their favorite place to find information they are looking for, search products they need to buy, hangout with a friend or family who are far way, remain connected with loved ones, play games, watch movies, listen songs and the list goes on.

    +

    Lot of companies and businesses are targeting these online users through their digital marketing campaigns. These campaigns, mostly runs on social media networks, famous websites and blogs, gaming and entertainment platforms etc. Through digital marketing, business targets users and turn them into client.

    +

    There is an exponential rise in the number of internet users. Due to affordable digital devices and wider connectivity of internet. Now it is possible to access internet from any corner of the world. So to reach the maximum number of audience, marketers are now following digital marketing practices.

    +

    Digital marketing is now considered the 6th mass media channel after print, recordings, cinema, radio and TV.

    +

    How Digital Marketing can help you in your business?

    +

    The main purpose of digital marketing is to connect with the large section of audiences who uses internet, in order to generate business. Among them a digital marketers can easily find a potential customers for their business. Targeting this potential customer through their digital devices and promoting product and services according to their preferences and interest, can really make a huge difference real market.

    +

    If you are running a business and getting businesses from newspaper, flyers and other traditional methods. Then you must consider implementing digital marketing techniques in your business in order to exponentially grow your business. I have elaborated few points below, which can strengthen the importance of digital marketing.

    +
      +
    1. Wider Reach: As you already knows, internet has no limits. Using internet we can reach to each to every corners of the world. Internet is an essence of Digital marketing, thus it has no limits. Internet marketing give you the power to turn a small company into a worldwide famous brand.
    2. +
    3. Cost-Effective: As I said before, digital marketing is cost effective. Most of its strategies are free or requires negligible amount of investments. Running advertisements on digital media channels is drastically cheaper than running advertisements on traditional marketing channels such as TV, Newspaper etc.
      + Small businesses have very little resources and even capitalization. For them digital marketing is the best and most cost-effective marketing channel that delivers results in today’s market. +
    4. +
    5. Effective Measuring: Measuring marketing objectives and efforts, on traditional marketing channels is really a difficult task and sometimes it's impossible. On another hand, digital marketing allows us to completely measure each and every activities related to our digital marketing campaign. It allows to effectively manage and improve our digital marketing campaigns in order to generate more business. Measuring the effectiveness of digital campaigns is an integral part of engaging, exciting and efficient marketing.
    6. +
    7. Better Targeting: There is no other marketing channels, which allows you to target your audience effectively then digital marketing. Identifying the potential customers and targeting them, can save a lot of marketing resources including time and money. It also helps to increase the chances of conversion. We can target audience based on their interest, locations, languages etc.
    8. +
    9. Accurate Tracking: Now it is possible to understand your audiences and customers before it actually becomes your client. We can effectively track those, using digital marketing tools. They use digital devices, which we can easily track and monitor our audiences on their devices and improve our digital marketing campaign accordingly.
    10. +
    11. Interaction: One of the reasons why digital marketing is taking over traditional marketing channels is the ability of Internet marketing tools to interact with targeted audiences in real time. Engagement in any form is what your customers expect to receive when interacting with your brand or business.
    12. +
    13. Remarketing: Remarketing reduces the risk of losing a customer. We will discuss this in details later. For now, just remember remarketing is a practice of targeting your users who has previously visited to your business and to show relevant offers according to their interest.
    14. +
    +
    +

    Digital marketing is applicable for all types of business. It is the best way to reach to the widest majority of audience easily. Implementing the digital marketing strategies which you will learn in this course will always be beneficial for your business.

    +
    + +
    +
    + +

    + Stuart + + I have some questions +

    + +

    + Bob + + I also want to ask something. I want to ask first, please Please Please! +

    + +

    + Stuart + + Ok Bob, you go first +

    + +

    + Bob + + How can we measure digital marketing campaign? +

    + +

    + Kevin + + The brands and business uses different approaches to measuring the value of its digital marketing campaign. For direct marketing activity, where they can directly track and measures traffic, impressions, clicks, conversions etc. Bob you will understand this later, as we go on with this course. +

    + +

    + Stuart + + Don’t worry Bob. You will definitely understand this later. Now let me ask my question. +

    + +

    + Stuart + + Kevin - what is internet? +

    + +

    + Bob + + + OMG +

    + +

    + Stuart + + + Shut up! +

    + +

    + Kevin + + Guys don’t fight. Nice question Stuart. We must understand internet in order to learn digital marketing effectively. Internet in simple words is a medium of communication. We can also say it is the global network of digital devices that are connect with each other like a web. Thus we also call this network as a world wide web. A biggest network of retime data transfer. +

    + +

    + Stuart + + I see +

    + +

    + Kevin + + These devices communicate with each other using IP (Internet Protocol) Address. +

    + +

    + Bob + + Wait! I think, it’s getting too much technical. +

    + +

    + Kevin + + Ok bob, let’s get to the next question. And Stuart, if you like to know more about IP Address. Then please search it on DM References section of this app. +

    + +

    + Stuart + + Ok Kevin :D +

    + +

    + Bob + + Stop smiling, ask the next question. +

    + +

    + Stuart + + Kevin do you have any idea! What we will learn next? +

    + +

    + Kevin + + On next topic you will learn different approaches of digital marketing. But before proceeding forward, Stuart and Bob you should go through DM Reference and try to understand each and every new digital marketing terms that you guys have encountered till now. And I want you to do that, at the end of every topics from now on. +

    + +
    +
    + + +
    + +
    + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a2/chapter-1-4.txt b/a2/chapter-1-4.txt new file mode 100644 index 0000000..3f9e30d --- /dev/null +++ b/a2/chapter-1-4.txt @@ -0,0 +1,153 @@ +
    +

    + Chapter 1.4 Digital marketing approaches +

    +
    + + +
    +

    Different approaches of digital marketing

    +

    Till now, I can assume you had a basic idea of Digital Marketing such as what it is and its importance. As you are fully aware of its importance, then let’s discuss different approaches of digital marketing. Here I will elaborate different tactics of Digital Marketing, which you can implement on your business.

    +

    There are two different types of digital marketing approach. Those are organic and in-organic approach. In this topic we will discuss these in details. +

    +

    What is organic digital marketing approach?

    +

    It is the natural and free digital marketing approach. It requires proper skills, not direct investment for digital promotion. It is very common approach, as it is mostly free. Almost all companies first go with organic promotion. The only drawback with this digital marketing approach is, it has huge competition. It includes SEO (Search Engine Optimization).

    +

    Search Engine Optimization: It is a process of improving your website ranking on Google, when somebody search something related to your business. It’s not as simple as it sounds. But don’t worry, I will explain this SEO in complete detail.

    +

    What is in-organic digital marketing approach?

    +

    It is basically paid digital marketing approach. It requires both, proper skills and investment, for digital promotion. Most of the companies and business go with in-organic digital marketing, rather than just relying on organic approach. As it gives better result even in high competitive market. The only drawback is, there is no free alternative. It includes

    +

    Online Advertisements: It is exactly similar to as it sounds. Online advertisement means running promotional advertisements on internet. It is the most powerful approach to reach to your right audience at a right time.

    +

    Online Affiliate Marketing: If you are a manufacturer, or service provider, then you can provide affiliate to other digital marketers. For that you can create a system, from where they can join with your business and carry forward your marketing on their own channels. In return, as most of the business do, you can award them with a commission or gift. It’s up to you. Online affiliate marketing can save your resources and capital that you need to invest in order to run your own digital marketing campaigns.

    +

    Other digital marketing approach

    +

    It’s basically a mixture of organic and in-organic digital marketing approach. They provide both free and paid marketing plans to their users. It includes

    +
      +
    1. Social Media Promotion: APromoting your business or brand in social media channels such as, Facebook, Twitter, LinkedIn etc. Social media promotion is a combination of SMO and SMM. Thus they provide us both free (SMO) and paid (SMM) options for business promotion.
    2. +
        +
      • SMO: In social networks, we can improve, enhance and optimize our presence in order to promote a business or brand. We can create attractive posts, join groups, create events and more to increase engagements. For that we don't need to pay anything and we call this SMO (Social Media Optimization).
      • +
      • SMM: We just can't rely on social media optimization strategies to promote of business. In order to generate business effectively we should go with SMM (Social Media Marketing). SMM is a practice of running advertisements on social media networks.
      • +
      +
    3. Email Marketing:
    4. +
    5. Local Listings:
    6. +
    7. Business Listings:
    8. +
    +
    +
    + +
    +
    + +

    + bob + + Kevin can I start my business, and promote it using organic approach. And once I make some profit, I will start in-organic promotion also. +

    + +

    + kevin + + Yes Bob, of course you can do that. Most of the startups, do the same. But there is one thing you should know. +

    + +

    + bob + + What? +

    + +

    + kevin + + Not all business are same. If you are running a business, where you target your most of the audience through internet. Then I suggest you to go with in-organic approach too along with organic approach. It because organic approach, can some time takes time. But in-organic approach yields result instantaneously. +

    + +

    + bob + + I see +

    + +

    + kevin + + DSo if your business relies completely on internet, then you may not able to make profit, only by following organic approach. Unless you are a brilliant digital marketer. +

    + +

    + Stuart + + Like me +

    + +

    + kevin + + shut up +

    + +

    + bob + + + haha +

    + +

    + Stuart + + + hmm +

    + +

    + Kevin + + Stuart please don’t mind. If you have any more questions bob, do ask directly to the experts, through Ask Buddy. +

    + +
    +
    + + +
    + +
    + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a2/chapter-1-5.txt b/a2/chapter-1-5.txt new file mode 100644 index 0000000..4a64c68 --- /dev/null +++ b/a2/chapter-1-5.txt @@ -0,0 +1,154 @@ +
    +

    + Chapter 1.5 Chapter 1 | Wrapping up +

    +
    + + +
    +

    So far we have learned what is marketing, digital marketing, digital marketing vs. traditional marketing. We have also learned, its importance and different approaches.

    +

    We have discussed SEO an organic digital marketing approach. You have already read this term in previous topic. Now let’s elaborate SEO. Shall we!

    +

    SEO, as you already know - It stands for search engine optimization. Before going into that, you should first understand what a search engine is.

    +

    What is a Search Engine?

    +

    Search engine is a web application, which helps to find information according to our search terms. The best example is Google. You have already used Google several time. Google is one of the most famous search engine today. You will find more about search engine in DM Reference.

    +

    What is Search Engine optimization?

    +

    Technically: SEO is a process of improving websites ranking on a selected keywords in the organic rankings of the SERP (Search Engine Result Page).

    +

    Example: As you can see in the below image, there is a lot of websites coming up in SERP. When I searched “buy LED TV”. Now the website showing up in the first rank has done the SEO better than the website showing up at the bottom.

    +

    SEO is a comparative term. There is no specific unit of measurement, to measure the effectiveness of SEO. When we compare two website, we can compare their average rankings on keywords, codes, data, media, backlinks and more to identify which has better SEO.

    +

    What’s next?

    +

    We will create our online presence, so that search engine can find us! Creating online presence is very important for any business or company. On our next chapter, we will be providing some useful information’s, suggestions and tutorials for creating an online presence of your business.

    +
    + +
    +
    + +

    + bob + + I am excited for the next chapter. +

    + +

    + stuart + + + Me too Bob. Hope next chapter will be easy. +

    + +

    + bob + + Stuart come-on. It’s already easy. +

    + +

    + stuart + + I am not genius! Bob +

    + +

    + bob + + + I know +

    + +

    + stuart + + + You are laughing at me! +

    + +

    + stuart + + If you think, you are smarter than me. Then answer my question. +

    + +

    + bob + + + Ok ask. +

    + +

    + stuart + + Tell me the name of top five search engines. +

    + +

    + bob + + Google, Bingo, Yahoo... hmm.. +

    + +

    + stuart + + + It’s bing not bingo you fool. And the other two? +

    + +

    + bob + + + I can't remember right now! +

    + +

    + kevin + + Good try Bob. Just remember, like Google there are other search engines. They are similar to Google. Such as Bing, Yahoo, Aol, Yandex (Russian), Biadu (Chinese) etc... Bing is the second most used search engine, which is owned by Microsoft. +

    + +
    +
    + +
    + +
    + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a2/chapter-1.html b/a2/chapter-1.html new file mode 100644 index 0000000..63c5674 --- /dev/null +++ b/a2/chapter-1.html @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + +Chapter 1 | Business Promotion + + + +
    + +
    +
    +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + + +
    + +
    +
    + +
    + +
    + + \ No newline at end of file diff --git a/a1-business/chapter-1.html b/a2/chapter-2.html similarity index 97% rename from a1-business/chapter-1.html rename to a2/chapter-2.html index bcb160c..f042f50 100644 --- a/a1-business/chapter-1.html +++ b/a2/chapter-2.html @@ -9,7 +9,7 @@ -Chapter 1 | Business Promotion +Chapter 2 | Business Promotion diff --git a/a2/dmhot.html b/a2/dmhot.html new file mode 100644 index 0000000..d3c787f --- /dev/null +++ b/a2/dmhot.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | HOT + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM HOT | Digital Marketing Hands on Training (Practilce Session)

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a2/dmjargon.html b/a2/dmjargon.html new file mode 100644 index 0000000..3c00323 --- /dev/null +++ b/a2/dmjargon.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Jargon + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM Reference

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a2/dmtools.html b/a2/dmtools.html new file mode 100644 index 0000000..d409e54 --- /dev/null +++ b/a2/dmtools.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Tools + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM Tools and Resources

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a2/dmupdates.html b/a2/dmupdates.html new file mode 100644 index 0000000..3634789 --- /dev/null +++ b/a2/dmupdates.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Updates + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM Updates

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a2/function/chapter-1.js b/a2/function/chapter-1.js new file mode 100644 index 0000000..6dc1dc7 --- /dev/null +++ b/a2/function/chapter-1.js @@ -0,0 +1,64 @@ +function loadChapter(){ +chapter1(01); +} + +function chapter1(num) { +x=num; +if(x==01){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = + this.responseText; + } + }; + xhttp.open("GET", "chapter-1-1.txt", true); + xhttp.send(); +} +if(x==02){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-2.txt", true); + xhttp.send(); +} +if(x==03){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-3.txt", true); + xhttp.send(); +} +if(x==04){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-4.txt", true); + xhttp.send(); +} +if(x==05){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-5.txt", true); + xhttp.send(); +} +return null; +} \ No newline at end of file diff --git a/a2/function/chapter-2.js b/a2/function/chapter-2.js new file mode 100644 index 0000000..3634e96 --- /dev/null +++ b/a2/function/chapter-2.js @@ -0,0 +1,38 @@ +function chapter2(num) { +x=num; +if(x==01){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = + this.responseText; + } + }; + xhttp.open("GET", "chapter-1-1.txt", true); + xhttp.send(); +} +if(x==02){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-2.txt", true); + xhttp.send(); +} +if(x==03){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-3.txt", true); + xhttp.send(); +} +return null; +} \ No newline at end of file diff --git a/a3.html b/a2/home.html similarity index 52% rename from a3.html rename to a2/home.html index 5ce0a3f..327f7e6 100644 --- a/a3.html +++ b/a2/home.html @@ -2,28 +2,22 @@ + + + + - - - - - -Become A Webmaster | Landing Page - - - - - - - - +Business Promotion | Landing Page +
    - +
    @@ -106,7 +72,7 @@
  • Keep Track of Latest DM Updates
  • Digital Marketing Course for Business Promotion
    - Take Course + Take Course
    diff --git a/a2/images/111.jpg b/a2/images/111.jpg new file mode 100644 index 0000000..bf7a5e1 Binary files /dev/null and b/a2/images/111.jpg differ diff --git a/a2/images/112.jpg b/a2/images/112.jpg new file mode 100644 index 0000000..507f3fb Binary files /dev/null and b/a2/images/112.jpg differ diff --git a/a2/images/ThinkstockPhotos-477545230.jpg b/a2/images/ThinkstockPhotos-477545230.jpg new file mode 100644 index 0000000..889b8a5 Binary files /dev/null and b/a2/images/ThinkstockPhotos-477545230.jpg differ diff --git a/a2/images/course-1.jpg b/a2/images/course-1.jpg new file mode 100644 index 0000000..71ee815 Binary files /dev/null and b/a2/images/course-1.jpg differ diff --git a/a2/images/course-2.jpg b/a2/images/course-2.jpg new file mode 100644 index 0000000..5c02088 Binary files /dev/null and b/a2/images/course-2.jpg differ diff --git a/a2/images/course.jpg b/a2/images/course.jpg new file mode 100644 index 0000000..96e1b57 Binary files /dev/null and b/a2/images/course.jpg differ diff --git a/a2/nav.txt b/a2/nav.txt new file mode 100644 index 0000000..f1ff276 --- /dev/null +++ b/a2/nav.txt @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/a2/z_ask.html b/a2/z_ask.html new file mode 100644 index 0000000..9b88ade --- /dev/null +++ b/a2/z_ask.html @@ -0,0 +1,88 @@ + + + + + + + + + + + +BusinessMan Free + + + + + + + + + + + + + +
    +
    +
    + + +
    + + + +
    + +
    + +
    +
    +
    + +
    + + +
    + +
    + +
    + + + + +
    + +
    +
    + + + \ No newline at end of file diff --git a/a3/chapter-1-1.txt b/a3/chapter-1-1.txt new file mode 100644 index 0000000..dbfcce5 --- /dev/null +++ b/a3/chapter-1-1.txt @@ -0,0 +1,69 @@ +
    +

    + Chapter 1.1 Introduction to Digital Marketing Course +

    +
    + + +
    +

    Digital Marketing Course for Business Promotion

    +

    Hello There! This course will help you to take your business online and promote it using the latest digital marketing techniques. I tried my best to simply this course as much as possible. The best part is: it does not requires any prior knowledge of IT. Basic knowledge of operating computers and smartphones is enough. This app will be your buddy (i.e. friend) for as long as you want, and will help you in your digital marketing campaigns.

    + +

    What you will learn in this course:

    +
      +
    1. Creating Online Presence for your business.
    2. +
    3. Learn how to promote your business on internet for free.
    4. +
    5. Learn where and how to invest on Digital Marketing to get maximum returns.
    6. +
    7. Target and reach to your potential customers.
    8. +
    9. Promote your products and services worldwide.
    10. +
    11. Learn how to create effective Digital Marketing strategies for your business.
    12. +
    13. Hire skilled Digital Marketers according to your need.
    14. +
    15. Track and monitor your Digital Marketing campaign.
    16. +
    +
    + + + + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a3/chapter-1-2.txt b/a3/chapter-1-2.txt new file mode 100644 index 0000000..053eae8 --- /dev/null +++ b/a3/chapter-1-2.txt @@ -0,0 +1,164 @@ +
    +

    + Chapter 1.2 Understanding Digital Marketing +

    +
    + + +
    +

    Understanding Digital Marketing

    +

    In topic you will understand marketing and its components, what digital marketing is and how it can help you in your business. You can go through this topic once to understand the basics or you can skip it, if you already aware of digital marketing.

    +

    What is marketing?

    +

    Marketing is an essential part of any business. Marketing is the science and art of exploring, creating, and delivering value to satisfy the needs of a target market at a profit. In simple words, we can elaborate marketing into three Components. +

    +
      +
    1. Generating Awareness: Here I am talking about the consumer awareness. Business owners increase consumer awareness by employing a wide range of marketing techniques. The main reason of creating consumer awareness is to make consumers aware of particular products and services. It’s basically a passive marketing technique, where business and companies teach consumers – how to use particular product or services, how it can simply their lives etc. Companies which produces high-quality products and provides top-notch customer service, must create public awareness of these values through commercials, billboards or digital marketing campaigns.
    2. +
    3. Creating Need: If a business owner has successfully created an awareness, then the next step will be creating the need of that particular product or services in the customers mind. If someone don’t need that particular product or services, he or she won’t buy it. Don’t get confused with want. Wants are a step ahead of needs and are largely dependent on the needs of customers themselves. Customer wants particular products and services only when they are aware of particular product and services and they really need it. Creating wants is a complex procedure and depends upon the many factors. Many times it’s not in the controls of even the most expert marketing professionals.
    4. +
    5. Satisfying Demand: Generating awareness and creating need is an essential part of any marketing campaign. But it’s not just enough. To earn profit in order to run and sustain the business, we need to satisfy the demands. Satisfying the demands means identifying the potential customer (consumers who wants particular product or services) and fulfilling the demand at a profit. Big brands, companies and business often releases multiple types of discounts, offers, sales etc. to satisfy the demands.
    6. +
    +

    What is digital marketing?

    + +

    Doing marketing through internet on a digital platform (such as, computer, laptop, tablet, smartphones, mobile etc.) is digital marketing. Marketing also means promotion. So we can also say, Digital marketing is promotion of any company or business on the worldwide network of internet.

    +

    In Technical Terms: Digital marketing is a wide term used for the targetable, measurable, and interactive marketing process of products or services using digital technologies over a global network of internet, to reach the widest majority of audiences.

    +

    Don’t get confused! Digital marketing is known by many names, such as, Internet Marketing, Online Marketing, Digital Promotion, Internet Promotion, Online Promotion etc. Further you will learn more technical terms along with this course. You can use DM Reference anytime to revise this term.

    +

    How it is different than traditional marketing?

    +

    Traditional marketing refers to any type of promotion, advertising or campaign that has been in use by companies for years, and that has a proven success rate. Methods of traditional marketing can include print advertisements, such as newsletters, billboards, flyers, newspaper print ads etc. As we are approaching towards the future, our marketing and promotion strategies are evolving over the time. We are now moving from old traditional marketing towards digital marketing.

    +

    Digital Marketing and traditional marketing are both absolute form of marketing. The difference between traditional and digital marketing, lies on their strategies, process and platform.

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Digital MarketingTraditional Marketing
    Cost effectiveCostly
    Wider reachGeographically limited
    MeasurableNot Measurable
    Audience TargetingNot Possible
    Audience TrackingNot Possible
    InteractiveLess Interactive
    +
    + +

    In next topic - you will understand the above given terms on the comparion table. Our next topic is - Importance of digital marketing.

    +
    + +
    +
    + +

    + Stuart + + Bob can we combine traditional marketing with digital marketing? +

    + +

    + Bob + + Yes I think so. Kevin please explain! +

    + +

    + Kevin + + Yes of course! Stuart we can use traditional marketing and digital marketing at a same time. Bob is right. And it’s always a good idea to use both at a same time. It allows a business to reach to its potential customers from every possible medium. +

    + +

    + stuart + + So it is compulsory for a business to do both digital marketing and traditional marketing together. +

    + +

    + Kevin + + Nothing is compulsory, it’s just recommended. According to your business model and investment capacity. As I think you already knows how costly traditional marketing is. It requires big investments when it comes to put your ads on newspaper, television etc. Most of the small business and startups, just can’t afford it. +

    + +

    + stuart + + Oh, I see. Bob I think Kevin wants to say digital marketing is cheaper. What do you think bob? +

    + +

    + Bob + + Of course Stuart. Kevin please explain him. +

    + +

    + Kevin + + Comparatively Bob is right. Digital marketing is cheaper than traditional marketing. I will tell you in next topic. Just remember that, there are few digital marketing techniques that requires ZERO investment. +

    + +
    +
    + + +
    + +
    + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a3/chapter-1-3.txt b/a3/chapter-1-3.txt new file mode 100644 index 0000000..83b9f7a --- /dev/null +++ b/a3/chapter-1-3.txt @@ -0,0 +1,192 @@ +
    +

    + Chapter 1.3 Importance of Digital Marketing +

    +
    + + +
    +

    Importance of Digital Marketing

    +

    In today’s generation, most of the people spend their, most of the time on the internet. Internet is their favorite place to find information they are looking for, search products they need to buy, hangout with a friend or family who are far way, remain connected with loved ones, play games, watch movies, listen songs and the list goes on.

    +

    Lot of companies and businesses are targeting these online users through their digital marketing campaigns. These campaigns, mostly runs on social media networks, famous websites and blogs, gaming and entertainment platforms etc. Through digital marketing, business targets users and turn them into client.

    +

    There is an exponential rise in the number of internet users. Due to affordable digital devices and wider connectivity of internet. Now it is possible to access internet from any corner of the world. So to reach the maximum number of audience, marketers are now following digital marketing practices.

    +

    Digital marketing is now considered the 6th mass media channel after print, recordings, cinema, radio and TV.

    +

    How Digital Marketing can help you in your business?

    +

    The main purpose of digital marketing is to connect with the large section of audiences who uses internet, in order to generate business. Among them a digital marketers can easily find a potential customers for their business. Targeting this potential customer through their digital devices and promoting product and services according to their preferences and interest, can really make a huge difference real market.

    +

    If you are running a business and getting businesses from newspaper, flyers and other traditional methods. Then you must consider implementing digital marketing techniques in your business in order to exponentially grow your business. I have elaborated few points below, which can strengthen the importance of digital marketing.

    +
      +
    1. Wider Reach: As you already knows, internet has no limits. Using internet we can reach to each to every corners of the world. Internet is an essence of Digital marketing, thus it has no limits. Internet marketing give you the power to turn a small company into a worldwide famous brand.
    2. +
    3. Cost-Effective: As I said before, digital marketing is cost effective. Most of its strategies are free or requires negligible amount of investments. Running advertisements on digital media channels is drastically cheaper than running advertisements on traditional marketing channels such as TV, Newspaper etc.
      + Small businesses have very little resources and even capitalization. For them digital marketing is the best and most cost-effective marketing channel that delivers results in today’s market. +
    4. +
    5. Effective Measuring: Measuring marketing objectives and efforts, on traditional marketing channels is really a difficult task and sometimes it's impossible. On another hand, digital marketing allows us to completely measure each and every activities related to our digital marketing campaign. It allows to effectively manage and improve our digital marketing campaigns in order to generate more business. Measuring the effectiveness of digital campaigns is an integral part of engaging, exciting and efficient marketing.
    6. +
    7. Better Targeting: There is no other marketing channels, which allows you to target your audience effectively then digital marketing. Identifying the potential customers and targeting them, can save a lot of marketing resources including time and money. It also helps to increase the chances of conversion. We can target audience based on their interest, locations, languages etc.
    8. +
    9. Accurate Tracking: Now it is possible to understand your audiences and customers before it actually becomes your client. We can effectively track those, using digital marketing tools. They use digital devices, which we can easily track and monitor our audiences on their devices and improve our digital marketing campaign accordingly.
    10. +
    11. Interaction: One of the reasons why digital marketing is taking over traditional marketing channels is the ability of Internet marketing tools to interact with targeted audiences in real time. Engagement in any form is what your customers expect to receive when interacting with your brand or business.
    12. +
    13. Remarketing: Remarketing reduces the risk of losing a customer. We will discuss this in details later. For now, just remember remarketing is a practice of targeting your users who has previously visited to your business and to show relevant offers according to their interest.
    14. +
    +
    +

    Digital marketing is applicable for all types of business. It is the best way to reach to the widest majority of audience easily. Implementing the digital marketing strategies which you will learn in this course will always be beneficial for your business.

    +
    + +
    +
    + +

    + Stuart + + I have some questions +

    + +

    + Bob + + I also want to ask something. I want to ask first, please Please Please! +

    + +

    + Stuart + + Ok Bob, you go first +

    + +

    + Bob + + How can we measure digital marketing campaign? +

    + +

    + Kevin + + The brands and business uses different approaches to measuring the value of its digital marketing campaign. For direct marketing activity, where they can directly track and measures traffic, impressions, clicks, conversions etc. Bob you will understand this later, as we go on with this course. +

    + +

    + Stuart + + Don’t worry Bob. You will definitely understand this later. Now let me ask my question. +

    + +

    + Stuart + + Kevin - what is internet? +

    + +

    + Bob + + + OMG +

    + +

    + Stuart + + + Shut up! +

    + +

    + Kevin + + Guys don’t fight. Nice question Stuart. We must understand internet in order to learn digital marketing effectively. Internet in simple words is a medium of communication. We can also say it is the global network of digital devices that are connect with each other like a web. Thus we also call this network as a world wide web. A biggest network of retime data transfer. +

    + +

    + Stuart + + I see +

    + +

    + Kevin + + These devices communicate with each other using IP (Internet Protocol) Address. +

    + +

    + Bob + + Wait! I think, it’s getting too much technical. +

    + +

    + Kevin + + Ok bob, let’s get to the next question. And Stuart, if you like to know more about IP Address. Then please search it on DM References section of this app. +

    + +

    + Stuart + + Ok Kevin :D +

    + +

    + Bob + + Stop smiling, ask the next question. +

    + +

    + Stuart + + Kevin do you have any idea! What we will learn next? +

    + +

    + Kevin + + On next topic you will learn different approaches of digital marketing. But before proceeding forward, Stuart and Bob you should go through DM Reference and try to understand each and every new digital marketing terms that you guys have encountered till now. And I want you to do that, at the end of every topics from now on. +

    + +
    +
    + + +
    + +
    + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a3/chapter-1-4.txt b/a3/chapter-1-4.txt new file mode 100644 index 0000000..3f9e30d --- /dev/null +++ b/a3/chapter-1-4.txt @@ -0,0 +1,153 @@ +
    +

    + Chapter 1.4 Digital marketing approaches +

    +
    + + +
    +

    Different approaches of digital marketing

    +

    Till now, I can assume you had a basic idea of Digital Marketing such as what it is and its importance. As you are fully aware of its importance, then let’s discuss different approaches of digital marketing. Here I will elaborate different tactics of Digital Marketing, which you can implement on your business.

    +

    There are two different types of digital marketing approach. Those are organic and in-organic approach. In this topic we will discuss these in details. +

    +

    What is organic digital marketing approach?

    +

    It is the natural and free digital marketing approach. It requires proper skills, not direct investment for digital promotion. It is very common approach, as it is mostly free. Almost all companies first go with organic promotion. The only drawback with this digital marketing approach is, it has huge competition. It includes SEO (Search Engine Optimization).

    +

    Search Engine Optimization: It is a process of improving your website ranking on Google, when somebody search something related to your business. It’s not as simple as it sounds. But don’t worry, I will explain this SEO in complete detail.

    +

    What is in-organic digital marketing approach?

    +

    It is basically paid digital marketing approach. It requires both, proper skills and investment, for digital promotion. Most of the companies and business go with in-organic digital marketing, rather than just relying on organic approach. As it gives better result even in high competitive market. The only drawback is, there is no free alternative. It includes

    +

    Online Advertisements: It is exactly similar to as it sounds. Online advertisement means running promotional advertisements on internet. It is the most powerful approach to reach to your right audience at a right time.

    +

    Online Affiliate Marketing: If you are a manufacturer, or service provider, then you can provide affiliate to other digital marketers. For that you can create a system, from where they can join with your business and carry forward your marketing on their own channels. In return, as most of the business do, you can award them with a commission or gift. It’s up to you. Online affiliate marketing can save your resources and capital that you need to invest in order to run your own digital marketing campaigns.

    +

    Other digital marketing approach

    +

    It’s basically a mixture of organic and in-organic digital marketing approach. They provide both free and paid marketing plans to their users. It includes

    +
      +
    1. Social Media Promotion: APromoting your business or brand in social media channels such as, Facebook, Twitter, LinkedIn etc. Social media promotion is a combination of SMO and SMM. Thus they provide us both free (SMO) and paid (SMM) options for business promotion.
    2. +
        +
      • SMO: In social networks, we can improve, enhance and optimize our presence in order to promote a business or brand. We can create attractive posts, join groups, create events and more to increase engagements. For that we don't need to pay anything and we call this SMO (Social Media Optimization).
      • +
      • SMM: We just can't rely on social media optimization strategies to promote of business. In order to generate business effectively we should go with SMM (Social Media Marketing). SMM is a practice of running advertisements on social media networks.
      • +
      +
    3. Email Marketing:
    4. +
    5. Local Listings:
    6. +
    7. Business Listings:
    8. +
    +
    +
    + +
    +
    + +

    + bob + + Kevin can I start my business, and promote it using organic approach. And once I make some profit, I will start in-organic promotion also. +

    + +

    + kevin + + Yes Bob, of course you can do that. Most of the startups, do the same. But there is one thing you should know. +

    + +

    + bob + + What? +

    + +

    + kevin + + Not all business are same. If you are running a business, where you target your most of the audience through internet. Then I suggest you to go with in-organic approach too along with organic approach. It because organic approach, can some time takes time. But in-organic approach yields result instantaneously. +

    + +

    + bob + + I see +

    + +

    + kevin + + DSo if your business relies completely on internet, then you may not able to make profit, only by following organic approach. Unless you are a brilliant digital marketer. +

    + +

    + Stuart + + Like me +

    + +

    + kevin + + shut up +

    + +

    + bob + + + haha +

    + +

    + Stuart + + + hmm +

    + +

    + Kevin + + Stuart please don’t mind. If you have any more questions bob, do ask directly to the experts, through Ask Buddy. +

    + +
    +
    + + +
    + +
    + + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a3/chapter-1-5.txt b/a3/chapter-1-5.txt new file mode 100644 index 0000000..4a64c68 --- /dev/null +++ b/a3/chapter-1-5.txt @@ -0,0 +1,154 @@ +
    +

    + Chapter 1.5 Chapter 1 | Wrapping up +

    +
    + + +
    +

    So far we have learned what is marketing, digital marketing, digital marketing vs. traditional marketing. We have also learned, its importance and different approaches.

    +

    We have discussed SEO an organic digital marketing approach. You have already read this term in previous topic. Now let’s elaborate SEO. Shall we!

    +

    SEO, as you already know - It stands for search engine optimization. Before going into that, you should first understand what a search engine is.

    +

    What is a Search Engine?

    +

    Search engine is a web application, which helps to find information according to our search terms. The best example is Google. You have already used Google several time. Google is one of the most famous search engine today. You will find more about search engine in DM Reference.

    +

    What is Search Engine optimization?

    +

    Technically: SEO is a process of improving websites ranking on a selected keywords in the organic rankings of the SERP (Search Engine Result Page).

    +

    Example: As you can see in the below image, there is a lot of websites coming up in SERP. When I searched “buy LED TV”. Now the website showing up in the first rank has done the SEO better than the website showing up at the bottom.

    +

    SEO is a comparative term. There is no specific unit of measurement, to measure the effectiveness of SEO. When we compare two website, we can compare their average rankings on keywords, codes, data, media, backlinks and more to identify which has better SEO.

    +

    What’s next?

    +

    We will create our online presence, so that search engine can find us! Creating online presence is very important for any business or company. On our next chapter, we will be providing some useful information’s, suggestions and tutorials for creating an online presence of your business.

    +
    + +
    +
    + +

    + bob + + I am excited for the next chapter. +

    + +

    + stuart + + + Me too Bob. Hope next chapter will be easy. +

    + +

    + bob + + Stuart come-on. It’s already easy. +

    + +

    + stuart + + I am not genius! Bob +

    + +

    + bob + + + I know +

    + +

    + stuart + + + You are laughing at me! +

    + +

    + stuart + + If you think, you are smarter than me. Then answer my question. +

    + +

    + bob + + + Ok ask. +

    + +

    + stuart + + Tell me the name of top five search engines. +

    + +

    + bob + + Google, Bingo, Yahoo... hmm.. +

    + +

    + stuart + + + It’s bing not bingo you fool. And the other two? +

    + +

    + bob + + + I can't remember right now! +

    + +

    + kevin + + Good try Bob. Just remember, like Google there are other search engines. They are similar to Google. Such as Bing, Yahoo, Aol, Yandex (Russian), Biadu (Chinese) etc... Bing is the second most used search engine, which is owned by Microsoft. +

    + +
    +
    + +
    + +
    + + +
    +
    +
    +
    +

    Chapter 1 - Topics List

    +
    + +

    + 1.1 Introduction to Digital Marketing Course +

    +

    + 1.2 Understanding Digital Marketing +

    +

    + 1.3 Importance of Digital Marketing +

    +

    + 1.4 Digital marketing approaches +

    +

    + 1.5 Chapter 1 | Wrapping up +

    + +
    +
    +
    \ No newline at end of file diff --git a/a3/chapter-1.html b/a3/chapter-1.html new file mode 100644 index 0000000..63c5674 --- /dev/null +++ b/a3/chapter-1.html @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + +Chapter 1 | Business Promotion + + + +
    + +
    +
    +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + + +
    + +
    +
    + +
    + +
    + + \ No newline at end of file diff --git a/a3/chapter-2.html b/a3/chapter-2.html new file mode 100644 index 0000000..f042f50 --- /dev/null +++ b/a3/chapter-2.html @@ -0,0 +1,74 @@ + + + + + + + + + + + +Chapter 2 | Business Promotion + + + + + + + + + + + + + + + +
    +
    +
    + + +
    + + + +
    + +
    + +
    +
    +
    + +
    + + +
    + +
    +
    + +
    + + +
    + + \ No newline at end of file diff --git a/a3/dmhot.html b/a3/dmhot.html new file mode 100644 index 0000000..d3c787f --- /dev/null +++ b/a3/dmhot.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | HOT + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM HOT | Digital Marketing Hands on Training (Practilce Session)

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a3/dmjargon.html b/a3/dmjargon.html new file mode 100644 index 0000000..3c00323 --- /dev/null +++ b/a3/dmjargon.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Jargon + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM Reference

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a3/dmtools.html b/a3/dmtools.html new file mode 100644 index 0000000..d409e54 --- /dev/null +++ b/a3/dmtools.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Tools + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM Tools and Resources

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a3/dmupdates.html b/a3/dmupdates.html new file mode 100644 index 0000000..3634789 --- /dev/null +++ b/a3/dmupdates.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +Business Promotion | Updates + + + +
    + +
    + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +
    + +
    + + +
    + +
    +
    +

    DM Updates

    +

    Under Construction

    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/a3/function/chapter-1.js b/a3/function/chapter-1.js new file mode 100644 index 0000000..6dc1dc7 --- /dev/null +++ b/a3/function/chapter-1.js @@ -0,0 +1,64 @@ +function loadChapter(){ +chapter1(01); +} + +function chapter1(num) { +x=num; +if(x==01){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = + this.responseText; + } + }; + xhttp.open("GET", "chapter-1-1.txt", true); + xhttp.send(); +} +if(x==02){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-2.txt", true); + xhttp.send(); +} +if(x==03){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-3.txt", true); + xhttp.send(); +} +if(x==04){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-4.txt", true); + xhttp.send(); +} +if(x==05){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-5.txt", true); + xhttp.send(); +} +return null; +} \ No newline at end of file diff --git a/a3/function/chapter-2.js b/a3/function/chapter-2.js new file mode 100644 index 0000000..3634e96 --- /dev/null +++ b/a3/function/chapter-2.js @@ -0,0 +1,38 @@ +function chapter2(num) { +x=num; +if(x==01){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = + this.responseText; + } + }; + xhttp.open("GET", "chapter-1-1.txt", true); + xhttp.send(); +} +if(x==02){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-2.txt", true); + xhttp.send(); +} +if(x==03){ + startLoading(); + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerContent").innerHTML = this.responseText; + } + }; + xhttp.open("GET", "chapter-1-3.txt", true); + xhttp.send(); +} +return null; +} \ No newline at end of file diff --git a/a1.html b/a3/home.html similarity index 51% rename from a1.html rename to a3/home.html index 85ae4c3..327f7e6 100644 --- a/a1.html +++ b/a3/home.html @@ -2,26 +2,21 @@ + + + + - - - - - -Business Promotion | Landing Page - - - - - - - +Business Promotion | Landing Page +
    - +
    @@ -105,7 +72,7 @@
  • Keep Track of Latest DM Updates
  • Digital Marketing Course for Business Promotion
    - Take Course + Take Course
    diff --git a/a3/images/111.jpg b/a3/images/111.jpg new file mode 100644 index 0000000..bf7a5e1 Binary files /dev/null and b/a3/images/111.jpg differ diff --git a/a3/images/112.jpg b/a3/images/112.jpg new file mode 100644 index 0000000..507f3fb Binary files /dev/null and b/a3/images/112.jpg differ diff --git a/a3/images/ThinkstockPhotos-477545230.jpg b/a3/images/ThinkstockPhotos-477545230.jpg new file mode 100644 index 0000000..889b8a5 Binary files /dev/null and b/a3/images/ThinkstockPhotos-477545230.jpg differ diff --git a/a3/images/course-1.jpg b/a3/images/course-1.jpg new file mode 100644 index 0000000..71ee815 Binary files /dev/null and b/a3/images/course-1.jpg differ diff --git a/a3/images/course-2.jpg b/a3/images/course-2.jpg new file mode 100644 index 0000000..5c02088 Binary files /dev/null and b/a3/images/course-2.jpg differ diff --git a/a3/images/course.jpg b/a3/images/course.jpg new file mode 100644 index 0000000..96e1b57 Binary files /dev/null and b/a3/images/course.jpg differ diff --git a/a3/nav.txt b/a3/nav.txt new file mode 100644 index 0000000..f1ff276 --- /dev/null +++ b/a3/nav.txt @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/a3/z_ask.html b/a3/z_ask.html new file mode 100644 index 0000000..9b88ade --- /dev/null +++ b/a3/z_ask.html @@ -0,0 +1,88 @@ + + + + + + + + + + + +BusinessMan Free + + + + + + + + + + + + + +
    +
    +
    + + +
    + + + +
    + +
    + +
    +
    +
    + +
    + + +
    + +
    + +
    + + + + +
    + +
    +
    + + + \ No newline at end of file diff --git a/error.html b/error.html new file mode 100644 index 0000000..7cf116d --- /dev/null +++ b/error.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + +Business Promotion | Landing Page + + + + + + +

    +
    +
    +
    +
    +
    + +

    Please restart

    +

    DM Buddy ran into a problem due to slow internet connection or due to uncompatiblity with your device. You can now either try again that action or restart the app. Sorry for the inconvenience caused.

    +Try Again +Click to Restart + +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/functions/chat.js b/functions/chat.js new file mode 100644 index 0000000..eada31a --- /dev/null +++ b/functions/chat.js @@ -0,0 +1,17 @@ +function runChat(){ +setTimeout(alterTawk, 999); +} + +function alterTawk(){ +try { +document.getElementsByTagName('iframe')[0].style.width = "100%"; +document.getElementsByTagName('iframe')[0].style.height = "100%"; +document.getElementsByTagName('iframe')[0].contentWindow.document.getElementById('formContainer').style.bottom = "0"; +document.getElementsByTagName('iframe')[0].contentWindow.document.getElementById('formContainer').style.zIndex = "999999999999"; +document.getElementsByTagName('iframe')[0].contentWindow.document.getElementById('chatPanel').style.zIndex = "999999999999"; +setTimeout(removeLoading, 100); +} +catch(err) { +window.location = "/error.html"; +} +} \ No newline at end of file diff --git a/functions/check.js b/functions/check.js index 5d866ba..f97c43c 100644 --- a/functions/check.js +++ b/functions/check.js @@ -50,7 +50,7 @@ document.getElementById('base').style.opacity="1"; function continueReading(){ var status = readCookie("userStatus"); if(status == '1'){ -window.location = "../a1.html"; +window.location = "/a1/home.html"; } else if(status == '2'){ window.location = "../a2.html"; @@ -66,7 +66,7 @@ else{return null;} } function business(){ document.cookie = "userStatus=1;path=/"; -window.location = "../a1.html"; +window.location = "/a1/home.html"; } function blog(){ document.cookie = "userStatus=2;path=/"; diff --git a/functions/core.js b/functions/core.js index a9a63ec..e216ca0 100644 --- a/functions/core.js +++ b/functions/core.js @@ -18,6 +18,20 @@ try { ga('create', 'UA-91432347-1', 'auto'); ga('send', 'pageview'); }catch(err) {} //Load GA +try { +function createMenu(){ + var xhttp = new XMLHttpRequest(); + xhttp.onreadystatechange = function() { + if (this.readyState == 4 && this.status == 200) { + document.getElementById("innerMenu").innerHTML = + this.responseText; + } + }; + xhttp.open("GET", "nav.txt", true); + xhttp.send(); +} +createMenu(); +}catch(err) {} //Create Menu } function startLoading(){ diff --git a/landing-page.html b/landing-page.html deleted file mode 100644 index 9d2ee4f..0000000 --- a/landing-page.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - -
    -

    Welcome back SPARKY!

    -
    -

    DM Buddy is officially launching on 12th of feb. From 12th of feb you can find and download the app directly from google play store.

    -
    -
    - - - \ No newline at end of file diff --git a/styles/core.css b/styles/core.css index 1029b57..6edea8c 100644 --- a/styles/core.css +++ b/styles/core.css @@ -30,17 +30,16 @@ width: 100%; height: 100%; } .glowLoad{ -width: 80px; -height: 80px; +width: 40px; +height: 40px; display: block; position: absolute; top: 50%; left: 50%; -margin-top: -40px; -margin-left: -40px; +margin-top: -20px; +margin-left: -20px; border-radius: 50%; text-align: center; -line-height: 80px; font-weight: bold; color: #333; background-color: #FFC000; @@ -52,20 +51,20 @@ position: absolute; top: 50%; left: 50%; border-radius: 50%; -width: 80px; -height: 80px; -margin-top: -45px; -margin-left: -45px; +width: 30px; +height: 30px; +margin-top: -20px; +margin-left: -20px; border: 5px solid #FFC000; --webkit-animation: gblink .3s infinite; -animation: gblink .3s infinite; +-webkit-animation: gblink .45s infinite; +animation: gblink .45s infinite; } @-webkit-keyframes gblink{ 0%{ - width: 80px; - height: 80px; - margin-top: -45px; - margin-left: -45px; + width: 40px; + height: 40px; + margin-top: -25px; + margin-left: -25px; opacity: 1; } 100%{ @@ -78,10 +77,10 @@ animation: gblink .3s infinite; } @keyframes gblink{ 0%{ - width: 80px; - height: 80px; - margin-top: -45px; - margin-left: -45px; + width: 40px; + height: 40px; + margin-top: -25px; + margin-left: -25px; opacity: 1; } 100%{ diff --git a/swt.html b/swt.html index bd442ea..2703da2 100644 --- a/swt.html +++ b/swt.html @@ -20,7 +20,7 @@ -

    LOADING

    +
    diff --git a/tfd.html b/tfd.html index 65f7246..07ca36b 100644 --- a/tfd.html +++ b/tfd.html @@ -20,7 +20,7 @@ -

    LOADING

    +
    diff --git a/the-first-destination.html b/the-first-destination.html deleted file mode 100644 index 9d2ee4f..0000000 --- a/the-first-destination.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - -
    -

    Welcome back SPARKY!

    -
    -

    DM Buddy is officially launching on 12th of feb. From 12th of feb you can find and download the app directly from google play store.

    -
    -
    - - - \ No newline at end of file