Google is going to change their ranking algorithm based on the quality of a web page’s experience. We’ve been looking at our our site performance … Read more
Category: Technical
“Innovation Splash” Hackday rundown
At the end of October 2015 we had our second hackathon for Information Services. In an attempt to target a wider audience and get more … Read more
CSS testing and pattern libraries
Building and hosting a pattern library on github
Automated browser testing with Selenium
The web dev team has been writing automated browser tests for our web applications for a while now. This post gives a basic overview of … Read more
UniKent WebDev Links of the Week: jquery nested, enquire, vagrant, emmet, backbone
Here’s some stuff I found, used, played with over the last week or so. All the below can of course be found on GitHub too. … Read more
The Kent Google Analytics Panel
Google Analytics is an immensely powerful tool for helping you work out how to architect your website structure and target particular content at a particular … Read more
Laravel 3: calling bundles from the CLI
We’ve been using Laravel for almost a year now in the Kent Uni webdev team on projects such as our course data tool. We’ve found it … Read more
Controlling time with the command line
In his last post, Matt told us about his time management setup using Things and the Pomodoro technique. This featured things like “GUIs” and “iPads”. … Read more
Using Capybara-Webkit with Cucumber Without Rails or Rack
Using Capybara with Capybara-Webkit and Cucumber allows behaviour driven testing that runs a browser proper in a similar manner to Selenium but headlessly. Most people using … Read more