-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevelopmentNotes.txt
39 lines (34 loc) · 2.06 KB
/
DevelopmentNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-Useful websites
https://codeshare.co.uk/blog/basic-html5-template-layout-example/
https://unsplash.com/
https://fontawesome.com/icons/umbraco?style=brands
https://fontawesome.com/start https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself--> to download the font awesome free version to use in the project
https://startbootstrap.com/
https://startbootstrap.com/themes/clean-blog/
After downloading the theme, following files are what I need at the begining;
-css folder
-img folder
-js folder
-vendor folder
-about.html
-contact.html
-index.html
-post.html
http://umbracians.chat/
https://github.com/mattou07/iis-builder
This is for quick local IIS setup with SSL certificate
CleanBlog.Core class library only has UmbracoCms.Web installed, not UmbracoCms.Core or UmbracoCms.
We also make sure that package version is the same as the web project's version number(not the latest number)
Windows sign on keyboard and . opens up emojies so this can be used infront of Umbraco form names
For contactForm.cshtml contactForm.js - we have installed these packages:
Install-Package Microsoft.JQuery.Unobtrusive.Validation
Install-Package Microsoft.JQuery.Unobtrusive.Ajax
https://chocolatey.org/install#individual
https://chocolatey.org/packages/smtp4dev - dev test smtp server for sending&receiving e-mails
https://github.com/prjseal/SlackBotMessages
https://github.com/prjseal/Our.Umbraco.EditLink
https://pixelarity.com/ - This is to download almost 100 templates for $19(3 month subscription is all I need to download all the templates to use anytime I want)
https://our.umbraco.com/documentation/implementation/services/
https://afarkas.github.io/lazysizes/index.html - Ligthweight lazyLoader which lazy loads images (including responsive images, iframes and scripts), written in VanillaJS and with high perfromance in mind.
Google's lighthouse apparently recommends using lazyLoader for high performance of rendering images etc. (https://developers.google.com/web/tools/lighthouse)
https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/unveilhooks - lazyLoader unveilhooks