Quick graphics posts to web site

I maintain a page with 400x300 screen shots of charts on it.
I like to update it during the day. Many people in my chat room
view the page. What is the quickest way to update it?
At the moment, I have the page open as a Local File. Snagit
saves the screen capture .PNG automatically to the images file for
the web site, locally. I then drag the graphic from there into the
web page. I then hit Shft+Command+U and a dialog box pops up,
asking if I want to save the file and upload dependant files. I
click yes. The uploading takes about 30 seconds for a 22kb file. I
have a cable connection. With FrontPage, this process took about 6
seconds but I was editing direct from the remote host. I know it is
possible to edit direct from the remote host using DW, but the
process for saving that file is not clear, particularly if the
graphic is still on my local computer (FP would upload it
automatically then save the remote file).
Would it be better for me to use my screen capture program
(Snagit) to FTP the screen capture graphic directly to the images
folder of my remote site, then edit the remote page in DW, then
just hit "save" and I'm done?
Just looking for the fastest way. Thanks!

"enthios" <[email protected]> wrote in message
news:frrpks$701$[email protected]..
>I maintain a page with 400x300 screen shots of charts on
it. I like to
>update
> it during the day. Many people in my chat room view the
page. What is
> the
> quickest way to update it?
>
> At the moment, I have the page open as a Local File.
Snagit saves the
> screen
> capture .PNG automatically to the images file for the
web site, locally.
> I
> then drag the graphic from there into the web page. I
then hit
> Shft+Command+U
> and a dialog box pops up, asking if I want to save the
file and upload
> dependant files. I click yes. The uploading takes about
30 seconds for a
> 22kb
> file. I have a cable connection. With FrontPage, this
process took about
> 6
> seconds but I was editing direct from the remote host. I
know it is
> possible
> to edit direct from the remote host using DW, but the
process for saving
> that
> file is not clear, particularly if the graphic is still
on my local
> computer
> (FP would upload it automatically then save the remote
file).
>
> Would it be better for me to use my screen capture
program (Snagit) to FTP
> the
> screen capture graphic directly to the images folder of
my remote site,
> then
> edit the remote page in DW, then just hit "save" and I'm
done?
>
> Just looking for the fastest way. Thanks!
The way I'd do it is use a FileSystemObject
http://www.brainjar.com/asp/dirlist/
or whatever similar object your back
end supports to just automatically compile whatever files are
in a given
directory to a web page. Once you have that done, all you
should need to do
is upload the image.
HTH;
Amy

