Uploading JPEG to web hosting site

I can't upload my JPEG photos onto a hosting site because I believe the files are too large; I shoot all my pictures in maximum resolution. The hosting site limits photo size to 500KB. How do I reduce my large files down to 500KB? Sorry for this elementary question; I'm new to this computer stuff.
Roger 441

Select the photos in iPhoto and Export them from iPhoto (file menu ==> export) as JPEGs - one of the export options is to set the export size
LN

Similar Messages

  • Web.xml problem in tomcat web hosting site

    Hi i need help in this... its urgent
    currently i just subscribe to a web hosting site and i need to start the private tomcat in the web server..
    The followings are the instructions and i have follow them but i do not know how to create a web.xml file to store in the folder indicated for example a HelloServlet that im testing :
    To setup servlet, you need to configure servlet into the file web.xml which needs to be placed in /var/www/html/WEB-INF directory.
    www root directory or webapps:/var/www/htm
    Classes directory located in: /var/www/html/WEB-INF/Classes/
    There you will need to upload your Java class file.
    Our default url-mapping for servlet is: /servlet/*
    To check servlet in your browser: www.mydomain.net/servlet/HelloWorld
    Jsp Files - Upload anywhere in /var/www/html
    all the above steps are follow except the web.xml file which i suppose to write and store in the folder... but i actually try to write one but i still cannot load my servlet on the webpage... test on standalone tomcat works.
    pls help its urgent!!!

    Please don't cross post
    http://forum.java.sun.com/thread.jsp?thread=500509&forum=45&message=2366915

  • Web.xml problem in web hosting site

    Hi i need help in this... its urgent
    currently i just subscribe to a web hosting site and i need to start the private tomcat in the web server..
    The followings are the instructions and i have follow them but i do not know how to create a web.xml file to store in the folder indicated for example a HelloServlet that im testing :
    To setup servlet, you need to configure servlet into the file web.xml which needs to be placed in /var/www/html/WEB-INF directory.
    www root directory or webapps:/var/www/htm
    Classes directory located in: /var/www/html/WEB-INF/Classes/
    There you will need to upload your Java class file.
    Our default url-mapping for servlet is: /servlet/*
    To check servlet in your browser: www.mydomain.net/servlet/HelloWorld
    Jsp Files - Upload anywhere in /var/www/html
    all the above steps are follow except the web.xml file which i suppose to write and store in the folder... but i actually try to write one but i still cannot load my servlet on the webpage... test on standalone tomcat works.
    pls help its urgent!!!

    Please don't cross post
    http://forum.java.sun.com/thread.jsp?thread=500509&forum=45&message=2366915

  • I need opinions on this Web Hosting site.

    It looks good from everything I've read on their site but I was wondering if anybody can find a problem with using them.
    http://www.hostonce.com/

    Well I'm actually using the Java programming for writing the program I'll be using in the office. Right now the only thing I can imagine using the web hosting for is hosting pictures and also a fairly simple website which I planned on using MySQL, PHP, or CGI for the databases.
    So if the lack of JSP support is the only problem anyone can think of for this site then it may be just what I'm looking for.
    Thanks for the input everyone :)

  • I need help Publishing From i web to Anther web hosting site

    Hello,
    i am .Mac Member and been using iWeb for my personal
    Have Small business i did create new site for it on i web
    Now how i Publish it ?
    can i keep publishing my personal on .Mac?
    and publish my business site ONLY to Differnt hosting

    To use different hosting than .Mac, you publish your site to a folder and upload via ftp. Here are some tips:
    http://homepage.mac.com/thgewecke/iwebserver.html

  • Unable to upload photos to any hosting site since upgrading to Tiger....

    ....while using Safari this is the error message that I get when trying to upload photos to any site (http://www.PictureTrail.com or any other site like it):
    Safari can’t open the page.
    Safari can’t open the page “http://www.scubadivingsingles.com/members/profile.jsp?a=upload”. The error was: “POSIX error: Invalid argument” (NSPOSIXErrorDomain:22) Please choose Report Bug to Apple from the Safari menu, note the error number, and describe what you did before you saw this message.
    When using FireFox uploading photos to any site is no problem so I'm wondering if there is something in Safari's preferences that needs to be addressed to correct this minor problem but I haven't been able to locate it.
    Anyone have any ideas??
    iMac PowerPC G4 700MHz   Mac OS X (10.4.5)   iPod Nano 4GB/white + iPod Video 60 GB/white / iBook

    Hi
    this problem is almost always due to Safari's web cache being disabled, either manually, or after using some 3rd party Safari add-on or enhancer app.
    Use Finder to view the folder /Home/Library/Caches/ & ctrl-click on the Safari folder & choose 'get info'. you may see that the Folder is 'locked' or set to 'Read only' ..... Uncheck the 'locked' box if it is checked & change the Read Only to Read & Write & your problem should be resolved.
    You could also quit safari & trash the entire /Home/Library/Caches/Safari/ folder. Safari will create a new folder with normal read/write access when it is started next time.

  • Uploading CSS to web hosting

    Hello all,
    I am actually being a bit tricky by posting in these forums, as I made my webpage not with dreamweaver, but with the free product Kompozer. That is not the issue though.
    I finished my webpage, and used CSS to define the background image, as well as text font and style.
    I published my webpage and it clearly showed the page, the banner, and the CSS being uploaded to the page. Now the thing is, when I look at the page live, none of the CSS styling has come through, the text and the banner are there, but there is no background nor correct fonts.
    Any idea how the CSS can get separated from the rest of the pages when publishing, and any idea what I can do about it?
    Any help much appreciated.
    PS, I posted here because no one is really ever on the Kompozer forums, so I cant get help there, and I thought this may be a general issue unrelated to the software used to create and publish.

    As Murray points out, this is not a KompoZer issue. This is a user organization issue.
    When you build a website, you want to create a common structure for everything for upload with your files all in one location.
    Place your work files wherever you like, but keep them organized by project.
    When you start a website, make a new folder (example, "my website") on your computer.
    Now, within that folder create another folder called "css" and another called "images."
    Place all images into your images folder that will go on your website. If you have large images that need to be re-sized, re-size them in Photoshop or The GIMP or whatever you are using for editing them and place the correctly-sized images in your Images folder within "my website." That way you will always have the original images sized the way you got them, just in case you need to change things because you are revising your website.
    Build out the website. If you have Javascript in it, make a "js" folder. If you are creating and using templates, make a "template" folder. Keep the site organized.
    When you go to upload stuff, find out (first!) what subdirectory on your server to use as the "root" subdirectory for your website. With many Linux servers using Apache, that is /public_html/ but other servers have their own ways of doing things.
    From within your "my website" folder, upload the entire structure, files, folders, everything to your remote host. If your links are correct on your local computer, those links will be correct on the remote host.
    KompoZer may allow you to have any of your images anywhere on your computer. Dreamweaver tries to encourage that you have all of your images, files and so on within a subdirectory designated just for that website and keeps track of that within that subdirectory (folder) by creating a cache file to keep track of all of your links. With KompoZer, I do not think it does that, so you have to be very careful and check and make sure that you don't change any file locations once you have them linked.
    Organize the way you work and you will find that you will not be missing stuff when you do your website upload via FTP to your server.

  • Legacy Residential Account Web Hosting Site Inacce...

    As part of my BT Internet services I used to have access to web space which could be accessed via a URL related to one of my email subaccounts at www.thehotwires.btinternet.co.uk.  This URL now generates the following server error message:
    Apache/1.3.31 Server at www.btinternet.com Port 80
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    and I am unable to access the site via FTP which I previously used successfully to move files to and from the space.
    I would be grateful if someone could tell me how I should now access this space and how I can retrieve files from it.  I would also like to know what web space i should have available as part of my current contract.
    Thanks, NS

    LegacyUser wrote:
    As part of my BT Internet services I used to have access to web space which could be accessed via a URL related to one of my email subaccounts at www.thehotwires.btinternet.co.uk.  This URL now generates the following server error message:
    Apache/1.3.31 Server at www.btinternet.com Port 80
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    and I am unable to access the site via FTP which I previously used successfully to move files to and from the space.
    I would be grateful if someone could tell me how I should now access this space and how I can retrieve files from it.  I would also like to know what web space i should have available as part of my current contract.
    Thanks, NS
    Hi. Welcome to the forums.
    The error message you are seeing is indicative of the webspace actually being on a different mail address within your account.
    (My shortcuts option 10 refers - item b)
    On way to check which email address is associated with the webspace is to go to my shortcuts, option 2 (may require IE) and enter the primary email address/password.
    The next page will either show :-
    "used for home page - cannot be deleted or renamed"
    next to the relevant email address, or if nothing is mentioned about home page, then the primary address is the one.
    You don't have to delete anything of course, just that this link quickly shows the webspace association. You can revert it back to the correct email address by using the link in my shortcuts option 10, item [e]
    Your latter questions are effectively answered as well
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Aperture with .mac vs other web hosting sites

    A new guy here with a couple of questions concerning using Aperture to post webpages, etc. I'd really appreciate some advice from you photogs already in the business.
    Disclaimer: Forgive my ignorance, but years of using a PC have turned my brain into mush. Therefore, some of these questions might be quite laughable.
    I'm wanting to set up a website for a photography business. I already have a domain name but am still setting up a website. I use Aperture for most of my work and would like to continue the Apple flow into .mac. However, I am torn over whether I should set up a website for my clients to visit using a .mac account or some other website such as SmugMug
    1. How well does Aperture work with .mac? Do you find it easier to do everything in Aperture and send it out to other websites other than .mac?
    2. How user friendly is .mac for you and your customers?
    3. What advice can you give me in setting up an easy and user-friendly site that gives customers easy access to a professional looking site and still maintain easy business transactions?
    I appreciate your answers.
    Thanks
    Marc S.
    iMac   Mac OS X (10.4.6)  

    I am a photographer - I have used Macs for over
    twenty years
    I bought Aperture at the same time as a new Mac Book
    Pro - mainly because it is Apple
    Why can I not organise (or even know) where my Photo
    galleries are published! although I have a .mac
    account
    OR have I missed something! John T
    Well, .Mac makes things simpler but also sometimes a bit harder in that it helpfully places things for you...
    You can however change things around after publishing, the thing to do is go to that "iDisk" icon in the finder. There look in the "Sites" folder, and you will find all of the web galleries Aperture (or iWeb) has generated. You can move them from there and the url for anything in that Sites directory will always be "http://homepage.mac.com/<.Mac username/<foldername>" where foldername is the name of a folder in Sites.
    You can use the names there to get an idea of what you have published and also clean things up.

  • Once I publish my site with a web hosting site can I still edit and update the site in Muse?  Can I add and delete pages to the site?

    Very confused about publishing the Muse site.  It sound like I won't be able to edit a lot of it once it is published.  I need to be able to add and delete pages and edit the content on existing pages over time.  It is saying that the temporary version of the site will delete after 30 days.  Am I misunderstanding?

    It sounds like you didn't upload the css files folder that Muse generates. There is also scripts file, assets file/images file that Muse generates

  • Upload Speed with file hosting sites

    My upload speeds have gone down from ~1mb/s to 1-30kb/s. It has been consistent like this for a couple weeks now. I've tried mediafire, megaupload, uploaded.to, and zshare and they all upload this slow. Torrents still upload fine,
    I've tried figuring out what port they use for uploading so I could see if it needed to be open, but no luck.
    I'm running ubuntu 9.1. My router is Westell A90 9100EM15.

    thetestisover wrote:
    My upload speeds have gone down from ~1mb/s to 1-30kb/s. It has been consistent like this for a couple weeks now. I've tried mediafire, megaupload, uploaded.to, and zshare and they all upload this slow. Torrents still upload fine,
    I've tried figuring out what port they use for uploading so I could see if it needed to be open, but no luck.
    I'm running ubuntu 9.1. My router is Westell A90 9100EM15.
    What does http://speedtest.verizon.net show you??
    How are uou connected to the router, wired or wireless?
    Have you tried resetting the router?

  • FTP to web hosting site - permissions denied to modify

    When I use ftp://userid:[email protected] and go to my website to modify the contents (drag in new images or updated html files), I can't. I can navigate to the folders and see the contents, but it doesn't allow me to modify. What am I doing wrong?
    I can open Parallels and use Windows, IE and do it no problem. But that stinks.
    Thanks in advance!

    What am I doing wrong?
    Nothing. Safari is a web browser but not a fully fledged ftp client.
    Use something like [Cyberduck|http://cyberduck.ch> for full read/write ftp'ing instead.

  • My web host will not let me FTP MP3s. So my page-turning sound effect is silent?? Workaround"

    To enhance an on-line life-style magazine compiled with InDesign CS5, I convertered a page-turning sound effect from a WAV file I found on-line for free to an MP3 in Audacity (a free, Open Source audio recording and processing program). I pasted in the resulting short MP3 onto each spread using Filie - Place as directed by the InDesign documentation. The sound effect works just fine when i open the HTML file in my browsers (Internet Explorer, Chrome, and Firefor) locally from my hard disk. But when I FTP the SWF and updated index.html to my web host, it is silent. Is this because the MP3's are "linkeded" and not "embedded" and hence have to be FTP'd along with the edited index.html and the SWF? If so, does anyone know a workaround?

    Bob,
    Thank you so much! My suspicions were correct in that the MP3 indeed was "linked" and not "embedded" and therefore the MP3 had to be physically uploaded, in some fashion, along with the SWF and index.html. I did search the HTML and found no reference to the MP3 in the HTML text so I guessed that the reference was somewhere in the SWF. Rather stupidly i did not look for a subfolder with the MP3 in it on my hard drive. I am brand new to InDesign but, having worked on complex projects for a long time, I set up a folder for the project and a subfoder for each element so that i could bring each element up to a certain level of development (with Photshop and Photoscape and etc) before pasting them into InDesign. Consequently, I have a LOT of subfolders. When you asked about the "resource" folder, I said to myself, "Self, duh?" and when I looked closely, sure enought there was a very clearly marked "resources" (that I did not create...duh! again!) folder with the MP3 in it. But alas, as before, the particular web hosting site I chose would not let me upload a file with a .mp3 extension. I assume that's because they don't want to take the chance of being sued by the RIAA for hosting pirated copyrighted material. Can't say that I blame them, frankly. So i tried a rather simple-minded dodge: I renamed the MP3 with a .txt extension whereupon it (and the resources folder) FTP'd just fine. But when I tried to re-name them to MP3s on the site, no joy. Now I had scoured the InDesign documenation and found a lot stuff relating to MP3s in InDesign PDF save as's but not anything at all about SWF save as's. But after experimenting with the menu command for a while with other audio formats, I strongly suspect that the only sound file you can link into an InDesign project destined to be saved-as a SWF are MP3s. Is that true or will InDesign link some other audio format that may or may not get by my web site? (I have already tried a FLV with just the MP3 but no video and all I got for my troubles was a black video popping up when pages are turned. UGH!) If the MP3 thing is hopeless and there is no work-around that will get past my site's blocking, then I will simply hunt around until I find another site that will allow me to FTP MP3s. So should I give up on my present site and try others? Thanking you in advacne...
    Chuck

  • I want a Web hosting supports OC4J

    Hi
    I have a oracle developer suit 10g application(.FMX) with Oracle 10g database engine and I want to upload it on web server,
    I`m tiring searching for web hosting support oracle application server witch supports(OC4J) ?
    please,can you suggest me web hosting sits support OC4J or alternative solutions.
    thank you.

    You can set Firefox to open with the internet log-in page, and have
    another page as your home page. The password manager will take
    care of the rest.
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''General.'''
    There are two settings;
    * '''When Firefox Starts'''
    When the browser is started, what page do you want to
    display. Many of us choose '''Show My Home Page.'''
    * '''Home Page'''
    When a new page is opened, what do you want displayed.
    # '''Use Current Page'''. Use what ever page(s) are open at that time.
    # '''Use Bookmark'''
    # '''Restore To Default.''' about:home shows a Mozilla page with tools.
    You can use any of these that you wish;
    '''about:home''' (Firefox default home page),
    '''about:newtab''' (shows the sites most visited),
    '''about:blank''' (a blank page),
    or you can enter any '''web page''' or '''about: ''page''''' you want.

  • Upgrade to iWeb 09 before pub to new web host?

    I never bought iLife 09 because in the last year I've almost exclusively used aperture and Photoshop for my photo management and post processing. I have a fairly simple website for our local community clubhouse and recreation area whose rentals I handle. I do have a few photos on it, but the only "complicated" feature I need is for it to be password protected in some fashion. Nothing on it is sensitive or the like; it serves primarily to provide information to homeowners and an attractive place to park much used pdf files for downloading (a rental application, map and directions, a calendar link, etc.).
    I had put it together and published it about 8-10 months ago, well before the dumfounding announcement regarding iCloud. Since it has not yet been advertised or quite ready for use by our homeowners, I will be finding another web hosting site before doing so.
    One problem I was having recently, when testing to see how a password worked, was... whoooops! It didn't. A few other things were weirdly buggy.
    I will go ahead and buy iLife 09, just for the upgraded iWeb if you guys have good arguments for doing so!
    Please forward any thoughts or recommendations (including best web hosts). I already have a registered domain name.
    Thanks!
    Sal
    PS-I guess I might also finally have to upgrade to SL, which I resisted due to reported conflicts w/Photoshop CS3. I just don't quite know how I will work it all out. Oh, yeah, I really didn't need this kind of "creativity" from Apple right now, and I suspect I am not alone. I'm caught berween a rock and a hard place.

    The latest version of iWeb has the advantage of giving you two other options to publish apart from MobileMe.
    If you don't need to optimize your website files and add SEO tags, the built in iWeb FTP is just as easy and convenient for one click publishing.
    When you migrate to a "real" server, you can password protect individual folders if you wish rather than having to protect the whole site.
    Some guidelines for choosing hosting are given HERE.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Maybe you are looking for