Image Assist: img_assist was giving problems with not displaying images correctly, and instead displaying the inserted text. I found the solution here: http://drupal.org/node/62421. It involves allowing inline images in the admin > input formats section.
Useful Drupal Modules
Parallel
Allows for parallel downloading of the various resources inside your html document.
Works by you creating subdomains pointing to the same folders, and being able to download multiple streams in parallel.
Useful SQL queries:
Some users simply cannot understand the concept of not posting "Word" code to the CMS. This little SQL query will find all posts with Word Code in it:
select nr.nid, nr.vid,nr.title,nr.teaser
from node_revisions nr
join node n on (n.nid,n.vid) = (nr.nid,nr.vid);
This may be edited in future but I keep forgetting about it so thought I'd put it here.
