- Toyna Chin, San Francisco, CA
Internet Marketing Strategies and Drupal Tips
HTML5 - Hot topic in web design industry
- New semantic HTML tags like header, nav, footer, article, aside and section
- new API that allows one to edit webpages in your browser
- draw pictures in your browser using <canvas> tag.
- a new video tag that plays video files in iPad and iPhone - Will it replace Flash?
Git Going with Git was popular with both Surrey and Vancouver Drupallers on Feb. 10, 2011
Wahoo! I won a FREE book - Drupal's Building Blocks
I will send a signed copy to 2 random twitterers who 1) follow me and 2) mention http://drupal-building-blocks.com btwn now and Jan 5.
11:43 PM Dec 31st, 2010
Learn about Git - the Fast Version Control
I'm looking forward to attending How to Git Going with Git, our next Surrey Drupal meetup on Feb. 10th and learning all about Git. Here are some resources to read to give you a jumpstart on learning Git.
What are other articles and resources on learning Git do you recommend?
Feb. 10th: Surrey Drupal Meetup: How to Git Going with Git
Learn why Git is a great tool to use for your individual projects and the reasons why Drupal.org is moving from CVS to Git. Shawn, a web developer experienced in using Git, will be presenting on the basics of Git - the fast version control.
Happy New Years & Exciting Events in Jan 2011
Happy New Years, everyone! Some exciting events happening in the next 2 weeks.
Jan. 5, 2011 Drupal 7.0 is due to be released! Wahoo!
Jan. 7, 2011 Vancouver Drupal 7.0 Release Party. Bring food and drinks to share for the potluck starting at 7pm. For more info, see http://www.meetup.com/surrey-drupal/calendar/15840616/
Jan. 13, 2011 Surrey Drupal Meetup: Our very own Scott Morgan, freelance Drupal consultant with www.webzoa.com, will be presenting on How to Build a Photo Gallery using Views Attach and Node Reference URL modules. For more info, visit http://www.meetup.com/surrey-drupal/calendar/14698461/
10 Tips to Promote Your Facebook Page - Dec. 2010
1. Create Fresh content so people will like to visit your Fan page. One of the best ways to do this is to import your blog content into your Fan page. Simply RSS provides an easy way to add feeds to your profile. Now you can easily share your blog, favourite feeds and shared items in Google Reader on your fan page.
Best Free Tool of the Month - SendSpace.com
SendSpace.com is the best free online tool that I have used this month. You can create an account for free. And then upload your large compressed files that you need to send to friends and colleagues. I've used this tool several times this month to send large zip files containing all the site files, images and a copy of the database. You upload the file to the site to the specified folder, enter the recipient's email address and volia! It sends them an email notifying them that they can click on this link and download their file. Check it out at www.sendspace.com
Before you launch your Drupal website
1. Backup and Migrate – this module is so important I don’t know why it’s not in core or at least included in the Acquia bundle. You can schedule your Drupal site to make daily database backups and keep the last 4 copies on your server. You can also download the database to your desktop or external hard drive. There is a patch available so you can use Backup Migrate with Dropbox. http://drupal.org/project/backup_migrate
2. Poormanscron – this handy module performs housekeeping duties necessary to maintain the health of your Drupal website. It’s so important that it is now included in Drupal 7 core. You can schedule cron.php to run every 24 hours. You also need to run cron to check the update status of your installed Drupal modules http://drupal.org/project/poormanscron
3. Mollom – This free module will keep the spammers away from adding multiple comments to your blogs and forums. Go to http://www.mollom.com.
4. Captcha – Mollom doesn’t yet work for your Drupal webforms, so use Captcha to kill spam on your webforms and newsletter subscribe boxes. http://drupal.org/project/captcha
5. Google Analytics – take advantage of Google’s free web analytics program and set up Google Analytics. You will need to go to Google.com and sign up for an account. Cut and paste your special number into the Drupal module and you’re good to go. Google Analytics tracks how many users visit your pages and where they come from, what keywords they used to find your website and many more important statistics. http://drupal.org/project/google_analytics
Question for Discusson:
What are 3 of your favourite must-have modules that would make your pre-launch checklist?