Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

Page:  1  2  3  4 ... 8  9  10 

 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: smartphone app??


Thanks, Ed. emoticon Yes, with so many people on smart phones these days, It's definitely good to re-visit this topic.

PR, if you can create a functional app for Runboard, that would be great. I don't know if it's possible without root access to Runboard, but if it isn't, at least you will have gained a better understanding of how apps work.

In the meantime, it has probably been two or three years since I last tried to 'break' and rearrange tables with pure CSS. Many browsers were able to do it back then, so I'll try again, now that browsers are more advanced.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/19/2016, 11:22 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: smartphone app??


Ed - My starting point will be an attempt to create a straight app for Android devices. If the straight app doesn't work it just might open up another idea that I wrote down as "a windowed app."

LG - As you say, even if I fail I still win since I will have learned something I don't already know and that is always a good thing in my mind. emoticon

Oh, I saw this over on "Stack Overflow" that looks related to the code you posted earlier:
@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi),
only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi),
only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi),
only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi),
only screen and (min-resolution: 169dpi) {
    #touch_logo {
       display: inherit;
    }
    #mouse_logo {
       display: none;
    }
  /* Your touch-specific css goes here */
}
@media only screen and (min-resolution: 165dpi) and (max-resolution: 168dpi),
only screen and (min-resolution: 155dpi) and (max-resolution: 160dpi),
only screen and (min-resolution: 134dpi) and (max-resolution: 144dpi),
only screen and (min-resolution: 120dpi) and (max-resolution: 130dpi),
only screen and (max-resolution: 116dpi) {
    #touch_logo {
       display: none;
    }
    #mouse_logo {
       display: inherit;
    }
  /* Your click-specific css goes here */
}
@media (min-width: 541px){
  /* Big view stuff goes here. */
}
@media (max-width: 540px) and (min-width: 400px){
  /* Smaller view stuff goes here. */
}
@media (max-width: 399px){
  /* Stuff for really small views goes here. */
}[/i


---

Advertise Boards On TRDConceptsDE
6/19/2016, 11:59 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: smartphone app??


I don't know why anyone would need to check for so many different resolutions, but checking for higher resolutions could be handy for substituting low-res graphics with higher-res graphics. I think I would rather use SVG whenever possible, though, because it scales to any resolution. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/20/2016, 8:12 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Queenyforever Profile
Live feed
Blog
Friends
Miscellaneous info

A Posting Machine

Registered: 01-2007
Location: Just north of the clouds...
Posts: 3787
Karma: 71 (+104/-33)
Reply | Quote
Re: smartphone app??


I just bookmarked my profile page on the Runboard.....com system...on my smart phone, even put an icon on my phone. And go there, then Misc. and pick which board I want to visit from my bookmarked ones...I do have to sign in every time...depending on if I have already visited with my PC or just my phone.

---

“Freedom and democracy are dreams you never give up.”

6/20/2016, 9:02 pm Link to post Email Queenyforever   PM Queenyforever Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: smartphone app??


Unfortunately, the boards themselves are hard to read in phones unless you zoom in, but then you have to go back and forth. This board isn't quite as bad as others, because two or three years ago, I added CSS that's similar to what I posted in this thread. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/20/2016, 10:39 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: smartphone app??


I am thinking of trying the CSS minifying code approach as a separate project while working on the app idea. That gives me something positive to do when I get frustrated (and I know I will) on the app coding...

---

Advertise Boards On TRDConceptsDE
6/21/2016, 2:43 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Queenyforever Profile
Live feed
Blog
Friends
Miscellaneous info

A Posting Machine

Registered: 01-2007
Location: Just north of the clouds...
Posts: 3787
Karma: 71 (+104/-33)
Reply | Quote
Re: smartphone app??


quote:

This board isn't quite as bad as others, because two or three years ago, I added CSS that's similar to what I posted in this thread.



I agree, this is not bad at all! I even see the smilies..

FB is harder by a long shot! emoticon

---

“Freedom and democracy are dreams you never give up.”

6/21/2016, 5:39 pm Link to post Email Queenyforever   PM Queenyforever Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: smartphone app??


FB is confusing because there is no easy index to even know where you have posted!

But that is a whole different topic. emoticon

---

Advertise Boards On TRDConceptsDE
6/22/2016, 3:49 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: smartphone app??


I am thinking of hiding the "topics" and "posts" columns in my "board minifyed CSS" project.

I am also looking for some way to have a "recent posts" graphic to show when a forum has posts that are less than 8 days old in it (no clue how to do that yet but I put it on my list of things to see about doing).

---

Advertise Boards On TRDConceptsDE
6/22/2016, 3:55 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: smartphone app??


Actually, there is a place on FB where you can see your recent activity there. Click on the little down arrow at the top of the page, all the way to the right, then click on 'Activity Log'.

One thing that really annoys me about FB is how it will notify you that a friend made a comment, and it will give you a link to the topic, but it won't take you directly to their comment. I don't know why they set it up this way. I am able to link to a specific comment, so why can't FB's developers?

Another thing that annoys me is that they have an app for the public stuff, another app for their instant messenger, and another app for page admins to see and respond to private messages that are sent to the page. Recently, I was checking FB on my iPad while on break at work, and saw that someone had sent a message to the official Runboard page, but when I tried to read it, I got a popup that said I needed to download an app that was ranked two out of five stars. Good thing I could still look and respond in Safari.



---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
6/22/2016, 8:32 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 


Add a reply

Page:  1  2  3  4 ... 8  9  10 



You are not logged in (login)