google-site-verification: googlebaca44933768a824.html Help Website Coding - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

Help Website Coding

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help Website Coding

    Hello,
    Whats the easier way to make a website for my CS 1.6 Project?
    What program do you suggest me to use i dont know alot of coding.

    #2
    Re: Help Website Coding

    Originally posted by Drev
    Hello,
    Whats the easier way to make a website for my CS 1.6 Project?
    What program do you suggest me to use i dont know alot of coding.
    first learn html + CSS then learn some PHP<-->MySQL and that's it
    ok bai

    Comment


      #3
      Re: Help Website Coding

      yup, may need some javascript aswell, but most important are php/html/css

      Contact:





      !8m:67%;<51>^5T0-7Nb2cIt-C|229/q]Ps67812
      HW: v3n0m4, Mattdog, Xeder
      yO.-(3_=4%Z*Y;<)gsqH_!"5"{_B?34dok&@_91;


      Comment


        #4
        Re: Help Website Coding

        Or, if u want to make website without any knowledge, use a CMS like Wordpress or Joomla, it's the easiest way.
        But indeed, php/html/css is better for a professional work

        Comment


          #5
          Re: Help Website Coding

          Originally posted by UnstucK View Post
          yup, may need some javascript aswell, but most important are php/html/css
          no javascript = best security (no IP leaks)
          but yeah that's for anonymity like sites on the TOR network. So you can use javascript ofc :D
          ok bai

          Comment


            #6
            Re: Help Website Coding

            Originally posted by lolimsoasd View Post
            no javascript = best security (no IP leaks)
            but yeah that's for anonymity like sites on the TOR network. So you can use javascript ofc :D
            bullshit, the bigger security risk here is using php.

            is suggest you do not even start reading up on php and put all the effort into learning javascript.

            a. knowledge of javascript allows you to create rich user interfaces and other things in the browser
            b. knowing javascript enables you to use nodejs, which is way better than php.

            all this is ofcourse only if you are serious about your project, whatever it might be.

            Comment


              #7
              Re: Help Website Coding

              Originally posted by b2k5 View Post
              bullshit, the bigger security risk here is using php.

              is suggest you do not even start reading up on php and put all the effort into learning javascript.

              a. knowledge of javascript allows you to create rich user interfaces and other things in the browser
              b. knowing javascript enables you to use nodejs, which is way better than php.

              all this is ofcourse only if you are serious about your project, whatever it might be.
              O_O

              php is not a risk at all, it's just that you need to avoid being drunk while coding it ^^

              I do not liek javascript, it does help for a lot of things but it does not replace php at all & is not the most important thing if you need to create a dynamic website :(

              Contact:





              !8m:67%;<51>^5T0-7Nb2cIt-C|229/q]Ps67812
              HW: v3n0m4, Mattdog, Xeder
              yO.-(3_=4%Z*Y;<)gsqH_!"5"{_B?34dok&@_91;


              Comment


                #8
                Re: Help Website Coding

                Well in PHP the most important rule is: Never trust the user, never ever.

                Comment


                  #9
                  Re: Help Website Coding

                  Originally posted by UnstucK View Post
                  O_O

                  php is not a risk at all, it's just that you need to avoid being drunk while coding it ^^

                  I do not liek javascript, it does help for a lot of things but it does not replace php at all & is not the most important thing if you need to create a dynamic website :(
                  it doesnt replace php, it supersedes it.

                  also i didnt say php is risky, i said using it is risky because ppl that use php tend to be lazy.
                  php has been superseded a long time ago by other things, and it should not be used anymore.

                  for instance there is rails (ruby), grails (groovy), jsf (java), asp (c#, c++, vb).
                  nodejs is the easiest thing tho for getting quick results.
                  a. because it's javascript, which you already know from the browser
                  b. it has very powerful frameworks already, super active open source community
                  c. it's also highly scalable, but i doubt the op needs that

                  Originally posted by how02 View Post
                  Well in PHP the most important rule is: Never trust the user, never ever.
                  that pretty much applies to everything running serverside relying on user input.

                  Comment


                    #10
                    Re: Help Website Coding

                    Originally posted by b2k5 View Post
                    bullshit, the bigger security risk here is using php.

                    is suggest you do not even start reading up on php and put all the effort into learning javascript.
                    ... WHEN talking about noob coding stuff

                    If he doesn't learn PHP, what kind of site could he make? HTML stuff with forms and tables. But no PHP code and MySQL connection. no sense at all
                    ok bai

                    Comment


                      #11
                      Re: Help Website Coding

                      Originally posted by lolimsoasd View Post
                      ... WHEN talking about noob coding stuff

                      If he doesn't learn PHP, what kind of site could he make? HTML stuff with forms and tables. But no PHP code and MySQL connection. no sense at all
                      like i said be4, PHP is not the one and only thing around. you can connect to a mysql with nodejs just as easily, no, actually even easier.

                      did he even say he needed a MySQL?

                      Comment


                        #12
                        Re: Help Website Coding

                        Originally posted by b2k5 View Post
                        like i said be4, PHP is not the one and only thing around. you can connect to a mysql with nodejs just as easily, no, actually even easier.

                        did he even say he needed a MySQL?
                        Well making a website today, sticking to static website (basic html) is kinda ... rare ^^

                        I guess that 90% of new websites are dynamic, so they need SQL, and my very own opinion is that sql connection is, anyway, way easier in php cuz you need what ... server,db,login, and do the connection, kinda easy to do it ^^

                        Anyway you prefer JS, I prefer php cuz both are way different, everyone has their opinion, but saying that php is not secure & js is a must to create a website, I do not agree ^^

                        Still php is server side and javascript client sided, most secure one is php , js has it's advantage of course, a mix of both is interesting, js for client interface and php for server sided things :) (didn't mention ajax)

                        > php is universal btw, any browser will handle it, js nop, some disable javascript & private browser may not support it AT ALL ^^
                        > php source is (obviously) hidden ,js is not
                        > can't mail with js
                        > can't do most of server side things with JS (&core javascript), again it is for client side things

                        to conclude ,js is awesome for client interface/any client sided things (& ajax), sexy/smooth designs, but PHP is always a must to start a dynamic website while JS is not, a good website will have both tho ^^

                        Contact:





                        !8m:67%;<51>^5T0-7Nb2cIt-C|229/q]Ps67812
                        HW: v3n0m4, Mattdog, Xeder
                        yO.-(3_=4%Z*Y;<)gsqH_!"5"{_B?34dok&@_91;


                        Comment


                          #13
                          Re: Help Website Coding

                          Originally posted by UnstucK View Post
                          Well making a website today, sticking to static website (basic html) is kinda ... rare ^^
                          wrong. HTML, CSS and JavaScript combined can easily blow your mind.
                          Originally posted by UnstucK View Post
                          I guess that 90% of new websites are dynamic, so they need SQL, and my very own opinion is that sql connection is, anyway, way easier in php cuz you need what ... server,db,login, and do the connection, kinda easy to do it ^^
                          you keep saying PHP and MySQL are the only thing serverside-scripting and database wise. there is a lot (and a lot better too) alternatives.

                          Originally posted by UnstucK View Post
                          Anyway you prefer JS, I prefer php cuz both are way different, everyone has their opinion, but saying that php is not secure & js is a must to create a website, I do not agree ^^
                          i never said php in itsself is insecure. i said people using php tend to be lazy, resulting in insecure code.

                          Originally posted by UnstucK View Post
                          Still php is server side and javascript client sided, most secure one is php , js has it's advantage of course, a mix of both is interesting, js for client interface and php for server sided things :) (didn't mention ajax)

                          > php is universal btw, any browser will handle it, js nop, some disable javascript & private browser may not support it AT ALL ^^
                          > php source is (obviously) hidden ,js is not
                          > can't mail with js
                          > can't do most of server side things with JS (&core javascript), again it is for client side things

                          to conclude ,js is awesome for client interface/any client sided things (& ajax), sexy/smooth designs, but PHP is always a must to start a dynamic website while JS is not, a good website will have both tho ^^
                          JavaScript is a lot more than just a browser extension. I guess none of you even bothered looking up nodejs (http://nodejs.org/). It's JavaScript on the server! Which also means every browser can handle it.

                          Also if your browser has problems with current JavaScript code/frameworks you should really REALLY either upgrade or go for a better browser (Google Chrome).

                          Again: PHP is NOT a requirement at all.

                          Comment


                            #14
                            Re: Help Website Coding

                            Originally posted by b2k5 View Post
                            wrong. HTML, CSS and JavaScript combined can easily blow your mind.

                            you keep saying PHP and MySQL are the only thing serverside-scripting and database wise. there is a lot (and a lot better too) alternatives.


                            i never said php in itsself is insecure. i said people using php tend to be lazy, resulting in insecure code.



                            JavaScript is a lot more than just a browser extension. I guess none of you even bothered looking up nodejs (http://nodejs.org/). It's JavaScript on the server! Which also means every browser can handle it.

                            Also if your browser has problems with current JavaScript code/frameworks you should really REALLY either upgrade or go for a better browser (Google Chrome).

                            Again: PHP is NOT a requirement at all.
                            In any domain there are a lot of alternatives, especially online, but the most reliable (functions/safety/known) is still sql & php (python,js and many many many others can be used of course, still these two are the most common, guess why ^^).

                            Anyway you got your point, I got mine, we won't go anywhere :(

                            As for the static part, I said that the websites are dynamic now, no more static content, I didn't argue about php/js ^^

                            SSJS is of course handled by any browser, I did mean the client sided part (JS) which can be (& is kinda often) disabled by the user.

                            And yea fully agree @lazy=insecure code (which is true for everything).

                            You can make a website with SSJS & by trashing php completly, but it depend on your web project, I do agree with you, if SSJS is enough for your project, then go for it as it is smexy smooth O_O

                            Contact:





                            !8m:67%;<51>^5T0-7Nb2cIt-C|229/q]Ps67812
                            HW: v3n0m4, Mattdog, Xeder
                            yO.-(3_=4%Z*Y;<)gsqH_!"5"{_B?34dok&@_91;


                            Comment


                              #15
                              Re: Help Website Coding

                              weird battle between node.js and php.
                              Originally posted by b2k5 View Post
                              like i said be4, PHP is not the one and only thing around. you can connect to a mysql with nodejs just as easily, no, actually even easier.

                              did he even say he needed a MySQL?
                              So you're telling that installing and configuring that js thing is simpler than using PHP?
                              there is a lot (and a lot better too) alternatives.
                              Why are they not used so often?

                              I think this is like linux-windows fight, but here you can do pretty much anything with both of them.
                              ok bai

                              Comment

                              Working...
                              X