Blog

The term <strong>Blog</strong> is derived from the term “Web Log” and is pretty much a word in it's own right.

A Blog is a web site, often refereed to as a <strong>Blog</strong> Site, set up for a person or business so that they can write or “blog” regular posts or articles and publish these to the web with relative ease.

Blogging has become very popular over the last few years and with more and more bloggers emerging every day writing a blog for your business is a fast effective way of reaching your audience as well as helping to improve the presence of your business on the web.

There are a number of different blogging platforms and tools out there so whether you are creating a stand alone blog site or want to incorporate a blog in to your existing web site the chance are that setting up your blog will not be as labour intensive as you may have thought.

Craig's picture
Comments (3)
Post a new comment
Craig
11 June, 2012 - 09:40
XDebug is a powerful debugging tool for PHP code. However, it's not quite clear how to configure it for use if the code you want to debug is inside a Vagrant instance.

Recently we were passed a large existing project developed in Drupal 5, and asked to make modifications to it pending a full upgrade of the site to Drupal 7. Given the age of the code and the fact that Drupal 5 has been unsupported for some time, none of the development teams machines had the necessary tools to work on it. What we needed was effectively an old machine with an old copy of Ubuntu to develop it on.

Tom's picture
Comments (3)
Post a new comment
Tom
6 January, 2011 - 13:51
A guide to setting up Step Through Debugging PHP on Windows with Eclipse and Xdebug

If you write PHP on a Windows computer then setting up a reliable method for debugging your scripts will at some point be something you will want if not need to do for when simply writing out variables to the page will not do.

Robert's picture
Comments (0)
Post a new comment
Robert
22 November, 2010 - 11:42
It seems that small business' are not convinced about social media and its benefits.

A recent article from eMarketer highlights the fact that small businesses don’t believe that social media is an effective tool for marketing and promoting their businesses.  At Tigerfish we believe that social media in isolation may not give the results required – but combine social media with email marketing, newsletters and blogs and that maybe a different story.

***************************************************************************

Image: 
Halldale came to Tigerfish Interactive about the redesign of their current website. They are looking for the new website to showcase the magazines they offer as well as giving their subcribers a portal to re-subscribe.
Halldale dominates the simulation and training information arena with a compelling combination of acclaimed simulation and training publications, aviation training conferences and tradeshows, electronic news, and online industry directories.

Type: Media Group Website

Date: April 2010

The Brief

Halldale are the leading suppliers of news and news publications to the flight simulation and training market publishing a number of magazines, hosting conferences and attending trade shows as well as engaging their audience through through electronic news and online industry directories.

Robert's picture
Comments (1)
Post a new comment
Robert
11 November, 2010 - 10:46
Your web site should be the focal point of your online marketing.

We are currently reviewing our web site and search engine optimisation – we thought these points would be real bonus to anyone looking at improving their web site.
(Comments are from Tigerfish – Cheltenham web design)

Pull up your website. Pretend you are a new prospect and ask yourself 
the following questions. Or better yet, find someone who has never seen your site before and ask them to answer these questions:

Tom's picture
Comments (2)
Post a new comment
Tom
4 November, 2010 - 11:01
A quick guide to creating a hierarchical vocabulary with multiple terms as part of a module install.

You may have read Otto's article, “Creating vocabularies and terms when installing a Drupal module” that covers the basics of creating a Vocabulary and adding a term as part of the module install file.

Chris's picture
Comments (18)
Post a new comment
Chris
8 September, 2010 - 10:39
Debugging is incredibly powerful, but setting it up for Drupal in Eclipse can be a pain. How about a step-by-step?

Coming from a .NET background, I love the Visual Studio debugger. I can stop code execution at any time and look at the values of any of the variables. There's none of this dumping huge arrays to the web page and examining the output. I've wanted to set up a debugger for Drupal with Eclipse for a long time now, and setup instructions vary wildly. Here's my take on it.

You will need:

Chris's picture
Comments (2)
Post a new comment
Chris
25 August, 2010 - 12:48
The BoF session at DrupalCon in Copenhagen gave everyone a chance to discuss the future of the project. But where next?

Having just left DrupalCon's BoF session on the proposed DrupalCRM project, I thought I would take the opportunity to reflect on the progress we made and where the project will be going from here.

A great turnout saw around 20 people show up to discuss the current state of the project and its goals. To skip directly to the conclusions, the DrupalCRM project is aiming to produce a native Drupal CRM in Drupal 7 (which can then be backported to Drupal 6) which is flexible, robust and does not suck to use.

Paul's picture
Comments (0)
Post a new comment
Paul
3 August, 2010 - 08:08
We have added a couple of templates to the editor to make your articles stand out.

If you have ever wanted to add a quote box to the side of an article or add an image box with a caption, we have added a few standard templates to the Drupal 6 editor to use.

Blogs: 
Chris's picture
Comments (0)
Post a new comment
Chris
14 July, 2010 - 12:42
SimpleTest provides an assertFieldByXPath() method, but can we do more with XPath?

Sometimes we need to do more than test whether a particular piece of text is on the page. Using XPath, we can examine the DOM (the structure of elements making up the page) and get ourselves a nice extra bit of information that we can use to write more robust tests.

In our example, we have a table of results, and we want to test the number of rows that are in the table. We might be using an API function or a node edit form in order to add some information, and as that information is added, we would expect to see more and more rows in the table.

Pages