MTW

Mash Tun Web

First Use of Evertrail App

March 18th, 2012

The following is my first attempt at using the Trailwalker App. Below you will find Charlie’s more Professional Job

Trail Walker Training One


And now Charlie’s

Trailwalker

Trail Walker Training One at EveryTrail

Web Invoice interferes with TinyMCE

May 14th, 2011

Wordpress Logo

Plugin By S H Mohanjith (Zinglix)

Plugin Home

  • WordPress Version: 3.1.2
  • Plugin Version: 2.1.0

Issue

http://wordpress.org/support/topic/plugin-web-invoice-problem-with-tinymce-after-enabling-this-plugin

When the Web Invoice plugin is installed the hyperlink functionality in TinyMCE stops working.

Continue reading article

SVN Gui Lite 0.1 Released

May 14th, 2011

SVNI have just released the source code and download links to a small SVN server management GUI that I created to help myself run my local SVN server and also add repositories. It’s not very sophisticated but it does it’s little job.

This program is most definitely a pre-1.0 release. It’s alpha, not beta.

You can visit the local project home here http://mashtunweb.com/apps/svn-gui-lite/.

Continue reading article

Web Invoice and WP Minify are incompatible

May 8th, 2011

Medium WordPress Logo BlueI had been having a lot of trouble getting the PDF invoice link to download a proper PDF in Web Invoice.

The error states as follows:

Adobe Reader could not open ‘web–invoice-xxxxxx.pdf’ because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn’t correctly decoded).

This error is generated because the pdf is in fact an empty file.

Continue reading article

Brewersnotebook.com will use Devise

March 13th, 2011

Ruby On Rails LogoI have recently been guided to Devise for authentication in Rails applications. Devise is a flexible solution built on Warden (which I know nothing about) that is relatively easy to set up and get running.

I’m running my testing environment on Windows using cygwin, eclipse and the Aptana RadRails plugin. It’s working well but I’ve definitely had a couple hiccups along the way. The most important thing is to ensure that you have the cygwin build tools (make) installed.

Here are some helpful videos to get started:

Railscast: Introducing Devise

Railscast: Customizing Devise

Railscast: Engage with Devise