which programming is used in this website ? inkfruit.com? is this php/javascript??

Discussion in 'PHP' started by DPF_, Sep 21, 2011.

  1. #1
    i want to know can a website with similar features to inkfruit . com be done by php and javascript ?? or expertise in other areas also needed>? which programming is used in this site ?
     
    DPF_, Sep 21, 2011 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Yes. It doesn't matter what language is used on that site.
     
    drhowarddrfine, Sep 21, 2011 IP
  3. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #3
    I would guess at both, I know for a fact it uses javascript as you can see the scripts in the source code of the site. But as it looks like its database driven I assume it uses PHP aswell.

    php and javascript are used for totally different things though, PHP is a server side language commonly used for database driven sites like the one you asked about but can be used for many different things you want delt with on the server side. Javascript is a client side language used for things that need to be executed on the clients machine.

    Why would you ask this question though???
     
    johneva, Sep 21, 2011 IP
  4. DPF_

    DPF_ Greenhorn

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    coz i am looking for a similar theme based site...
     
    DPF_, Sep 21, 2011 IP
  5. fortehlolz

    fortehlolz Banned

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Looks like both to me. Definitely some Javascript in there.
     
    fortehlolz, Sep 21, 2011 IP
  6. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #6
    Still not with you? Dont get what your asking for.

    I dont see what difference it makes what language it uses. If you want to build a similar site you will need to build a database driven site with lots of javascript and even use of Ajax by the look of it. I would have to guess its a totally custom built anyway looking at the quality of it and different features on it.
     
    Last edited: Sep 23, 2011
    johneva, Sep 23, 2011 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    What the site is written in has nothing to do with whether it uses templates. It could be written in PHP, ASP, Ruby ... that's all on the server - you don't see that in the browser.
     
    Rukbat, Sep 26, 2011 IP
  8. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #8
    You can infer it from small clues, that inkfruit.com does use PHP as its server side script, the most obvious ones is that several pages (index.php, faqs.php etc) resolve.

    Not that it matters in the slightest because you have no access to the code, so have to build a site in whatever language you desire. This site could be recreated in PHP, a .NET language, Ruby, Python, Perl, ColdFusion and others.
     
    blueparukia, Sep 26, 2011 IP
  9. eyeshield21

    eyeshield21 Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Both are used for sure. at least it has login system --> include PHP and database~
    and i think the pop up and style are css and javascript
     
    eyeshield21, Sep 27, 2011 IP