Computerminds are proud to be working on the relaunch of the excellent content-wire site. The site has been going since 2001 and in its own words is a niche editorial product covering narrow vertical technology sectors, e-business, new economy and cyberculture. The current site suffers from some design and structural issues, but through using Drupal Computerminds will be able to give the content the platform it deserves. The site is due for release at the...
Computerminds are pleased to be acting as Drupal consultants for the London based design firm Realworks media. By using Computerminds for the hardcore Drupalizing, Realworks are able to concentrate on delivering the high impact designs they do best.
Its only a small mention, but its a mention none the less ... in the letters page of Thursday's (29th March) guardian. And a small link on the their website too http://technology.guardian.co.uk/weekly/story/0,,2044602,00.html
Putting together an upload form in Drupal 5 is easier than you think - there are just a couple of things you need to remember ... The form is built like this: function build_upload_form(){ $form['#attributes'] = array('enctype' => "multipart/form-data"); $form['file_upload']=array('#type'=>'file','#title'=>'Filename'); $form['submit']=array('#type'=>'submit','#value'=>'Upload file'); return $form; } And the submit is handled like so, note - the value passed into file_check_upload is the name (terminal array key) of the form element defined in your form building function...
It is perfectly possibly to work with Drupal using the free tools that come with Windows, nothing more than notepad and Internet Explorer - but just because its possible doesn't mean its a good idea! We work with Drupal all day everyday - and rely on a small arsenal of applications to stop us going insane! 1. Firefox - (http://www.mozilla.com/en-US/firefox/ ) Everybody has heard of firefox right? The browser that has MS running scared (and...
SvD one of the main national newspapers in Sweden ran a big story on Booktribes in both the print and online version. The full article can be found here - and we will post a translation as soon as we can figure out what all those funny letters mean :) http://www.svd.se/dynamiskt/kultur/did_14831505.asp
Computerminds are pleased to take on plus7 - a major English language Russian based magazine - as our latest client. Plus7 are looking to bring their popular magazine to the web, and Drupal with its powerful CMS features and easy customisation is the logical choice. The new site (to be released on plus7.eu) is to feature everything you might expect from a modern magazine site, with the addition of paid directory listings pages (to generate...
We are pleased to announce that this month Computerminds have gone global - taking on clients in North America, India and Israel! The Minds carried out a rapid Drupal upgrade on the popular http://wwww.anthropology.net - taking the site from a creaking 4.6 based banger to a whiz bang super fast 5.1 based speed machine.
I'll keep this one nice and short - and hopefully save a couple of people participating in a bit of self inflicted baldness! Installing the TinyMCE module (a nice WYSIWYG editor) in Drupal 5 should be a breeze. Basically you copy the module into your modules directory. Then hit the TinyMCE site and download the latest version of the TinyMCE javascript/images - which you put into the tinymce directory in your modules directory. You then...
We inherited another site today, with an interesting problem (actually it has many problems but that's another story). When the Drupal cache is enabled totally blank pages are often displayed. A quick google search fails to bring back much info, so it looks like were going to actually have to work for dinner today :) Now a blank page is usually a sure sign of a PHP error, the sort of thing that on a...