• Skip to primary navigation
  • Skip to content
Eyks

Eyks

We make things that make a difference

  • About
  • Concern
  • Contact
  • Blog
  • Show Search
Hide Search

About us.



Hello! We are Eyks, and we help schools and educators; navigate and plan for their future. We also make amazing websites and applications designed for education.

Fremantle
Western Australia

Concern.



Sometimes you just need to let someone know.


Contact us.



Skye Moroney

ICT infrastructure,
Design,
Leadership.

Change management consulting and implementation specialist

skye@eyks.com.au

@Skye_Moroney

Louise Moroney

Strategic planning,
Pedagogy,
Integration.

Professional learning & development for educators

louise@eyks.com.au

@LCMoroney

Our stories.



SVG Gradient – x1 y1 x2 y2 visualised

Skye Moroney
May 22, 2017

[av_notification title=’Correction’ color=’blue’ border=” custom_bg=’#444444′ custom_font=’#ffffff’ size=’large’ icon_select=’yes’ icon=’ue8d2′ font=’entypo-fontello’] Thanks to @woodnathan for pointing out my visualisations confused the starting point of the axis. Fixed. [/av_notification] Made this to help visualise the start and end gradients for a CSS SVG transformation on hover. This displays the variations of 0% and 100% of x1 y1 x2…

Continue Reading SVG Gradient – x1 y1 x2 y2 visualised

Book Creator to iBooks Author

Louise Moroney
May 18, 2017

Creating content is not always an easy task. Last semester I had the opportunity to work with some teachers on creating a simple iBook for a Pre-Primary class. The teachers had made plenty of books using Book Creator with the students so it was an easy jump to understand how they could make an interactive book for…

Continue Reading Book Creator to iBooks Author

5 Tools to take your iBooks to the next level

Louise Moroney
January 27, 2017

One of my favourite tasks last year was to help teachers create iBooks. I use iBooks Author and associated third party applications frequently, but sometimes it isn’t always what is needed for the task at hand. I often remind teachers that there are plenty of ways to create content! and sometimes we only need quick and simple…

Continue Reading 5 Tools to take your iBooks to the next level

Free Customised Recording Booths for Classrooms

Louise Moroney
August 29, 2016

Getting creative with teaching and learning spaces is a challenge, especially when you need to record something. Being able to record your voice quickly and easily is one of the best upgrades that classroom technology has had in the last few years. With an emphasis in schools on literacy, teachers are often looking for ways…

Continue Reading Free Customised Recording Booths for Classrooms

Where did that come from?

Louise Moroney
August 1, 2016

We ask our students to reference information from print text, online text, magazines, videos and so on, from such an early age. But when was the last time you asked your students to reference an image? Should they? The simple answer: Yes!   Usage Rights There are plenty of tools available for referencing images and…

Continue Reading Where did that come from?

Pokemon Go @ School

Skye Moroney
July 11, 2016

Get behind it or on top of it, you can not ignore it.

Continue Reading Pokemon Go @ School

Website Image Size is important

Skye Moroney
May 31, 2016

It’s like the old spy technology cliché Smaller is Better. The smaller the file size the faster the load time. Thats pretty much the crux of it, and for schools you’re going to find that your demographics’ internet access speeds vary wildly. So small file sizes for images is pretty important. At this point I could…

Continue Reading Website Image Size is important

Get Connected and Stay Connected

Louise Moroney
May 24, 2016

George Siemens, one of my favourite writers and speakers, tweeted a fantastic article the other day from Scientific American, on “How Networks Are Revolutionizing Scientific (and Maybe Human) Thought”. It discusses the nature of networks and how this adds meaning to existence. Of particular interest to me was the spread of ideas via social networks…

Continue Reading Get Connected and Stay Connected

TeachMeet – Digital Citizenship Presentation

Skye Moroney
May 7, 2016

Last week I presented at a TeachMeet #TMWA_DL in Perth, I’m always anxious when presenting to teachers. I’m not scared of teachers, it’s more like awe; I respect what they do and see the hours they put in, how much of themselves they give and this makes me want to do a very good job when I…

Continue Reading TeachMeet – Digital Citizenship Presentation

Concern – Announcing the launch of our long awaited Digital Citizenship tool

Skye Moroney
March 18, 2016

For a number of years Eyks has been taking registrations of interest for Concern, it’s taken a long time to sort out all the legal and privacy requirements and even though we hoped to announce this sooner: Eyks is launching Concern.net.au Today is Australia’s 2016 National Day of Action against Bullying and Violence an auspicious day to to announce we are…

Continue Reading Concern – Announcing the launch of our long awaited Digital Citizenship tool

Open PDF in new tabs – WordPress

Skye Moroney
January 14, 2016

To force WordPress to open all PDFs in a new tab, add the following to your theme-functions.php. function pdf_target_blank(){ ?> <script type=”text/javascript”> jQuery(document).ready( function(){ jQuery(‘a[href$=”.pdf”]’).attr(‘target’, ‘_blank’); } ); </script> <?php } add_action( ‘wp_print_footer_scripts’, ‘pdf_target_blank’ ); This code can be added as just the Script into the header.php of your site, though in certain interfaces it…

Continue Reading Open PDF in new tabs – WordPress

Mac CSV won’t upload?

Skye Moroney
February 13, 2015

Depending on the device that downloads or the system that generates a CSV (or other) text file, the file can be given 1 of 3 end of line styles. Mac = Carriage Return (CR) Unix = Line Feed (LF) Windows =  Carriage Return + Line Feed (CRLF) When uploading a file most servers will run the CSV through…

Continue Reading Mac CSV won’t upload?

Webclip Icons

Skye Moroney
February 9, 2015

So I posted a Drop in Jump page a while back and it included a little function I made in Automater called “Web Clip Icons”. It creates the correct sized and named files for (what was then and I haven’t looked at now) having icons on touch enabled apple devices show your own styled image. It also…

Continue Reading Webclip Icons

Make Passwords easier

Skye Moroney
January 25, 2015

There are hundreds of password related articles out there and instead of adding to the cacophony I’m going to give you a simplified version. Make it long – Password Length is more important than Password Complexity Keep it safe and single – It’s easier to steal a password than crack one   Make it long Size matters –…

Continue Reading Make Passwords easier

Westpac PayWay – Error HP ACQUIRER INIT REQD

Skye Moroney
November 14, 2014

Sometimes you search and search and then discover that the information just isn’t out there, so the best thing to do is to share once you know. I’m helping a community Summer Market setup a PayWay for collecting funds electronically – followed all the steps and it still didn’t work. Kept getting the following error:…

Continue Reading Westpac PayWay – Error HP ACQUIRER INIT REQD

WebDAV – dock shortcut

Skye Moroney
August 19, 2014

I wanted to build on the Mac Staff Home- dock shortcut by utilising WebDAV. This version is better because it allows you to use a single dock icon to connect to all your shares at once (as per your WebDAV setup). It also means the shares are available off campus. You’ll need to change the webdav.eyks.com.au with your own WebDAV link.…

Continue Reading WebDAV – dock shortcut

Creating Mac Printing Packages – lpadmin

Skye Moroney
January 27, 2014

This is for when you have a print queue and unmanaged macs that you need to create a bundle printer install for. I’ll add the rest of this post later – basically use casper composer or iceberg and add the printer profiles, drivers and icons. then you’ll need to add a post install script… use…

Continue Reading Creating Mac Printing Packages – lpadmin

Mac Staff Home – dock shortcut

Skye Moroney
November 5, 2013

UPDATE – Cam commented on this post last year and I adjusted the code but never posted the update. I’ve posted an update for dock shortcuts using WebDAV but some people might still need to use these ones so I am updating the code to make it a bit better. Now it falls over to enter a…

Continue Reading Mac Staff Home – dock shortcut

Keynote Trick – Make complex images easy

Skye Moroney
October 29, 2013

I have so many things to write and I thought I should start off with one of my favourite tricks on Mac. This works with any version of Keynote and I’ve even tested it with the new released version 6. You need to have Messages too (previously known as iChat) but you don’t need to…

Continue Reading Keynote Trick – Make complex images easy

Accessing iBooks from online

Skye Moroney
September 12, 2013

Just a proof of concept that uploading an iBook for parents at schools can happen as easily as a Parent iBook proof of concept download link. How to get it working in WP So you’re going to need to add a MIME type to your WordPress if you want to download iBooks from it =) Go find…

