The Equilume Calculator calculates product activation date, and is implemented as a WordPress plugin. 2017.
Need custom application development, but your website is on WordPress? A plugin is the solution.
Plugins are enhancements that extend what WordPress can do.
Staying up to day with updates and patches is a GDPR requirement, and no where is it harder than on the web, where the the whole online world can connected world has access. WordPress has an Update Manager, and it’s a great way to manage this process for small to medium size businesses.
Publishing a plugin to the WordPress Plugin Directory is a great way to raise your profile.
HYC, one of Ireland’s Premier Yacht Clubs, has adopted Delegator Events Payments as their online payments solution.
This microservice accepts transaction information in, providing an endpoint for payments and a place for users to store and manage cards, reporting for accounts, and a payment receipt for the client. It follows the GDPR requirement of making the data available in portable form outputting CSV format reports suitable for excel or import to Jonas or other accounts packages.
The payment gateway implements a new responsive design, which integrated seamlessly with the fixed width layout of the legacy web application.
The gateway has been in operation since December 2018 and is integrated with the payments provider Globex.
Microservice
Microservices allow businesses to move functions (like payments) onto for-purpose platforms and then provide service to other systems that need the function.
HYC have used the microservices architectural pattern to process payments for a number of diverse functions including member subscriptions, account top-ups and racing events.
Because the service is ‘loosely coupled‘, HYC are able to deploy classes of payment services very rapidly and without being bound to any one vendor.
Reduced GDPR footprint
By moving the various payment functions out of their custom built web infrastructure HYC were able to reduce the risk levels and management overhead associated with processing payments, while keeping a legacy CRM system operational.
Integration
Delegator Payments accepts multiline ledger payments as an input and every line item can be tagged with the appropriate General Ledger code, making reconciling in downstream accounts packages straightforward.
Many accounts packages* have APIs, CSV file uploads or other mechanisms to allow uploading of payment information. Delegator Payment Services can design custom interfaces to any platform, even custom built ERP or CRM.
Delegator loves to hear from partners, and our unique ledger payment API means that it’s easy to integrate. Contact us if you would like to discuss partnership.
*For uploading to Jonas Club Management, it is necessary to have the ‘Automated Lockbox Upload’ feature enabled.
Site speed is important for SEO, but can be hard to achieve in WordPress. One of my favourite tools for site is the Google PageSpeed Insights tool – who better to tell you what your site needs to be SEOed? So let’s take a look at our client’s brand new WordPress site:
It’s not the worst page speed I’ve ever seen. But it’s not far off the worst.
The worst PageSpeed score possible – zero %
but this site does need some work. Fix the biggest problems first. A common cause of problems is image size, and that’s what’s happening on this WordPress site:
The top four account for the lion’s share of the image size. Let’s take a look in the directory, because we’ve only looked at one page (the homepage), but the whole site needs to be optimised.
There are plenty of big images. This can happen when a graphic designer is uploading unoptimised images. They focus on image quality, and tend not to think about filesize and performance.
Let’s take a closer look at the biggest file:
That’s a bit big. Let’s get it down to something that won’t eat up all the bandwidth quota of a visitor’s data plan. It’s a big homepage image slider, so it still needs to be big enough to look good.
We scaled it down to 180kb. Let’s see the effect on the site speed tool.
We got the size down from 540kb to 82kb! What does Google think?
We’ve jumped 7 points on the scale, and we’re approaching half way there! Let’s do all the rest that google flagged, and see what happens. First the jpegs…we could A) optimise each one individually to check for artifacts, or we could B) batch compress.
Anyway, on with optimising.
The logo is problematic – it’s HUUUGE. Let’s fix this and see what Google thinks…
We’re nearly half way there, but even better – images aren’t our biggest problem anymore, which is great. Time to dive down into the code.
We move onto the server / code optimisation, and we bring the WordPress site to 100% optimised.
100% score for WordPress on Google Insights – Mobile
100% score for WordPress on Google Insights – Desktop
We’ll be posting more on code optimisation in a later post.
Do have a WordPress Website that needs a speed boost? Sort out your images first! If your site is transactional, and you need to optimise your revenue get in touch. or leave your questions in the comments.
The manager at HYC, Paddy Judge is a former pilot and aircrash investigator – knows where to site an antenna and working with the IOT team in Vinyl Matt Media to get some fantastic coverage.
Position tracking for marine vessels.
The results were so good that the nice people at marinetraffic.com gave a us a ‘pro’ level account a few weeks early, and we look forward to forward to seeing the value that their suit of tools adds to HYC’s operation.
How to get an image into the right ‘aspect ratio’ and image size in GIMP. The aspect ratio of an image describes the relationship between its width and its height.
We choose an example that starts out portrait, but that we get a landscape graphic.
We also show how to upsize the image.
Resizing
A word on the options for resizing:
Linear: Can be used with very small text but cubic is a better choice in most cases.
Cubic: The default choice. Unless the image is very small or detailed, cubic and bicubic interpolation helps keep edges smooth.
Lanczos: Similar to cubic except that instead of blurring, uses a “ringing” pattern. Use for detailed graphics without blurring.
Saving for the web
Now we have to save the file for the web.
JPEG. Used most of the time. Works for nearly everything except logos
PNG Used for icons and where you need transparencies.
Here you see some tickets from a demo site of ours on delegator. Register with any stripe testing cards to try it out.
Delegator works by segmenting your market…this means there are many ticket variations. We make those easy to display in the right place in WordPress.
Use :
session_id
speaker_id
ticket_name
to display specific titles.
Say you have a bio page for a prestigious speaker. Big draw. Huuge. Here we show tickets that include access to a speaker using this shortcode:
delegator_tickets speaker_id=”4″
[delegator_tickets speaker_id=”4″]
So we see all tickets that give access to another speaker
delegator_tickets speaker_id=”3″
[delegator_tickets speaker_id=”3″]
The above are great for putting on your speaker pages. But we’ll have pages that give session information, we need to sell tickets that include access to that session.
Think of the use case where we’ve got a blacktie dinner for people that come to see both speakers. We want to talk about this on a page that really sells the great food we’re going to serve.
delegator_tickets session_id=”6″
[delegator_tickets session_id=”6″]
And of course we can just display a ticket based on a ticket name by selecting its ‘slug’.
delegator_tickets ticket_name=”organiser”
[delegator_tickets ticket_name=”organiser”]
We can now offer subsets of tickets in different contexts, making putting the right ticket choices in context and improving conversion.
BookServe, the online reservation software, does a great job of keeping you in touch with your customers.
But to do that you need to make sure your guests’ email systems know to expect mail from YOUR domain ([email protected]) from the BookServe server.
Want to make sure your emails are getting through from BookServe to your guests?
First make sure you have control of your domain’s DNS settings. If this sounds difficult, don’t worry, your Web Developer can help.
DNS Changes. Need careful handling.
Then you need to edit the SPF record. The SPF is a type of DNS record. You can read about SPF here,
If it’s your first time at the DNS rodeo don’t try this without your Web Developer. An incorrect change can bring your site and email down, and it can take hours to fully recover.
An SPF record is a particular type of TXT record This is an example Register365 mail record for a BookServe customer.
The part ip4:109.74.198.82 refers to a BookServe server.
It tells the Internet ‘Hey, all these servers can send mail for @PropertyDomainName.com
Once you’ve setup the SPF, it should be tested. The good people at Kitterman Technical Services, Inc. have an <a href="http://www.kitterman.com/spf/validate more helpful hints.html” target=”_blank”>excellent tool for this. Don’t get caught out. Test.