Sponsored Content
The Lounge What is on Your Mind? Prototyping New Responsive Mobile for UNIX.COM - Phase III Post 303009348 by Neo on Wednesday 13th of December 2017 04:49:54 AM
Old 12-13-2017
Mobile Prototype - Pagination (Fractional)

Changed the mobile swiper pagination for post attachments to "fractional" ...

Image

There is some small buy with the bullets... so switched to the fractional style.. works better without bugs.
 

7 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. 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

3. 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

4. What is on Your Mind?

Prototyping New Responsive Mobile for UNIX.COM - Phase II

Have completed "Phase I" of our project "Prototyping New Responsive Mobile UNIX.COM", I am now moving to "Phase II" which will be changing many of the menus and buttons to use Javascript and CSS for the mobile site menus. For example, here is the new "main side menu" for the mobile site (below).... (63 Replies)
Discussion started by: Neo
63 Replies

5. What is on Your Mind?

Phase III: CSS Flexbox Upgrades

On my never ending quest to get rid of table tags and make the site responsive for all device sizes, I plan to use CSS Flexbox with jQuery. I tried using Bootstrap Flex and CSS Grids, but none of these worked as easy and clean as CSS Flexbox. For example, today I changed the top header area... (0 Replies)
Discussion started by: Neo
0 Replies

6. 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

7. 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
UFOMA(4)						   BSD Kernel Interfaces Manual 						  UFOMA(4)

NAME
ufoma -- USB mobile phone support SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device usb device ucom device ufoma Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ufoma_load="YES" DESCRIPTION
The ufoma driver provides support for USB mobile phone terminals in the subset of the Mobile Computing Promotion Consortium USB Implementa- tion Guideline, which is adopted by FOMA, the NTT DoCoMo 3G system, terminal. These are partly like CDC ACM model based modems, which are supported by umodem(4), but the ufoma driver recognizes a specific USB descriptor that describes its role and interface structure, and it will negotiate its role when the device is open. They support a regular AT command set and the commands can either be multiplexed with the data stream or handled through separate pipes. In the latter case the AT commands have to be given on a device separate from the data device. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). SYSCTLS
These devices often have a few interface sets and these interfaces have their role, sometimes multiplexed. These roles are identified with the following sysctl MIBs: dev.ucom.%d.supportmode The modes which are supported by the interface. dev.ucom.%d.currentmode Current mode of the interface. dev.ucom.%d.openmode Mode to transit when the device is open next. The modes are as follows: modem Accepts AT commands and go and pass packet communication data. handsfree Accepts AT commands but it does not pass data. obex Accepts OBEX frame which is used to exchange telephone book, etc. vendor1, vendor2 Vendor specific data may be passed. deactivated When an interface is recognized by the system but not used, the interface will be set to this mode. unlinked When an interface is not yet negotiated, the interface is in this mode. HARDWARE
Devices supported by the ufoma driver include: o SHARP FOMA SH902i o KYOCERA PHS AH-K3001V (a.k.a Kyopon) o SANYO Vodafone3G V801SA SEE ALSO
Specification can be found at: http://www.nttdocomo.co.jp/corporate/technology/document/foma/index.html http://www.mcpc-jp.org/doclist.htm tty(4), ucom(4), umodem(4), usb(4) HISTORY
The ufoma driver appeared in FreeBSD 7.0, partly derived from the umodem(4) code. BUGS
Interfaces with multiplexed commands and data and interfaces with commands only are supported. BSD
November 20, 2011 BSD
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy