Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Due to the ongoing development of the Frontend-frameworks we are using, it is recommended to update the sourcefiles to increase speed, resolve bugs and increase overall responsiveness of the website.

In most cases it is sufficient to upgrade the main file of jQuery, DataTables and Bootstrap.

The Downloadlinks for the current version are:

Bootstrap: http://getbootstrap.com/getting-started/#download

Datatables: https://datatables.net/download/index

jQuery: https://code.jquery.com/jquery/

 

The implementation is done in views/bootstrap/header.blade.php (for CSS) and views/bootstrap/footer.blade.php (JS) Files. There are several ways to implement these Frameworks, such as composer, via cdn or by downloading the corresponding files.

1 CDN implementation

For fast development, prototyping and testing it is recommended to use CDN (Content Delivery Network) links. The needed links can be found on the mentioned websites.

 

Example CSS implementation
 <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
Example JS implementation
<script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
ProsCons
  • easy and fast to implement
  • Requesting external sources
  • high availability (100% uptime)
  • longer access time when called from "local" network
  • easy to upgrade
 
  • easy to maintain ( - no maintanance)
 

2 Local implementation

 

 

 

 

 

 

Filter by label

There are no items with the selected labels at this time.

  • No labels