Uploadify Progress Bar - uploadify

Can someone please tell me if the progress bar in the Uploadify plug-in will jump from say 0% to 10% to 17% etc. automatically, or does it need special code?
I'm working on a project to use the Uploadify flash plug-in to upload images to a site. I'm trying to see if the Progress Bar is working correctly, but can't get anything other than it jumping from 0 to 100%. I'm testing locally and have tried using the Firefox Throttler plug-in and a very large image file, but both don't seem to make a difference.
When I upload the same image to the demo on uploadify.com, you get the correct 3%, 10%, 17% etc. I had a look at the code here and I don't see anything special that updates the progress bar, so am wondering if it'll just work nicely when I put it live.
Thanks

Related

Website content looking too big on my laptop screen

I'm developing a React project in Windows 10 and the issue I've come across is that my website design looks too big(when on 100% resolution of Chrome) on my laptop screen and works fine on 75%, I guess it's rendering the design of large screens on my laptop. Please guide me how to get rid of this problem and view the website in normal mode.
I've set my Window's Scale and Layout as 150%(Recommended), and Resolution of 1920 * 1800(Recommended), but when I view my website in the Chrome inspect tool at the dimension of 1920, it seems fine but when I view it in normal mode, then it content becomes so bigger.
Note: You might say that it's due to 150% but I've also checked by decreasing this, it decreases all the other content on screen but website looks same.
Please note that Chrome's resolution and Window's layout are two different things mentioned above,
first one is set to 100% and the second is 150%.

Template that allows full screen image in android auto app?

I am trying to make an Android Auto app that displays an image full-screen or at least 80% of the screen. I can use the PaneTemplate to get mostly a split screen with text and an image but not what I am looking for. Of course maps / nav can use most of the screen but not any other template I can see. Any ideas?
I don't think we have currently templates to do that. PaneTemplate was something I would play but it's like playing with hacks.
I suggest reporting this at official issue tracker as "feature request" (Googlers are really reading that)

No images are loading in Google Chrome - works fine in Firefox/IE

For some reason when I use Chrome to test out my website, no images load at all, not even tiny ones like loading icons or the simple "back to top of page" arrow icon at the bottom. The browser tab just hangs on the spinning circle loading state. If I refresh it like 10 times or something then a portion of the images might load. Interestingly my Nivo-Slider images never load... there is a large empty space at where the Nivo-Slider gallery should be at the top left of my page no matter how many times I refresh.
The console is completely clean of errors if you check.
Can anyone check for me why my website is not working in Chrome? It works perfectly in Firefox/IE. I admit some images might have large file sizes but it shouldn't cause Chrome to hang for like half an hour?
I'm using latest Chrome/IE/Firefox. Windows 7 64-bit.
My website: www.symphonyofpromise.com/inspiration/en
By the way my website is a completely fictional museum/gallery project, it's not the official site for some museum!
I cannot be 100% certain on this, but judging from the Network panel, you might be loading too many MP3 files at the same time, thus maxing out the number of simultaneous requests. Chrome might use a different prioritization algorithm.
I would recommend removing some of those MP3 files and deferring loading until after the initial load.
EDIT:
Nevermind that, it appears that the MP3s load fine, but other resources are definitely blocking it. A request should never be pending this long. Poke around further in the Network panel and you'll find the problem.

Where can I get images for a 'loading' progress bar?

I am building a site with jquery. This site is all about numbers, statistics and progress so I created it mostly with progress bar to indicate the totals. At the moment I changed the progress bar into different colors, but am wondering if anyone knows a site where I can find nice images for the progress bar? I have searched google but can't seem to find any descent one.
Please help.
thanks.
You can generate a large variety of basic animated "waiting" icons on http://www.ajaxload.info
For more complex ones, try http://preloaders.net or http://www.loadinfo.net
Maybe try an open source Windoze installer such as NSIS http://nsis.sourceforge.net and it's associated plugins such as http://nsis.sourceforge.net/LoadingBar_UI ?

Download images from bing search

I am trying to write a crawler in a bash to download images from bing. Everything works fine except the fact that bing loads only 30 images in the beginning (uses infinite scrolling) and hence I am not able to download more than 30 images using wget.
Any workaround to download more than 30 images from bing images at once.?
--
Thanks for any help. :)
Bing has an API, perhaps that would work better than screen scraping? It would certainly be more allowed/supported by Bing than screen scraping, and less prone to breaking changes as they change their offerings over time.
If you're really set on the screen scraping for whatever reason, you might try loading the page with debugging (such as with Firebug) and watch what happens when the infinite scroll is triggered. Then try to manually trigger it with code.

Resources