Blog

There are 6 items on 1 pages.

How to open a modal window for a custom datatype in the Umbraco back office

It's a simple one and can be done by using a regular link with a small bit of JavaScript and you shouldn't need any dependencies. - read more.

28 May 2017 - 1 Comments

JQuery Unobtrusive Validation for dynamically created elements

A short 'how to' on making jQuery unobtrusive validation work for elements that you've dynamically added to the DOM. - read more.

29 Mar 2017 - 2 Comments

JQuery UI Autocomplete

JQuery UI's Autocomplete is a very handy and powerful tool, but when using a custom implementation, their documentation can be out of date this post covers how to access the autocomplete instance for newer versions. (.autocomplete( "instance" )) - read more.

9 Nov 2016

Javascript Desktop Notifications

I'm not gonna write massive paragraphs about his one, but simply provide a nice example of how to implement desktop notifications for browsers running webkit in JavaScript. Who knows maybe Internet Explorer will support it some time soon? - read more.

26 Feb 2016

Limit Google Autocomplete results to country and city

To add a location based autocomplete to text inputs using Google Autocomplete, you need to add the following code to a script block or separate JavaScript file. The country is limited to two letter co... - read more.

8 Feb 2016 - 3 Comments

Javascript - Open a given URL in a new window/tab by clicking a button

Use the following code to open a link in a new window rather than a new tab, as you can see, I've used a button, but the same onclick="..." can be used on anything to make it open the specified URL in... - read more.

17 Dec 2015
Share with
Tags
Latest Comments
By Mark Gentry on Windows Server 2019 - Change product key does nothing
20 Aug 2021, 03:30 AM
By Cathy on In-Place Upgrade for a Windows Server domain controller
31 Jul 2021, 18:28 PM
By Mr. Greymatter on Raspberry Pi - Running Java app on Raspbian
16 Feb 2021, 07:35 AM
By Mikko Seittenranta on Xamarin Forms multiple instances of same app open
16 Feb 2021, 04:34 AM
By Andrew on Auto/Custom height on Xamarin Forms WebView for Android and iOS
22 Jan 2021, 22:15 PM
By Nick on Raspberry Pi - Running Java app on Raspbian
14 Oct 2020, 19:37 PM
By Ivan on Fixed: Value cannot be null Parameter Name: source
15 Sep 2020, 19:47 PM
By Anand on Raspberry Pi - Bluetooth using Bluecove on Raspbian
7 Sep 2020, 16:53 PM
Categories
App Development
Event
Game Development
Mapping
Modelling
Programming
Review
Robotics
Tutorial
Web Development