Non AMP
Sky Blues Talk
  • Home
  • Forums
  • General Discussion
  • Technical Support / Computing / Gaming
This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

jquery mobile website (1 Viewer)

  • Thread starter jon92
  • Start date Jan 9, 2013
Forums New posts
J

jon92

New Member
  • Jan 9, 2013
  • #1
Been given a project to code a jquery mobile website, already have knowledge in coding a normal website using html/css but was wondering if anyone had any tips to give me before i start as i really not to sure? is it much different to coding a normal website?
 

Nick

Administrator
  • Jan 9, 2013
  • #2
Do they not teach it in class? Ha
 
J

jon92

New Member
  • Jan 9, 2013
  • #3
Nick said:
Do they not teach it in class? Ha
Click to expand...

not jquery mobile lol, we've got to redesign the coventry university app got different teams working on different bits such as iphone app development and android but i was given the jquery task
 

Nick

Administrator
  • Jan 9, 2013
  • #4
So they dont teach you it but want you to know it? Sounds like a waste of fees!

Nettuts has some good stuff
 
J

jon92

New Member
  • Jan 9, 2013
  • #5
Nick said:
So they dont teach you it but want you to know it? Sounds like a waste of fees!

Nettuts has some good stuff
Click to expand...

tell me about it half the stuff they do teach you, you already know. will check out that website now you suggested. need to look for a work placement for this year but not having much luck at the minute
 

blueflint

Well-Known Member
  • Jan 9, 2013
  • #6
over my head that one
 
J

jon92

New Member
  • Jan 9, 2013
  • #7
nick, do you know if there is a program that if i coded the website in html/css i would be able to convert it into a jquery mobile site? have you heard of phone gap?
 

blitzer109

Member
  • Jan 9, 2013
  • #8
Jon,

jQuery Mobile is actually pretty easy to work with, there are great examples on their site http://jquerymobile.com/ and if you are comfortable with html et al you should have no problems knocking up a site quickly.

Phonegap is used to create apps rather than sites as I understand it.

I have built a few mobile specific sites for clients for example http://www.metropolitanappliance.com/m/ and http://www.aphome.com/m/ which are based off data from a framework I wrote.

If you have any specific questions ask and if I can help I would be glad to.
 
J

jon92

New Member
  • Jan 9, 2013
  • #9
blitzer109 said:
Jon,

jQuery Mobile is actually pretty easy to work with, there are great examples on their site http://jquerymobile.com/ and if you are comfortable with html et al you should have no problems knocking up a site quickly.

Phonegap is used to create apps rather than sites as I understand it.

I have built a few mobile specific sites for clients for example http://www.metropolitanappliance.com/m/ and http://www.aphome.com/m/ which are based off data from a framework I wrote.

If you have any specific questions ask and if I can help I would be glad to.
Click to expand...

Ok cheers mate, just had a look through the sites you have made and they look really good. Are you a web designer by trade?
 

blitzer109

Member
  • Jan 9, 2013
  • #10
more developer than designer but yes this is what I do for a living
 
J

jon92

New Member
  • Jan 9, 2013
  • #11
blitzer109 said:
more developer than designer but yes this is what I do for a living
Click to expand...

Once I finish uni would prefer the development side can do the design side but not to keen on that. Have you got a personal website?
 

blitzer109

Member
  • Jan 9, 2013
  • #12
jon92 said:
Once I finish uni would prefer the development side can do the design side but not to keen on that. Have you got a personal website?
Click to expand...

My company website is sadly lacking at the moment, like the cobblers shoes I have no time to work on it.
 
J

jon92

New Member
  • Jan 9, 2013
  • #13
blitzer109 said:
My company website is sadly lacking at the moment, like the cobblers shoes I have no time to work on it.
Click to expand...

Fair enough mate, going to make a start on the jquery site tomorrow would you recommend using the template in dreamweaver for a starter
 

Tad

Member
  • Jan 9, 2013
  • #14
Dunno if this is any use to you, but this site covers loads on programming: http://thenewboston.org/tutorials.php
 
J

jon92

New Member
  • Jan 9, 2013
  • #15
Tad said:
Dunno if this is any use to you, but this site covers loads on programming: http://thenewboston.org/tutorials.php
Click to expand...

Checked his tutorials out a few times before and their really helpful
 

blitzer109

Member
  • Jan 9, 2013
  • #16
