<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">



  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/install-develop-drupal-10-websites-windows-using-free-tools</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/default_images/og-image.png</video:thumbnail_loc>
    <video:title>Install &amp; Develop Drupal 10 websites on Windows using FREE tools</video:title>
    <video:description>To set up your local development environment and all the tools you need, follow this step by step guide . It'll show you how to install WAMP (Windows, Apache, MySQL and PHP), Git (for version control and moving code between environments), Composer (downloads our software and their dependencies), Drush (a command line tool for Drupal) and Visual Studio Code IDE (Integrated Development Environment; text editor, terminal and remote connections, all in one program with lots of supporting extensions for free). Once you have your development environment and empty database ready to go, you can follow this. These commands are entered into the terminal within Visual Studio Code. Create a new directory. Replace the example.com with your domain name. mkdir /c/wamp64/www/example.com &amp;&amp; cd /c/wamp64/www/example.com Composer commands Composer commands essential download the software that we want on our website, whilst also managing the dependencies. So if we tell it that we want a specific module for example, it will automatically download the other software that it needs in order to work. Get Drupal I made a mistake in the video and downloaded Drupal to "some_dir" - oops! This improved command resolves that issue. composer create-project drupal-composer/drupal-project:10.x-dev . --no-interaction Get the upgrades These are the modules that all my websites start with. They help deal with admin UI improvements, common features, performance and SEO. composer require 'drupal/paragraphs' 'drupal/bootstrap_paragraphs' 'drupal/eva' 'drupal/inline_entity_form' 'drupal/advagg:^6.0@alpha' 'drupal/admin_toolbar' 'drupal/adminimal_admin_toolbar' 'drupal/bootstrap5' 'drupal/adminimal_theme' 'drupal/image_url_formatter' 'drupal/antibot' 'drupal/eu_cookie_compliance' 'drupal/google_analytics' 'drupal/metatag' 'drupal/pathauto' 'drupal/redirect' 'drupal/search404' 'drupal/xmlsitemap' 'drupal/module_filter' 'drupal/twig_tweak' Drush Commands Install Drupal Replace values to suit your needs drush site-install standard --</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/installing_drupal_10_locally_on_your_machine_using_free_tools.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2023-11-14</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/free-5gb-offsite-storage-backups-drupal-websites</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew2.jpg</video:thumbnail_loc>
    <video:title>Free 5GB offsite storage for backups; Drupal Websites</video:title>
    <video:description>This short video tutorials demonstrates how you can make use of free storage from NodeSquirrel . Using the Backup and Migrate module we're able to create a backup and then store it over at NodeSquirrel. They offer 5GB for free and that is often more than enough for most website. There is also the option to increase the storage at a fee. Having a procedure like this in place is essential for disaster recovery.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/back_up_and_migrate_module_with_node_squirell-new-compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2016-05-15</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/using-simplenews-module-send-news-letters-mailing-list</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slide-new_0.jpg</video:thumbnail_loc>
    <video:title>Using the Simplenews module to send news letters to a mailing list.</video:title>
    <video:description>The Simplenews module for Drupal 7 fulfils most people needs when it comes to sending mass emails to a mailing list. For the right business, such as the country pub in the video, email can represent huge value to their marketing efforts. It is free and instant. However professionally running newsletter campaigns requires some key requirements. Allow anonymous users to subscribe through the website. Double opt-in to maintain a high quality mailing list. This means that people must click a link in a system generated email. Unsubscribe links in every email HTML branded emails (colourful vs plain text) Analytics needs to be installed in order to measure performance. The Simplenews module along with several other required modules all come together to provide such a system. If you need this kind of functionality for your business, we're waiting to hear from you.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/using_simplenews_to_send_a_news_letter_new_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2015-08-19</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/seo-how-compress-your-images-using-riot-faster-pages</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_6.jpg</video:thumbnail_loc>
    <video:title>SEO: How to compress your images using RIOT for faster pages</video:title>
    <video:description>Images often represent the bulk of a page in terms of data. When a page is loaded, any images on that page must be downloaded so as to be displayed.. By compressing the images we can make huge saving on those files when downloaded. This can reduce the page load times quite considerably vs no compression at all. In this tutorial I will show you how I compress images using RIOT. This free tool is one of the most used programs for this job. It can produce .jpg, .png and .gif files. It can also compress multiple images at once. The well worn phrase in SEO is that "All else being equal, the faster site will rank first". This is a must have addition to any would be website designers kit, who is struggling to speed up their website.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/riot-image-tool_new_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2015-08-03</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-using-responsive-nivo-slider-slideshow</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_4.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 Using the responsive Nivo Slider slideshow</video:title>
    <video:description>This very short Drupal 7 video demonstrates how to work with the slideshow slides once Nivo Slider has been installed. NivoSlider is a responsive slideshow. Contact us if you need a website designer to create features like this on your website.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/drupal_7_using_the_nivo_slider_slideshow_new_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2015-06-01</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-rooms-module-video-tour-resource-booking-website</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slide-new_3.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 Rooms module video tour; resource booking website</video:title>
    <video:description>Try the Drupal 7 Rooms demo for yourself. In this video tutorial I provide a quick tour around the Rooms module for Drupal 7 . The rooms module is best suited for hiring out rooms as the name suggests. That said it can be developed into a resource booking website for most use-cases. For example tool hire, car hire, wedding equipment, B&amp;B, hotels . The only limitation is that bookings must be in increments of a day. So hiring anything for an hour wouldn't work. First of all I create the "unit description" and upload an image for it. Then we create a "Bookable unit type" and reference the previously made unit description. Then we create the actual bookable units. You can see how easy it is to quickly add multiple units of the same type. Having created our units we then perform a search and make a booking as a buyer. As the buyer we can later view details about our order. Lastly I'll show you how the backend looks from the point of view of the website owner.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/introduction_to_drupal_rooms_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2015-02-15</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-how-install-node-gallery-plupload-and-colorbox-facebook-style-albums</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_2.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 How to install Node Gallery, Plupload and colorbox - Facebook style albums</video:title>
    <video:description>This video shows how to set up Facebook like photo albums on your Drupal 7 website using Node Gallery. With this set up you get bulk uploads (Plupload) and media modal frames / popups (Colorbox). The albums can contain photos, video or audio files. The modules used in this tutorial can be found here, inc links to the relevant libraries: https://www.drupal.org/project/node_gallery https://www.drupal.org/project/file_entity https://www.drupal.org/project/entity https://www.drupal.org/project/entityreference https://www.drupal.org/project/colorbox https://www.drupal.org/project/libraries https://www.drupal.org/project/views https://www.drupal.org/project/ctools https://www.drupal.org/project/plupload Hope you enjoy the video. If you need a web designer / web developer please get in touch .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/installing_node_gallery_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2015-02-09</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-looking-your-website-enquiries-online</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_3.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 Looking at your website enquiries online</video:title>
    <video:description>This video demonstrates how to look at the enquiries that have been received via your Drupal website. On our Drupal websites we use a module called " Webform " to provide the functionality of the contact form. Webform can be set to forward new submissions to any number of email addresses. As well as auto-reply emails to the person who submitted the information. Generating new enquiries via your website is usually the main objective of your website. Webform has been developed over many years and is very good at doing it's job. The last thing you want to do is create it from scratch and be left open to bugs that could cost money. If you need a website like the one being shown, just get in touch through the site . We provide a wide range of website design and development services and can develop whatever functionality your website needs.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/looking_at_webform_results_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-12-12</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/what-drupal-7-plain-english</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/new-slide-2016_1.jpg</video:thumbnail_loc>
    <video:title>What is Drupal 7? in plain English</video:title>
    <video:description>This Drupal video gives a brief introduction to what Drupal 7 is from the perspective of most of our clients. You can try out this demo website here: http://demo.onlinebusinessbuilders.co.uk/drupal7 It shows how easy it is to create a new page on one of our Drupal 7 websites. It can be designed to look however you want Drupal itself has a "Theme" that controls the way the website looks. So a Drupal website can look however we want it to look. We also design custom Drupal Themes that work on mobiles as one of our Drupal web development services . We also briefly cover how a Drupal 7 website can have many users. Each users can have many "Roles". Each role can have its own set of permissions that lets users of that role do certain things on the website. Perhaps viewing "Members only content", post comments... It can be developed to do what you want... This video doesn't go into detail about the more advanced feature's of Drupal. Such as: Allowing for a large number of people to share and contribute to stored centralised data; Control access to data or content based on user role (i.e., define information users or user groups who can view, edit, publish, etc.) In Drupal you can set these permissions for roles down to field level. In this way you can define sections and certain fields to be viewable by one Role but not another. The same applies to editing; Facilitate storage and retrieval of data, which can become quite advanced. Such as filtering lists of content by different fields etc; Control data validity and compliance. That is, a field could be defined as a email address. We can then run a validity check on submissions, to ensure that it is valid; Improve communication among users. This can be achieved in many ways for example user blogs, comments, private messaging, Facebook-like chat... to name a few. The 10,000+ modules (plugins, addons) that are freely available to use. They all give a Drupal website new features. This is what makes having your own web application</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/what_is_drupal_7_2016_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-12-12</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-seo-33-using-google-analytics</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slide-new.jpg</video:thumbnail_loc>
    <video:title>Drupal SEO (3/3): Using Google Analytics</video:title>
    <video:description>Understanding how to measure and improve your website is vital aspect of our Web Development Services . In this video tutorial I show how to use Google Analytics to measure our performance in search. We get to see what queries or keywords the site is being displayed for. We also get to see how many times the search is being done. Lastly we can see what position the website is for each query. Essentially the idea is to first research your keywords . Then create optimised content that relates to your chosen keywords. Finally, we use Google analytics to measure the traffic on the website and position in Google. Once we can see the popular searches or queries as they call them, we can see the easiest buying terms to target. Then we refine existing, or create new, content to increase relevancy for the query or keyword. We repeat this 3 step process over and over until we're satisfied with the business it is generating. Videos in this series: Drupal SEO (1/3): How to do Keyword Research Drupal SEO (2/3): Maximise results with on page / site formatting Drupal SEO (3/3): Using Google Analytics</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/seo_using_analytics_for_authors_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-11-12</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-seo-13-how-do-keyword-research</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew.jpg</video:thumbnail_loc>
    <video:title>Drupal SEO (1/3): How to do Keyword Research</video:title>
    <video:description>Our clients understanding how to do keyword research is a vital aspect to our web design and development services . It is what allows to see what people are searching for, so that we can cater for what they want. This Drupal demo video walks you through the process of doing keyword research. I use the Google Keyword Planner to identify related keywords to a website. Then consider which ones are important by looking at the monthly volume of searches for each keyword. Then compare that to how much competition there is for the keyword. Once this information has been gathered you can move on to creating relevant content. Ensuring the keywords that you have found are contained in your pages. Videos in this series: Drupal SEO (1/3): How to do Keyword Research Drupal SEO (2/3): Maximise results with on page / site formatting Drupal SEO (3/3): Using Google Analytics</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/how-to-do-keyword-research-compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-11-11</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-seo-23-maximise-results-page-site-formatting</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slide2.jpg</video:thumbnail_loc>
    <video:title>Drupal SEO (2/3): Maximise results with on page / site formatting</video:title>
    <video:description>SEO training is a vital part of our website design and development services . Without understanding these techniques and applying them, your hard work creating the content won't pay. It won't matter how good the Drupal web developer is, without great content it is just an empty shell. This Drupal demo video discusses the different formatting options that we have available for text and images, that can help your websites performance in Google. Headings The use of headings helps to break a page up for the reader. It can help them understand the topic of the following paragraph without fully reading it. It works the same way for Google, it helps them better understand the page as well. It is therefore important to get your keywords into them. The word "Headings" proceeding this in big bold letters is of course a heading. Bold Text to emphasise keywords The use of bold text can be used to highlight keywords and phrases to the reader and it kind of works the same way with search engines. It's not going to change everything but every little helps. This shouldn't be overused because it will loose its positive effect. Deep linking keywords to your other content When we link to pages from within our main content, we call it "deep linking". Sometimes we make a image into a link and other times it is text itself. In either case it is a good opportunity to link your keywords to the page. For example, you create "Service A". When you create "Service B" you may have the opportunity to work a link to "Service A" into the page. Remember of course that the text for the link doesn't have to be the same as the pages title. It could be other keywords that also represent the page effectively. You could of course use an image to link over to "Service A". For example remember to watch the video about researching keywords for SEO . This can lead to a richer user experience in terms of site navigation and means you can keep the main menu simple, whilst</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/on-page-seo-compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-11-10</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-portfolio-website-add-images-text-areas</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_5.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 portfolio website - add images into text areas.</video:title>
    <video:description>The website used in this video is fully customisable and available to purchase. It's a great general portfolio website for people or companies. In this Drupal video I demonstrate how to add images into text areas. Sometimes referred to as inline images. I also cover adding the Alt text and image title. The Alt text is what gets displayed when the image doesn't load. The title text is displayed when you mouse over the image. Both of these things are critical to get a return from Google for them. Basically without the Alt text and title tag, you may as well not have any images from Google's point of view. Those two things are the only way Google knows what the image is and then they contribute towards your relevancy. The most relevant being the first in Google amongst other things. The Drupal 7 website in this video can be purchased and fully customised to suit your business. Our website design company can also be hired for various website development services . Read more about the portfolio website and try it out.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/d7_adding_images_to_text_areas_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-11-08</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-portfolio-website-add-new-service-area-page</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_1.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 portfolio website - add a new service area page</video:title>
    <video:description>In this Drupal demo video I demonstrate how easy it is to add a new service area to one of our portfolio websites . This has been developed by us, so you won't find this in a standard Drupal website. Main features that my Drupal web development company has added to this page are: Only need to enter city, county and post code. Map gets generated on the new service page. Text is automatically generated for the page that is pre-defined using "Tokens". A new marker for the area is added to the map on the front page. A new link is added to the footer for the area. Adding service areas is important when local search engine optimisation is important. If you have a global audience it becomes irrelevant. Take myself for example, if I want to come up for "Eastbourne web developer", I have to have a page for it or at least mention the phrase. Eastbourne of course being my local area. I can be hired for custom Drupal web development services . Also, the Drupal 7 portfolio website in the video can be purchased and fully customised to suit your business. Read more about it and try it out</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/d7_-_adding_a_service_area_page_-_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-11-08</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/drupal-7-portfolio-website-add-new-service-page</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slidenew_0.jpg</video:thumbnail_loc>
    <video:title>Drupal 7 portfolio website - add a new service page</video:title>
    <video:description>In this Drupal demo video I demonstrate adding a new service to one of our Drupal 7 general portfolio websites . The website can be fully customised by myself, a Drupal web developer , to suit your business. Each service page has the following information: A text area to write about the service. Multiple image upload for service images. Each image has fields to easily add the Alt and title text. Front page slideshow image. This has image cropping to get front page image just right. I provide a full range of Drupal web development services . Get in touch to discuss your requirements for a web developer .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/d7_-_adding_a_service_page_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-11-08</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/adding-products-one-our-ecommerce-websites</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening_slide-products.jpg</video:thumbnail_loc>
    <video:title>Adding products to one of our eCommerce websites</video:title>
    <video:description>The eCommerce website being demonstrated has been developed by Drupal web developer, Guy Doughty . This is a Drupal demo video of adding products to one of our eCommerce websites. It is a simple as using Facebook. This eCommerce website development uses Drupal 6 and Ubercart. It makes use of many more modules/add-ons in order to be fully VAT compliant in the UK specifically but it could be used by other European countries. Also to add other functionality such as the category filters, multiple image uploads, menus etc. We not only offer eCommerce web development services , we also offer eCommerce training . Please contact us regarding your individual requirements.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/adding_products_to_the_shop_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-05-24</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/how-manage-orders-one-our-ecommerce-websites</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening_slide-orders.jpg</video:thumbnail_loc>
    <video:title>How to manage orders in one of our eCommerce websites</video:title>
    <video:description>This is a demonstration video of using one of our eCommerce websites to manage your orders and fulfilment.This eCommerce website was developed by our Drupal web developer, Guy Doughty . The online shop is built on Drupal 6 and Ubercart. It makes use of many more modules/add-ons in order to be fully VAT compliant in the UK specifically but it could be used by other European countries. Also to add other functionality such as the category filters, multiple image uploads, menus etc. We provide a full range of web development services , please contact us to discuss your individual requirements.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/how_to_manage_orders_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-05-24</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/using-one-our-ecommerce-websites-customer</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening_slide-customer.jpg</video:thumbnail_loc>
    <video:title>Using one of our ecommerce websites as the customer</video:title>
    <video:description>This is a Drupal demo video for our Drupal 6 and Ubercart ecommerce website . This website was developed by our Drupal web developer, Guy Doughty.This particular video demonstrates using the ecommerce website as a customer. It makes use of many more modules in order to be fully VAT compliant in the UK specifically but it could be used by other European countries. Also to add other functionality such as the category filters, multiple image uploads, menus etc. As you'll see Ubercart has a simple one page checkout and smooth integration with Paypal. It also has built in integration with some other payment providers, such as Authorize.net, Google checkout.... This eCommerce website can be fully customized to suit your individual business. Contact us to discuss further or any other web development services ..</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/using-shop-as-customer-compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2014-05-24</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/using-our-agency-website-part-2-site-editor-perspective</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/part1_siteeditor_perspectivenew.jpg</video:thumbnail_loc>
    <video:title>Using our agency website part 2 - site editor perspective. </video:title>
    <video:description>The website being demonstrated is this video is a bespoke website, to be used by an agency booking out venues and people. It Allows customers to search through 1000's of people and venues. It allows "Site editors" to add and manage 1000's of acts and 1000's of photo's for the acts. With built in in-depth lead generation We developed this website using Drupal . This is part 2 about our agency demo and covers the role of "Site Editor". Try out the agency demo site featured. You can purchase a fully customized version of this website. We also offer a full range of Website Design Services . Just contact us with your requirements.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/using_our_agency_website_part_2_-_site_editor_perspective_-_new-1.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2013-02-10</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/using-our-agency-website-part-1-customers-perspective</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/part1_customer_perspectivenew.jpg</video:thumbnail_loc>
    <video:title>Using our agency website part 1 - customers perspective </video:title>
    <video:description>This Drupal video demo is of a website that we have developed and designed for the use of agencies who book out people and venues. It allows customers to search through 1000's of people or venues using custom search filters. It allows "Site editors" to add and manage 1000's of acts and 1000's of photo's for the acts. With built in in-depth lead generation. Each lead is associated to the act, whose page the visitor was on. Try out the demo site featured at http://demo.onlinebusinessbuilders.co.uk/agency/ . Watch Part 2: The site editors perspective . We can develop a custom version of this web application for you. Please contact us with your development requirements .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/using_our_agency_website_part_1-_customers_perspective_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2013-02-10</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/adding-and-editing-your-photo-galleries-albums</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/adding-a-new-image-gallery-new.jpg</video:thumbnail_loc>
    <video:title>Adding and editing your photo galleries / albums</video:title>
    <video:description>Note: If you are a developer you may want to watch the video about installing this set up. This video tutorial demonstrates how to add and edit photo galleries (or photo albums) on one of our Drupal websites. In Drupal speak, these are called " Node Galleries ". The video demonstrates: Uploading new images Creating the gallery for them to belong to. Editing the title's for the images. Re-ordering the photo's Choosing the cover image, to be used in Gallery lists. Adding more images to the Gallery after you have created it. The node gallery module, amongst other module, brings with it great features. It can come with bulk uploading of photos. It has a easy interface for writing the title and alt text for the images. These are both very important for SEO. Most importantly the galleries can be tweaked so that they can be presented in whatever way we want ie mobile friendly slideshow, full size pop-ups... We provide a full range of website design and development services . You can contact us through the website if you would like to discuss your website development requirements.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/adding_a_new_gallery_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-04-20</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/how-create-google-video-sitemap-drupal</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/how-to-create-a-video-sitemapnew.jpg</video:thumbnail_loc>
    <video:title>How to create a Google video sitemap in Drupal</video:title>
    <video:description>Please note: This is a service that we provide for our customers. If you're a customer, you don't really need to watch this video. The video is only really intended for fellow Drupalers, it's our way of contributing back where we can... If you would like us to add this to your existing Drupal site, just get in touch to discuss the details of your site... This video demonstrates how to build a Google video sitemap , whilst using the Embedded Media field Media:YouTube, and JW Player Module for Drupal modules to add the video functionality to the site. That said, I can't see any reason why it couldn't be used for Drupal websites using other image and video modules... This method was inspired by bensnyder's comment on Drupal and made possible with code from voxpelli . In order to follow this Drupal video you'll need to: Install Views (Updated since making video) Install your own player, Google apparently won't index the embeds if you use a direct YouTube URL for the player_loc. I decided to use the JW Player Module for Drupal Install Views datasource , specifically "Views XML" You'll need to apply this patch for Views datasource to allow "XML fragments" Install Views Field View so you can embed the 1st view into the 2nd view Install Drupal plain views . This removes the mark up around the embedded view. The video then demonstrates making the two views that are used to create the Google video sitemap. The idea is to build the 1st view to pull the data out that is used within the &lt;video:video&gt; and &lt;/video:video&gt; tags. Then build a 2nd view which embeds the 1st view with it's corresponding node path within the &lt;loc&gt; tags, if that makes sense... Here's a brief description of the two views: The 1st view: Basic settings Style "XML data document". With both "Views api mode" and "is XML fragment" selected Items to display: unlimited Arguments Node: Nid Fields. Content: Video Image Thumbnail (absolute url to</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/how-to-create-a-video-sitemap_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-03-12</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/adding-link-drupal-6-website-page</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/how-to-add-a-link-to-your-page3.jpg</video:thumbnail_loc>
    <video:title>Adding a link to a Drupal 6 website page</video:title>
    <video:description>This video demonstrates how to add a link to another page on a Drupal 6 page. This Drupal video tutorial assumes that CKEditor is installed. It also shows how to add extra information to the link, such as the advisory title (Good SEO practice) and style classes, for extra usability. The style class used requires that Beautytips be installed and configured. This is a standard feature on our sites. If you need your own website designed , just contact me to discuss your individual requirements..</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/adding_a_link_to_a_drupal_page_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-03-02</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/how-add-new-menu-your-site</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/how-to-add-a-new-menu-new.jpg</video:thumbnail_loc>
    <video:title>How to add a new menu to your site</video:title>
    <video:description>This Drupal video tutorial shows how to work with the menu system in Drupal 6, although Drupal 7 is very similar. Menus are obviously the primary method for navigating around websites. You'll want to think carefully about the best way to organise your different menus. Organise them poorly and your website will be a nightmare to find information. Organise them well however and your website will be a dream find the right information quickly. They say that no one piece of content should be more than 3 clicks away from any other page. There's some food for thought! I'll show you how to add a new menu to the website and then go onto adding menu items. The first way that we can add new menu items is from the Page that the menu item is for. The second is from the menu edit screen itself. It is here that we can re-arrange the menu items should we wish.. Lastly it shows how to add the descriptions, that display when you mouse over a link. This is a good thing for SEO. As the menu is likely to be shown on many pages, it is certainly advantageous to write keyword rich descriptions for each menu item. We provide a full range of Drupal website development services . Contact us if you would like your own website developed .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/adding_new_menus_in_drupal_6_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-02-29</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/how-create-content-youtube-embeds</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/create-youtube-embed-content-new.jpg</video:thumbnail_loc>
    <video:title>How to create content with YouTube embeds...</video:title>
    <video:description>This video demonstrates how to create content on sites that have " Media: YouTube " embeds built in. Get in touch if you would like this added to your Drupal website ... This allows you to easily embed any YouTube video on your websites page. It is even possible to globally skin the player used, for a really customised look. It should also be noted that YouTube now allow unlimited uploads of up to an impressive 20GB. So outsourcing the hosting of your videos to YouTube is a great way to keep your own hosting costs down. Once your video pages have been created we then create a video sitemap to submit to Google. Taking this one step further, you can also overlay ads from various Ad Networks and monetise YouTube videos. We provide a full range of website design and development services and can be contacted through the website .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/create_youtube_embed_content_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-02-28</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/how-add-new-blog-or-section-your-website</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/adding-a-new-sectionnew.jpg</video:thumbnail_loc>
    <video:title>How to add a new blog or section to your website</video:title>
    <video:description>This Drupal video demo shows how to add a simple section to one of our Drupal 6 websites. Occasionally some of my brave customers like to have the choice to do this themselves. Of course generally speaking this is something that my clients never do themselves and they pay me to do this for them. In the Drupal video I demonstrate: How to create a new content type. A content type is what we refer to as a particular type of page. For example a video content type may have a video field, where other content types do not. Set a optimised url for the pages belonging to your content type. This url will then be used to automatically the generate the urls for each page belong to the new content type. Create a page that lists it all pages belonging to the new content type using "Views" This video doesn't get into adding more advanced fields and configuration of views. We're available for website design and development services . Just contact us to discuss the website development work you require.</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/adding_a_new_section_to_your_site_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-02-28</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/adding-or-updating-your-nameservers-godaddy</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/opening-slide-new_2.jpg</video:thumbnail_loc>
    <video:title>Adding or updating your nameservers on GoDaddy</video:title>
    <video:description>This video shows how to change your domain name servers, so that the right server can serve your pages. It is often the case that the clients who I develop websites for will buy their domain name from GoDaddy. GoDaddy is the domain registra where we buy a human friendly web address from. From there you can host your website with them or host it else where. If you host it elsewhere you'll have to change what they call the "Name Servers". Jargon aside, this tells GoDaddy what servers are responsible for hosting your website. So someone will request example.com. The request will go to GoDaddy and they will route the request to the server that hosts the website. This part happens in the background, so the visitor will only see example.com in their browser. It is highly recommended to use different companies to be your registra and then provide hosting. This way you always hold one of two keys to the website. Fall out with your hosting company, you just change the names servers to point to your new host. Fall out with your registra, you just change registra's and transfer the domain name to them. As soon as the switch as happened, hardly anyone will notice. This video shows how you go about adding or changing the name-servers on GoDaddy. The "Name servers" for hosting your website with us are: NS1.ONLINEBUSINESSBUILDERS.CO.UK NS2.ONLINEBUSINESSBUILDERS.CO.UK</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/adding_or_updating_the_nameservers_on_godaddy_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-02-28</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/uploading-and-adding-images-photos-your-site</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/new-slide-2016.jpg</video:thumbnail_loc>
    <video:title>Uploading and adding images/ photos to your site</video:title>
    <video:description>This is a Drupal 6 demo video of how to upload new images and photos to your site and display them on a page. It also demonstrates how to align your images with your text. Additionally how to optimise your images for Google search. Key things to do when uploading and adding images are: Rename the image file before uploading to something relevant. Include "Alt" text. This displays if the image link ever becomes broken. Include a "Advisory Title". This is displayed when you mouse over a image. Enter "beautytips" in the "Stylesheet Classes", to have the "Advisory Title" display as a Beautytip. (See link below) Learn more about optimising images. We can develop a custom version of this website for you. Contact us for a web development quote .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/uploading_and_adding_images_or_photos_to_your_site_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-02-25</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>
  <url>
    <loc>https://onlinebusinessbuilders.co.uk/videos/how-add-edit-and-re-order-menu-items</loc>
    <video:video>  
    <video:thumbnail_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/og-images/videos/new-slide-2016_0.jpg</video:thumbnail_loc>
    <video:title>How to add, edit and re-order menu items</video:title>
    <video:description>This Drupal video tutorial demonstrates how to add, edit and re-order your menu items. This covers creating menu links from a page and in the menu section of the admin area. We can develop a custom version of this website. Just contact us for your web development quote .</video:description>
    <video:content_loc>https://onlinebusinessbuilders.co.uk/sites/default/files/drupal-video-training/editing_and_re-ordering_menus_in_drupal_6_compressed.mp4</video:content_loc>
    <video:family_friendly>yes</video:family_friendly>
    <video:publication_date>2012-02-25</video:publication_date>
    <video:requires_subscription>no</video:requires_subscription>
    <video:uploader>Guy Doughty</video:uploader>
  
</video:video>
  </url>


</urlset>