Sunday, February 16, 2014

Forms

This week we're working with forms in two of my classes. The PHP is a little more complicated than other things we've done, but I think I'm still understanding it well enough. We're using some borrowed code, so understanding it takes more time than when you make it yourself.

reCAPTCHA is awesome. I'm blown away by what a good idea it is! reCAPTCHA works by using text that was hard for computers to read while scanning old books and crowdsourcing the problem while simultaneously making sure people and not bots are submitting real data. So cool!

Wednesday, February 12, 2014

Meetings

I've been having good meetings with my client, Bri, for her website redesign. We've met twice for interview questions, once for followup to ACTUALLY start taking over the website, and a meeting later this week to meet her web developer in a Google Hangout. I'm looking forward to this work, even though I know nothing about Joomla.

I enjoyed writing up multiple user personas in great detail. It's like the pre-writing for a play.

Monday, February 10, 2014

We Wait Update

I updated the We Wait web app with new things we learned today in class, specifically $_POST instead of $_GET to hide data from the user and a THIS_PAGE define to make moving the page in the future easy. Useful stuff!

Check it out: We Wait
"We Wait" uses the number of people waiting as a clue to arrival time. The formula is top secret, but essentially, as your gut tells you, more people waiting means the bus is coming sooner. It's surprisingly accurate!

Saturday, February 1, 2014

Opera

Today I read a lot about Opera.
I like Opera is a backup browser, and Opera Mini is nice in a [data] pinch. I also like Opera's newish browser for the iPad, Coast, though I think it has a ways to go before catching on. It feels slow even though my initial tests show it to be nearly the same as Safari, which shouldn't be too surprising since it uses the WebKit engine that it is required to for Apple products.

I caught up on my PHP page splitting homework last night after being sick all week. I'm still farther behind than I'd like to be on homework at this point. I'm trying to free up my day tomorrow as much as possible for The Big Game.

Friday, January 31, 2014

Responsive Design with CSS

We made our first responsive design using only CSS today [sic] in class! Pretty cool. Check it out:

Michael's Diner

It's based on this great, simple, clean template from Nick La.

Wednesday, January 29, 2014

Breakout2

I worked on Breakout2 for maybe 6 hours yesterday and today. I'm fairly pleased how it turned out, but I worry it could have been tighter. It works!

Arrays

We did a lot of work on arrays today. We also got in to loops like for and foreach. I liked that. Arrays are so useful, and it's cool that there are different ways to make them.