What framework would you suggest I use to buil website mobile?

Discussion in 'HTML & Website Design' started by rainat, Apr 3, 2012.

  1. #1
    I am trying to create a website mobile. What framework would you suggest I use? . there are so many web mobile framework can used, Are there any better ones?
     
    rainat, Apr 3, 2012 IP
  2. mwwebsolutions

    mwwebsolutions Active Member

    Messages:
    69
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    50
    #2
    jQuery mobile is very good.
     
    mwwebsolutions, Apr 3, 2012 IP
  3. blacknet

    blacknet Active Member

    Messages:
    709
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    70
    #3
    Learn what each bit is for first, essentially all you need is CSS that's optimized for smaller screens, and a mobile-device friendly javascript framework (if you need that functionality).

    Pick any that you find you can understand simply, that is the only factor which determines how good they are, since they all do pretty much the same stuff, which isn't much at all tbh. Just a few media selector queries and basic grid layouts.
     
    blacknet, Apr 3, 2012 IP
  4. Alan Smith

    Alan Smith Active Member

    Messages:
    1,263
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #4
    Yes, there is a big list of framework for mobile application on internet. Some of them are really effective such as jQuery Mobile, WebApp.Net, DHTMLX Touch and Joapp. These all are very good framework for mobile website.
     
    Alan Smith, Apr 4, 2012 IP
  5. rainat

    rainat Member

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    thanks for all suggestion...:)
     
    rainat, Apr 4, 2012 IP
  6. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #6
    Rather than re-inventing the wheel, you could use Wordpress anf the WPTouch plugin. This would give you the easiest and quickest development route, mate.
     
    ryan_uk, Apr 4, 2012 IP
  7. traxport121

    traxport121 Active Member

    Messages:
    1,201
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    63
    #7
    I use my own framework.. made it for myself. If you are a little pro in HTML/CSS and for whatever CMS you are trying to use, try to make your own framework, it would help you and you can develop websites more quickly.
     
    traxport121, Apr 12, 2012 IP
  8. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #8
    HTML5, CSS3 and Well optimized Jquary may help you to create mobile website design.
     
    creativewebmaster, Apr 13, 2012 IP
  9. tkowebsitedesigns

    tkowebsitedesigns Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you have a really simple site, can you create the mobile version with just adding another stylesheet to it? Do you always need javascript to make the site mobile?
     
    tkowebsitedesigns, Apr 23, 2012 IP
  10. war_machine

    war_machine Active Member

    Messages:
    1,319
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    53
    #10
    WebApp.Net,
    Joapp,
    jQuery Mobile and
    DHTMLX Touch are by far the best.
     
    war_machine, May 10, 2012 IP
  11. rainat

    rainat Member

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #11
    yes, i always use different stylesheet for mobile version and use media queries to assign different stylesheet depending on browser.
    and for javascript, i use it if i need it like change size /interface of menu bar.
     
    rainat, May 10, 2012 IP
  12. vrajan

    vrajan Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    There are many frames like DHTMLX ,TouchWebApp.Net, jquey mobile,and Joapp but i prefer you to use JQuery mobile because its very interesting and easy to use..:)
     
    vrajan, May 15, 2012 IP
  13. tkowebsitedesigns

    tkowebsitedesigns Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks rainat. I'm considering that method. It's hard to decide with everyone saying they like this or that. Jquery Mobile and WP Touch seems to be a favorite I read a lot.
     
    tkowebsitedesigns, May 15, 2012 IP
  14. andrewaus

    andrewaus Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Jquery seems to be fit for your purpose...
     
    andrewaus, May 28, 2012 IP
  15. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #15
    NONE -- most 'frameworks' defeat the entire point of HTML/CSS, and result in fat bloated presentational code so bad you might as well go back to writing HTML 3.2. They generally rely on presentational uses of classes, which in turn means you get no separation of presentation from content -- the cornerstone of modern accessible markup! (Same can be said of that OOCSS asshattery)

    Semantic markup, bend it to your will with CSS with a fluid or semi-fluid layout, use media queries to make it responsive. Less code, less there is to break.

    You vary from this, you generally end up with a stiff fragile layout filled with pointless bloated code that make it take longer to load, and makes it harder to use or maintain.

    HTML/CSS frameworks are even MORE idiotic than Javascript ones. Anyone telling you otherwise doesn't know enough on the subject to be flapping their gums about it!
     
    deathshadow, Aug 13, 2012 IP