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 ?
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???
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.
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.
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.
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