Internet / Web

Video media and drupal

I have been looking for a method to introduce video to a customer site which is not from a third party site like Google / Youtube. They wish to upload the files to their site and present files hosted on their server.

I have decided that the Video Module is just not there, however I discover there is a weight of effort in the form of Media Mover and Asset modules which sounds really fantastic.

 

Excellent screencast explaining automatic video file type detection in Drupal with jQuery

Using the Filefield and jQuery Media modules you can build a recipe which allows Drupal to automatically present video media in the right player automatically. This screencast explains how.

Adding a record to you hosts file in OS X Leopard

Updating a hosts file on a mac in OS X Leopard is a little more difficult than a PC.http://www.apple.com/downloads/macosx/internet_utilities/hostal.htmlIt is possible to edit the hosts file direct but it is a bit techie on OS X. You need to do EXACTLY the followingYou must have access to log in as the root user - http://support.apple.com/kb/HT1528?viewlocale=en_US

Importing and Exporting data to CSV from Mysql using command line

Everyone knows you can use phpmyadmin to import and export data to and from Mysql. I needed to be able to do this programaitcally and fast. I use Drupal so could have written a module to read the data from the table and then write out to a file line by line, this would be slow and my tables are large. So I found this method which is native MYSQL and is really efficent.

Serving maps as static images from Google Maps

In some situations the google maps api is not suitable, if you cannot guarantee that users can use javascript for example. A fall back is available, you could use Google Static Maps which take url based parameters to serve an image based map. You can add multiple points so it is acutally quite useful. It may have use in mobile phones since the overhead is likely to be less?

Google static maps

Removing a transaction form Google Analytics ecommerce tracking

We have some spurious orders on our google analytics account and I wanted to remove them. It iseems this is possible but you will have to do this programatically.

Google Analytics - removing transactions 

How to theme in Drupal 6

This extensive guide will get you started with learning how to theme in Drupal 6.x. It covers most aspects including overriding standard output, blocks and editable regions.

Browsable map returning Latitude Longitude for geocoding locations

Drupal 6.0 Release - very exciting development for the drupal community!

Awseome news, Drupal 6.0 has been released. This is a significant release since it has significant under the hood improvements which allow for easier module development. There is also a streamlined installation procedure, new and improved forms api which is truly amazing, substantial re-write of the translation system, OpenID support, a superb new schema API which i am very excited about .... and much much more.For details please visit the official announcement at drupal.org

Drupal and IRC - Internet Relay Chat

In addition to the forums there are chat rooms for various topics on IRC. To use IRC you need to download a client such as mIRC . There is a good reference to Drupal IRC on drupal.org

Syndicate content