-
amazing infographics. (via wesabe)(tags: finance creditunion)
links for 2009-02-25
-
2nd mention of FotoFlexer. Might have to take a look. (I've used Picnik a number of times. Pretty nice.)
-
ye gods I want a netbook. patience, grasshopper.(tags: misc_tech)
-
"Credit unions were in no way a contributor to the current financial problem" well, that's nice to hear.
-
cute little single-serving site
-
"Whatever the perceived drawbacks of the old cartons, shown below, they were successful in at least one critical respect: they handily solve the problem of creating clear visual differentiations among over a dozen very similar products." not to mention that they're operating in a space with lots and lots of similar options. that new design: the distinctiveness, it does not haz it.
-
"When LEGO employees get a business card like this, they even try to match the look of the minifig (gender, hair, glasses) to the person." awesome!(tags: lego)
The Case for Big Government (The Public Square)
author: Jeffrey Madrick
name: Elaine
average rating: 3.14
book published: 2008
rating: 3
read at: 2009/02/25
date added: 2009/02/25
shelves: economics, history, non-fiction, politics
review:
I’m just going to quote Obama’s speech of Feb 24 2009:
"History reminds us that at every moment of economic upheaval and transformation, this nation has responded with bold action and big ideas. In the midst of civil war, we laid railroad tracks from one coast to another that spurred commerce and industry. From the turmoil of the Industrial Revolution came a system of public high schools that prepared our citizens for a new age. In the wake of war and depression, the GI Bill sent a generation to college and created the largest middle-class in history. And a twilight struggle for freedom led to a nation of highways, an American on the moon, and an explosion of technology that still shapes our world.
In each case, government didn’t supplant private enterprise; it catalyzed private enterprise. It created the conditions for thousands of entrepreneurs and new businesses to adapt and to thrive.
We are a nation that has seen promise amid peril, and claimed opportunity from ordeal. Now we must be that nation again. That is why, even as it cuts back on the programs we don’t need, the budget I submit will invest in the three areas that are absolutely critical to our economic future: energy, health care, and education."
Because that’s pretty much the detailed (if brief) argument of the book. A quick solid read.
links for 2009-02-24
-
nice gathering of all the different usability "stuff"
-
yes, all that.
-
"Furthermore, I will never again say that CSS sucks rather than admitting my own discomfort with a different problem space." a curious little rant.(tags: css)
-
but these guys got it working, so I guess that's something.
-
feeling a little discouraged.
-
alternative to sifr, using canvas/vml.
links for 2009-02-23
-
funding for web design meetups, events, etc.!
-
"we've also developed a module for Drupal that does this, by modifying the global redirect module" (not an official release.)
-
"Carpe diem on any duplicate content worries: we now support a format that allows you to publicly specify your preferred version of a URL."
-
An interesting idea.
-
from link from Greg on my blog.
-
"The Fool's Errand is a 1987 computer game by Cliff Johnson. It is a meta-puzzle game with storytelling, visual puzzles and a cryptic treasure map." A high school friend had this on her computer, I've been trying to remember the name since about 1992. (thanks, K!)
-
"the questions are all united by having received helpful answers, usually written in complete sentences" 🙂 lovely little writeup of AskMeFi. I've had good experiences with it, including help deciding on a hair style.(tags: blogosphere)
-
"what I am shocked to discover is that the “higher†levels of the credit union system are not run with this type of transparency" NCUA letter of understanding with the corporate CUs, CUNA survey re:TARP. (apologies for the acronymage.)
micro-notes from the rest of drupal minicamp
overheard: interesting note, survey of CMS users at UW, drupal users had the highest level of satisfaction.
flex & drupal? services module.
mahalie has notes on ldap integration.
I thought I had more notes, but maybe they went away when I shut down the laptop on the bus. Stuff from drewish’s presentation on files & images in D7. From what I remember, it sounded pretty good, some obvious stuff (like being able to manage uploaded files w/in Drupal!) being added. Oh, and learning how to use IRC. 🙂
I was a little spacey/logey in the afternoon, probably because I had a little too much Indian food with Kat at lunch. So much so that when we got together for “dinner,” it ended up being walking around downtown followed by a slice of fruit tart & a mocha. Gorgeous, gorgeous sunset, and a great time sitting in the window at La Panier and crowd-watching.
More than anything else, I left minicamp feeling more confident about my Drupal project(s), and more aware of the other people out there doing this stuff. I’d love to pull together an event down here…maybe bring in both the Portland & Seattle communities?
links for 2009-02-21
-
from drewish
-
as discovered by Steve at the Q&A session. uses javascript, I think.
General discussion Q&A
what’s up with all the checkboxes on roles & cck?
“hooks” — hook form alter, any module that uses drupal forms api (which shd be any)
3 drupal statements: there probably a module for that, somebody should write a module for that, patches welcome. 🙂
bad open source naming! (fck, gimp) discussion of xinha, tiny mce, tiny tiny mce, fsck.
serialized data in database: module to pull it out? (I know nothing about serializing), use hook_form_alter to create an extra table?
wysiwyg api will be built into future core (maybe 7, probably 8). licensing issues related to GPL & Drupal, jquery became dual-licensed in order to be included in Drupal core. glad I haven’t yet installed a wysiwyg module.
drupal & xss? where does the coding happing? filter on output. (srsly? hrm.) text filter in D7. and then formats. (module that turns everything into pirate-speak?!) for security, lullabot has some podcasts on security? mahalie went to their training in portland, said they spent a big chunk of time on security issues. apparently was a good training all around. (if I ever get to go anywhere again….)
anti-spamming module mollom. like akismet? yes.
always wrap input if writing modules. handbook entry called “writing secure code”
discussion of hosting, in which I kinda drifted off, mostly about media temple. some serious harshing on GoDaddy “we charge extra to work with them”
custom error module vs htacess? is it best to have your 404 page in the CMS? if using core feature, blocks don’t get built. (I gotta go deal with that at some point.) use Excel to build the redirect thing when I switch over? I like that. also, path redirect module.
stuff about pivot tables (SQL, not Excel) & taxonomy? not sure I understand.
tables to know about re: nodes — nodes table and node revisions table. that 2nd one actually stores the node’s content.
conceptualizing a node: page, unit of content, database record, bucket. (somebody needs to make an LOL with the bukkit walrus.)
is there an ERD (database design) for drupal? well, bicycle factory: especially, cck. brain-bending talk about how cck works in re: the actual database.
theming node add with cck? (vs custom node) can be done, might take more time. (form_alter?) pre-render hook? custom code on top of cck. hrm. but benefits outweigh probs. “display:none [css] is your friend” ok, so she’s using form_alter to move around stuff like taxonomy, workflow, that are hard (impossible?) to move using weights.
best way to import legacy content? (I think I have some notes.) Katherine wouldn’t use node import for complicated sites. 1st 2 lines of index.php will run drupal bootstrap, stick them in a separate file, pull data from wherever, mock up a node object, use node_save and/or node_submit. webchick on IRC freaking out abt trying to import nodes. just not a clean process. SQL to SQL? not recommended, because touching so many things. (ugh.) omg this all sounds crazy. so not looking forward to that part. but HTF do you “mock up a node object”? but give node import a try, esp for not-so-complex stuff. (seems like people don’t submit their patches back, because people use it in a panic situation.) but edge cases have big edges. 🙂 sometimes it’s cheaper to hire an intern. if you are a programmer, not *that* hard to mock up a node object.
sorta segue into discussion of ubercart.
eta for drupal 7? might see a lot of leapfrogging people upgrading directly from D5.
going to go get a snack, restroom break. then decide where to wander. 🙂
links for 2009-02-20
-
"At some level, though, failure avoidance is a horrible way to learn (not to mention a horrible way to live). It rewards the wrong traits, and inhibits some pretty important ones." this is my basic psychological issue. also: "It took a couple of years to get past both the thrill of unaccustomed respect and the nagging sense of being an impostor." I'm still working on this. :\
-
pretty obscure in some ways, and yet fascinating.
-
I'm going to need this at some point.
-
"Hulu just announced that they will be blocking Boxee users from accessing Hulu content via Boxee." well, that's a bummer. I've been thinking about setting up Boxee, partially to get Hulu content.(tags: misc_tech)
-
creepy. (a) "a buddy posted a link to photos […] on his Facebook page and flatly refused to distribute them any other way" (b) "His ultimate goal is less poetic – and perhaps more ambitious: to turn Facebook into the planet's standardized communication (and marketing) platform, as ubiquitous and intuitive as the telephone but far more interactive, multidimensional – and indispensable." (c) "Imagine if an advertiser had the ability to eavesdrop on every phone conversation you've ever had." here's to hoping it goes the way of AOL.
-
think I'm going to do this, although probly mostly with older bike photos.
-
"I just realized that just because in every previous year I’ve run an excited photo of the spring’s first crocuses, that’s not a reason not to run an excited photo of this spring’s first crocus." extra-pretty this year, love the focus/lack-of-focus.(tags: garden photography)
links for 2009-02-19
-
"My cat, Simba, agrees instead of me. As he is not a legal entity, I don't really know how kitty's agreements would stand up in court, but I like to think he would be responsible for any breaches of contract, assuming the agreement is even enforceable." Teh hawesome.
-
Good grief. The whole process seems fundamentally broken to me. (9th year grad student? If I'd gone directly from UPS to that, I'd've been finishing up in 2005. In 2005, I was starting my 5th year as web manager at Pierce, and we'd owned our house for 3 years.)
