Game the system, change the system
The other night, I gave a Women Who Code Lightning Talk on some of the disadvantages women have in the workplace, and some ways around them and ways to change them. Here it is:
The other night, I gave a Women Who Code Lightning Talk on some of the disadvantages women have in the workplace, and some ways around them and ways to change them. Here it is:
My blog has been neglected because I’ve been so busy running the Women’s Javascript Study Group and doing related networking. O’Reilly wants to give us books! Women 2.0 wants to help out! And Women Who Code is going to be our parent group! This feel-good buzz around women in tech …
With Zoosk’s support, my colleague Kristin & I are starting a Women’s Javascript Study Group. I blogged about it on Zoosk’s Engineering Blog — it’s for both beginners and more experienced folk, and we’ll focus on learning vanilla JS and sharing new findings with each other.
….At least that’s what I concluded, and blogged about it on the Zoosk Engineering blog. I welcome any additional info or debate on this!
Just spent a few amazing days at An Event Apart Austin. I got into many fun conversations, but I got to thinking about one in particular this morning…. I brought up the issue of persuading stakeholders to adopt certain practices with Jeremy Keith, and suggested it might be a good …
In order to have an iOS-style toggle that scales nicely, I used a simple media query and a CSS3 widget for my company’s touch site. Here’s an adaptation of it with my own Javascript; feel free to reuse the code as you wish. The JS listens for clicks on the …
I searched the internet for whether the button tag would cause the virtual keyboard to show “Go” like an input type=submit, and found not much. So the quick answer? Yes, it does! I checked Android 2.2.1 and iOS 4. …And here’s an old but good article about button.
My motivation for hacking together this Javascript quiz was to be able to create an interactive version of a mental health tool called an “Automatic Thought Record”. It’s a cognitive behavioral therapy worksheet that can be useful to anyone who experiences untrue negative thoughts (which is almost everyone!); it uses …
I have now hacked together my quiz. The code is no thing of beauty, but it works — and that’s exciting. I will now set this aside and work on building my actual programming skills and coding Javascript in something that could be considered the proper way.
I started reading Eloquent Javascript, which seems like a very well-written tutorial with a lot of programming fundamentals…. but I got frustrated with putting my project on hold. I think there’s something to be said for hacking some code and getting something out, and then taking time to refactor and …