Tuning MySQL query_cache
An appropriate amount of "query_cache" is believed to improve MySQL performance at the expense of available memory. "Appropriate" will vary widely with usage and "performance" on a live site can be elusive. On Ubuntu, the defaults are modest but "work".
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
Drupal 5.x provides a summary at "admin/logs/status/sql" and 6.x at "admin/reports/status/sql".
Kompozer+Prince+Boom = Book!
People who want a well-reasoned blog should write their own or look elsewhere. Sometimes I stumble across a process or practice that seems to work fairly well yet might not be obvious to the average reader. One such process is producing a book.
- webmaster's blog
- Login or register to post comments
- Read more






CSS - once more with feeling
We all know CSS is a pit. Things which soar in one browser, crash in another. There is a reason for that.
http://www.webdevout.net/browser-support-css provides a neat list of things you probably don't know about CSS and browser developers don't either. I've been in pursuit of a CSS mechanism for printing and one of the things you would want for that purpose is @page. For some reason, "The size of a page box cannot be specified in CSS 2.1.". If anybody discovers the wisdom behind that, please clue me in.
- webmaster's blog
- Login or register to post comments
- Read more






Drupal Meetup: Theming Tutorial
- Location
-
Web Developer 1.1.6
A useful Firefox extension for exploring code generated by a CMS (Content Management System).
Web Developer can be downloaded from http://chrispederick.com/work/web-developer/ and installed by dragging the "xpi" file onto a Firefox window. Once installed, extensions must be enabled, sometimes configured and finally invoked with a restart or two in between. Web Developer is accessed through a Tool bar between the Bookmarks tool bar and "tabs" and the Menu item "Tools".
- webmaster's blog
- Login or register to post comments
- Read more






Independence Drupal Camp Winter 2009
2009-01-02 10:002009-01-04 15:00America/New YorkThree day workshop for Drupal website owners. Base camp is at 61 Caprine Ln, Independence, VA 24348. Advanced camp is at 115 1/2 W Grayson St, Galax VA. Attendees will set up a WAMP sandbox on their laptops, install Drupal, FCKEditor, contributed modules, explore content creation and HTML, theme customization and CSS, scripting with PHP, perform version updates, backups and other issues as time permits. Scope is comparable to "Building powerful and robust websites with Drupal 6" by David Mercer.
Do It With Drupal Seminar
2008-12-10 08:302008-12-12 17:30America/New YorkDrupal December Meeting: Working Together to Solve Common Drupal Problems
2008-12-04 18:30America/New York205 Lloyd St
Carrboro, NC 27510
(919) 442-5300Knight News Challenge
2008-10-20 00:002008-11-01 00:00America/New YorkWhat is the News Challenge?
We’re giving away around $5 million in 2009 for the development and distribution of neighborhood and community-focused projects, services, and programs.
mod_rewrite
Clean URLs are almost taken for granted. Drupal 6 enables them automatically if certain requirements are met. "Dirty URLs" contain a "?" and used to prevent some "spiders" from "crawling" your site effectively.
- webmaster's blog
- Login or register to post comments
- Read more







