10 reasons to turn your Access applications into Web-based applications
by Susan Sales Harkins courtesy of TechRepublic
Tutorials written by Mr. Gheith and published on various developer-oriented web sites...
| name |

Simple but powerful
WB features will make your efforts worthier...
Learn more

Power Pack
Use step by step wizard to complete your project without writing a line of code...
Learn more

Quick WB 6 video guide
"How to publish database in just 5 minutes"
View video

Quick PP video guide
"How to publish database using a step by step wizard"
View video
An easy way to publish your database
The following example contains only few lines of WhizBase code (most of the code is plain HTML), but resulting page will display all records from "TAPJOINED" query with full text search form for easier browsing:
[FormFields]
wb_basename=/database/biblio.mdb
wb_rcdset=tapjoined
wb_command=Q
<!--WB_BeginTemplate-->
<html>
<head>
<title>WhizBase example</title>
<style>
.wbspttbl,.wbspttbl td{border: 1px solid #000000;border-collapse:collapse;}
</style>
</head>
<body>
<form action="$wbe[script_name]" method="post">
Search: <input type="text" name="WB_UniQS" size="20"> <input type="submit" value="Search">
</form>
$wbdetail[T]
</body>
</html>
What makes
WhizBase better?
| » | Powerful enough for complex applications, but simple enough to be used by HTML beginners |
| » | Very easy embedding with HTML - the following code:
Hello visitor from IP <b>$wbe[remote_addr]</b>!<br>
will produce this result:
Your language is <b>$wbe[HTTP_ACCEPT_LANGUAGE]</b>
Hello visitor from IP 38.107.191.88! Your language setting is en-us,en;q=0.5. |
| » | Allows easy browsing, adding, changing and deleting of data from databases |
| » | No matter what you choose to create, WhizBase offers better results in a shorter time compared to any other existing programming language |
| » | Hiring a programmer for implementation of even a simple custom project would cost you hundreds of dollars - WhizBase license costs only 99.95 US$ |
| » | Wide spectrum of application use for all kinds of dynamic web sites |
| » | WhizBase is compatible with all Windows 32-bit and 64-bit operating systems |
With
WhizBase you can
| » | Turn your local databases to intranet applications without hiring a programmer |
| » | Achieve better results with less effort, using advanced functions, which replace many lines of ASP or PHP code |
| » | Use PowerPack Wizards to immediately begin developing your own applications |
| » | Create various types of report formats and allow your users to choose whichever suits them best |
| » | Feed data gathered from visitors directly into your database, with the help of web application you created |
| » | Share information with authorized users via intranet or Internet without using complex protocols |
| » | Store information from various sources in a single database |


Hi, my name is Faik Djikic and I'm to blame for having WhizBase around for all these years. I want to thank you for exploring our site, and I hope you'll find WhizBase interesting enough to try it. We certainly do believe in it, since we have built more than 200 web projects based on WhizBase technology. We understand web developer's problems and nightmares caused by clients and/or superiors, so please feel free to contact us for any kind of assistance from installation problems to "how to", even if you are just using the trial version. We'll be glad to help you.



