Animal Loving Artists on Youtube

EBay group Animal Loving Artists, of which I'm a member, now have a slide-show movie on Youtube! (See below) I was recently delighted to be given the opportunity to produce the movie showcasing some fifteen members work. The movie was put together using Windows Movie Maker, and the soundtrack added using Youtube's audio swap facility, proving you don't need sophisticated video editing software or video recording equipment to produce a movie for Youtube! If you would like to have a go yourself, visit my Make a Slide Show Movie tutorial to get you started. For adding audio on Youtube, check out my And we Have Youtube Sound post.

One challenge I faced making this movie was that the artwork participating members submitted for the movie was of widely varying dimensions. So when I put the raw images together in a movie, I was presented with varying and untidy looking amounts of blank black space. (This is what you will get in Movie Maker when images are not of the right dimensions for full screen). I was pleased to find a workaround for howto eliminate black spaces around images in Movie Maker. Meanwhile, please enjoy some awesome art from this highly talented group of animal artists. Click the arrow to play here, double click to play the video on the Youtube site, where you can rate and comment.



Also see:

Make a Slide Show Video of your Art for Youtube
And We have Youtube Sound
Add Youtube Videos to your Blog, Website or Ebay
Original Art by Naj on Youtube
ACEO UK on Youtube

Add Youtube Vidoes to your Blog, Website or Ebay


Adding a Youtube video to your blog, website, eBay auction listing, eBay About Me page or eBay blog is simple. All you need to do is copy the code provided in the embed box, in the about this video section, then paste into your blog post under edit HTML, or in the <body> section of HTML code of the webpage. With eBay auctions, when filling out the sell item form go to item description, click the enter your own HTML tab and paste the code in there. More detailed info is available at Sharing YouTube Videos on Youtube.

Here's some tweaks you can do to the code I think are worth a mention. Add the following code to the embed code provided to center align the video:


<center><Embed Code Here></center>

You can add code for the video to autoplay. Add the code &autoplay=1 as shown in the example below:


<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/VEVjhH8kU2U&autoplay=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VEVjhH8kU2U&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

You can also rescale the size of the embeded video player by changing the width or height attributes in the code. Here's an example of code with amended height and width attributes and what it looks like below:


<object width="200" height="125"><param name="movie" value="http://www.youtube.com/v/VEVjhH8kU2U"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VEVjhH8kU2U" type="application/x-shockwave-flash" wmode="transparent" width="200" height="125"></embed></object>

A smaller scale video like that above can be easily added to the standard sidebar of a blog. In blogger go to customise>add new page element, choose HTML/JavaScript to add to blog, then paste in your embed code into the content box and save changes. Just add more embed code to the content box for more videos. Incidentally, blogger have recently added the Video Bar page element where you enter search term(s) for youtube/google videos to be displayed. This is more generalised, so if you want to display specific videos and more/less than four videos, I would recommend using the add HTML/Javascript element method outlined above.

Also see:

Make a Slide Show Video of your Art for Youtube
And We have Youtube Sound
Original Art by Naj on Youtube
Animal Loving Artists on Youtube
ACEO UK on Youtube

Ebay To Go - New Widget to Display Listings

EBay To Go is a new free widget currently being tested on EBay.com. EBay describe it as a way to

showcase your favorite eBay discoveries directly on your website or blog

There's more to it than just a slide show or mini gallery to display images for current favourite listings, the widget provides an interface to the listing(s) displayed. The listing title is shown when you run your mouse over the image. Click on the image and you have various information with links including a view and bid (opens the listing on eBay.com in a new window), refresh, back, search (click an image and try it out above!) and seller (opens the relevant eBay My World page in a new window). There are three formats to choose from: single item, multiple items and search. Single item displays a listing of your choice (needn't be your own), you just need to copy and paste in the item number, then follow the prompts through each step. Multiple items format is done in the same way, you just enter in up to ten multiple item numbers. In the make it last step you are prompted to give a search term for your widget, as listings expire after 120 days. This helps to keep your widget live. The search format version is similar and goes straight to this stage. There's step-by-step guidance on how to add the widget to popular blogs.

Drawbacks? Requires an up-to-date version of Flash. May only display images where the image is hosted on ebay, not using your own image host. When you paste the code into new post>edit HTML in blogger you get irritating double line spacing. The images widths are cropped in the widget, but not the height, so implications there for how well art work and some other items will be displayed. I was able to workaround this with my current Bluebell Wood painting by revising the listing and uploading a replacement image to which I had added a white border. I would prefer a readable "sidebar" version - I managed to scale it down by altering the code so it would fit in my sidebar, but (scroll down and take a look) you'll see the text is barely readable! EBay To Go is only set up to search listing titles, in all categories on eBay.com. If I select Naj Art as the search term (two keywords included in the title of all my current listings), it will only display the one current listing I have on eBay.com, missing the two current auctions I have listed on eBay UK. The widget will display eBay UK and/or eBay.com listed items where item numbers are entered. Sadly there's no affiliates payment for promoting EBay listings on your site!
EBay To Go
EBay To Go FAQ
The Chatter - Check Out the eBay To Go Widget