Similar Messages

  • I just posted a web site in muse cc and would like to take it off the www

    i just posted a web site in muse cc and would like to take it off the www

    What do you mean you want to take the www off?
    www is a key part of the web url.

  • Safari won't display graphics for some web sites

    There are some sites that Safari won't display all of the graphics. For instance, nissanusa.com opens to a blank page with a little "feedback" symbol in the lower right corner. Similarly, the infiniti.com page has some text but no graphics. Both pages open fine on Firefox. There are other pages, but I prefer not to have to switch back and forth between browsers. Am I missing a plug-in that I don't know about?
    Phil

    Sorry, Guys. Somehow I screwed up when I installed the new Safari with Leopard. I don't remember accessing the preferences for Safari and thought they remained the same as for Safari 2. However, upon checking, I discovered the "enable plug-ins" box unchecked. Checking it solved all of the web site problems.
    Peter, Thanks for your response. For informational purposes, on Safari 3, the "enable Flash" button is no longer hidden in the Mime settings tab. Now it's on right on the advanced page of the Quicktime preferences.
    Again, sorry for my screw up and thanks for your help!
    Phil

  • Quick-time behavior at web-sites

    Quick-time fails to open on web-sites when I go on-line from my Intel Core 2Gz machine. I get a white question mark super-imposed on a faded blue Quicktime Q. This doesn't happen with my Mac book Pro. so its something in the computer. Any ideas?

    No questions are 'stupid' - none of us can know everything!
    What are permissions?
    Every file and folder on a Mac OS X hard drive has a set of permissions—settings that determine which user(s) have access to each item, and exactly what that access is. For example, permissions dictate whether or not a particular user can open and edit a particular file. But permissions also determine which items the operating system—or specific parts of it—can access and modify, and which files are accessible by applications.
    What does repairing permissions do?
    The Repair Disk Permissions function—the process that actually performs the task of repairing permissions—examines certain files and folders on your Mac’s hard drive to see if their current permissions settings are what Mac OS X expects them to be; if discrepancies are found, the offending permissions are changed to match the expected settings.
    (In Mac OS X 10.3 and later, repairing permissions also performs one other, unrelated, task: If the invisible /tmp symbolic link—which is linked to the /private/tmp directory—is missing, the link will be recreated.)
    Why is it necessary to repair permissions?
    If permissions on particular files are “incorrect”—i.e., not what Mac OS X expects them to be or not what they need to be for your Mac’s normal operation—you can experience problems when the operating system tries to access or modify those files. For example, you may have trouble logging in to your account, printing, launching applications, or even starting up your Mac. Similarly, if an application—from Apple or a third-party developer—needs access to a particular file or folder to function, and the permissions on that item have changed in a way that prevents such access, the application may not function properly (or at all). The Repair Disk Permissions function can fix such problems by ensuring that certain files have the correct permissions.
    There’s also a security element here: Many system-level files have permissions set a particular way so that applications or users that shouldn’t be meddling with those files can’t. If the permissions on certain system-level files somehow get changed so that access to those files is no longer restricted, you’ve got the potential for a major security issue. Repairing permissions can resolve such issues by resetting permissions on those files to prevent unauthorized access.
    How do I repair permissions?
    The Repair Disk Permissions function is part of Apple’s Disk Utility (in /Applications/Utilities). After launching Disk Utility, select the desired disk—generally your startup disk—in the list to the left, then click the First Aid tab. At the bottom of the First Aid panel, click the Repair Disk Permissions button. (You could instead use the Verify Disk Permissions option to preview any potential repairs before performing them, but for most users there’s little benefit from this extra step.)
    Permissions can also be repaired via the shell (Terminal) by using the command sudo diskutil repairPermissions /. However, it’s unlikely that the typical user will ever need to perform the task in this manner. It’s useful if for some reason Disk Utility itself won’t launch, or for repairing permissions on a remote Mac when connected via Remote Login (SSH), but otherwise you’re just as well served using Disk Utility.
    How does the Repair Disk Permissions function know what the “correct” permissions are?
    When you use Apple’s Installer utility to install software (such as Mac OS X itself or an OS X update), the installation package (the .pkg file you double-click to begin installation, or that Software Update downloads in the background for an automatic installation) generally leaves behind a receipt—a smaller Mac OS X package that includes information about every file installed, including the permissions each file should have. This receipt is placed in /Library/Receipts. When you run the Repair Disk Permissions function, it examines the receipts in the /Library/Receipts directory of the disk being repaired—which means the feature works only on volumes with Mac OS X installed—and compares the information in the receipt with the actual files on your drive. If the Repair Disk Permissions function finds a file with permissions that differ from what a receipt claims they should be, that file’s permissions are reset to their receipt-specified values. (If you’re curious about the information contained in a receipt, the easiest way to view it is to use the utility Pacifist; simply drag and drop the appropriate receipt into the Pacifist window and you’ll be presented with a list of all files installed by the similarly-named installation package, along with each file’s original permissions.)
    It’s worth noting here that although the function is called “Repair Disk Permissions,” what is actually happening is that files’ permissions are being reset or restored to a particular state. It’s possible—though not common—for a particular file’s permissions to differ from what a receipt claims they should be without those permissions actually being “broken.”
    Are all files affected by Repair Disk Permissions?
    No. As you may have inferred from the above description, only those files installed using OS X’s Installer utility and whose installation packages leave behind a proper receipt in /Library/Receipts are affected by the Repair Disk Permissions function. This means that most of the files affected by the Repair Disk Permissions function are system-level files, application files, or system add-ons—not applications installed by drag-and-drop, and not your documents or other user-level files.
    If repairing permissions is useful in general, why doesn’t Apple recommend it as routine maintenance?
    Apple does, quite explicitly:
    It’s a good idea to repair disk permissions as a regular maintenance task after upgrading or installing new software.
    That’s taken from Mac Help—in both Panther and Tiger—right on your Mac. Similar statements can be found in other Support articles.

  • Best way to take Flash graphics/animations on web sites to HTML5 to play on all devices?

    I have a number of web sites that have different elements I created in Flash. Galleries, menus, animations, etc. I need to make them playable on smart phones...including iPhones, and iPads/tablets. I don't want to go the "publish it as an app" route. Such as PhoneGap.  Are there other ways to do it? Or is this the work flow that everyone is going to?
    Thanks

    This is a very abstract question. Flash CS6 and CC support CreateJS which can convert some types of simple projects to HTML5+JS for you. Download a trial and see how it works for you. Outside this the answer will be on a site to site basis. If the entire site is Flash, you should be rewriting the HTML5 yourself where you don't need Flash, such as basic images, text, backgrounds, etc. But again, the complexity of the project greatly determines how much work you'll need to do. There is no Staples Easy Button on this subject.

  • Can't get simple Flash document to post to web site.

    I have created a simple page in Flash CS4 for my class and for some reason when I go to publish the page online all I get is an empty page colored blue (background) but neither the title or any of the graphics or images on the page show up, it is kjust a blank blue page on the web browser. I really need an explanation for this  so that I do not fail the project. Please help!!
    This is the link to the page I am getting and if you can please view the source code and tell me what in the world is wrong:
    http://zlloyd1.com/MachoaNorfolkHistory.html I know it is something to do with the paths to the image files but they are all present in my online images folder and I do not know how to modify the HTML file created when you publish a Flash document. I do have some experience with HTML coding but this is not something I recognize. I will await your reply!!
    Lost,
    Zachariah A Lloyd

    Dear Adobe Support,
    I am not entirely sure how to add attachments to a forum post. Could you please explain this to me and I will be more than happy to attach the swf file?? I will await your reply and thanks again!!
    Zack Lloyd

  • Why does the new version 5 of firefox show up all the graphics on web sites with a huge wide black border?

    Why does the new version 5 of firefox show up all the graphics on my web sites with a huge wide black border? They should be narrow and yellow!! I use iWeb for my web sites on an AppleMac iMac 22" wide screen.

    That is unfortunately a bug only in Firefox 5 and will be fixed in Firefox 6 (Aug).
    See:
    * http://forums.mozillazine.org/viewtopic.php?f=25&t=2240429

  • Putting password and counter on web site posted to Go Daddy

    I have recently posted two web sites to GoDaddy and I would like to be able to put a password and a counter on the sites. Is there any way to do that?

    I want to know that one too!!!!!!!!

  • Where to look for info about creation of a complex web site ?

    I'm more of an artist and graphic designer than web site creator but one of my clients now want to have what I believe is a very complex enterprise level web site for e-commerce.
    They have a fairly clear idea in terms of user experience and features and I can help them with the graphic design part of it but they and I have no idea what it would take and how much it would cost for the development.  I would like to know how to find this information and will appreciate any advice and tips for selecting developers.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Nancy O. wrote:
    I think that at least there must be a project manager that have some view over all aspects of the project and such person should at least have a basic idea about each aspect and skills required.
    Yes.  The Project Manager is the lead team member responsible for the following key areas.
    Project Management -- fact finding, plan development
    Domain name registration
    Server hosting
    Site concept -- flowchart
    Photographer
    Videographer
    Video Editor
    Graphics designer -- logo, artwork, etc...
    Design Concept  -- PSD
    CSS - from design concept to workable layouts for VARIOUS web devices.
    Web Media specialist -- slide shows, audio/video, podcasts, etc..
    Front end developer
    Back end developer
    Content copywriter/editor
    Language translators
    Search engine optimization
    Web Accessibility specialist
    Keyword advertising
    Content updates  -- in house staff trained to use the CMS and pull orders off e-comm system.
    Site/server maintenance -- file/database back-ups, security upgrades, restores files if server is compromised, etc...
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    "Oh my God"
    Much of this stuff, I have never hear about it.
    I'm so glad that I have learn to keep my mouth shut, and don't bit more that I can chow.
    In the past, I would LOVE to "explain" to people, how much this or that may cost, and
    how difficult will be to make, NOT KNOWING WHAT I WAS TAKING ABOUT
    "Oh My God"
    Thanks heaven I don't NEED  to do that anymore.
    emil emil wish you the best, and I will try to contact who ever build the BestBuy web, Target, Cosctco, or Adobe website and "see" about the price.
    Saludos
    Daniel Ulysses

  • Web site hangs when opened

    I've posted a web site gallery, and everyone who's tried it reports that it opens the page, but no images load - until they press 'reload' on their browser. I always experience the same, on both platforms. It DOES load images instantly when I press the 'reload' though. Any idea why this would happen? The web site host has no idea (and they're usually pretty good).
    www.bartonephotography.com/Weddings
    Thanks
    Laurence Bartone

    Removing that had no effect, but I think its possibly a code issue, though it effects both PCs and Macs. I suspect it has to do with checking for something, but I wouldnt know.
    <br />
    <br />On the other hand, Dreamweaver, showing the page code, shows the following (notice the errors about 4 lines down) problem regarding the language. The line thats
    <br />
    <br />The last part: lang=en xml:lang=en&gt;
    <br />Is indicated in red underline. Dont know if it can be removed or even if its indeed incorrect (Dreamweaver indicates its a problem). The error says that the lang tag is not supported in Explorer and Netscape. Of course, I'm running Safari! Heres more of the code, from the top:
    <br />
    <br /><?xml version="1.0"?>
    <br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
    <br />
    <br />
    <br />
    <br />
    <br />body,html {
    <br />margin-top:0;
    <br />margin-left:0;
    <br />margin-right:0;
    <br />margin-bottom:0;
    <br />height: 100%;
    <br />width: 100%;
    <br />}.... and so on.

  • I have purchased a 'adobe font folio 11'. The ci in this font was made. Is there anything wrong with this post copyright if the Web site?

    I have purchased a 'adobe font folio 11'.
    The ci in this font was made.
    Is there anything wrong with this post copyright if the Web site?

    These machines in themselves are usually pretty good, with the occasional aberration. Let's hope you do not have a rogue.
    Looking at the problems there seem to me (as a guess) two problems: incomplete processes and memory. The two may be related. The camera problem I would dismiss as simply that -- batteries run out and the Mac is trying to complete an impossible process: expecting data, data never arrives.
    The Firefox problem may be something external: a badly coded page; something the browser (or Mac) was not equipped to handle (a plug-in for example) and this could put a strain on RAM.
    Maya, I am not familiar with, but it is (if I remember rightly) graphics-oriented and that can be memory intensive).
    Which all comes down to the RAM you bought. Without knowing what it is or where it came from, or your experience in installing it, that in itself could be a problem. You need to make sure that it is properly seated for one thing, that it is the correct type (although the information here suggests that you are on the right track) and that it is OK.
    You might also want to think about posting a crash log here (find these in Console) as someone -- not me -- might be able to pinpoint a cause.

  • On the Washington Post website, when I try to click on an article, I get the message, "Invalid URL". I don't have this problem with other Web sites. I recently upgraded to the secure version of Firefox.

    I never had this problem before. I don't know if it's related to now having the secure (HTTPS) version of Firefox. Some WaPo links DO work, but most don't. One other thing: at least once when I Googled "The Washington Post" and clicked on the apparent result, I got a message saying that the certificate was "Not Trusted" and that legitimate Web sites did not ask me to override this issue and proceed to the site. Yet the website I'm trying to use is "www.washingtonpost.com", which I know for a fact is THE Post Website. What's going on, and how can I fix this? Thanks.

    I never had this problem before. I don't know if it's related to now having the secure (HTTPS) version of Firefox. Some WaPo links DO work, but most don't. One other thing: at least once when I Googled "The Washington Post" and clicked on the apparent result, I got a message saying that the certificate was "Not Trusted" and that legitimate Web sites did not ask me to override this issue and proceed to the site. Yet the website I'm trying to use is "www.washingtonpost.com", which I know for a fact is THE Post Website. What's going on, and how can I fix this? Thanks.

  • We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube?

    We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube? The Moodle upload interface is expecting a file selection dialog box like windows or OSX. I do not want to have to go through an intermediary step of messing with a pc.
    Thanks!

    It should be around 7 and a half gigs. In iTunes, across the bottom there should be a bar that show how much storage is being used and by what. (music, movies, apps, etc.) To make music take up less room, you can check the box to make it convert the music to 128kbps AAC. This lowers the quality, but with most earbuds and speakers, you can't even tell the difference.
    The iPod touch has parental controls built in. You'll find them in Settings. I think they only work for enabling/disabling Safari, Mail, YouTube, and App Store. Here's an app that does more: http://www.mobicip.com/online_safety/ipod_touch

  • QT Movie help to post to .mac account or own web site

    Hello. I used iPhoto 6.0.6 to make a slideshow. Then I exported it into a large quality QT movie and it's 460MB.
    I want to post it to my .mac account and my own web site (I use Fetch to upload folders--that's the extent of my posting knowledge) and found a help topic mentioning using the "share" button on QuickTime Pro 7.2.0. My share button is grayed out and I've registered my version.
    I also tried dragging the movie to my Public Folder on my iDisk, but it stalls out on the "closing" step and requires the computer to be restarted.
    Help with this would be greatly appreciated.

    Compressing QuickTime files is nearly an art form and every file may need different settings based on the content in them. Lots of action requires a faster frame rate. Image only files can reduce that to microscopic frame rates and save both bandwidth and load times.
    I've been making QuickTime files since version 3 and there are many ways to get both small file sizes and a sense of "drama" when using just still image files. Some of mine to give you some ideas can be found at this link:
    http://homepage.mac.com/kkirkster/03war/
    I think my biggest file is still under 6 MB's.

  • Firefox on this computer does not let me post to U of Phoenix student web site

    Firefox has been re installed twice in two days to try to make it work for my posts to student web site University of Phoenix. It works on my other computer.
    == URL of affected sites ==
    https://ecampus.phoenix.edu/portal/portal/public/login.aspx

    Did you make sure to check your firewall settings before going after the router?
    http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!1070.entry

Maybe you are looking for

  • Looking for a good group texting app. Any suggestions?

    hey, i'm looking for an app that lets me create a group and then have a group conversation with everyone in that group where we can all see the comments of other people. For example, if i need to talk to the family in a group conversation I want to c

  • Help - Premature end of file Exception while using saaj

    Hi Everyone, I have written a sample saaj client, with a string as an attachment and trying to send it to a servlet as shown in the example below: * SaajClient.java * Created on June 23, 2004, 5:49 PM * @author Krishna Menon import javax.xml.soap.*;

  • Out of Memory Errors when Exporting Slideshows

    Hi - I've been using LR for sometime now. Today, for the first time ever, I attempted to export a slideshow as a .pdf file, 90% quality setting, 48 slides total. LR created a 41MB file. However, when I played it back, there were many slides which onl

  • CiscoWorks LMS 4.0.1, user tracking acquisition problem.

    Hello. We are using Catalyst 3750 with 12.2(44)SE. We have two stack configured, one with IP routing enabled. When we try to run an Acquisition Action on IP routing enabled stack, from Admin> Collection Settings> User Tracking, the system replies wit

  • SCCM 2012 Application rollout timings

    Just getting to grips with SCCM 2012, have a deployed Adobe Flash 13 to a bunch of users. How does SCCM handle this? i.e. Does it deploy straight away once a user logs on or is there other criterea taken into account?