Register Advertise with usHelp Desk Today's Posts Search

Closed Thread
Thread Tools Search this Thread
Unread 5th Oct 2011, 01:49 PM   #1
HyperActive Warrior
 
Join Date: 2007
Location: Warwick ,NY .USA
Posts: 403
Thanks: 105
Thanked 100 Times in 76 Posts
Default
Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Is it possible to make a State drop down list on a moblie site. The type where if someone was looking for something they first choose a state then the choices for that state were listed there. In other words if there was a mobile site for pet sitters a person would first choose NJ from the drop down then see a list of all the pert sitters in NJ with tap to call number etc. I have WSO's on mobile sites but don't recall this being taught.

Growing older but not up!
rugman is offline  
Unread 5th Oct 2011, 01:58 PM   #2
Active Warrior
 
Join Date: 2010
Posts: 97
Thanks: 4
Thanked 15 Times in 13 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Simple html 5 code could do this. In fact, the wheel like on iphone is also coded and samples on the web....Wheels are better drop downs are problems...

Need 100's or 1000's of New customers a month? Watch this video. ADT Video Kuggaa mobile product Busicall.com inventor/programmer top tech products demo.com 199.99 for 15 month subscription Money back guarantee if not satisified! Email me for more info. I have customers getting over 6,555 Calls, emails, hits, direction requests and more a month!
cottonking2000 is offline  
Unread 5th Oct 2011, 02:01 PM   #3
Active Warrior
 
Join Date: 2010
Posts: 97
Thanks: 4
Thanked 15 Times in 13 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Try this code link Creating a Roulette Wheel Using HTML5 Canvas | Switch on the Code

This is the one you might want:
Spinning wheel on webkit for iPhone/iPod touch

These are AWESOME mobile gui ideas.

function swExample() {
var numbers = { 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9 };
SpinningWheel.addSlot(numbers, 'right');
SpinningWheel.addSlot(numbers, 'right');
SpinningWheel.addSlot({ separator: '.' }, 'readonly shrink');
SpinningWheel.addSlot(numbers, 'right');
SpinningWheel.addSlot({ Kg: 'Kg', Lb: 'Lb', St: 'St' }, 'shrink');

SpinningWheel.setCancelAction(cancel);
SpinningWheel.setDoneAction(done);

SpinningWheel.open();
}

function done() {
var results = SpinningWheel.getSelectedValues();
alert('values:' + results.values.join(', ') + ' - keys: ' + results.keys.join(', '));
}

function cancel() {
alert('cancelled!');
}

Need 100's or 1000's of New customers a month? Watch this video. ADT Video Kuggaa mobile product Busicall.com inventor/programmer top tech products demo.com 199.99 for 15 month subscription Money back guarantee if not satisified! Email me for more info. I have customers getting over 6,555 Calls, emails, hits, direction requests and more a month!

Last edited on 5th Oct 2011 at 02:02 PM. Reason: added sample code
cottonking2000 is offline  
Unread 6th Oct 2011, 05:27 PM   #4
HyperActive Warrior
 
Join Date: 2007
Location: Warwick ,NY .USA
Posts: 403
Thanks: 105
Thanked 100 Times in 76 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Not looking for a wheel (it is pretty cool though). I just want users to be able to search by state.

Growing older but not up!
rugman is offline  
Unread 6th Oct 2011, 07:48 PM   #5
Mobile design and creator
 
Mobileico's Avatar
 
Join Date: 2011
Location: Greeneville, Tennessee.
Posts: 135
Thanks: 9
Thanked 48 Times in 21 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Possibly. That sounds like more of a traditional app base idea, in my opinion, I may be wrong. What I have found is with 100% of our clients is that they want mobile web for one reason and that's, to find the needed information fast (press to call, press for maps, etc.) within the local community. Other than that, if your mobilite is pulling information from the standard website, and the standard website already has that feature on it, it's a great possibility that it may be on your mobilite as you start. This may be something that isn't necessarily needed Maybe someone can correct me. Good luck in everything you do

"My aim in design and UX is elegance, intelligence, functionality, and fun." - Wallace Morrison.
Desktop - Mobileico.com / Mobile - m.mobileico.com
Featured in Google's video about mobilizing, Mobile 1:35
http://www.youtube.com/watch?feature...&v=Rzs5Iud20bk
Mobileico is offline  
Unread 6th Oct 2011, 08:54 PM   #6
MOBILE MANIAC
 
deum's Avatar
 
Join Date: 2011
Location: Montreal - Toronto - CANADA
Posts: 59
Thanks: 4
Thanked 4 Times in 4 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

it need to pull from DB, youre right,

pretty simple indeed
deum is offline  
Unread 7th Oct 2011, 05:27 AM   #7
HyperActive Warrior
 
