Differences between revisions 10 and 43 (spanning 33 versions)
Revision 10 as of 2011-05-02 03:12:39
Size: 81
Editor: tamplin
Comment: That's 2 celevr by half and 2x2 clever 4 me. Thanks!
Revision 43 as of 2022-11-27 22:45:40
Size: 1842
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
That's 2 celevr by half and 2x2 clever 4 me. Thanks! ## page was renamed from web
##master-page:HomepageReadWritePageTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Web design =

== Web site validators ==
 * Screamingfrog - Got free version

== Frame Works ==
 * 2022 Jam Stack is the way to go, static site e.g s3 that uses api for dynamic data
   * Options
     * [[web/Hugo|Hugo]] - fast Go , use with headless cms
     * Pelican - Python
     * 11ty - Node.js
   * Pick - [[web/Hugo|Hugo]]

 * 2018 - Frontend case studies - https://github.com/andrew--r/frontend-case-studies
 * angularjs - Front-end + backend + meteor
 * [[node.js]]
 * Tutorial - django rest http://django-rest-framework.org/tutorial/2-requests-and-responses
 * Online design and host with cart http://www.wix.com (2014Oct-$8.08/m eCommerce)
 * https://www.browserstack.com/test-on-firefox-browser

=== Web Gui ===
 * Demo [[http://morrisonpitt.com/jsPlumb/html/jquery/demo.html|jsPlumb]]


 * http://www.ibm.com/developerworks/linux/library/l-migrate2cloud-1/
 * http://desizntech.info/2009/12/15-handpicked-fresh-and-useful-jquery-tutorials/
 * Jquery - JavaScript library
   * {{{
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
  $(document).ready(function() {
    // This is more like it!
  });
</script>
    }}}
 * [[http://www.webdesignfromscratch.com//blog/web-design-is-dead.php|Measure success of design and improve]]
 * http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx
 * Free website - http://keeni.webs.com/
 * Web evaluation and testing mailto:info@sawebs.co.za

 * MoinMoin
   * WSGI speedup with deamon mode http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess
...
Line 3: Line 50:
CategoryPerformance CategoryDevelopement

Web design

Web site validators

  • Screamingfrog - Got free version

Frame Works

Web Gui

...


CategoryDevelopement

Web (last edited 2022-11-27 22:45:40 by PieterSmit)