June Meetup Notes
It's taken me a while to clear my to-do list, but I took some detailed notes at the June Meetup and I'd like to post them here.
Also, would anyone be up for a Community Helpdesk day at CoLab this Friday during lunch?
The June Meetup was a question-and-answer, show-and-tell style gathering. Some of the names have been changed to protect the innocent.
Q: I've been seeing problems with Blueprint and the Views administrative UI, AJAX?
Read moreFont families for the web
Hi,
I'm trying to compile a set of CSS classes for using in WYSIWYG editors to let users choose different fonts, but these classes would have to be as cross-browser / cross-platform as possible.
Here's a site with lots of information about this subject:
http://www.codestyle.org/css/font-family/index.shtml
And here's what I have compiled to date:
.font-arial {
font-family: Arial, Helvetica, sans-serif;
}
.font-lucida {
font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
}
.font-tahoma {
font-family: Tahoma, sans-serif;
}
Iframe element
The files uploaded for this project so far are collaborative_editor.module and drupal.collaborative_editor.js under collaborative_editor module folder
Brief summary of the first steps:
- Test different hook functions: Done
- Test asyncronous calls: Done
- Insert iframe (create content subsection): Done - Current phase // it works in FF
- Insert asyncrounous calls to refresh the iframe content (heartbeat): Comming soon
The current stage (insert iframe) has the following pending issues in order to be crossbrowser:
Read more
