There is now an option to include pictograms in read only mode.
Visit the pictogram generator and use the read only embed link.
Make your own pictogram with the Primary Technology Free online Pictogram creator
Founder, Inventor, Creator
There is now an option to include pictograms in read only mode.
Visit the pictogram generator and use the read only embed link.
Make your own pictogram with the Primary Technology Free online Pictogram creator
Results below:
Make your own pictogram with the Primary Technology free online pictogram creator
Note: I am now providing VCLs in separate branches on github as the Varnish VCL syntax has changed.
Thanks to scoof for documenting the Varnish VCL changes.
WordPress sucks at delivering the same content over and over again, actually, I should rephrase that, wordpress rocks 99% of the time but if you serve a page over and over again it will quickly exhaust your servers resource which will mean wordpress will go slow. Varnish Cache speeds up WordPress by serving pages from memory instead of doinmagicg a bunch of hard work.
I have done a number of different VCLs that can be used with varnish and wordpress but this is the final revision for now. It is designed for Varnish 2 but should work on 3 with no to very little modifications, I have tweaked this VCL over a few years and I’m finally happy with it.
Features:
Varnish, WordPress, The Varnish WordPress plugin installed and working, mod_rpaf installed in apache or an nginx equivalent.
I was going to make a VCL generator but then I remembered most people will use this VCL as a point of reference and I’m lazy, let’s face it, being lazy is the biggest factor in me backing out of making a generator. The varnish configs I have done before have been overly verbose for what they did and rewriting them and cleaning them up means this config is much easier to understand and modify. Adding logging means that you can easily use varnishlog to debug any problems you have.
I didn’t include Custom error messages in this VCL. It’s not because I’m lazy, it’s because custom error messages put a lot of cruft into the VCL and if you want custom error messages you should see this article.
Varnish v3
Varnish v3.03
Which version of Varnish am I running?
varnishd -V
Search and replace myFirstServer and mySecondServer with your server names adding new backends where required. Make sure new backends are added to the round-robin cluster and the purge list.
Once you are happy with your VCL save it in as /etc/varnish/default.vcl (remember to make a backup of your original file) and restart Varnish. Any problems try to debug yourself but if you are stuck just give me a shout, I will be happy to help!
Woohoo, Since I got upgraded on PrimaryEmail I had access to this new calendar sharing thing. Currently I’m sharing my free/busy but you can share anything you want. It works really well!
To enable sharing your calendar:
Log in to your Primary Email or School Email account via the website.
Click Calendar
Click Share
Click Publish this calendar to the internet
Change your settings and then get the Link for viewing calendar in a Web browser
If you want to embed your calendar copy the Link for viewing calendar in a Web browser URL and embed it in an iframe, it will look something like this:
<iframe src="http://exchange.schoolemail.co.uk/owa/calendar/John@primaryt.co.uk/Calendar/calendar.html" width=600 height=600></iframe>