jon92 said:
Fair enough mate, going to make a start on the jquery site tomorrow would you recommend using the template in dreamweaver for a starter
Click to expand...

No, even if you are CS6 the assets are well out of date. There is a free template you can download here that you can pick apart to see how stuff works.
 
J

jon92

New Member
  • Jan 9, 2013
  • #17
blitzer109 said:
No, even if you are CS6 the assets are well out of date. There is a free template you can download here that you can pick apart to see how stuff works.
Click to expand...

Ok cheers mate, will download tomorrow cheers for the help
 

Nick

Administrator
  • Jan 9, 2013
  • #18
Yep the best way to probably learn is to get a template and hack it apart and fiddle with it. Then add bits to it and take bits off

I have been doing that with responsive lately and it works great!
 

blitzer109

Member
  • Jan 9, 2013
  • #19
Nick said:
Yep the best way to probably learn is to get a template and hack it apart and fiddle with it.
Click to expand...

agreed, no substitute for fiddling
 
J

jon92

New Member
  • Jan 10, 2013
  • #20
blitzer109 said:
agreed, no substitute for fiddling
Click to expand...

Just looked at the template you suggested to download and how do I link the pages as its coming up with a loading error
 

blitzer109

Member
  • Jan 10, 2013
  • #21
Are you running it on a local server ? I use MAMP for testing as I am on a Mac but there are windows equivalents
 

blitzer109

Member
  • Jan 10, 2013
  • #22
Just tested quickly and if you try and run it from the download it gives an error but setting it up on my test server it runs just fine
 
J

jon92

New Member
  • Jan 10, 2013
  • #23
blitzer109 said:
Just tested quickly and if you try and run it from the download it gives an error but setting it up on my test server it runs just fine
Click to expand...

We're running it on the local server on the laptop playing around with it in dreamweaver trying to link the pages using the data role
 
J

jon92

New Member
  • Jan 10, 2013
  • #24
If I put the download on my web server will it work fine?
 

blitzer109

Member
  • Jan 10, 2013
  • #25
that suggests that the path you have set is incorrect
 
J

jon92

New Member
  • Jan 10, 2013
  • #26
blitzer109 said:
that suggests that the path you have set is incorrect
Click to expand...

I will put it on my server instead will it work on my web server?
 

blitzer109

Member
  • Jan 10, 2013
  • #27
jon92 said:
If I put the download on my web server will it work fine?
Click to expand...

It works fine for me so no reason it shouldn't for you,


This is a screenshot of it running on my local dev server
 
J

jon92

New Member
  • Jan 10, 2013
  • #28
On your screenshot how have you got a back button
 

blitzer109

Member
  • Jan 10, 2013
  • #29
jon92 said:
On your screenshot how have you got a back button
Click to expand...

It's in the page markup, from the issues you are having it sounds like whatever you are trying run the site on is not working.

You have defined a site in DW correct ?

What is the local URL you have set up to run the site ?

What do you use on your laptop to develop dynamic site, which effectively what this is ?
 

blitzer109

Member
  • Jan 10, 2013
  • #30
This link just popped up in my twitter feed http://www.jqmbuilder.com/build/

Might be useful
 
J

jon92

New Member
  • Jan 11, 2013
  • #31
blitzer109 said:
This link just popped up in my twitter feed http://www.jqmbuilder.com/build/

Might be useful
Click to expand...

Sorry never replied yesterday was busy with uni seems to have got everything working now mate
 
J

jon92

New Member
  • Jan 13, 2013
  • #32
blitzer109 said:
This link just popped up in my twitter feed http://www.jqmbuilder.com/build/

Might be useful
Click to expand...

Do you know how to put a login in form on there with like dummy data to show it works?
 
You must log in or register to reply here.

Users who are viewing this thread

Total: 2 (members: 0, guests: 2)
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email
  • Home
  • Forums
  • General Discussion
  • Technical Support / Computing / Gaming
  • Default Style
  • Contact us
  • Terms and rules
  • Privacy policy
  • Help
  • Home
Community platform by XenForo® © 2010-2021 XenForo Ltd.
Menu
Log in

Register

  • Home
  • Forums
    • New posts
    • Search forums
  • What's new
    • New posts
    • Latest activity
  • Members
    • Current visitors
  • Donate to the Season Ticket Fund
X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?

X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?