United States
This image was created in using hand drawn images and taken into Photoshop to apply textures, layers and effects.
A lot of people are asking how to do the links to sets of photos or works in our profiles … so I thought I would outline it here for th…
A lot of people are asking how to do the links to sets of photos or works in our profiles … so I thought I would outline it here for those of you that would like that option. First thing is to have sets in mind and tags to associate with those sets. Then … make sure you have those tags on the photos you want in each set. This way a photo can actually be in more than one set if you like :) Then …. to make the links in your profile: (I’ll use my tree tag as an example) / you type the set name followed by the link to all your photos tagged with tree like this ….. but without the spaces: ” Trees ” : http://www.redbubble.com/people/crackers1967/art/everything/tags/tree When you do this without the spaces you get this: Trees / Edit your Profile and place the set code somewhere within the About Me section. I place mine down a little lower because for some reason long lines get cut when you view your Profile on your Overview page, it looks neater down lower and only viewable when someone clicks on the more link. You should be able to copy and paste that line with the spaces and just change the word, tag name and username, then remove the spaces and go for your life. :) You can also bullet the list by placing a hash and then a space before the whole lot and it looks like this: Trees / / The easiest way to see what your username is, is to open up RedBubble and click on View your public Profile. Look in the address bar of your browser and it will show you your username at the end of the address: http://redbubble.com/people/ username View all my HOW TO’s
I thought I would do a separate and hopefully less complicated How To in regards to making links and showing Jpg files in RB. There s…
I thought I would do a separate and hopefully less complicated How To in regards to making links and showing Jpg files in RB. There seems to be a lot of confusion as to how these things work. So find the part you are interested in learning, maybe open up and edit an old Journal Entry and practice. VBS A URL is simply the text that shows up in your Browser Window Address Bar (up the very top), the line that starts with http:// If I refer to the URL, that is what I am talking about. ALL CODE IS WRITTEN WITHOUT SPACES Some wrapping of longer lines of code will occur within this Journal Entry, regardless of what the lines look like, code is always one continuous line WITHOUT spaces TEXT LINKS Sometimes it’s nice to have a text link when we are conversing to others in Red Bubble to help people share information, or to allow them to see another web page that has something to do with the convo. Maybe you like to include songs from YouTube with your work and want to share those Videos and music with others. Anytime you want someone to be able to link to another webpage somewhere, you can make a line of text (or one word) clickable to that link and it’s really easy to do. :) All you do is wrap the text you want people to see as a link, in qoutes {“} then add a colon {:} and then the URL. So let’s say you wanted to link to my Porfolio so people can have a look at buying something off me HEHEHE ... all you need to do is open up my portfolio page in your browser to get the URL from your browsers address bar and just type the name of the link text wrapped in quotes, followed by a colon, then the url so it would look like this (with no spaces) : ” Craig Shillington’s Portfolio ” : http://www.redbubble.com/people/crackers1967/portfolio Craig Shillington’s Portfolio is wrapped in quotes, so that is the text people will see. http://www.redbubble.com/people/crackers1967/portfolio is the link we want the text to click too When you type that within Red Bubble without the spaces you get this : Craig Shillington’s Portfolio So, abbreviated – to make a text link in Red Bubble you would type this in as code: ” text ” : link Replacing the text and link for yours and no spaces. DISPLAYING JPG’S GIF’S PNG’S ETC Please try to keep the size of these files small, both in dimensions and in download size, as if you use a lot of bigger files, the pages you put them on will load more slowly and that might piss people off!! Okay, you look around and you notice somehow people are actually making it so that you can see the thumbnail photos of thier works, or others have cool little animated gifs showing. Well … if you can bring up a photo by itself in your browser, you can show it in Red Bubble!! And again, it’s really really easy. If you want to know the link to any photo you can see in your browser window, right click on the image itself (PC Users … sorry Mac users, maybe someone can help me here) and go down to properties. In the window that opens up you will see a section that has the image properties and the location (or URL). That is the link we need to show that image. I use a little rotating Note near all the links to Videos throughout my Portfolio, so I will be using that as an example here. This applies to ANY image you want to display though. First, right click on this LINK and open in a new Window or Tab. That way you can still read this and flick back to the link to practice. :) You will notice at the top of my description for the photo, I have used the Text Link method described above to link to the Video of that Song in YouTube. And right next to that link, to draw attention to the link, I have my little rotating Note :) Right Click on the little rotating Note and go to Properties. In the box that opens you will see the Image Properties and A URL to the Image. It should be this: http://home.people.net.au/ ~ casphotography/notes-15.gif That is the link to where I have the Note.gif Stored. And that is all you need to know for any image, the URL that will show just that image in your Browser. If you copy that link to your browser Address Bar (with no spaces) and hit Enter … all you should see is an empty page with the little note rotating in the top left corner. PERFECT!! If you can open any image in this way, you have the URL in the Address Bar. If you copy a link to your Address Bar and it doesn’t just show the image, something is wrong. Most Image URL will end in JPG, GIF or PNG. There are some exceptions, but there should be one of those somewhere in the URL. Okay, so we have the URL, how do we make the image show in Red Bubble. Where you want the image to be shown, paste or type the URL. Then at the very start and the very end of the URL (with no spaces) put EXCLAMATION MARKS {!} So my note would then be (without spaces): ! http://home.people.net.au/ ~ casphotography/notes-15.gif ! And in Red Bubble will look like this: So, abbreviated – to make an image show in Red Bubble you would type this in as code: ! URL ! Replacing the URL with the URL for the image and no spaces. IMAGE LINKS Okay, so we know and understand now how to make links and also how to display images in Red Bubble. If you don’t, go back and understand it because this next bit could be very confusing if you don’t ;) We know we can show an image, and we know we can make links to text. So can we make an image work as a link? YES!! VBS And it’s sorta easy if you understand what the code is doing and how it works. I will be using my Message Me button link in my profile for this example. Because that is an Image that links to my message board and so you can leave me a message ;) Here is the link to my Profile The very first button I have in there is the Message me Button. When you click on it, it takes you to my Journal Entry I set up for people to message me in. So I know the link … all I need to get now is the URL of the button. Easy, again, right click the Message Me Button and goto Properties, look at the Image Properties and the URL there … It should be this: http://home.people.net.au/ ~ casphotography/m.gif We know from above, to display an image we wrap it in Exclamation Marks, so to show that in Red Bubble we’d type (no spaces): ! http://home.people.net.au/ ~ casphotography/m.gif ! Which will show as: Okay, we have the image up and working, how do we link to it? Exactly the same way we link to text from above. Simply follow the code with a colon {:} and the link you want people to goto when they click the image. In this case my Message Board: http://www.redbubble.com/people/crackers1967/journal/show/30445 So the whole line of code would look like this (no spaces .. and ignore the word wrap, this is all one single line): ! http://home.people.net.au/ ~ casphotography/m.gif ! : http://www.redbubble.com/people/crackers1967/journal/show/30445 When typed with no spaces and on one line it looks like this: So, abbreviated – to make an image show in Red Bubble that links to a URL you would type this in as code: ! URL ! : link Replacing the URL with the URL for the image, and link for the URL of the link to click to and no spaces. View all my HOW TO’S
The Mandrill is the world’s largest species of monkey. The word mandrill means “man-ape”.
/ Some of my other work: / / / / /
Eastern bluebird. Richmond, Virginia. / / / TIP JAR: IF YOU LIKE MY WORK SUPPORT ME WITH ANY AMOUNT YOU WISH / Portfolio Areas / Tigers / Wildlife / Macro / Landscape / Birds / Abstracts / Cats~wild and domestic
Meet Angelica, my grandaughter and I’m passionnate about my Angel.This pic was taken three years ago when we used to do gardenning together,so many days we spend together then.She’s seven now and we don’t have time together like we used to .I have great expectations for that little girl.She told me a few weeks ago that when she grow up I’ll just have to write books and she will put the images in them.She is very good with drawing and i’m thinking about showing the first steps in photography .She had a camera for Christmas ,i can’t wait to go photo shooting with her.I think about her everyday ,wondering if everything is okay for her ,when I’m with her the time stops and I become a better person ,that’s real love …I took that pic when she was watering the flowers,she was so concentrated,I spend days with her in my garden ,moments I will never forget.I’m still wearing that old green hat 5 years later and Angelica has her own now…. :)) So old but so comfy / I did the Orton effects on that pic,I wanted this timeless feeling of an old photography.
“Ten thousand flowers in spring / the moon in autumn, / a cool breeze in summer, / snow in winter. / If your mind isn’t clouded by unnecessary things, / this is the best season of your life.” Wu Men Geisha: Stock Exchange Original stock photo found here: http://www.sxc.hu/photo/123792 / Brushes: http://merrym.deviantart.com / Textures, and japanese Kanji: http://dholms.deviantart.com / Leaves: personal stock ©2007-2008 Aimee Stewart, Foxfires / No unauthorized use allowed / My images do not belong to the public domain
Sun Machine is coming down and we’re gonna have a party Inspired by the song “Memory of a Free Festival” by David Bowie
*I recently had several requests for instructions on how to add buttons like the ones in my profile...
I recently had several requests for instructions on how to add buttons like the ones in my profile. Rather than send individual bubblemail messages, I’m posting it in my journal in case someone else would like to add buttons to their RB profile. BUTTON INSTRUCTIONS Tip: print out this page and put it beside the computer before you start. You can make your own buttons or you can use a site called ButtonGenerator. If you decide to use this site and not to pay for a membership, you will need to add a link back to the site. I made all of mine 125X26 to give you some idea of the size of the ones on my page. This size allowed 3 buttons side-by-side. Make all your buttons and then save them in a folder on your computer. Then you will need to upload each button to your RB image gallery and use the “Hide” feature so that no one sees them but you. Once you have them uploaded you will need to right-click on each one to get the url address html code in the properties box. Example: http://images-0.redbubble.net/img/art/size:ularge/view:main/1407403-1-autumn-button.jpg Then go to “Edit Your Profile” to copy the image html code AND the tag html code – it will look like this (without the spaces): ! http://images-0.redbubble.net/img/art/size:ularge/view:main/1407403-1-autumn-button.jpg ! : http://www.redbubble.com/people/patmonty/art/everything/tags/autumn [REMEMBER NO SPACES. I had to add spaces so you could see the html code. If I had not added spaces, the button would have appeared in the journal instead of the code.] The last word in the html code is the “tag” word. In the example above it is autumn. You will need to put one space between each set of button html code. If you have a lot of buttons the language is long and wraps around forever. But with one space between each button html code, the buttons will sit next to other and then wrap to the next line. Now you will need to add the tag word to each of your images that will correspond to the buttons. Happy Button Making! UPDATE: Cool Text Graphics Generator is another good site for buttons. This tutorial was featured by the group, Tutorials on January 28, 2009. CLICK HERE FOR ALL TUTORIALS BY PATRICIA / Add Buttons To Your Profile Page / How to make a calendar / Downsizing those example images on your profile page / Adding Examples (Card, Laminated, Matted, etc) To Your Profile / Add photos to your profile description / Adding emphasis to your text / Plus more tutorials!
Also in this series- / FlyBoy /
Also in this series- / FlyGirl /
WOW… so far we’ve had 570 favouritings and 8,224 views since uploading this journal. Hope it helps :) !http://i248.photobucket…
WOW… so far we’ve had 570 favouritings and 8,224 views since uploading this journal. Hope it helps :) Hi Everyone This would be the most FAQ I receive from other bubblers, ie, how do i enhance my profile, how do I create a link, how do I display my products on the page…. It’s so easy, very simple, just a few steps away – anyone can do it, you can do it!! Be encouraged! As I receive lots of requests for assistance about enhancing the front profile page of your red bubble homepage, I have decided to take some time to describe and explain in a step by step tutorial the various methods. / a) I always begin by opening up two tabs/windows / b) Open the ‘edit your profile page’ or the ‘edit your description’ box in the first tab/window / c) In the first window where you are editing your description, type an exclamation mark ! / d) Click to open the other tab/window / e) Go to the public view of the image whose product you wish to display / f) Click on the BUY/PREVIEW NOW button / g) You will notice there are a range of products here for you to choose from eg, card preview, print preview, laminated print preview, matted print preview / h) Click one of these options to view the product / i) Once you have chosen which product you’d like to add as a preview, right click on it and select ‘copy image location’ / j) Return to your first opened tab/window and paste the ‘copied image location’ right beside the exclamation mark / k) Add another exclamation mark after the pasted image location, leaving no spaces / YOU NOW HAVE DISPLAYED YOUR PRODUCT You can go on to make this a clickable link if desired. / l) Add a colon right next to the exclamation mark / m) Click on the second tab/window and press the back button at the top left hand side of your browser twice until it returns to the public view of your image / n) click in the url website address box at the top of your computer to highlight it / o) right click to copy the address / p) return to your first open tab/window and paste the copied url address beside the colon / YOU NOW HAVE A CLICKABLE LINK to the page from your product preview display This is very similar to how you would display a tshirt, but the tees are a littler easier, you do not need to go to the BUY/PREVIEW as you can copy the image location of your tshirt for display just by going to the main page where your image is located… bypassing that step, the rest is pretty much the same. for example below is a clickable text link / Click here to see my Calendars when you create the link it should end up looking something like this / a) I always begin by opening up two tabs/windows / b) Open the ‘edit your profile page’ or the ‘edit your description’ box in the first tab/window / c) Type one set of inverted commas / d) Type in the text, eg, “link to my website” , or “click here” / e) Type another set of inverted commas at the end of your text / f) Type a colon : / g)Click on the second tab/window and go to the website you want your text linked to / h) Right click in the url box at the top of the screen to highlight the url/website address or another page on red bubble where you are linking your text to a work of art etc / i) Paste the address right beside the colon / j) there should be no spaces whatsover / k) Click on the button to Save your changes / l) Go to preview and check the link has worked and is clickable / m) If not – recheck that you haven’t left any spaces, etc for example below is a clickable image link / It should look something like this / a) as above / b) as above / c) Type in an exclamation mark ! / d) Click on the second tab/window and go to the image you wish to add and make clickable / e) Because most images on RB are now protected with clear gifs, you cannot just copy the image itself, you will need to click on the preview/buy button to view the products, such as cards and prints, unless it’s a tshirt…which you can copy… once you’ve chosen product you wish to display….. / e) Right click on the image and choose the ‘copy image location’ option an click on it / f) Return to the first open tab in the editing box / g) Paste the image location right beside the exclamation mark / h) Type another exclamation mark, directly after the image location / i) Type a colon / j) Click on the second tab/window and go to the url address of the page your image is on / k) Click on the address to highlight it / l) Right click to copy the address / m) Return to your first tab/window and paste the url address beside the colon / n) Click to save your changes / o) Click to preview / p) You should have a clickable image link / q) If not, return to your editing and check you have left no spaces anywhere here’s an example of a clickable thumbnail / Here’s what it should like like to you / a) as above (open the edit your profile box in my bubble) / b) as above (open it up at my bubble and go to Art) / c) return to the edit your profile box / d) insert an exclamation mark / e) Click on the second tab/window / f) Locate the small thumbnail you wish to display in your profile from your Art or TShirt Section Listings in your My Bubble area / g) Right click on the small thumnail and click on copy image location / h) Click on first tab and paste the image location right beside the exclamation mark / i) Insert an exclamation mark directly after the url / j) Insert a colon directly after the exclamation mark / k) Click on your second tab/window / l) Go to the thumbnail and click on the thumbnail / m) Go to the url/website address of your image and click in the url box to highlight url address / n) Left click to copy the address / o) Return to your first tab/window (edit your profile) and past the url address directly beside the colon leaving no spaces whatsoever / p) Save your changes / q) Go to view publick view of your work / r) You should now have a clickable thumbnail / s) If not go back to edit your profile and check you’ve left no spaces and recheck your steps PS – if you wish to add a whole heap of thumbnails repeat the process, leaving one space between each thumbnail Here’s an example of a Banner / Here’s an example of what it would look like to you / I have added some nice banners to the front of my Profile Page, and folks often ask how this is done. If you have software like Photoshop and are family with it, then it should be fairly easy. I create a banner in Photoshop, using a simple rectangle shape, keeping it rather small in size …. approx 500×70 pixels (or 6×9 cm) something like that should fit fairly well in the space. I then save my file. I opened a Photobucket account especially so that I could create banners and save them to Photobucket (a free online Photo storage facility). Photobucket is very easy to use, simple and self explanatory. Once you have opened your account there you can upload your banners from your Photoshop saved files. Once you have saved your banners there, you can click on the Direct Link button beneath your thumbnail, to automatically copy the image location address. To make your banners appear in the ‘Edit your Profile’ area, or in your Description Boxes, you only need to do the following: a) as above / b) as above / c) In the edit your profile or description box, insert an exclamation mark / d) click on the second tab where you will have your Photobucket opened up / e) click on the Direct Link in Photobucket to copy the address of the banner you’ve created / f) Go to your first tab/window and paste the Direct Link image address directly beside the exclamation mark / g) Type in another exclamation mark directly after the Direct Link address / h) SAVE your changes / i) Go to View public profile / j) You should now have a beautiful new banner visible on your page / k) if not, recheck your steps and make sure you’ve left no spaces You can make your banner clickable by additionally adding a colon after the exclamation mark, and adding the url of the page you wish to link the banner to. / See example below: / / or / click here to view my tshirts In order to do this you must tag all similar works with a word, by going to edit your art work, and adding the tag to your other tags and saving your work, once you have adding the appropriate word to each of your works, to categories them… you can begin making sets to take customers to sets of your work… you can use a banner or text or an image link to do so for the first part… sandwiching the text/image/banner between two exclamation marks as we have done above. You will need to use an address like this for tshirt collection, but insert your own name instead of karin, and your own tag word, I have used tee, after the equal sign, eg / http://www.redbubble.com/people/karin/clothing?tag=tee so, you add whatever tag word you like at the end after the equal sign,and then be sure to add the tag word, in my case it’s tee, to all your tshirt designs in the tag section, (via editing) and remember to click save or if it’s an artwork collection, you would use the address below for art collections, but you need to insert your own name instead of karin, and your own tag word relative to your particular collection, in my case it’s whales, or baby, or beach, etc… : / http://www.redbubble.com/people/karin/portfolio?tag=whales so now it looks like this below, but be sure to take out any spaces, insert your own banner url address, add the colon, and your tee or portfolio address, using your own red bubble user name and your own chosen tag ! http://i248.photobucket.com/albums/gg188/karinlouisetaylor/JUNEBANNERSwhales.jpg !: http://www.redbubble.com/people/karin/portfolio?tag=whales From now on you will see the button below displayed on my Profile Page here at Red Bubble, and this will link you directly back to this page for further/future refence. / For more information or further enquiries please click on the following links: / Please do not hesitate to email support@redbubble.com if you are having trouble or needing help of any kind, they are only too happy to help with your enquiries HOW TO ADD THE ABOVE BUTTONS TO YOUR OWN PROFILE PAGE TO HELP OTHERS FIND HELP FAST I would actually be grateful if you added the above assistance buttons/banners and links to your own Profile Pages to spread the word to others, and make access to help more easily available to newcomers and everyone on the bubble…. spread the love around…. / You’ll find out how to do this in the Tutorial…. :) How to add the banners to your own profile page..to help other bubblers have easy access to help and assistance and spread the word around a) Open two tabs/windows in your browser / b) Click on ‘Edit your Profile” / c) Click on the second tab/window / d) Go to this journal page here / e) Scroll down until you get to the button/banner / f) Right click on the banner/button / g) click on copy image location / h) Return to the first open tab/window to ‘Edit your Profile / I) Type in an exclamation mark ! / m) Paste the image location right beside the exclamation mark leaving no spaces / n) Type in an exclamation mark right after the image location / o) Type in a colon directly beside the exclamation mark / p) click on the second window/tab and go to the url box of tutorial page to highlght the address / q) paste the url right next to the colon (leave no spaces whatsoever) What you’ve typed should look a lot like this below, without the spacing….. you musn’t leave any spaces….. if you prefer you can simply copy and paste this below information into your ‘Edit Your Profile’ box and just by removing the spaces you will have created a clickable image/banner link to the Tutorial / ! http://i248.photobucket.com/albums/gg188/karinlouisetaylor/bannerEnhanceYourProfile.jpg ! : http://www.redbubble.com/people/karin/journal/1964545-tutorial-how-to-enhance-your-profile Underneath is the coding to copy and past the other two buttons / ! http://i248.photobucket.com/albums/gg188/karinlouisetaylor/BANNERTUTORIALS.png ! : http://www.redbubble.com/people/karin/journal/1469814-linking-and-enhancing-your-profile-on-red-bubble ! http://i248.photobucket.com/albums/gg188/karinlouisetaylor/BANNERFAQ.png ! : http://www.redbubble.com/groups/redbubble/forums Just don’t forget to remove those spaces between the exlamation marks and colon thank you for time time in reading this…. and I would be absolutely thrilled if you shared this information with your friends…. and anyone who needs help! Have a smiley sorta sunshiney day! / Karin THE END PS / ADDITIONAL TUTORIALS BY OTHER BUBBLERS FOR ASSISTANCE WITH LINKING, ADDING THUMBNAILS, ETC Dave Pearsons Hacks / Craig Shillington’s Contribution / Gracey’s Contribution / Paul Gibbon’s Contribution / Jo’s Contribution / Webgrrl’s Contribution / BevB’s Contribution / Kimberley Palmers’s Contribution / Photegenic’s Contribution PLEASE NOTE IF YOU ARE NOT USING MOZILLA FIREFOX AS A BROWSER AND CAN’T LOCATE THE COPY IMAGE LOCATION when you right click on an image, there is another way to do it…. *what you can do instead is this…. / Right click on the image / Click on properties / Copy the URL address you see there / Paste the URL address from the properties in between the two exclamation marks / and then just follow the rest of the instructions – i hope that helps..i just tried it out using the other browser and it worked find for me….
Adding a slide show to redbubble Ok not really a slide show but it is very close, It’s an animated gif image. / You can see one ”...
Adding a slide show to redbubble Ok not really a slide show but it is very close, It’s an animated gif image. / You can see one My Bubblesite These images can also be linked / Doing this will require you to have software that can make an animated gif image. / And of coarse I know of a free software program that can be used and this tutorial will explain how to do this using this free software. The free software is called / unfreeze and you can Get it here / Once downloaded and installed on your / computer we are ready to go. The first step is to get the images you want to include in your slide show, I am going to use my redbubble images set in frames for my bubblesite homepage. Sign-in to your redbubble account Click “My Bubble” then “Art” find the image you want to include and click the “show public view” Now click the “buy/preview” button / Select the product format you want to use Card, Laminated print, etc.. Then save the image to your computer. Internet Explorer users “Right Click” the image and select “Save Picture As” / Firefox users “Right Click” and select “Save image as” / And choose a location on your PC where you can find it easily. / You can use as many images as you want, but remember you want them to visit your gallery so keep the number of images to a minimum. / I’m going to use 8 images for now. / You can re size your images if you like the Unfreeze software will resize your images to fit in a 375 pixels(high) X 360 pixels(wide) box but the software will not center the image. For those that want their images centered in the box, Use your photo software to edit the images / The software program (unfreeze) that I recommended above requires the images to be in gif format. Doing this in your photo software may be different than mine. But I will open the image in my photo software “Paint.net” and then click the “Save as” option and change the format (type) to gif ( Graphics Interchange Format).They will be saved in the same folder that I put the ones I downloaded from the bubble. Once the images are in the gif format. We are ready to create the animated gif (slideshow) Open the folder where your gif images are located Start “unfreeze” a small window will appear / Drag your images into the white window Then set the delay on the right, I used 60, Make sure the “Loop animation” box is checked Now click the “Make Animated Gif” button Give it a name and Click “Save” To make the images change slower add more than one of the same file The image that I created here was made using three copies of the same image,delay set to 90 / Example: drag and drop “image1.gif”,then do it again drag and drop “image1.gif “ This one has four of the same images and delay set to 60 Now the image can be uploaded to a web site, since Redbubble does not support this file type. You can use “Dropbox” / which is a free file store, share, sync software Get it Here it allows you to have 2 gig of file storage for free. Plus when I change the slide show gif I just created dropbox will take care of the rest. / So changing my slide show is as easy as making a new one and saving it using the same location and name on my pc as the one I’m using now. / Now Insert the new image on your bubblesite or profile / Use the image location (web address,web url) with a ! before and after the image location / For more on Linking images etc. see this post How to Customize Redbubble / And your done. / You can also include these in your description boxes these have been reduced in size A great way to promote your calendars on your bubblesite remember these images can be linked to the buy page. / Happy Bubbling / Dan / Get the Firefox and Internet Explorer Tool bar for Redbubble Here / See more info See all my How-to’s Here Includes “Framed image on Bubblesite home page”, “Adding Calendars to your bubblesite”, “feedjit Live Traffic Feed”, “Using tags on Redbubble”, “Add a visitor counter to your bubblesite or profile page” and More © D R Moore This written work cannot be reproduced or posted on the web without my written permission
A red pen wielding arm, coming out of a man’s mouth symbolises expressing yourself through art.
self-portrait / natural light Canon 400D / Canon 18-55mm
. i’ll give you the most delicious kiss / i need you to be addicted to me / and i will be your eve… . o3.2o.2oo9 / charcoal on pastel paper / digital .
I’ve seen so many people still asking why they’ve still not sold any artwork on Redbubble! So I’ve compiled all my enterprising, marketin…
I’ve seen so many people still asking why they’ve still not sold any artwork on Redbubble! So I’ve compiled all my enterprising, marketing, sales and money-based articles written over the last two years. I really REALLY hope you enjoy reading and applying them into your sales-campaign. First, let’s take a look at you, the artist within. Wait, that sounds like the first article… 01. Defining the Artist Within / 02. I Have a Special Condition! / 03. Keep that Entrepreneurial Spirit Alive / 04. Two Crafty Ways to Become a High Profile Photographer / 05. Playing the Popularity Game Without Caring if You Win or Lose / 06. What Makes You Think Your Art is Good Enough? Here is the guts of this article, the really in-depth stuff that should help understand how to better use Redbubble in your venture to either make money or make a name for yourself: 07. Are You Selling More Artwork ? / 08. Helping YOU Make a Profit on Redbubble ! / 09. Pleasure from Profit from Pleasure / 10. Quality Marketing Equals Sales / 11. Selling Your Art Successfully / 12. Sell, Give, Donate and Use Your Skills / 13. My Marketing Strategy / 14. How to Sell Anything / 15. Selling My Artwork At Amended Prices / 16. Twelve Months on Redbubble The trick is to read each article, and then ask yourself: ‘How does this apply to my situation?’. I’m very sure you’ll find a way to incorporate the ideas I’ve used here to improve your situation and increase your sales! I look forward to hearing how much more sales you make over the next few months!! EDIT [11:32 PM 15/05/2009] / Some of you will now want to run an exhibition, gallery or stall of your artwork. For that I have compiled another list of links that should help you! / ... Running Sheet for Exhibitions Since this is my article, I have to get a few shameless-plugs in here somewhere. I have T-shirts for sale that will get you noticed! / ... Your Name on a PHOTOGRAPHER Shirt / ... Photographer Shirts / ... Redbubble Shirts for Artists, Writers and Photographers Postscript / I started writing simple tips that any Redbubble Artist could use. I don’t write them so much any more, but I keep them here for my own reminder. I hope you enjoy these two that relate to this post enormously: / ... Tip #001 / ... Tip #004
*Your Profile page and Bubblesite are your consumer-facing galleries (some would say shops or storefronts). Here are some simple ways to …
Your Profile page and Bubblesite are your consumer-facing galleries (some would say shops or storefronts). Here are some simple ways to make them both visually appealing and sales focused. A brand called you / Your Profile page should contain an image of you. Many artists dislike this idea, but a happy, smiling image of you helps buyers connect. A photograph, painting, etching, drawing, etc. all work. People are naturally attracted to faces. . . . . . . . The elevator pitch / Tell buyers a bit about yourself. Where you live; your location as it relates to your artwork; your influences; your USPs (unique selling points), etc. For example, Ron Moss wrote: “I have been deeply interested in Eastern art and philosophy from an early age. I have pursued this interest through extensive reading and through the study of Japanese writing forms including haiku. [-] My poetry work has been translated in several languages and is widely published in journals and anthologies. I have won numerous awards both within Australia and overseas (including Japan). I enjoy using visual media and poetry in combination.” For anyone interested in Eastern philosophy, Ron’s description is spot on. The application / What have previous admirers and buyers loved about your work? E.g., “My work looks great in baby nurseries, shared spaces, etc.” You can also let this story be told through the pitch above, e.g., “My work features super hero characters from the 1940s – 1960s, and features an aesthetic reminiscent of the unbridled optimism of yesteryear.” Categorize whenever possible / If you have works that can be bundled by theme, location, application, subject, etc., you can fudge categories and link to them from your Profile page. For example, Scott Ward created categories by tagging work with key words, e.g., “Africa,” and then creating category URLs such as: http://www.redbubble.com/people/membername/art/everything/tags/keyword-tag/ Karin Taylor did the same, but augmented the strategy by creating categories for both topics and themes, e.g., “new baby” and “relaxation.” You can also categorize by holiday or event. See holiday calendars for the US, Australia and UK here. Be smart and efficient with these categories. Too much is, well, too much. See categories that art buyers search for often. RedBubble is a safe place to buy art / RedBubble repeatedly states that the website uses 128-bit encryption and that all sales are “Satisfaction Guaranteed.” This is good for members, as RedBubble carries the burden of complete satisfaction. I added this body of text in the Sales & Marketing Forum, but you could shorten to say “Safe and Secure checkout featuring 128-bit SSL encryption.” “My art sales are powered by RedBubble.com. Since February 2007, RedBubble has shipped more than 240,000 premium-quality works of art and t-shirts to over 70 countries worldwide. RedBubble offers a simple money-back guarantee, gold star customer service, and assures safe online transactions by using 128-bit SSL encryption – an industry standard. RedBubble accepts five different currencies including USD, AUD, CAD, EUR and GBP, and accepts credit cards as well as PayPal.” Kudos / It’s always a good idea to feature any kudos and awards that you’ve received, as well as a testimonial if possible. Causes / If you represent a charity or donate a portion of your earnings to a charity, your Profile page is an excellent space to feature your cause. Melinda Kerr has done a great deal of work in this area, and features calendars and cards. The real thing / I’m not one for cluttering pages with lots of large and heavy images that slow page load. However, there is something to seeing artwork and t-shirts in the real world. You can feature work on your Profile page as well as individual artwork pages by capturing an image of the work after configuring it on RedBubble. You can also add images to the Buyers’ Booth and link to them from your Profile page. ! My recommendation is to note the configuration details near the image, e.g., “Here is a large work X in a bright white mat and cherry box frame. You can buy this work here.” You can also show works that would make good diptychs and triptychs (pairs and threesomes) by showing them together and noting the links (URLs). RubyRed features a t-shirt of the month on his Profile page, as well as an image of the t-shirt on a person. I like both of these techniques, as they encourage repeat visitors. What’s the weather? / If your country is currently in the fall/autumn or winter seasons, note on your Profile page that your t-shirts are available in a long sleeve version (if you chose to reveal that option). The same goes for “girly fit” – which is a must for some buyers. Give buyers the idea to personalize their purchase by choosing a color, size and style. Develop fans / If you have Facebook Page, Twitter account, blog, or other resource that you use to communicate details related to your artwork, link out to them. These resources are a way to capture mind-share and leverage other communication channels – directing people back to your RedBubble Profile page or Bubblesite at a later date. Be sure to link from those sources back to your RedBubble Profile page or Bubblesite too. Let’s wrap / The formatting “code” for making links, displaying/linking images, etc. can largely be found here. Here are a few more resources. Rhana’s guide to making links Karin’s detailed Profile page tutorial Webgrrl’s unofficial RedBubble cheatsheet Before we go / We’re always looking for success stories big and small, so send them our way here. And finally, if you want to help other members sell, you can join our “You Can Sell Art and T-shirts” Group (by invitation). Bubblemail me with the topics you feel confident discussing. Thank you. Regards, / Jason
. holiday . o7.o7.2oo9 / acrylic on canvas / 12” by 36” . detail .
Copyright 2007-2009- © Helen Chierego / This image is protected by copyright law and is not to be used without express written permission from the copyright holder. / Images may not be copied, reproduced, altered or used for any advertising, displays, any other web sites or for any business or promotional purpose or any other way (whole or in part) without prior written approval of the copyright holder. / All Rights Reserved Model: Georgia (my granddaughter) / Featured: / Digital Bushstrokes
. / words don’t find me anymore… daisy . o8.18.2oo9 / acrylic on canvas / 24”x 30” .
Acrylic on canvas / 35/45 cm / Original signed by Dorina Costras
Inspired by one of my favorite artists Benton Paul
RedBubble is a great place to find art, design, photos and writing from over 80,000 talented people.
On stunning greeting cards, awesome t-shirts or beautiful prints to hang on your walls.
It’s really simple. If you’re not happy with your purchase for any reason, we’ll fix it.
Since February 2007 we’ve shipped over 300,800 items to more than 70 countries around the world.
Sign up for your free account, upload your work, join some groups and share your creative genius with the world.