Difference between revisions of "Delivery Format"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with "Because Business Express is a Software as a Service (SaaS) solution there is no need to install any software. HTML pages are delivered to a client’s browser, meaning it wi...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Because bxp software is a Software as a Service (SaaS) solution there is no need to install any software.
+
= Introduction =
  
HTML pages are delivered to a client’s browser, meaning it will work on any machine that can access the Internet.
 
  
All communication is encrypted to the same level as online banking through an SSL connection.
+
As bxp software is a pure Software as a Service (SaaS) solution there is no need to install any software.  
  
  
For certain formats extra free software may need to be installed,  
+
It will work on any machine that can access the Internet and has an Internet browser.  That includes computers, latops, tablets, smart phones, phablets, smart tvs, gaming consoles, certain in bar entertainment systems and a number of wearable devices.  [[What_browsers_does_bxp_work_on%3F]]
 +
 
 +
 
 +
 
 +
= Supporting Software =
 +
 
 +
 
 +
For certain formats extra free software may need to be installed on the browser / device,  
 
e.g.  
 
e.g.  
Adobe Flash for movie playback,  
+
<ul>
Adobe Acrobat Reader for viewing PDF documents,
+
<li>Adobe Flash for movie playback, </li>
Microsoft Excel Viewer for reviewing spread sheets, etc.
+
<li>Adobe Acrobat Reader for viewing PDF documents,</li>
 +
<li>Microsoft Excel Viewer for reviewing spread sheets, etc.</li>
 +
</ul>
 +
 
 +
 
 +
Different browsers have different approaches for different formats.  e.g. npapi compatability.  You will need to source the appropriate methods for the appropriate devices for your requirements.  [[What_browsers_does_bxp_work_on%3F]]
 +
 
 +
 
 +
Contact our support team to be able to help you with the myriad of options.  Email support@bxpsoftware.com
 +
 
 +
 
 +
 
 +
= The Techncial bits =
 +
 
 +
 
 +
bxp is written in Classic ASP and VBScript, ASP.NET and JavaScript using an Oracle MySQL database to deliver XHTML 1.0 compliant code.
 +
 
 +
 
 +
All communication is encrypted to the same level as online banking through an SSL connection.  The data in the solution is always encrypted, even at rest.  [[The_bxp_Infrastructure]]
 +
 
 +
 
 +
bxp is written is tested and reviewed on all browser from IE 6 onward.  Clients can use CSS2 or CSS3 code via the ability to include libraries, to reformat the styling of the interface instance.  [[How_to_style_bxp]]  Interface bars allow for custom functionality layouts to be designed on a user by user basis.  [[Interface_Bars]]
 +
 
 +
 
 +
 
 +
 
 +
[[Category:Topic:About bxp]]
 +
[[Category:Topic:Format Types]]

Latest revision as of 10:50, 7 February 2016

1 Introduction

As bxp software is a pure Software as a Service (SaaS) solution there is no need to install any software.


It will work on any machine that can access the Internet and has an Internet browser. That includes computers, latops, tablets, smart phones, phablets, smart tvs, gaming consoles, certain in bar entertainment systems and a number of wearable devices. What_browsers_does_bxp_work_on?


2 Supporting Software

For certain formats extra free software may need to be installed on the browser / device, e.g.

  • Adobe Flash for movie playback,
  • Adobe Acrobat Reader for viewing PDF documents,
  • Microsoft Excel Viewer for reviewing spread sheets, etc.


Different browsers have different approaches for different formats. e.g. npapi compatability. You will need to source the appropriate methods for the appropriate devices for your requirements. What_browsers_does_bxp_work_on?


Contact our support team to be able to help you with the myriad of options. Email support@bxpsoftware.com


3 The Techncial bits

bxp is written in Classic ASP and VBScript, ASP.NET and JavaScript using an Oracle MySQL database to deliver XHTML 1.0 compliant code.


All communication is encrypted to the same level as online banking through an SSL connection. The data in the solution is always encrypted, even at rest. The_bxp_Infrastructure


bxp is written is tested and reviewed on all browser from IE 6 onward. Clients can use CSS2 or CSS3 code via the ability to include libraries, to reformat the styling of the interface instance. How_to_style_bxp Interface bars allow for custom functionality layouts to be designed on a user by user basis. Interface_Bars