Read and write ntfs on Mac OS X

Fri, 11/09/2009 - 11:05 — admin

This guy sounds really annoying but good advice

Make that windows Partition on you mac writable and not just readable. Download and install macfuse

Then download and install Mac NTFS-3G

For more info : http://reviews.cnet.com/Read_and_write_NTFS_in_OS_X/4660-10165_7-6844325.html and http://www.lifehack.org/articles/lifehack/how-to-read-and-write-ntfs-windows-partition-on-mac-os-x.html

Drupal security checklist

Wed, 09/09/2009 - 15:22 — admin

As Drupal comes ever more popular, it will inevitable become more visible and targeted by hackers. We have seen it happen with other popular open source projects like Wordpress and Joomla. There'll always be a threat to security whether it be open source or proprietary CMS (closed source). Therefore, precautions should be taken to prevent and secure your site as much as possible. read more »

Setting up virtual host on local machine running MAMP 1.8.2

Tue, 08/09/2009 - 23:15 — admin
MAMP 1.8.2

MAMP 1.8.2 has been released and all is looking good. So what's been updated in this package:

  • compatible with Mac OS X 10.6 Snow Leopard
  • Apache 2.0.63
  • MySQL 5.1.37
  • PHP 4.4.9 & 5.2.10
  • APC 3.0.19 & APC 3.1.2
  • eAccelerator 0.9.5.3
  • XCache 1.2.2
  • phpMyAdmin 2.11.9.5 & phpMyAdmin 3.2.0.1
  • Zend Optimizer 3.3.3

The rest of the info can be found here: Version History (MAMP) read more »

Screencast 1 and 2 on using Drush 2.0

Fri, 04/09/2009 - 12:18 — duvien
Drush 2.0

For those of you that prefer using a command line to get the job done quicker (because it is generally faster than clicking around a GUI), you love Drush.

Drush is a command utility module for Drupal that allow a site admin to execute commands in a terminal window. Here is an excellent screencast by Owen Barton showing you how to use Drush.

Drupal Magento integration or is it partial integration?

Thu, 13/08/2009 - 21:26 — admin

drupal-magento I've been testing out the recent release of a Drupal module created by Adyax that allows for a 3rd party ecommerce system called Magento to be fully integrated into Drupal. But was it really a full integration?

One of the reason why i was excited to try this out is because at my previous job we were using Magento almost exclusively to build online shops because it was fully featured to run any type of online store. Even better, it allows for multiple stores from one installation without the need for a multi-site setup. Magento has certainly been one of the most exciting open source ecommerce application to hit the Internet last year causing a huge buzz and interest. Now with over a million downloads and top brand names using it, it's certainly is living up to its expectations. read more »

Git for Subversion users, Part 1: Getting started

Thu, 13/08/2009 - 01:55 — admin

Distributed version control systems (DVCSs) offer a number of advantages over centralized VCSs, and for Subversion users looking to explore this model, Git is a great place to start. Using Subversion as a baseline, this articles shows how to install Git, set up a remote repository, and begin using basic Git commands.

Full article on IBM website

Syndicate content