Copyright, Creative Common (CC) Licenses, Fair Use

Creative Commons logos

Copyright, Creative Common (CC) Licenses, Fair Use

Basic principles of copyright in New Zealand:

  • Copyright is applied automatically to any published work.
  • Anything that has been published is copyrighted.
  • Copyright lasts past the lifetime of the creator.
What is copyright?

4 types of CC license:

  1. Attribution (CC-BY): allows others to distribute, adapt, remix, and adapt your work provided they credit you.
  2. Attribution-ShareAlike (CC-BY-SA): others can remix, adapt and build on your work. Creator must be credited, and derived works must have same CC license.
  3. Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA): Others may remix and change your work but not for commercial use, and license on derivatives must be same.
  4. Attribute-NonCommercial-NoDerivs (CC-BY-NC-ND): Most restrictive. Others can download and share your work but no changes and no commercial use.
Creative Commons - The Licenses

'Fair use' is a term primarily used in the USA. It means that copyrighted material can be used without permission for criticism, reporting, teaching and research, which are not permitted under copyright but could be justified. In NZ we have 'fair dealing' which describes lawful uses of copyrighted material without having to get permission: criticism, review, reporting, private study, and research.

What's Fair use and does it apply in NZ?

Privacy and Web Privacy Policy

CSS logo

Privacy and Web Privacy Policy

What is a privacy policy? A privacy policy states how your business/website complies with NZ privacy laws. It details what you do with any private information that is collected from customers/website visitors. It should also contain contact details.

Privacy Policy

  1. Personal data is collected only for the purposes of verifying one survey response per person.
  2. We promise not to spam you, should you choose to provide your email address to us.
  3. We will not disclose any of your personal information to third parties.
  4. You may opt out of providing information, and amy information we hold about you shall be immediately removed at your request.
  5. Any survey data that is used to derive statistics will be fully anonymised first.

Contact email: jwintringham[at]yahoo.com

Key clauses for your New Zealand Privacy Policy

How to improve your website SEO

Website SEO image

How to improve your website SEO

5 ways to improve visibility on search engines:

  1. Keyword research: use keywords that reflect what your audience is looking to find.
  2. Good technical design: responsive, use meta tags.
  3. Optimise your search appearance: refine title tags, breadcrumbs, favicon.
  4. Install web analytics
  5. Measure and prioritise SEO: regularly check and find out what's working and change approach if necessary.
Beginners Guide-to-SEO

Features you should know when choosing a web hosting provider

Web hosting composite image

Features you should know when choosing a web hosting provider

3 major factors to consider:

  1. Cost: Are there hidden costs? Are you getting your money's worth? Is it worth paying a bit more for the service you require?
  2. Available storage: This will depend on what the purpose is of your website.
  3. Data security: Do they back up data regularly? Is your data safe from data mining apps or hackers?
Rockcontent blog - How to choose a web host for your business?

Web Performance and Maintenance

Web performance composite image

Web Performance and Maintenance

5 ways to reduce page loading time:

  1. Keep image files small: compress, compress, compress. JPG or PNG are best.
  2. Write using mobile first methodology: First write code for mobile devices, then adapt to desktop later.
  3. Minify and combine files: This reduces size of files by removing and/or shortening symbols in the code.
  4. Load JavaScript asynchronously: This means the script will be loaded independently of the page, which means no delays waiting for the js to load. Script tags should also be put at the bottom of the page to enable asynchronicity for older browsers.
  5. Use caching: This stores a temporary version of your files in a cache that allows for faster loading, as some of the website is ready to load. NOTE: May cause issues with a realtime service, as info may not be up to date.
Sematext - 14 Website Speed Optimization Tips

5 important actions to carry out during website maintenance:

  1. Repair any dead links and errors.
  2. Check search rankings to see if you need to up your SEO game.
  3. Test different browsers to ensure your website is compatible with each of them.
  4. Publish fresh content to keep your site interesting.
  5. Perform backups regularly.
GMR: 8 regular website maintenance tasks for peak performance

Web Security

Javascript logo

Web Security

5 common cyber attacks:

  1. Vulnerabilities in software are exploited
  2. Ransomware: hackers gain access to files, remove access by owner of files, then demand money to restore access.
  3. Insider threats: Users of a system that are corrupt pose a greater threat than hackers on the outside.
  4. Supply chain attacks: Hackers access supply chain technology and get source codes and other infrastructure components.
  5. DDoS attacks: Attackers flood the system with data, so that the system cannot cope and becomes impossible to access.
Connectwise: 10 common cybersecurity threats and attacks (2023 update)

Actions to prevent cybersecurity threats:

  1. Keep software updated.
  2. Don't allow files to be uploaded to your website.
  3. Ensure passwords used are complex, and add further protection by encryption. Suggested: one way hashing.
  4. Kepp error messages succinct, don't give away your secrets eg. database passwords or API keys.
  5. Beware of SQL injection where an attacker can input SQL into a webform and gain access. Always use parameterised queries.
Creative Bloq: 9 security tips to protect your website from hackers