Who Is Bizness
Inc?
|
Bizness Inc. is your web software business
partner to help you increase sales(eCommerce), collect one-time and monthly
recurring payments to eliminate postage costs and NSF checks (web billing),
produce emailable drilldown decision support html reports for all browsers
including mobile devices, and so many more areas to cut your costs and improve
your productivity giving you and your customers access from anywhere in the
world!
|
Bizness
Inc was incorporated in 1994. It is the designers of World Class International
Software such as BizRAS (E-Commerce Software) and BizRAS( Invoicing and Web
Reporting Software). Click on some of its deployed sites for information on:
1) E-Commerce (shopping cart software for
small and international firms):
www.biznesscommerce.com
2) Web Reporting (Report Administration
System for you and your key clients):
www.biznessreporting.com
3) Mobile Reporting (Reporting on Mobile
Devices):
www.biznessmobile.com
4) Web Invoicing (Collecting one-time and
recurring charges on the web):
invoicing.biznesscommerce.com
5) Donation Management Systems
For Non Profit Organizations and Ministries:
www.webdonationmanagement.com
6) Services Including Interfaces:
www.biznessinc.com
What Work Have They Already Done that they can
do for Any Organization?
Sample of 45 Topics below that Bizness Inc can
consult, design or program for you. Most of these points below are already
functioning in live production systems written by Bizness Inc.
Web Code Design
1) Code design for Branding (White
Carding) for corporate logos, custom captions at the bottom of pages, font size
and colors through CSS
2) Resource files can be used for
international text but better to store text in DB to update the text
in languages on the fly
3) Validation on all text boxes not only
for max length of a field but to stop illegal charaters and SQL injections
4) Database transactions in try catch
blocks with Commit and Rollback functions to keep data integrity
5) Filter grids by entering text in the
find search box. Save the seach text and grid page number in context when user
comes back to that screen
6) Preventative maintenance sending email
to tech support on try catch blook for possible errors in code
7) User tracking system for Ticket Issues,
which also allows Code fixes to add code fix, sql script fix and explanation to
resolve issue
8) How to resend mail when mail server
goes down. Mail servers should be up 100% of the time. If it is up 99.99% it
means 1 or 2 emails may have to be resent
9) Dynamic Help in database in different
languages
10)Dynamic Help Topics in database in
database in different languages
11)Designing interfaces like XML for and
IIF files for Exporting to Quickbooks Accounting Systems or other Systems
12) Archiving of records in Web
applications to move data into archive tables
Performance and Scalability
1) Analyze all SQL to get subtree costs to
minimal to make application scalable
2) Performance testing. Creating mega
databses with SQL scripts to simulate application database growth over a 10-15
year period.
3) Enhancing Performance and Scalability
through Caching
4) Analyzing database statistics, caps on
memory in machineconfig.sys, caps on memory for SQLManager.exe,use of indexes
5) Analyzing SQL query sub tree costs to
minimize them,
6) Understanding the difference in
parallelism for CPUs that have more than 1 processor
7) Running a SQL trace. Running the Index
Tunning Wizard with a workload to get index recommendations on clustered vs not
clustered indexes.
8) AJAX ASP.NET 3.5 refreshing only
certain components on the screen
Security
1) Session Checking and user screen
navigation to stop Hijacking
2) SSL installations - encryption. No SSL
means passwords and username or userid can been seen. We can help you
order the right SSL certificate for your environment.
3) sys.config authentication
4) Best Place to store User context
5) Security at Logins to check user access
(deleted user) as well as corporate access (corporation paid their bills) and
block all fraud access
6) Allow user a solution when they they
forget their passwords or user ids. Extra security question option (for users
when they forget passwords) can be turned on and off
7) After 3 unsucessful attempts at logging
in, redirect them to home page or another screen
8) Security setting in UI to force users
to change ther passwords every x months.Password visibity blocked in UI and
scrambled in datatbase
9) Block mouse right click on screens to
stop people from viewing the source code
Coding For All Internet Browsers
1) Html reports emailable inside the body
of the email so no file attachments making it friendly to all virus scanning
systems
2) Support for Mobile Devices (such as
Windows Mobile devices) allowing them to log on and view reports in their
Mobile Units
3) Handling of cookiesless browsers
4) Browser caps or files to make
application work for FireFox, Opera and other Browsers Besides Internet
Explorer
E-Merchant Credit Card Authorization and
Back End Systems (ie interfacing to PayPal for one time payments and reocurring
monthly payments)
1) PayPal Interface for Shopping Cart and
ECommerce Systems
2) PayPal Interface for one time and
monthly donations for Donation Management Systems
3) PayPal Interface for one time and
monthly invoice payments fror Web Invoicing Applications
4) Back End PayPal Systems to email client
users on credit card transactions, update databases, log all PayPal
transactions and track PayPal Commissions
Web Database Design and Deployments
1) Database Design, naming standards, RI
diagrams, views and stored procedures
2) Set indexes for performance and
eliminating duplicate data (normalization)
3) Importing, Backing Up and Restoring
Databases.
4) Deployment standards and debugging tips
in live environment
Web Services
1) Web Services to check at log on for
valid software licence and ssl certificate to stop code stealing.
2) Web Services to reuse code
3) Keys to Web Service deployments and
upgrades