Robots.txt? What is that?

When Googlebot visits your website, one of the first things it will do is look for a robots.txt file. Google recommend it in their webmaster guidelines that you make use of robots.txt. So what is it?

The robots.txt file is a simple text file created in a simple text editor like notepad. It instructs search engine robots. It is uploaded to and resides in the root directory of a website (put simply, the "/" directory where the main index or home page is). It tells search engines what may and may not be indexed - what may and may not appear in the results pages returned from searches.

If, for example, you have personal information on your site, like clients addresses, then you would ban the search engine bots from the relevant directory/files. If you want to reduce the likelihood of image theft through your images appearing in image searches, one method might be to put your images in a separate directory on your site and ban the search engine bots from indexing that directory.

You can look at other sites robots.txt files by typing the website domain name followed by robots.txt

eg: http://www.mydepictions.co.uk/robots.txt
.

They do vary and are specific to that site, so do not assume a file can just be replicated. They absolutely must be accurate, there is no room for typing errors, or missing white spaces! Get it wrong and you could risk being excluded from the search engine results pages altogether.

If you have an empty file named robots.txt, Googlebot will visit the site and index all the contents. If you dont have a robots.txt file Googlebot will again visit the site and index all the contents. Some exceptions to this being: problems on the server where the website is hosted and no-index meta tags.

Now you could ban the bots from pages you want excluded from search results using the no-index meta tags on each page. The beauty of the robots.txt file is that it can be applied to a whole directory or file types. Equally, e.g. rather than have <meta name="robots" content="INDEX,FOLLOW"> on all the individual pages in a site, a couple of lines in a robots.txt file can be applied to the whole site thus:

User-agent: *
Disallow:

The above applies to all robots and nothing is disallowed from the search engine indexes. If you want to instruct the bots to index the entire contents of your site and wish to make use of robots.txt, as Google recommends, you can copy and paste the above two-line code into notepad, save as a txt file format, name the file robots.txt (note the file name is all lower case), then upload to your root directory. (Do bear in mind the exceptions - a noindex meta tag on a page will be obeyed.) So simple for something that seems on the face of it appears quite technical!

If you have your site verified by Google, the webmaster tools console provides an option for testing your robots.txt file. If you don't have a robots.txt file, or an empty file named robots.txt, the webmaster tools console will show an error 404. As Google state, this is correct if the file is non-existent. Now you could head over to the robots.org site for further information, but if you just want some quick, simple, basic, advice I like feedthebot.com's Robots Text Files page.

Mydepictions Free Web Design Resources Page

Rufus - Terrier Dog Art Portrait Painting

Terrier Portrait Painting

Here's an ACEO portrait painting of a little terrier named Rufus. I saw a photo of Rufus wrapped in a towel after a bath on fellow artists blog Jafabrit's Art. I thought he looked very appealing wrapped up in a towel, so I asked if I could paint him! The end result is a mixed media miniature pastel and gouache painting on ingres paper.


Equine Art Horse Portrait Painting Commission

Race Horse Portrait Painting
Here's a recent equine portrait commission. This work was in pastels on board and measures 9 inches by 12 inches. This is probably the smallest size a decent horse portrait could be done in pastels. Dogs and cats can translate well enough into portraits at half the size, but not people or horses. The mouth and eye detail are some of the defining characteristics for capturing the likeness of any animal or person, and it is very difficult to achieve that likeness at a smaller-scale, in pastels, when it comes to people or horses. Horses are more work portrait wise, especially as there is often a preference for them to be portrayed with bridle. For this reason, you will find that most portrait artists charge slightly more for equine portraits compared to say dogs or cats (not because they believe horse owners have more money!)

The horse in this portrait painting is a race horse and was a pleasure to draw as I had been given some very good quality photos to work from. I should add that the photos were sent to me by e-mail - a very convenient method I encourage. I hope I have captured this horse's lively character!

If you are interested in commissioning a portrait or other artwork from photo visit my gallery page on the web site for further information.

ACEO UK on Youtube!

The Ebay group ACEO UK now has a pressence on Youtube! I currently moderate for the Ebay UK group ACEO UK and fellow moderator Leah (ebay id roundthecauldron) has very kindly put together a slide show movie showcasing examples of members work. Theres a couple of Mydepictions ACEOs on there. You can watch it below:

If you would like to show your support by rating, favoriting or commenting please do by visitng ACEO UK - Ebay Artist Showreel - May 2007. Remember, you dont need to upload videos to register and then rate etc.

Also see:

Make a Slide Show Video of your Art for Youtube
Original Art by Naj on Youtube
A group video from Ebay group, ACEO UK
ACEO UK Ebay Artist Showreel on IAG Blog