mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2014-09-24, 14:33   #12
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

1011011100102 Posts
Default

Quote:
Originally Posted by srow7 View Post
the colorful menus (my account, my team,etc)
do not work on mobile browsers (ios/safari)
because cannot hover a curser.
On Android you can tap them and the sub menu opens up. Does that not work on ios?
Mark Rose is offline   Reply With Quote
Old 2014-09-24, 14:56   #13
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

CF116 Posts
Default

Quote:
Originally Posted by Mark Rose View Post
On Android you can tap them and the sub menu opens up. Does that not work on ios?
It should... it works on my Android. I should go try it on one of our QA team's iPhones, but I'm fairly certain it should work the same.
Madpoo is offline   Reply With Quote
Old 2014-09-24, 16:40   #14
sdbardwick
 
sdbardwick's Avatar
 
Aug 2002
North San Diego County

5·137 Posts
Default

Quote:
Originally Posted by srow7 View Post
the colorful menus (my account, my team,etc)
do not work on mobile browsers (ios/safari)
because cannot hover a curser.
Same behavior on Windows Phone browser as well; submenu only visible when touching menu item. Tapping doesn't keep submenu open.
Then again, there are only about 3 other people using WP, so it may not be worth spending time to figure out.

Last fiddled with by sdbardwick on 2014-09-24 at 16:41
sdbardwick is offline   Reply With Quote
Old 2014-09-24, 19:29   #15
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

2×5×293 Posts
Default

Quote:
Originally Posted by sdbardwick View Post
Same behavior on Windows Phone browser as well; submenu only visible when touching menu item. Tapping doesn't keep submenu open.
Then again, there are only about 3 other people using WP, so it may not be worth spending time to figure out.
If you lump them in with the BlackBerry users you should have at least 5 people though. That's gotta count for something.
Mark Rose is offline   Reply With Quote
Old 2014-09-24, 20:47   #16
blip
 
blip's Avatar
 
Jan 2014

2·73 Posts
Default

Just an idea:

You could use bootstrap as basis and then use something like this.
Thus you would combine ease of use with easy of "programming".
blip is offline   Reply With Quote
Old 2014-09-24, 20:47   #17
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by sdbardwick View Post
Same behavior on Windows Phone browser as well; submenu only visible when touching menu item. Tapping doesn't keep submenu open.
Then again, there are only about 3 other people using WP, so it may not be worth spending time to figure out.
Phhbhbhbttt. That figures.

There should be a law...

I was going to use one of our dev iphones here but the darn thing wasn't charged up. Plugged in now so I'll try it later. We *might* have a Windows Phone device, but I won't hold my breath on that.

In the meanwhile let me ponder if there's a better way to implement the menus for mobile.

Not incidentally, I've got some stats now on what kinds of devices hit the site and mobile use is VERY low. Well below industry averages. What, there's no ARM version of Prime95? (could you imagine the battery life you'd get...)
Madpoo is offline   Reply With Quote
Old 2014-09-24, 20:54   #18
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by blip View Post
Just an idea:

You could use bootstrap as basis and then use something like this.
Thus you would combine ease of use with easy of "programming".
I'm exploring just using some Jquery UI themes. Jquery's already on the site (maybe the old table sorting used it, or something else... unsure).

I was having fun with some jquery plugins for making nice scrollable tables.

The CPU benchmark table was still a huge bear to tackle since it just has way too much info to make it easy to deal with, but here's my first stab at it:
http://www.mersenne.org/report_benchmarks/tabletest.php

The plugin I'm using, http://www.tablefixedheader.com/, isn't entirely the best... that table for instance changes the # and order of rows based on certain things... in other words the way the page is designed makes it rather unwieldy to work with, but I just added in some PHP if/else branches just like the existing table design was using so I could try to keep column widths and sorting somewhat nice.

If anyone has a better idea or experience with dealing with tables and making them look pretty, I'm open to it.

FYI, the theme I used on that table test page is kind of ugly, I'll admit. Orange? But it was one of the themes from the example and I didn't bother finding a prettier one that still had good zebra colors for the rows. Deal with it.
Madpoo is offline   Reply With Quote
Old 2014-09-24, 21:49   #19
blip
 
blip's Avatar
 
Jan 2014

9216 Posts
Default

Quote:
Originally Posted by Madpoo View Post

If anyone has a better idea or experience with dealing with tables and making them look pretty, I'm open to it.
http://startbootstrap.com/templates/...-2/tables.html
blip is offline   Reply With Quote
Old 2014-09-24, 22:18   #20
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Eh... I don't know anything about startbootstrap but Jquery seems more universally loved and supported, and there are TONS (literally?) of plugins for just about anything you want, plus TONS (again?) of pre-baked themes should that ever come to fruition.

I guess if I saw anything in there that looked any better than the dozens of Jquery plugins, I'd be more persuaded. :)
Madpoo is offline   Reply With Quote
Old 2014-09-24, 22:49   #21
blip
 
blip's Avatar
 
Jan 2014

2×73 Posts
Default

bootstrap goes on top of jquery and provides a decent framework for responsive design on virtually all (current) platforms. My last hint here: http://getbootstrap.com/javascript/

As always, we could argue endlessly about (pros and cons of different) solutions. If you have what you need for your current task, just go on. I'm happy to see the final result :-)
blip is offline   Reply With Quote
Old 2014-09-24, 23:01   #22
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by blip View Post
bootstrap goes on top of jquery and provides a decent framework for responsive design on virtually all (current) platforms. My last hint here: http://getbootstrap.com/javascript/

As always, we could argue endlessly about (pros and cons of different) solutions. If you have what you need for your current task, just go on. I'm happy to see the final result :-)
See, you're *assuming* I know what I'm doing. LOL

All I know about jquery prior to a few days ago could fit on a single sticky notepad. So I'm at that learning-to-crawl phase and honestly I'm just amazed I could get anything working. I was feeling pretty proud of myself for getting something running with that table plugin and even modified it slightly so when sorting on a URL, it sorts by the anchor text and NOT the href. Good job, me!
Madpoo is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Database design xilman Astronomy 1 2017-04-30 22:25
Theoretical Experiment Design c10ck3r Homework Help 7 2015-02-03 08:54
Digital Logic Design henryzz Puzzles 9 2014-12-04 20:56
new intel design tha Hardware 5 2007-04-19 11:38
design factoring algorithms koders333 Factoring 14 2006-01-25 14:08

All times are UTC. The time now is 21:33.


Sun Aug 1 21:33:50 UTC 2021 up 9 days, 16:02, 0 users, load averages: 1.31, 1.32, 1.40

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.