fluid-work IRC Logs-2011-12-16

[08:06:23 CST(-0600)] <anastasiac_> michelled, are you able to access http://swarm.fluidproject.org/jslint/ ?

[10:07:52 CST(-0600)] <anastasiac_> does anyone remember how to simulate "insert + Z" on a mac laptop keyboard, to switch cursor modes in JAWS? michelled? clown? cindyli? greggy?

[10:08:48 CST(-0600)] <clown> anastasiac_: I always used an extended keyboard.

[10:09:41 CST(-0600)] <anastasiac_> hmph

[10:09:52 CST(-0600)] <clown> don't have one availalbe, huh?

[10:09:59 CST(-0600)] <anastasiac_> well, thanks anyway, clown. Maybe I'll need to go borrow a windows keyboard...

[10:10:18 CST(-0600)] <clown> well, it works...

[10:28:01 CST(-0600)] <greggy> anastasiac_: I tried programming the f19 key to function as the insert button, but after some agravation, went an got a windows keyboard

[10:28:37 CST(-0600)] <anastasiac_> yeah, I found a windows keyboard. Thanks (smile)

[10:45:04 CST(-0600)] <colinclark> I usually just program the ~ key to be Insert in VMWare on my Mac keyboard

[10:45:16 CST(-0600)] <colinclark> since I almost never need to use the ~ key for anything else

[10:45:32 CST(-0600)] <colinclark> and because it's often hard to find a Windows keyboard on an airplane (smile)

[10:45:47 CST(-0600)] <colinclark> cindyli: Your standup update was really interesting

[10:46:07 CST(-0600)] <cindyli> ah

[10:46:38 CST(-0600)] <colinclark> I guess it was a nice lesson that our basic development techniques, like namespacing (or prefixing, in this case) aren't just theoretical, but are actually directly useful

[10:47:35 CST(-0600)] <colinclark> in that you hit a namespacing conflict between one of our functions and one of WordPress'

[10:47:50 CST(-0600)] <cindyli> yes, cannot agree more

[10:47:53 CST(-0600)] <colinclark> I'm really glad the prefix technique solved the issue, that's awesome

[10:48:35 CST(-0600)] <cindyli> awesome indeed. thanks for the initial push on the prefix, colinclark

[10:55:15 CST(-0600)] <colinclark> oh, no problem. It's just nice to be reminded about how theory meets practice.

[11:21:02 CST(-0600)] <michelled> anastasiac_: I just made a pull request for STUDIO-28 - can you take a look at it

[11:21:14 CST(-0600)] <anastasiac_> sure, michelled

[11:49:22 CST(-0600)] <anastasiac_> michelled, I had a look at your edits to the read me for STUDIO-28. It looks nice and concise. I've made a few suggestions on the pull request.

[11:50:19 CST(-0600)] <michelled> thx anastasiac_

[11:56:58 CST(-0600)] <cindyli> michelled, anastasiac_, i just sent a pull request for the plugin that's to restrict the post title length - https://github.com/fluid-project/studios.fluidproject.org/pull/41

[11:59:55 CST(-0600)] <michelled> thx cindyli

[12:00:04 CST(-0600)] <cindyli> np

[12:25:40 CST(-0600)] <denbuzze> Hey everyone, do you know if anybody is using fluid infusion 1.4 in combination with RequireJS?

[12:29:27 CST(-0600)] <denbuzze> We're running into some issues with this as we're upgrading from 1.2 to 1.4 in Sakai OAE

[12:41:46 CST(-0600)] <colinclark> denbuzze: Honestly, I don't know anyone who actually uses Require.js

[12:41:47 CST(-0600)] <colinclark> (smile)

[12:41:50 CST(-0600)] <colinclark> Except you guys

[12:42:33 CST(-0600)] <denbuzze> colinclark: no worries - just wondered

[13:30:17 CST(-0600)] <michelled> cindyli: is your wordpress plugin based on jpmurray's?

[13:30:29 CST(-0600)] <cindyli> yes, michelled

[13:30:41 CST(-0600)] <cindyli> this is stated in the plugin's readme

[13:30:42 CST(-0600)] <michelled> how much remains of that plugin?

[13:31:26 CST(-0600)] <cindyli> the form for the settings page

[13:31:35 CST(-0600)] <michelled> cindyli: the read me looks like it's just jpmurray's https://github.com/fluid-project/studios.fluidproject.org/pull/41/files#diff-4

[13:32:38 CST(-0600)] <cindyli> umm.. i changed the readme quite a bit. not checked in, maybe? let me check

[13:35:09 CST(-0600)] <cindyli> michelled: i lost the change not sure from where or when. have to re-write. will let u know once the pull request is again ready

[13:35:33 CST(-0600)] <michelled> cindyli: I made a couple changes to your pull and pushed to my repo

[13:36:08 CST(-0600)] <cindyli> ok, michelled, do you want me to base on your branch?

[13:36:17 CST(-0600)] <michelled> yep

[13:36:25 CST(-0600)] <michelled> https://github.com/michelled/studios.fluidproject.org/tree/STUDIO-37

[13:37:17 CST(-0600)] <cindyli> ok

[13:50:32 CST(-0600)] <cindyli> michelled: the pull request for STUDIO-37 is ready

[13:52:58 CST(-0600)] <michelled> thx cindyli

[13:53:04 CST(-0600)] <cindyli> np

[15:11:39 CST(-0600)] <cindyli> michelled: I sent another pull request for STUDIO-25, what it does,

[15:11:39 CST(-0600)] <cindyli> 1. Moved the fluid-studios-theme-specific css to customized the admin interface styles out of wordpress core css into the theme, which is named as 'style-admin.css'.

[15:11:39 CST(-0600)] <cindyli> 2. Enhance the focus styling of input fields and textareas. This enhancement doesn't work across all admin pages as some fields are styled by using their specific ids.

[15:12:02 CST(-0600)] <cindyli> i also commented in the JIRA