Continue Reading Accessing iBooks from online

iWork Pages hanging

Skye Moroney
April 16, 2013

So another “this happened to me today”, I was working on a Pages document (Apple Mac iWork) and when I tried to share it as an ePub I had a problem because it didn’t like the movie file format I had imported. During the export, it shows the dialog almost finished, right near the end…

Continue Reading iWork Pages hanging

Retrieve deleted Evernotes

Skye Moroney
April 8, 2013

Update: The layout of the Evernote app has changed and the steps in this article no longer work. Guess why I’m writing this! probably the same reason you’re reading it. There was a conflict issue in the meeting minutes from a VI meeting, and somehow I ended up deleting them =( So after heading over to…

Continue Reading Retrieve deleted Evernotes

Drop in Jump page

Skye Moroney
November 13, 2012

While we are building the how-to on creating website layout for education we recognise that some of you out there need a solution for now. So with that in mind we have knocked up a quick Jump page that can be used to navigate between your disparate systems. Fair warning: this solution is for those…

Continue Reading Drop in Jump page

iTunes U – Course image title bar colour

Skye Moroney
April 13, 2012

How obscure can those little finishing touches be? Currently we’re doing a set of Course Images for an iTunes U course so we can get a College wide branding. We wanted to now how to get the title of the course label across the bottom to be the colour we wanted. We could tell that…

Continue Reading iTunes U – Course image title bar colour

eBoard Solutions

Skye Moroney
January 31, 2012

update (8 March 2012): The new Apple TV released this morning provides 1080p HD – it also runs on iOS5.1. The current process will not work with the new Apple TV or iOS5.1. If you update your Apple TV to iOS5.1 you currently will not be able to use the device as an eBoard. FireCore will undoubtedly release a…

Continue Reading eBoard Solutions

eBoard Messaging system using TV2s

Skye Moroney
November 4, 2011

TV2s as a cost effective implementation of a college message board system After many a false turn and problem discovery (they lurk behind every corner) we finally have a generic styled multi user eBoard system. I’m finishing of the documentation still and will be training the relevant staff early next week on how it all…

Continue Reading eBoard Messaging system using TV2s

Concern.net.au

Eyks

Copyright © 2021 Eyks 2019