Wednesday, June 3, 2015

Building Great Mobile Menus for Your Website

Websites need to look great and have optimal functionality, regardless of whether they are viewed on a laptop, tablet all mobile phone. Developers are adapting to a mobile-centric design philosophy with a focus on creating legible sized fonts, making images responsive, adapting content to fit etc. However, menus themselves are often neglected or overlooked. In this tutorial I will explain how to create mobile friendly menus.

Continue reading %Building Great Mobile Menus for Your Website%


by Simon Codrington via SitePoint

Bookindy

Bookindy – Browse Amazon, buy independent

One Pager promoting 'Bookindy' - a new Chrome app that compares book prices whilst browsing Amazon and gives you the option of buying from your local bookshop.

by Rob Hope via One Page Love

Video: Microsoft Edge and IE11 for IT Professionals

Loading the player...
In Windows 10, we will provide solutions for interoperability with the modern Web and compatibility with legacy Web technologies. In this talk, Candice Quadros explores how we’re making it easy for customers moving from earlier versions of Windows and IE or relying on legacy technologies to move forward to Windows 10 with confidence. This presentation was filmed at Microsoft's Web Summit 2015 conference.

Continue reading %Video: Microsoft Edge and IE11 for IT Professionals%


by Ophelie Lechat via SitePoint

Rails Application Templates in the Real World

I'm about to start a new project that will have many Rails (and rails-api) based services, and I want a way to make sure all the services are created equal. There are a couple of other developers on the project, so I don't want us each creating wildly different application structures or using different gems unless there's a good reason.

For example, I'd like us all to start with the same version of Rails and PostgreSQL is the repository of choice, so installing the SQLite gem is silly. In the test and development environments, it'd be great to already have Rspec and Guard ready to go when the application is generated. Also, having Pry available from the get-go is just plain smart. It's a myriad of these and similar changes that have me wanting to modify our starting point.

There are tons of ways to do this, but I didn't really want to start with something like RailsBricks or Rails Composer. I have nothing against either of those, quite the opposite. I actually wrote about RailsBricks and I think Michael Hartl (the creator of the RailsApps tutorials and Rails Composer) should be knighted. Simply put, I want to do this without adding another dependency, if possible.

The Rails core team offers an approach in Rails Application Templates, so why not take a shot at using what the core team uses.

Spoiler: It works great.

Continue reading %Rails Application Templates in the Real World%


by Glenn Goodrich via SitePoint

Thumper

opl-small

Responsive launching soon page featuring lovely subtle SVG animations for 'Thumper' - a new "haptic communicator" that creates precise taps.

by Rob Hope via One Page Love

Create a Simple Shopping Cart Using AngularJS: Part 1

Creating a Web App From Scratch Using AngularJS and Firebase: Part 7