ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Starting a New Website?

    Scheduled Pinned Locked Moved IT Discussion
    23 Posts 4 Posters 3.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      You can make HTML files to learn about HTML on your desktop (any OS) and no need for a web server. HTML will work in a browser the same from a local file as from a remote file server. It will work from a traditional fileserver (SMB, NFS) the same as HTTP servers as well.

      Running your own web server to learn is pretty basic.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        I'm a bit surprised at this question as you set up and ran a web server in the NTG Lab for Zabbix.

        LakshmanaL 1 Reply Last reply Reply Quote 0
        • LakshmanaL
          Lakshmana
          last edited by

          Yep,I have seen some webhosting giving their service for Rs.99 per month

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            Of course in the real world few people run their own web servers for others to use (MangoLassi does, it's a special case) and very few will create their own HTML. It is common today to generate HTML programmatically using special software for this purpose such as WordPress. These tools are called Content Management Systems (CMS.)

            LakshmanaL 1 Reply Last reply Reply Quote 1
            • scottalanmillerS
              scottalanmiller @Lakshmana
              last edited by

              @Lakshmana said:

              Yep,I have seen some webhosting giving their service for Rs.99 per month

              That is a reasonable price for a "starter" website service.

              1 Reply Last reply Reply Quote 0
              • LakshmanaL
                Lakshmana @scottalanmiller
                last edited by scottalanmiller

                @scottalanmiller I know that in NTG Lab.But now I am having some interest to provide some PDF materials for the users in India and also give many information regarding the government exams also. So I am thought many procedures would be there for the starting process

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Lakshmana
                  last edited by

                  @Lakshmana said:

                  @scottalanmiller But now I am having some interest to provide some PDF materials for the users in India and also give many information regarding the government exams also.

                  The concepts and procedures are the same, though. Likely you will want a very simple WordPress site. Be aware that serving out PDFs can use a lot of bandwidth very quickly.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    Are these government exams for IT?

                    1 Reply Last reply Reply Quote 0
                    • LakshmanaL
                      Lakshmana @scottalanmiller
                      last edited by

                      @scottalanmiller I am planning for government exams in IT as well as Non-IT also?Whether can I provide some links to download it reduce the bandwidth?
                      What are the other costs will be present in maintaining a website?

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Lakshmana
                        last edited by

                        @Lakshmana said:

                        What are the other costs will be present in maintaining a website?

                        The costs are the same as anything. You need storage, bandwith, etc. If you buy that from someone else, great, but you have to buy it and make sure that you get enough. We can host our websites easily on a $5/mo plan, but our storage needs make us use a $20/mo plan. We storage a lot of stuff on our web servers.

                        If you are running your own web server the costs are what you would expect... storage, bandwidth, etc.

                        1 Reply Last reply Reply Quote 0
                        • StrongBadS
                          StrongBad
                          last edited by

                          Sounds like you have a bit of ground to cover. Are you looking to learn about web hosting or just want to get something up and running? If you want to learn, set up an Apache web server and built some HTML. Lots of "Learning HTML" resources online. Once you understand that, install Wordpress and learn how that creates HTML on the fly.

                          If you just want to get something up and running, look for a server that doesn't just do web hosting but runs the Wordpress site for you too, so you just add content.

                          LakshmanaL 1 Reply Last reply Reply Quote 1
                          • LakshmanaL
                            Lakshmana @StrongBad
                            last edited by

                            @StrongBad Any links to learn HTML?

                            StrongBadS 1 Reply Last reply Reply Quote 0
                            • StrongBadS
                              StrongBad @Lakshmana
                              last edited by

                              @Lakshmana said:

                              @StrongBad Any links to learn HTML?

                              Not sure if it is the best, but it is definitely the most famous.

                              http://www.w3schools.com/html/default.asp

                              1 Reply Last reply Reply Quote 3
                              • StrongBadS
                                StrongBad
                                last edited by

                                Code Academy has "Make a Website" Course:

                                https://www.codecademy.com/skills/make-a-website

                                1 Reply Last reply Reply Quote 3
                                • StrongBadS
                                  StrongBad
                                  last edited by

                                  And a more advanced HTML one:

                                  https://www.codecademy.com/learn/web

                                  1 Reply Last reply Reply Quote 1
                                  • gjacobseG
                                    gjacobse
                                    last edited by

                                    While 'hard coding' is still very much used, many forgo that avenue and take the route using CMS - Content Managed Software.

                                    CMS software includes Drupal, JOOMLA!, WordPress, and more that I can't think of right at the moment.

                                    You can set these or any other hosting up in a easy or 'hard' way. There are companies like GoDADDY, HostMonster, BlueHost and so forth that will set you up with a $5.00 month plan, Registry and all. With those you can use the Script Installer to install any number of software. you get the Registration, Hosting and etc all in one package.

                                    You can also go to any company for hosting, managing your registration separately. There are some differences of opinion that this is better way to go. Commercial wise - that may very well be true. But for a personal site (like mine) that isn't dependent on it,... a 'package' is fine.

                                    You can use HTML anywhere as @scottalanmiller stated. I started with FrontPage, and deciphering HTML - While I used FP, I never really liked it as it added dozens of other folders that I felt was pointless.

                                    Today if I needed to build a site I would use either WordPress or JOOMLA! I cut my teeth on JOOMLA! 1.x and was able to get a simple, limited content site online in about 20 minutes.

                                    gjacobseG 1 Reply Last reply Reply Quote 0
                                    • gjacobseG
                                      gjacobse @gjacobse
                                      last edited by

                                      @gjacobse

                                      As a matter of fact,.. even with a CMS system, you can still use HTML codes. Knowing HTML structure is something that continues to carry forward.

                                      1 Reply Last reply Reply Quote 0
                                      • 1
                                      • 2
                                      • 1 / 2
                                      • First post
                                        Last post