RSS Icon Twitter Icon Linked In Icon

Web Threads » Development

Drupal: mq4 File Attachments Open As Plain Text

A quick fix this morning for a client with a Drupal issue, links to mq4 files were opening as plain text in the browser window instead of presenting a download file prompt.

This is due to the server configuration, apache mime-types. It is usually easily fixed in an .htaccess file.
Read entire Article »

Filed under: Development

A Quick Note on Just Host

This week I migrated a site for a client, from Heart Internet over to Just Host. In the process I found a few tidbits missing from the Just Host knowledge base, about server FTP and SSL details.

Read entire Article »

Filed under: Development, Website Management

Nucleus Podcast Uploads Via Applet

If you need to provide a way for the technically challenged to easily upload media such as a podcast, one solution is to provide an ftp java applet for transferring the files so that you do not have to provide ftp access to the account. There are filesize upload limits on many servers and podcasts can be quite large. In our case we were using Nucleus for this CMS. This is an older article dug up from our previous archives that we thought worth saving.
Read entire Article »

Filed under: Development