I haven’t got the faintest clue what I mean by this, so here it is up to your little Grey ones…. Click here or on the image to see a big view of the thing
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
*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!
Here is the Table of Contents for my How-to’s on Customizing your Redbubble profile and bubblesite. ” *Working with text [Formatting…
Here is the Table of Contents for my How-to’s on Customizing your Redbubble profile and bubblesite. Working with text [Formatting] More…... redbubble Formatting [Text wrapping images] Creating Links Etc…on redbubble Adding Calendars to your bubblesite Using Small Product Previews Quick (Redbubble) Search Bookmarklet Repeat post Time Saver Framed image on Bubblesite home page feedjit Live Traffic Feed Edit your Slideshow widget. Edit your Sales Widget… Using promotional image Banner Using tags on Redbubble Using a Paypal button on redbubble Add a Slide show to your Redbubble Profile/Bubblesite Visitor counter on your bubblesite or profile page Mapco visitor counter on your profile/bubblesite Redbubble toolbar / Host or Co-Host Tutorials Featuring the easy way Need more Help? / Chat with me on Skype User Name / envelope150 More…...Coming Soon! ( Still converting them from my blog ) / See the ones not converted below these are on my blog creating thumbnails for grouping images / My first how-to post How to Customize Redbubble / Get the Firefox and Internet Explorer Tool bar for Redbubble Here / See more info Happy Bubbling (with Bling Bling) / Dan
It’s Paris, It’s the Louvre, It’s the Glass Pyramid from the Da Vinci Code. It’s also a 10-20mm lens and above all… a pleasure and privilege to have been there again!
Thanks to everyone who commented and favotited my design, very encouraging!! / This tee was featured in “WTF are you wearing?” , Retro Tees , Pop Art , Womanly Groups. / Thank you very much for buying this tee:0)
I have written this tutorial more for the new bubblers that have recently joined. But if you have been around the site for awhile and st…
I have written this tutorial more for the new bubblers that have recently joined. But if you have been around the site for awhile and still haven’t yet attempted to put a link in your profile, image description, or bubblemail, this should help. FOR THE COMPUTER SAAVY: Put quotation marks around the words you want to be the link. Then type a colon. Copy and paste the url address for the page, image, etc. that you want to link to. No spaces anywhere in the code. BEGINNER STEP-BY-STEP INSTRUCTIONS: I would suggest printing these out to have next to the keyboard. It will be easier than switching back and forth to this screen. -Type the words you want to be the link: Bubblesite for Patricia -Put quotation marks around the words: “Bubblesite for Patricia” -Add a colon at the end: “Bubblesite for Patricia” : -Then add the url address for the page/photo you want to link to: http://patmonty.redbubble.com/ -It should look like this (without the space): “Bubblesite for Patricia”: http://patmonty.redbubble.com/ -I put a space after the colon so the html code would be visible in this journal. Take out the space and waa-laa! It becomes a link! Bubblesite for Patricia NOTE: In a bubblemail, it becomes a link after it is sent. In a comment, it becomes a link after the comment is added. In a journal or profile description, the clickable link is only seen in the public view. If you have problems or questions, please don’t hesitate to let me know. Patricia 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!
.................................................................................................This is another version of my previous uploaded pic entitled CODE BLUE. I am posting this one as someone liked this one better and wanted to purchase it. So…you may BUY it now. :) / Hugs, / Michael Sold 1 framed print to an RB member. / Sold 1 laminated print to an RB member.
Creating Text Links / To make your text clickable or link to a web address / Put quotation symbols ” ” on each side of the word/sentence …
Creating Text Links / To make your text clickable or link to a web address / Put quotation symbols ” ” on each side of the word/sentence you want to make Clickable and then a Colon : (no spaces), Now put the url (web address) of where you want the clicker to go. / EXAMPLE: "View My Gallery":http//example.redbubble.com / Will give you this View My Gallery / You can also make a Text box appear when hovering over the link by adding text in brackets / Like this "View My Gallery(Go to My Gallery)":http//example.redbubble.com / The text above in ( ) will appear in a box if someone hovers over the link / Like this ( put your mouse over the link but do not click it ) / View My Gallery / To use formatting with your text link. Add a space between the formatting symbols and the “ / EXAMPLE: "Space*View My Gallery*space":http//example.redbubble.com / will give you this / View My Gallery Using images in your descriptions ,profile page,etc / First you must know where the image is located (web address) / Example: http://www.mypicture is here.jpg / To use a framed, laminated print, card etc.. image from redbubble click the “show public view” in your “Art” section / / then click the “Buy/Preview” Button / / Set the image as you wish to use it, Card, Framed print etc…once you are done follow the instructions below to get the web address If using firefox simply right click the image and select “copy image location” Using Internet explorer right click the image then select “Properties” A Properties box will appear copy the Address(URL) High lighted in blue / “right click” the Highlighted text then choose “copy” / or once it is highlighted hold the “control(CTRL)” key and press “C” You can now paste the image location in the location where you want to use it (right click and select “paste” or hold the Control key and press “V” on your key board) Now put a ! before an after the image location like this !http://www.mypicture is here.jpg! / To make it clickable or linked add the colon : and web address after the ! / like this :http://www.your going here.com / The final entry Will look like below / !http://www.mypicture is here.jpg!:http://www.your going here.com / The text box mentioned above can be used here as well by adding your text in ( ) / Like This !http://www.mypicture is here.jpg(Have a Look)!:http://www.your going here.com / Will give you this ( Put your mouse over image but do not click to see ) / Using Just the Image / To use only the image go to you art section by clicking “My Bubble” then “art” / on you art page find the image you want to use and get the image address or URL as described above / EXAMPLE http://images-3.redbubble.net/img/art/cropped/size:xsmall/view:main/2903258-2-magnolia.jpg = !http://images-3.redbubble.net/img/art/cropped/size:xsmall/view:main/2903258-2-magnolia.jpg! To change the size of the image replace the size:xsmall to one of the values shown on the right. / (Click the links for a preview of the size cropped version ) / xsmall = 60px × 60px / small = 135px × 135px / xmedium = 200px × 200px / medium = 300px × 300px / large = 550px × 550px / xlarge = 663px × 663px watermarked to use this one you need to remove the /cropped from the image URL Cropped Version / / Not Cropped / You can also remove cropped/ from the image address to maintain the shape of your image. / Note the sizes may vary depending on your image shape. / Here is a good example why you may want to remove the cropped/ from the image / Notice the cropped version cuts off the cards in his hands but doing this has changed the thumbnail size. To create a Larger preview link use some text or an image and link it to the xlarge view. / Here is an Image Example be sure to remove the /cropped from the xlarge view How it works The text I used !http://images-3.redbubble.net/img/art/cropped/size:xsmall/view:main/2412521-3-pink-rose.jpg(View Larger image)!:http://images-3.redbubble.net/img/art/size:xlarge/view:main/2412521-3-pink-rose.jpg To create a large product preview add /pixelsize:875×440 as shown below / Click here to see BEFORE and AFTER EXAMPLE (laminated print) URL: http://images-3.redbubble.net/img/art/backgroundcolor:d1d1d1/border:whitewithdetail/pixelsize:875×440/product:laminated-print/size:large/view:preview/2099882-6-resting.jpg / Click Here to preview larger size Create a contact link or e-mail me link / Example: "contact me":mailto:myname@myemailaddress.com / Your bubblesite has a contact option, to turn it on / Go to your profile edit page Click here / then scroll down to the e-mail section / and click the box next to / Allow people to contact me via email / Allows visitors to contact you with a form on your BubbleSite. Your email address will not be displayed After you click it you can go to your bubblesite and on the top where the links are you will see these links / Home Gallery About Contact / Clicking the Contact link will open a new window with the Contact form / If you want to use it on redbubble then use the code below. / but change the username to yours / "Contact me by E-Mail":http://username.redbubble.com/contact / Contact me by E-Mail Leave me a comment if you still need some Help or Chat with me on Skype My User Name / envelope150 To use a Skype live status link copy and paste this text and change the username in bold / Leave two blank lines before and after the code |Chat with me on Skype| / |!http://mystatus.skype.com/balloon/username.png!|My User Name / username| Once you get the hang of creating links and posting images give my other tutorial a try. More…… redbubble Formatting [Text wrapping images] Beware this one will frustrate you Happy Bubbling / Dan Get the Firefox and Internet Explorer Tool bar for Redbubble Here / See more Toolbar 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
Geek Hand Sign – < head > tag / We’ve all seen the gangster hand signs thrown to show gang allegiance, but have you seen the geek equivalent? / This is one for you web developers and coders out there – the < head > tag! Throw this sign and you’ll get a nod of respect from your fellow computer geeks. Detail: / / Other Geeky tees: / / /
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
_I am certainly no expert at making tee shirts. I know there are others out there who are the real experts. So I’m just going to share…
I am certainly no expert at making tee shirts. I know there are others out there who are the real experts. So I’m just going to share a few helpful hints that came out of my struggles to get two tee designs uploaded on RB. Here’s what I did: Opened Photoshop Elements (or any other image editing program) and set up a new empty page. Set the dimensions to 2400 width x 3200 height with a transparent background. IMPORTANT NOTE: If the background is not transparent, it will not work! If you are one pixel off on the dimensions, it will not work! You cannot transpose the pixels either (NOT 3200 width x 2400 height) as it will not work! Transferred (copied) an image to the blank/transparent background. Added text to complete my design. Saved image as a .png file. NOTE: Other file extensions (such as .jpg) will not work! It must be a .png file! Uploaded to Redbubble with a default color and a default style. This will be the color and style (short-sleeve, long sleeve, etc.) you want to display on the page to showcase your design. NOTE: If you forget to choose the defaults, it will not work! Should I have a contest to see who can guess all the things I did wrong when I first tried to upload a tee shirt design? LOL! Don’t hesitate to let me know if you have problems or further questions. This tutorial was featured in the Daily Wrap on October 4, 2008. / This tutorial was featured in the group, Tutorials, on February 3, 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
_I recommend printing these instructions so that you have them handy for reference. It is easier than switching back and forth to this s…
I recommend printing these instructions so that you have them handy for reference. It is easier than switching back and forth to this screen. Click on “my bubble”. Click on “art” (on the 2nd row of links – not the top one). You should see “My Art” page – this is the page where you can edit your pics. Choose your photo and click on “Show Public View”. Click “Buy/Preview”. (Note: You won’t actually be buying, only previewing) Choose the card or frame of your choice. Make your mat or color selections, etc. When the image of your framed photo appears on the screen, right click on the photo. A pop-up box will appear. Right click on the photo. In the pop-up box, click on “properties” (at the bottom). The “Properties” box will pop up – highlight the address (URL) . {Click & drag will highlight the entire address} IMPORTANT: Be sure to highlight the entire address – only two lines will be visible, but if a third line of the address hidden, be sure you drag down to highlight all lines of the address. Next copy the URL address. Press Ctrl-C (press the control key and the “C” key at the same time). You won’t see anything happen on the screen, but that is fine. Click OK to close the “Properties” box. Go to “Edit Your Profile” and scroll down to the “About You” box. Click in the box where you want this example to be shown. Now press Ctrl-V (press control key and the “V” key at the same time). You should see the URL address. Put an exclamation point ( ! ) in front of the URL address and another one at the end of the URL address. It should be similar to this example, but without the spaces: ! http://images-0.redbubble.com/img/art/cropped/size:xsmall/view:main/993259-1-yellowstone-in-winter.jpg ! Remember, NO SPACES before or after the exclamation point (!) – the beginning of the URL should look like this: !http:// The end of the URL address should look like this: winter.jpg! NOTE: These will be full-size copies of the images. If you would like to have smaller images (see my profile for examples) that don’t take up so much room, see my other tutorial on how to resize the images. Have a blessed day! / Patricia CLICK HERE FOR ALL TUTORIALS BY PATRICIA
This how-to will briefly explain a method of using tables on redbubble to Create sets, Text aligning, Text wrapping in Descriptions,Journ…
This how-to will briefly explain a method of using tables on redbubble to Create sets, Text aligning, Text wrapping in Descriptions,Journals and profiles. There must be 2 blank lines between the table and other text (Press Enter two times before and after the table) To make a table insert a “|” (vertical bar) between the items to be contained in the cells. / The Examples provided below in BOLD can be copied and pasted. Then just replace the text with your links, images, text or whatever you wish. / For the basic text wrapped image use. / |text|image| / To put the title above the image use below / In order to keep a blank cell I will use   Text wrap an image | |Title w/ link| / |Description|Image w/ link| Preview Click Image to Preview it on my Bubblesite The Cattle Egrets is a popular bird with cattle ranchers for its perceived role as a bio control of cattle parasites such as ticks and flies. A study in Australia found that Cattle Egrets reduced the number of flies that bothered cattle by pecking them directly off the skin. It was the benefit to stock that prompted ranchers and the Hawaiian Board of Agriculture and Forestry to release the species in Hawaii Profile set w/ title or tag link / This also can be used in a Journal entry / For titles above the image use the table below / Note I used 6 size:xsmall images/ use size:small to match the ones already on your profile |”View my Set title or tag link”| |Title1 w/link|Title2 w/link|Title3 w/link|Title4 w/link|Title5 w/link|Title6 w/link| / |image1 w/link|image2 w/link|image3 w/link|image4 w/link|image5 w/link|image6 w/link| It will look like below or you can change the two lines and have the titles on the bottom. |image1 w/link|image2 w/link|image3 w/link|image4 w/link|image5 w/link|image6 w/link| / |Title1 w/link|Title2 w/link|Title3 w/link|Title4 w/link|Title5 w/link|Title6 w/link| View all images in My Bird Collection Screech Owl Missed a Spot Osprey II White Pelican My Girl Preening Flamingo Notice that several of my images have long titles that extend past the Xsmall image / One fix for this would be to press enter after the first word Example: |Title1 w/link|Preening / Flamingo| / |image1 w/link|image2 w/link| Preview My Girl Preening / Flamingo or Put the second word at the bottom / In order to keep a blank cell I will use   Example: \ |Title1 w/link|Preening| / |image1 w/link|image2 w/link| / | |Flamingo| Preview My Girl Preening Flamingo Looks great on your profile |image1 w/link|image2 w/link|image3 w/link| / |Title1 w/link|Title2 w/link|Title3 w/link| / Preview Jupiter Lighthouse Free Poker Lessons Missed a Spot No go forth and create that great description that really stands out more than the rest See this description on my Profile , Bubblesite This is a female Ruby-throated Hummingbird / Which is in the bird family Trochilidae, and are endemic to the Americas. They can fly backwards, and are the only group of birds able to do so. Their English name derives from the characteristic hum made by their wings.Which they can do up to 53 times a second. The extremely short legs of the Ruby-throated Hummingbird prevent it from walking or hopping. The best it can do is shuffle along a perch. To scratch its head and neck it raises its foot up and over its wing. Happy Bubbling / Dan 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 Get the Firefox and Internet Explorer Tool bar for Redbubble Here / See more info Chat with me on Skype User Name / envelope150 © D R Moore This written work cannot be reproduced or posted on the web without my written permission
Alternate black on light version /
I know the title doesn’t make much sense, but the photograph was taken by my friend Irina who is a computer programmer; she believes the reason she likes this photo so much has something to do with her being a programmer. I guess, it’s the binary arrangement of trees: 0101010101010101… :) That must be the reason.
1337 h4×0r sk1llz from the 80z.
RB’s challenge “Substance of things not seen” inspired many questions of how to convey and/or observe what we cannot see, let alone create a piece of art. / Then, while listening to our CD player shuffle, this song played…Colors of the Wind / You think you own whatever land you land on / Earth is just a dead thing you can claim / But I know every rock and tree and creature / Has a life, has a spirit, has a name / You think the only people who are people / Are the people who look and think like you / But if you walk the footsteps of a stranger / You learn things you never knew / You never knew / Have you ever heard the wolf cry to the blue corn moon? / Or ask the grinning bobcat why he grinned / Can you sing with all the voices of the mountains? / Can you paint with all the colors of the wind? / Can you paint with all the colors of the wind? / Come run the hidden pine trails of the forest / Come taste the sun-sweet berries of the earth / Come roll in all the riches all around you / And for once never wonder what they’re worth / The rainstorm and the river are my brothers / And the heron and the otter are my friends / And we are all connected to each other / In a circle in a hoop that never ends / Have you ever heard the wolf cry to the blue corn moon? / or let the eagle tell you where hes been / can you sing with all the voices of the mountain / can you paint with all the colors of the wind / can you paint with all the colors of the wind / How high does the sycamore grow / If you cut it down, then you’ll never know / And you’ll never hear the wolf cry to the blue corn moon / For whether we are white or copper – skinned / We just sing with all the voices of the mountain / Need to paint with all the colors of the wind / You can own the earth and still / All you’ll own is earth until / You can paint with all colors of the wind. Not leaving well enough alone, I ventured into googling and found an amazing photograph (hven.swarthmore.edu) of a Wind Bubble and began searching more of the Stellar Winds ~ this all seemed to fit, so I sketched a female figure being blown by the wind and layered it atop the Wind Bubble, editing a little more with the Redfield fractilius plug-in to bring the force of the wind alive with evidence of its power, though unseen… “Thought is the Wind, knowledge the sail, and mankind the vessel. ” August Hare
This design is printed on American Apparel, sweat shop free verified, shirts in a variety of colors and styles for both men and women.
This tutorial is mainly for the bubblers that are new to navigating the RB site. The calendars are quite easy to create. The most i…
This tutorial is mainly for the bubblers that are new to navigating the RB site. The calendars are quite easy to create. The most important thing to remember is that all images must meet the following requirements. Even one pixel below these numbers and it won’t work. 2182 by 1906 pixels for the main pages / 3271 by 2874 pixels for the cover page Click on “my bubble” Click on “calendars” (in the 2nd row of menu items) Click on “Add a new calendar” (right-hand side of screen) Add a title and description (optional, but recommended) Add your cover image (When you click on the little down arrow, it will bring up a list of titles of all the images in your gallery, even the ones that may be “hidden” or “not for sale”.) Then just start adding images, one for each of the twelve months. If you aren’t quite finished but want to save it, use the “Hide” feature at the bottom of the page. Then you can make changes without anyone seeing it. When you are ready to publish, then change to “Allow Anyone to View This Work”. I hope this is helpful. If you run into problems or still have questions, please don’t hesitate to let me know. Have a blessed day! / Patricia 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!
There are many reasons for using tags 1. Creating links to make it easier for your visitors to find what they want / 2. K…
There are many reasons for using tags 1. Creating links to make it easier for your visitors to find what they want / 2. Knowing what images are in what group / 3. Help your visitors find what they want faster. For keeping track of what images are in what group, I’ve found that the easiest way to do this is by Tagging the image with the group name. Then making a bookmark for easy access to Group lists, This method will also show new images as long as you add the tag when you enter the image to a group. / To add tags to images Click your “art” button or Here , Then next to the image click “edit”, The tag box is below the Description box. / Tag Example: All images that I’ve submitted to the Group “Animal Kingdom” , I’ve added the following tag “animal kingdom” remember to separate the tags with a comma ( , ) / Search Example:The following will work for all users as long as you put your username, and tag in the places indicated in bold below / http://www.redbubble.com/people/yourusername/art/everything/tags/tagname / Once you get the results Bookmark it, Now the next time you try to remember what images you have in a group or have I reached the group limit you can click the bookmark and see what images are in that group and how many. / Bonus: Using the links from above to organize your images for visitors, Link an Image or text with the Links you created above. / You can see some of your links using tags by clicking your username in the top right hand side of any redbubble page (this takes you to your public profile page) / then click Art, Calendar, or T-Shirts then on the next page on the left there are text links with the tags that you have added to your work. / ( if your not sure how to do this See this post Creating Links Etc…on redbubble ) EXAMPLES: / Linked text "Birds":http://www.redbubble.com/people/yourusername/art/everything/tags/tagname / Birds / Linked image / !www.imageishere.jpg!:http://www.redbubble.com/people/yourusername/art/everything/tags/tagname / You can click the link below, It will open in redbubble it won’t give you any results but then you can then change the username in the address bar click “go” or just hit enter bookmark the result or add it to your “favorites” for future tag making . / http://www.redbubble.com/people/yourusername/art/everything/tags/tagname How to tag your journals / writings The above method does not work for my journls or writings / Example:I have a few How-to’s in the How to Redbubble group and I’ve tagged them with”htrb” So if i create a tag like above it would be / http://www.redbubble.com/people/envelope150/art/everything/tags/htrb / unfortunately the results give me a blank page (click the link above if you don’t believe me) / Here is how we can get the results we need (want). / See Here http://www.redbubble.com/search/envelope150%20htrb/journals / If you have a lot of writings it might be a good idea to tag these for many reasons. 1. Keeping track of what groups they are in / 2. Easy reference for other bubble members / 3. sorting by topic / 4. and many more…. I will try and explain the easiest way to do this and hopefully make it as painless as possible. / I will explain how I created the above results for my How to journals / Fist and most important tag all your work with your username / Step 1. Tag the journal I’m using “htrb” / Step2. Make a link to the list of journals with this tag / To do this we will need to use the search box / Enter your username and tag “click Search” I’m going to enter envelope150 htrb / Step 4. When you get to the results page copy the address from the address bar or bookmark it. / If your tags are fresh give it a little time for redbubble servers to catch up(up to 10-min) / Now you can use the address to make links to your journals for easy reference or group tracking. / I high lighted my username and tag below in bold, When copying the results you will have the %20 where the space is suppose to be. http://www.redbubble.com/search/envelope150%20htrb/ Click Here to see the results if you like Using the method above to create links for your images adds the ability to use more than one tag / Example: If I want to make a link to my osprey(bird) images I would use the search box and enter envelope150 bird osprey click “search” and I get this / http://www.redbubble.com/search/envelope150%20birds%20osprey only my images that include the 3 tags will show up / This method would be good for the Flower Lovers to separate their Flowers images not only by type of flower but color as well. Using tags like username flowers roses red and then searching those tags to make a link to their “My Red Roses Collection”. / Hope this tutorial helps in getting you started in fully customizing or just organizing your bubble profile. Bonus Tip To make a text box appear when someone hovers over a link add text in (these) like below "Landscapes(View my Landscape Collection)":http://www.redbubble.com/people/yourusername/art/everything/tags/tagname / See how it works below just place your mouse pointer on the link but do not click it / Landscapes / 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
This is a third version of my Cold Blue photograph that was originally taken in Brentwood, California on March 25, 2008.
hi all / / For those of you who have a little trouble with generating Redbubble code to create those lovely previews of framed prints for…
hi all / / For those of you who have a little trouble with generating Redbubble code to create those lovely previews of framed prints for your profile pages, or even if you would just like to have a handy list of all your Rebubble works, along with the ID code numbers for them, then look no further. / / The very clever Dave Pearson has created a little program that will do it all for you. / / The application can be found Here / / To instal it / / Click on the blue text – RBArtManSetup.msi and chose Run from the box that appears. Then you may get a message asking you if you are sure you want to instal it – Say yes, then keep cliking until the application has finished installing. / / Now for the magic / / To open the program, go to your start programs menu and click Redbubble Art Manager to open it up. / / A window like the image below will appear / / Click on New [up the top] as shown in the image below / / / / A new box will open [see below] / / / / Type your Redbubble username [not you real name] into the User ID box / / Click on Art [up the top], then on download as shown below / / / / A message box will appear asking you if you want to download a list of your artwork – Click yes/OK / The application will then look for your Redbubble work and generate a list of it – this can take a few minutes, depending on how many pages of art you have in your portfolio. / Once the download is complete, you will recieve a message saying it has completed. / / Click on the piece of art in the list that you want to generate code for to hightlight it. then click on Art [up the top], then Promote, then work [see below] / / / / A new window will appear which shows all the options for different types of preview that you can create. Simply choose which one you want to create, making sure that Textile [For Redbubble] is checked and the code will generate in the little window below. Once you have what you want, click on the Copy to Clipboard button [see below] / / / / The code is now ready for you to use and is copied ready for you – just go to where you want to use it on Redbubble, and right click and paste the code – save, and Voila – its done. / / You can also save the list for future use by clicking on file, save as and naming the file – Dont forget though – any art you add to Redbubble after you save it, wont appear on the list, and you will need to generate a new one Thank you Dave – its awesome.
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 241,200 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.