View allAll Photos Tagged drupal
A new module for Drupal 6 I developed over the last couple nights. It shows how many users you have, no biggie there, but it also shows a breakdown per month so you can see your good months, and the reports show the count of unauthorized (registered) users and even its percentage against all total registered users, and finally there's also the popular email domains stats too.
I know this isn't UI related, but I couldn't think of a better way to bring attention to this issue. I've also used/suggested other appropriate tags for these types of issues; spreaddrupal drupalmarketing drupalawareness.
The thumbnail shown in the screenshot is pulled into google search results via a firefox extionsion called GooglePreview: addons.mozilla.org/firefox/189/
The thumbnail screenshots of the results homepage comes from GooglePreview servers, alexa.com, and thumbshots.org.
At leas one of those thumbnail generators, generates the screenshots at a virtual resolution of about 800x600 px, causing the drupal homepage to render yukky. I know the drupal homepage is semantically correct and stands-compliant etc. which I agree is important, but it'd be great to get some attention to details like this in publicity and marketing etc.
Does anyone know if/how to get the screenshot thumbnail corrected? the URL for the image in this screenshot is d.googlepreview.com/preview?s=http://drupal.org
Further from the last screenshot, this latest demo now loads the entries via Drupal's XMLRPC.
The user can choose a blog entry from the grid at the top and it will appear in the text below. The "Save" and "Delete" buttons are currently just for show.
This was the same page after implementing the drupal_static function appropriately. drupal_static allows php to statically cache the output if it is determined to be the same. This reduced the number of CIS callbacks from 5 to 3 (3 were identical in what they were requesting from different parts of the drupal module layer).