Web Page Content Conversion for Mobile Devices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current website design methods require manual duplication of formatting and styling for different devices with varying display parameters, leading to inefficiencies and susceptibility to changes in device display conditions, particularly when using absolute positioning.

Innovation Solution

A system and method that converts web pages intended for devices with substantial resources into formats suitable for devices with constrained resources by identifying, grouping, and rearranging design elements, using a web server to render the web page in a single column format, prioritizing left-to-right reading directions, and accommodating touch-screen navigation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If manual duplication of formatting and styling is used for different devices, then customization for each device can be achieved, but design work is excessively duplicated and maintenance becomes complex

Engineering Contradiction:
Improvedevice compatibilityVSAvoiddesign maintenance complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent implements a single source HTML template that can be automatically adapted to multiple device types (desktop, tablet, mobile) through server-side processing. The system detects device characteristics and dynamically generates appropriate formatting without requiring separate manual designs for each device category, thus achieving universality across different platforms.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system performs preliminary device detection and parameter analysis before rendering the final webpage. By pre-identifying device characteristics (screen size, orientation, capabilities) and preparing appropriate formatting rules in advance, the system avoids the need for manual post-processing and reduces maintenance complexity.

Inventive Principle:
Principle #10Preliminary action

2Manufacturing precision

If absolute positioning is used for design elements, then precise element placement can be achieved, but the layout becomes susceptible to changes in device display parameters

Engineering Contradiction:
Improveelement placement precisionVSAvoidlayout adaptability
Core Design Contradiction:
Manufacturing precisionVSAdaptability or versatility

Solution Approach 1:

The patent replaces static absolute positioning with dynamic relative positioning that adapts to device characteristics. Elements are positioned relative to parent containers and other elements, allowing the layout to automatically adjust when device parameters change. The server dynamically calculates positioning values based on detected device properties, maintaining precision while achieving adaptability.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes positioning parameters from fixed absolute values to relative values that scale with device dimensions. By detecting device parameters and adjusting positioning calculations accordingly, the system maintains precise element placement while adapting to different screen sizes and resolutions.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If separate web pages are created for different display parameters, then optimal display for each device type can be achieved, but design work is excessively duplicated

Engineering Contradiction:
Improvedevice optimizationVSAvoiddesign efficiency
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The patent segments the formatting and styling logic from the content structure. The HTML template contains semantic content while CSS rules and formatting parameters are separated and stored as configurable data. This segmentation allows a single content template to serve multiple device types while maintaining optimal display characteristics for each, eliminating the need to duplicate entire page designs.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system creates dynamic copies of the base HTML template tailored to specific device types through server-side processing. Rather than manually creating separate pages, the server automatically generates device-specific versions by applying appropriate formatting rules to the master template, significantly reducing design work while maintaining optimization for each device category.

Inventive Principle:
Principle #26Copying

4Stability of the object's composition

If hard-coded formatting is used for each device type, then consistent display can be achieved, but the system is susceptible to changes in device display parameters

Engineering Contradiction:
Improvedisplay consistencyVSAvoidparameter flexibility
Core Design Contradiction:
Stability of the object's compositionVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary device detection and parameter analysis before rendering the webpage. By pre-identifying device characteristics and selecting appropriate formatting rules in advance, the system ensures consistent display behavior while maintaining the ability to adapt to parameter changes. The formatting is determined beforehand based on device class, providing stability without hard-coding.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements parameter-based formatting where display characteristics are determined by device parameters detected at runtime. Rather than hard-coding formatting for specific devices, the system changes formatting parameters dynamically based on detected device properties, ensuring consistency within device categories while maintaining flexibility across different parameters.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9330068B2Method for conversion of website content
Publication Date: 2016.05.03 GO DADDY OPERATING CO LLC
  • US9330068B2 patent drawing
  • US9330068B2 patent drawing
  • US9330068B2 patent drawing

AI summary

A system and method for converting website content is presented. Design elements in a graphical representation of a web page are identified. The design elements are ordered according to a position of each of the design elements with respect to a top of the graphical representation of the web page. One or more of the ordered design elements are grouped into one or more groups of design elements, and the design elements are stacked by rearranging each group of design elements into a single column. The single column of the groups of design elements are rendered into a converted web page for display on a device. In one implementation, the device is a mobile device.