Sponsored Content
The Lounge What is on Your Mind? Prototyping New Responsive Mobile for UNIX.COM - Phase II Post 303007048 by Neo on Friday 10th of November 2017 05:16:23 AM
Old 11-10-2017
Quote:
Originally Posted by hicksd8
Yep, tried that, works as advised. Great!

Thanks
Welcome

If you take a look at this picture of my monitor:

https://www.unix.com/members/1-album...icture765.html

... you will see how great it is....

On the left side is the vBulletin template editor (the works space) and on the right are two mobile forum windows using ?styleid=137 like this for example:

Code:
https://www.unix.com/online.php?styleid=137

So, on the right is the "who is online" page auto-refreshing every 30 seconds and also the "new posts" page with the same refresh rate. That way, i can work on the code base (HTML or PHP) and keep an eye on the forums and bring up any page in mobile view as I build it without having to refresh my mobile phone.

In addition, I use the same config to keep an eye on the forums even when not developing because I can see "who is online" and what has been just posted so easily while working on non forum projects.

In a nutshell, I find the mobile views very good on the desktop as well.

Yes, the mobile editor does not have the code tag, or other editor buttons (yet) but I can do basic replies and if need be, switch to the desktop version.

I'm loving this mobile view, and plan more features step-by-step.

Note, to go back to desktop view, just do:

Code:
https://www.unix.com/online.php?styleid=38

and then back to mobile view on the desktop:

Code:
https://www.unix.com/online.php?styleid=137

 

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Mobile App for UNIX.com?

Do we have a mobile app for unix.com? (1 Reply)
Discussion started by: ahamed101
1 Replies

2. Shell Programming and Scripting

Sending message to a mobile number through UNIX

Is it possible to add Pager Notification to mailx command?? Or by any other mean. just want to specify that by Pager i mean a message to the mobile number. Suppose i have following condition If ];then send a message to 9999999999 else no message to be sent fi Is it possible? I... (5 Replies)
Discussion started by: Sharma331
5 Replies

3. What is on Your Mind?

Mobile Friendly Version of UNIX.COM

Hello, I have noticed some problems with Google complaining our site is not "https://search.google.com/www.usearch-console/mobile-friendly" using only Tapatalk. So, after a lot of work, I have re-enabled our legacy mobile style and make some improvements and Google has declared us "mobile... (2 Replies)
Discussion started by: Neo
2 Replies

4. What is on Your Mind?

Prototyping New Responsive Mobile UNIX.COM

I'm working on updates to the mobile phone view, and it's going to look much better I think. Here are some current prototypes: Prototype Mobile Home Page: https://www.unix.com/members/1-albums214-picture690.jpg Prototype Mobile Search Page: ... (43 Replies)
Discussion started by: Neo
43 Replies

5. What is on Your Mind?

Prototyping New Responsive Mobile for UNIX.COM - Phase III

From Prototyping New Responsive Mobile for UNIX.COM - Phase II, we move to Phase III. Basically, the core prototype for every day browsing the forums, replying, posting and editing on mobile is nearly finished with the exception of a few formatting issues with regard to rare system messages or... (4 Replies)
Discussion started by: Neo
4 Replies

6. What is on Your Mind?

New UNIX.COM Mobile Site Icons

Having given up for the time being with a very difficult game engine project to virtualizing cyberspace, am working on the forums again. Just updated a few icons on the mobile site. Explanations in the picture captions: https://www.unix.com/members/1-albums214-picture855.jpeg ... (1 Reply)
Discussion started by: Neo
1 Replies

7. What is on Your Mind?

Check Out UNIX.COM on Mobile - It's Looking Good

If you have not visited the site on mobile lately, you are missing out on a great looking mobile web site. If you don't have a mobile, you can always navigate to the sliding member panel and click on "Mobile View".... It's really looking killer'...... I'm starting to think that soon the... (6 Replies)
Discussion started by: Neo
6 Replies

8. What is on Your Mind?

New Responsive 404 Page for UNIX.com

Just created (actually, only modified... it was created by ShoutOut) a new responsive 404 "not found" page with the help of ShoutOut free templates. https://www.unix.com/status/404.html Same for 401 and 403 errors. Picture sans animation: ... (2 Replies)
Discussion started by: Neo
2 Replies
ABOOKRC(5)							File Formats Manual							ABOOKRC(5)

