Did you know that bird people live in the Underground Kingdom? You would if you choose to 'Enter the Cave' and turned to page 5.
On my most recent trip to Prague, I needed to secure relatively hi-speed internet on a month by month basis, without waiting the 2 weeks required to DSL your home line. A home line that I didn't even own. Before my arrival my wife got a vodafone cellar modem for me, which worked right out of the box and came with a month free trial with deposit. This sounded exploitable, except the 2gb limit (in a month) ran out fast, and from there Vodafone requires 6 month contracts. I did a little research and found that O2 has an English speaking store and a day by day prepay contract. Awesome.
I get the modem, run to my soviet-era panel building and plug the modem in. Nothing. Nothing at all.
After being alerted to Google Fonts, the Google Font API, and the Google Fonts Module in a recent Drupal Planet post (http://acquia.com/blog/robert/google-fonts-api-time-drupal-market-one-day), I dropped my lunch and said, "Rad!" Then I rolled up the sleeves and dropped a few fonts into my blog as easy as the dog drops logs on the lawn. What follow is usage notes and examples on getting this all going for yourself:
I frequently use a 3rd party designer to help with the tedious task of going from PSD to final theme. If you haven't realized it yet, but alot of designers have problems setting up a local MAMP install w/ drupal in which to fuck with css. To deal with this without giving the designer any command-line access, my shop uses what we call CZI on all drupal installs. This stands for CSS Injector, Zen theme, IMCE, and allows a designer to upload images and apply css rules to a development site they have been given permissions for on the theme, Zen, that provides all the classes and ids anyone would need.
After my shop, the designer, and the client are satisfied, CSS Injector and it's external files become a weight and need to be removed. Below I detail the process of using Zenophile (http://drupal.org/project/zenophile) to create a zen subtheme in which to wrap up all your CSS Injector files:
For the last two weeks, my Garmin 405 has been warning me, "That the lap database is full, and that old data will be erased." This message would appear at the completion of every 1 mile lap, in a message window that nearly covers the entire screen. I was a little annoyed at the warning, but was fine with the automatic deletion of old laps since I daily upload to Garmin Connect. But I was wrong, You have to deal with this ASAP to maintain data integrity!
Since times immoral, men have pondered the question of how to go on drinking with little to eat. One favored solution, and a quick turn of a buck for a sharp barkeep, is Pickled Eggs. What follows is an impromptu (and never tasted) salute to the bottom shelf of many a Montanan Suds Hut:
Just taking the opportunity to get my legals onto the internets.
Image Assist is a great choice for adding images to content in Drupal. This module allows users to upload and insert inline images into posts. It automatically generates an Add image link under the textarea fields of your choice. In this post I will go throught the initial setup of this module, saving usage for a later post.
For a good discussion on multiple ways of importing images into your drupal site and each approaches pros and cons, please see: http://crownedup.com .
If you want to make any sort of terms and conditions applicable to becoming a member of your Drupal site, I would suggest using the Legal module. It provides for a text agreement that a user must agree to to get an account on the site. The agreement is signified via a single checkbox or multiple custom checkboxes. Additionally, the terms can be updated which requires users to agree to the agreement during their next site visit, a text box also provides for notes on changes.
The Node Reference module defines a field type for use by the Content Creation Kit (CCK) to reference one node from another. It works very good and allows you to add a greater amount of complexity to your site. The only problem with the Node Reference module is that the default display options for the referenced node field are very limited. But thanks to the Node Reference Views module, you can use all the formatting power of the Views module to display your referenced node field.
Having built two fairly robust and strongly interlinked taxonomies to aid in categorization, SEO and navigability of my site, I decided I wanted one of those (old school) tag clouds to display my lexicon. After waiting for the enormous drupal modules page to load, I decided the best route to follow would be to use Tagadelic, though it appears that I may have to use helper modules to get the fully customizable effect I am looking for.
According to the module description found on the module page of your site: Tagadelic makes weighted tag clouds from your taxonomy terms.