C3Solutionware Austin Web Development Company




Plugin Demos
Best of Showcase
Charts & Graphs
Validations
Dialog
Tabs
Date Picker

Interactive Web Application Development

Interactive Web Application Development

Our showcase of functional demos apply advanced effects, animation, and themeable plugins that we can use to quickly and easily develop highly interactive web applications for our clients.

Our ever-expanding skill set of effects includes:
   Drag and Drop Shopping Carts

   System Notifications and Alerts

   Charts and Graphs

   Custom Inline Form Validations

   System Dashboards

   Drag and Drop Web Portlets

   Ad Rotation, Billboards, and Splash Pages

   Photo Managers

   Content Rich Tooltips

   Drill Down Menus

   Sortable and Selectable Item Lists

   Html Editing and Content Management

   Content Tabs and Accordions

   Custom Calendars and Date Ranges

   Animated Window and Menu Effects

   Dynamic Theme and Color Selections

   Resizable Forms and Windows

   Toolbars

   Auto Completion

   Right Click Context Menus


....the possibilities are in fact endless. If you can dream it, we can build it.

Instructions
The functional demos on the left showcases only some of the uses of each plugin. Below each type of plugin there are multiple examples of the various functionality that we can implement. You can also dynamically change the color scheme using the theme selection dropdown in the upper left hand corner on the demo screens.



Expert Quality, Cost Effective
  Web Development and
       Custom Software Solutions
Web Development Request
   
 
 

Web Development    Custom Software    Mobile Web Development    Google Maps API    SQL Server


jQuery UI Web Development    jQuery Mobile Development    Quickbooks Integration    Consulting    Google


 
      Click Here to Like this Page...

Go Local Business Austin Texas

Providing Web Development and Custom Software Services for clients in
Austin, San Antonio, Houston, and Dallas Texas.

© 2013 C3Solutionware Austin, Texas. All rights reserved.

Privacy Policy

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>