NAME
$HOME/.abook/abookrc - configuration file for abook address book program DESCRIPTION
This manual page documents briefly the abookrc file. abookrc is the (optional) configuration file for use with the abook(1) address book program. abookrc is stored in a user's $HOME/.abook directory. It follows a format of "set option=value". The following information lists each of these options and the values they may take. If a variable is not set in abookrc , a sensible default, as listed with the description below, will be used. Comments in abookrc are on lines beginning with '#'. COMMANDS
set option = value field identifier = human_readable_name [ , type ] Defines a new custom field. type can be one of 'string' (default) , 'emails', 'list', or 'date'. view view name = field1 [ , field2, ... ] Defines a view/tab, with fieldN being the identifier of a field declared with the field command, or the identifier of a standard field. Standard fields: name, email, address, address2, city, state, zip, country, phone, workphone, fax, mobile, nick, url, notes, anniversary Note: if you don't define any view, abook will use a default display based on the above standard fields. VARIABLES
autosave=[true|false] Defines whether the addressbook is automatically saved on exit. Default is true. preserve_fields=[all|standard|none] Specifies how fields not declared with the field command nor in a view should be preserved while loading an abook database. all preserve any completely unknown field. standard only preserve the standard fields (see a list in the description of the view command) and the legacy 'custom[1-5]' fields. none discards any unknown field. Default is standard. index_format=format_string Defines the way entries are displayed in the main list. This is a string containing field names enclosed between braces, with an optional width limit specified by a number (right alignment if negative) after the field name and a colon, and an arbitrary number of alternative fields (first with non empty content is to be displayed) separated by vertical bars. For instance: {name:22} displays the name field with a maximal width of 22 characters. {phone:-13|workphone|mobile} displays (right aligned within a width of 13 characters), either the phone, workphone or mobile field, whichever being the first to be non-empty. Default is " {name:22} {email:40} {phone:12|workphone|mobile}" show_all_emails=[true|false] Defines whether all email addresses for a contact are shown in the main list view. Default is true. emailpos extra_column extra_alternative extrapos Obsoleted by index_format. mutt_return_all_emails=[true|false] Defines whether to return all email addresses matching the search criteria to a mutt query. Default is true. print_command=command Defines the command to used when printing the addressbook. Default is "lpr". www_command=command Defines the command used to start the web browser to view a contact's URL. Default is "lynx". address_style=[eu|uk|us] Defines the style of address formatting to be used when exporting as text / printing the database (European, UK, or USA). Default is European ("eu"). use_ascii_only=[true|false] This option allows you to force Abook use only ASCII characters. This option is useful if your terminal doesn't support non-ASCII characters. Default is false. add_email_prevent_duplicates=[true|false] Defines whether to avoid adding addresses already in data. Default is false. sort_field=field Defines the field to be used by the "sort by field" command. Default is "nick" (Nickname/Alias). show_cursor=[true|false] Defines if the cursor is visible in main display. Default is false. SAMPLE CONFIGURATION FILE
# sample abook configuration file # # Declare a few custom fields field pager = Pager field address_lines = Address, list field birthday = Birthday, date # Define how fields should be displayed in tabs view CONTACT = name, email view ADDRESS = address_lines, city, state, zip, country view PHONE = phone, workphone, pager, mobile, fax view OTHER = url, birthday # Preserve any unknown field while loading an abook database set preserve_fields=all # Automatically save database on exit set autosave=true # Format of entries lines in list set index_format=" {name:22} {email:40} {phone:12|workphone|mobile}" # Show all email addresses in list set show_all_emails=true # Command used to start mutt set mutt_command=mutt # Return all email addresses to a mutt query set mutt_return_all_emails=true # Command used to print set print_command=lpr # Command used to start the web browser set www_command=lynx # Address style [eu|us|uk] set address_style=eu # Use ASCII characters only set use_ascii_only=false # Prevent double entry set add_email_prevent_duplicates=false # Field to be used with "sort by field" command set sort_field=nick # Show cursor in main display set show_cursor=false SEE ALSO
abook(1). AUTHORS
This manual page was written by Alan Ford <alan@whirlnet.co.uk> and expanded by Cedric Duval <cedricduval@free.fr>. abook was written by Jaakko Heinonen <jheinonen@users.sourceforge.net> Oct 25, 2005 ABOOKRC(5)
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy