Use GitHub to serve Cloud Pages
Have you ever created a Cloud Page and wished you could roll back to a previous version? Using Github will allow you to serve changes immediately without republishing the page.
Have you ever created a Cloud Page and wished you could roll back to a previous version? Using Github will allow you to serve changes immediately without republishing the page.
Apple has just announced macOS Big Sur 10.16, along with some great new features comes a brand new set of Wallpapers.
Marketing Cloud injects tracking collect codes at the bottom of Cloud Pages - there has to be a simple way to remove it.
If you're the sole user of your Windows 10 machine and want to login without any interaction then there's a way to do that in the latest version of Windows 10.
Have you noticed that the fans are a lot louder or run for longer in Windows?
Email reputation is something people commonly overlook and it's such a big part of running an email server as you don't want to go through all that effort just to land in junk mail.
I like to try different Linux distributions every now and again just to see what new changes are being made. Manjaro Linux and its Architect package caught my eye.
Apple has allowed you run Windows on your MacBook but they make sure that the experience isn't as good as running their Operating System.
Homebrew makes it easy to install and keep installed software up to date on your Mac - as part of my backup routine for my Mac I want to be able to run a single command to reinstall all packages.
Quite a common request is to produce HTML components that resemble Apple design elements.
Auth0's documentation is a little wrong - here's a method to use Passwordless login through the REST API so you can build it in to your own application.
Download the new dark and light Catalina wallpapers here.
When Microsoft Edge first released you couldn't add many other search engines, now over 2 years later the Browser has grown to compete with the big players.
I thought I'll give Fedora a try on as my Media PC, everything was working fine until I rebooted and it just wouldn't get past shutting down Fedora services.
Have you just bought your new Audi and you're constantly checking the yourAudi Order page, well I have created a chrome extension to give you more detailed results.
Apple announced macOS Mojave on the 4th June and introduced Dark Mode. Download the new dark and light Mojave wallpapers here.
I was about to install Bootcamp on my MacBook Pro but I was stopped by an error that was telling me my disk could not be partitioned. After some research I've figured out what the issue was.
Salesforce
Marketing Cloud allows you to create custom landing pages that can be used in a Call to Action or let customers manage their subscriptions in a page that matches their branding.
Microsoft's Edge browser is a sleek, fast and impressive update to what Internet Explorer was. Want to use it but can't add Google as the default address bar search option. Add it here.
When building an application I hate having to open up my graphic editor and create icons with different colours and sizes to use as assets when designing the user interface in XAML. I will be showing you how easy it is to use font icons in your app.
When creating a desktop console application in Visual Studio you're able to access the command line arguments pretty easily. How do you go about accessing command line arguments for a WPF Desktop application?
The default scrollbar that Windows uses can take up a lot of space, especially if you are planning on using a ScrollViewer on a ListView in your application. Read on for the implementation of an Apple style scroll bar.
The whole point of WPF and XAML is the to keep your functional code away from the user interface. You should be managing data with code not user interface elements, we've gone far from the Windows Forms days. Let's see how easy it is to add rows of data to a DataGrid.
When building an application you'd probably want to build themes and start changing the skin on specific controls. Sometimes users don't like the changes made - give them a choice, here's how.