Git Product home page Git Product logo

adaptogon's People

Contributors

poikilos avatar

Watchers

 avatar

adaptogon's Issues

Use http or https automatically

  • implement workaround: change base.ini of each site to use https:// (no www) or css will not load (see streetlightinfo--implemented on live site but not in templates).
  • derive http or https and www or not automatically

Handle bad htmlref better

Current behavior:

"Sorry, a page corresponding to tutoring.html does not exist in this version of the site. Perhaps you could try browsing the site to find any information you were looking for."

  • it appears above the nav (above everything)

Steps to reproduce

Expected behavior

  • Option A: add x to close it?
  • Option B: show it further down (instead of showing the default page, or at the top of the default page)

Comments appear in urls

Example: https://expertmultimedia.com/index.php?action=show&htmlref=%3C!--literalhref--%3E%3C!--literalhref--%3E%3C!--literalhref--%3Etutoring.html#

  • If the comment is left out, it says the page does not exist.

Re-evaluate whether there is too much or too little use of `mysqli_free_result`

Currently, mysqli_free_result($result) (where $result is a query result variable) is used every time or nearly every time $result is obtained. Documentation of the function says "mysql_free_result() only needs to be called if you are concerned about how much memory is being used for queries that return large result sets.
All associated result memory is automatically freed at the end of the script's execution." according to Pascal MARTIN's answer Mar 23 '10 at 17:38 on https://stackoverflow.com/questions/2502201/is-it-a-good-practice-to-use-mysql-free-resultresult accessed 5 Nov 2017.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.