Join Date: 2007
Location: Warwick ,NY .USA
Posts: 403
Thanks: 105
Thanked 100 Times in 76 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Here is what I am trying to do - I will use carpet cleaners (makes no sense but I don't want to give my idea away yet). Lets say Joe travels quite a bit and gets to Miami and needs a carpet cleaner (see - makes no sense!). He needs to get on his mobile phone and find a carpet cleaner so he goes to this mobile site and goes to FL on the drop down to see a list of carpet cleaners. After that he is on NY and needs one - etc. Pretty common on the PC but not sure how easy on the mobile.

Growing older but not up!
rugman is offline  
Unread 7th Oct 2011, 07:12 AM   #8
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: 2009
Location: San Antonio, Tx
Posts: 1,270
Thanks: 301
Thanked 449 Times in 309 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

rugman it doesnt need to be as complex as what people are making out

a simple jumpmenu will work ie form select field - do you have dreamweaver it will auto create one for you...

question is though is you site dynamic? ie are you pulling the info from a database?

if not and its all static you would just use the jumpmenu to navigate through to your pages... hope this makes sense if not let me know

cheers

jay

Sorry, I am too busy helping people to think of a cool signature!
Jay Moreno is offline  
Unread 7th Oct 2011, 10:03 AM   #9
Web Marketing For Profit
War Room Member
 
Quentin's Avatar
 
Join Date: 2002
Location: Brisbane
Posts: 2,895
Thanks: 8
Thanked 1,162 Times in 528 Posts
Blog Entries: 10
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Yeah I agree with Jay it is a just a simple form which you can use on PHP or html

<Script language="JavaScript">
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value; } }
//-->
</SCRIPT>
<FORM NAME="form1">
<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1">
<OPTION VALUE="">-------Choose a Selection-------
<OPTION VALUE="pages/warrior.htm">Warrior
<OPTION VALUE="pages/mobile.htm">Mobile Website
<OPTION VALUE="pages/facebook.htm">Facebook
<OPTION VALUE="pages/youtube.htm">Youtube
<OPTION VALUE="pages/twitter.htm">Twitter</SELECT>
</FORM>

Se it at work.

Iphone mobile simulator emulator

Q

Quentin is offline  
The Following 2 Users Say Thank You to Quentin For This Useful Post:
Unread 7th Oct 2011, 12:29 PM   #10
Active Warrior
 
Join Date: 2010
Posts: 97
Thanks: 4
Thanked 15 Times in 13 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Originally Posted by Mobileico View Post

Possibly. That sounds like more of a traditional app base idea, in my opinion, I may be wrong. What I have found is with 100% of our clients is that they want mobile web for one reason and that's, to find the needed information fast (press to call, press for maps, etc.) within the local community. Other than that, if your mobilite is pulling information from the standard website, and the standard website already has that feature on it, it's a great possibility that it may be on your mobilite as you start. This may be something that isn't necessarily needed Maybe someone can correct me. Good luck in everything you do
Your right. Our click to call business is growing so fast because of this....what you said. A drop down list will not enable FAST CLICK to info. Wheels were tested at apple and they are user friendly. This is not the PC based website. You need to unwrap your mind and open up to what works right.....I tired drop down - it sucks. Wheels are cool....mental thing i guess. Take my advice on this :-)

Need 100's or 1000's of New customers a month? Watch this video. ADT Video Kuggaa mobile product Busicall.com inventor/programmer top tech products demo.com 199.99 for 15 month subscription Money back guarantee if not satisified! Email me for more info. I have customers getting over 6,555 Calls, emails, hits, direction requests and more a month!
cottonking2000 is offline  
Unread 7th Oct 2011, 06:24 PM   #11
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: 2009
Location: San Antonio, Tx
Posts: 1,270
Thanks: 301
Thanked 449 Times in 309 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Originally Posted by cottonking2000 View Post

Your right. Our click to call business is growing so fast because of this....what you said. A drop down list will not enable FAST CLICK to info. Wheels were tested at apple and they are user friendly. This is not the PC based website. You need to unwrap your mind and open up to what works right.....I tired drop down - it sucks. Wheels are cool....mental thing i guess. Take my advice on this :-)
a drop down select list auto triggers the single select wheel on both the android and the iphone? am i missing something here from what you are talking about? can you give an example or show a screen shot - are we even talking about the same thing? lol

Sorry, I am too busy helping people to think of a cool signature!
Jay Moreno is offline  
Unread 8th Oct 2011, 05:42 AM   #12
HyperActive Warrior
 
Join Date: 2007
Location: Warwick ,NY .USA
Posts: 403
Thanks: 105
Thanked 100 Times in 76 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Thats what I was taking about - dropdown with the states in it! Thanks.

Growing older but not up!
rugman is offline  
Unread 31st Dec 2011, 03:48 AM   #13
Active Warrior
War Room Member
 
mrtreyk's Avatar
 
Join Date: 2011
Location: Las Vegas
Posts: 59
Thanks: 466
Thanked 48 Times in 39 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Originally Posted by Quentin View Post

Yeah I agree with Jay it is a just a simple form which you can use on PHP or html

<Script language="JavaScript">
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value; } }
//-->
</SCRIPT>
<FORM NAME="form1">
<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1">
<OPTION VALUE="">-------Choose a Selection-------
<OPTION VALUE="pages/warrior.htm">Warrior
<OPTION VALUE="pages/mobile.htm">Mobile Website
<OPTION VALUE="pages/facebook.htm">Facebook
<OPTION VALUE="pages/youtube.htm">Youtube
<OPTION VALUE="pages/twitter.htm">Twitter</SELECT>
</FORM>

Se it at work.

Iphone mobile simulator emulator

Q
Thanks for the code!

mrtreyk is offline  
Unread 31st Dec 2011, 09:26 AM   #14
Mobile+WP = JumpMobi.com
War Room Member
 
Jay Moreno's Avatar
 
Join Date: 2009
Location: San Antonio, Tx
Posts: 1,270
Thanks: 301
Thanked 449 Times in 309 Posts
Default
Re: Mobile State drop down list
Share on: 
fb share twitter share gplus share more share

Actually it's been some while since I last looked at this and just noticed that Quentins source code is missing closing tags for each of the options ie </option>

It needs to go directly after choose a selection, warrior, mobile website, Facebook, YouTube, twitter

It may still work in your browser but won't validate properly without them and in some cases cause unexpected results

Possibly omitted during copy/pasting

Hope that helps

Sorry, I am too busy helping people to think of a cool signature!
Jay Moreno is offline  
Closed Thread


Bookmarks

Tags
drop, list, mobile, state


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -6. The time now is 12:20 AM.