Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Work Issues
  4. Problem in my first project as a web developer

Problem in my first project as a web developer

Scheduled Pinned Locked Moved Work Issues
helpquestionannouncementcareer
6 Posts 3 Posters 4 Views 1 Watching
  • 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.
  • Y Offline
    Y Offline
    yudhistira dewanata
    wrote on last edited by
    #1

    so i got a job as a web developer recently, and is given a web project, this is my first job as a web developer. the client is a cosmetic company, they want me to create a web whose main objective is for data gathering? so basically, it's some kind of informative + community like web, where they gives out info like news and tips on cosmetic, the main purpose of the web is the community system, they want to implement a forum like system, where user can post tips and comment on those tips. The problem is, originally, the company wants, that to comment or post tips user must have a facebook (facebook is REALLY popular in my country) account. but my employer, suggest them to add a member system too. So what i am confused is i've never seen a web before where user can comment eihter with facebook or with their own comment system(with member login). so what do you guys think about this? should i tell my employer to change the system back to original? or is there a way to do the problem i have? or are there any other suggestions?

    Z 1 Reply Last reply
    0
    • Y yudhistira dewanata

      so i got a job as a web developer recently, and is given a web project, this is my first job as a web developer. the client is a cosmetic company, they want me to create a web whose main objective is for data gathering? so basically, it's some kind of informative + community like web, where they gives out info like news and tips on cosmetic, the main purpose of the web is the community system, they want to implement a forum like system, where user can post tips and comment on those tips. The problem is, originally, the company wants, that to comment or post tips user must have a facebook (facebook is REALLY popular in my country) account. but my employer, suggest them to add a member system too. So what i am confused is i've never seen a web before where user can comment eihter with facebook or with their own comment system(with member login). so what do you guys think about this? should i tell my employer to change the system back to original? or is there a way to do the problem i have? or are there any other suggestions?

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      There are lots of systems that allow you to use other systems (such as facebook or twitter) to authenticate so that they can post a comment. One option is to have a users table in your database where you store all your users and then a column in the table to store what type of user it is, i.e. facebook, twitter, google, your own member, etc. When they want to login you'll need a separate link or a dropdown for them to select how they want to authenticate (facebook, etc). Based on what you describe here you really just need to support multiple types of users by adding a flag to your user table and then also by providing the various login options.

      There are only 10 types of people in the world, those who understand binary and those who don't.

      Y 1 Reply Last reply
      0
      • Z ZurdoDev

        There are lots of systems that allow you to use other systems (such as facebook or twitter) to authenticate so that they can post a comment. One option is to have a users table in your database where you store all your users and then a column in the table to store what type of user it is, i.e. facebook, twitter, google, your own member, etc. When they want to login you'll need a separate link or a dropdown for them to select how they want to authenticate (facebook, etc). Based on what you describe here you really just need to support multiple types of users by adding a flag to your user table and then also by providing the various login options.

        There are only 10 types of people in the world, those who understand binary and those who don't.

        Y Offline
        Y Offline
        yudhistira dewanata
        wrote on last edited by
        #3

        Thanks for the reply. Another question, what about the comment box? for example facebook API comment box have those like,reply, and other stuff in it. how can i make a user who logs in as a normal member can reply those who uses facebook (if i use fb comment box), does this means i must modify facebook API? or should i just not use fb comment box, but my own comment box for all user.

        Z 1 Reply Last reply
        0
        • Y yudhistira dewanata

          Thanks for the reply. Another question, what about the comment box? for example facebook API comment box have those like,reply, and other stuff in it. how can i make a user who logs in as a normal member can reply those who uses facebook (if i use fb comment box), does this means i must modify facebook API? or should i just not use fb comment box, but my own comment box for all user.

          Z Offline
          Z Offline
          ZurdoDev
          wrote on last edited by
          #4

          I guess it depends on what you want to do. If you want to actually post to facebook then you'll need to use their api. If you just want a comment box that looks like facebook you just need to write all of the code yourself.

          There are only 10 types of people in the world, those who understand binary and those who don't.

          Y 1 Reply Last reply
          0
          • Z ZurdoDev

            I guess it depends on what you want to do. If you want to actually post to facebook then you'll need to use their api. If you just want a comment box that looks like facebook you just need to write all of the code yourself.

            There are only 10 types of people in the world, those who understand binary and those who don't.

            Y Offline
            Y Offline
            yudhistira dewanata
            wrote on last edited by
            #5

            Thanks. I guess I'll just use the normal commentbox

            J 1 Reply Last reply
            0
            • Y yudhistira dewanata

              Thanks. I guess I'll just use the normal commentbox

              J Offline
              J Offline
              JK 858
              wrote on last edited by
              #6

              that's a great discussion

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups