Can't decide which one is for me..

4 replies
  • WEB DESIGN
  • |
I am trying to have website where I can show information/specification for technology like Mobiles, Tablets etc. I wanna know which language should I use, I have learned Html and Css and can code in it. But I have tried to Php first, then I thought I should Learn Javascript and then when I don't like it I moved onto Jquery. I'm not a pro don't have any background in this field, I want you guys to help me in this.
Main things which I think I can't do are:-
==>>((http://whatmobile(.)com.pk/Nokia_Mobiles_Prices)) when you open this link you would see mobiles will automatically get in order with first coming soon mobiles then according to descending order to prices and discontinued mobiles after then, I can't able to do this in html.
==>>((http://www.phonearena(.)com/phones/full)) In this link you would see that you can filter mobiles according to their features like Ram, processor etc, that's another thing which can't be done with Html
==>>((http://gadgets.ndtv(.)com/nokia-100-...-nokia-101-478)) Here the last problem that how can I compare two mobiles.
I don't want you guys to make a script for me, I just want you guys to tell me that which language should I learn after html and css to do this kind of stuff that I mentioned above.
Thanks
Sorry for bad english, I'm not pure English
#css #decide #html #javascript #php.mysql
  • Profile picture of the author Zenoth
    It's actually quite simple. HTML is used to create static pages (pages that don't need to be changed, or at least without editing the code each time), while PHP is a programming language that allows you to create dynamic pages (pages that you can easily manage and maintain).

    The greatest feature of PHP is that allows you to use databases. Databases are used to store and retrieve content from (while HTML is used only to create page structure).

    So, if you need to create only static websites you can use only HTML + CSS, but if you need to create a website with advanced functionality, you need to use HTML + CSS + PHP.

    On the other hand, you can't create a website only with PHP + CSS without HTML, but you can create a website using HTML + CSSS.

    JavaScript or jQuery is not really required (you can make fully functional websites without them), but it can definitely help you to improve user experience with things like ajax, sliders, effects, etc.
    {{ DiscussionBoard.errors[9745891].message }}
    • Profile picture of the author Siawa Mad
      So I should Learn Php to do all this after Html and Css, which I mentioned in my question, Because I don't like JavaScript it's difficult for me to learn.
      Thanks
      {{ DiscussionBoard.errors[9746466].message }}
  • Profile picture of the author gozen
    I think your best option towards what you want to achieve is to go with a CMS, something like WordPress or Joomla or Ghost blog.
    {{ DiscussionBoard.errors[9746069].message }}
  • Profile picture of the author herbie9
    If you are not sure about what you should use, then you definitely should go for a CMS. CMS like WordPress, Joomla! or Magento are made to be perfect for any website purpose and I'm sure they have what you need, e.g. electronic product specification or anything relating to eCommerce.

    Plus you have the website beautifully customized with themes and so many awesome extensions, plugins....

    Your coding skill will make everything even easier.
    {{ DiscussionBoard.errors[9748447].message }}

Trending Topics