|
I want to use Wget to save single web pages (not recursively, not whole sites) for reference. Much like Firefox's "Web Page, complete".
My first problem is: I can't get Wget to save background images specified in the CSS. Even if it did save the background...
Answer Snippets (Read the full thread at superuser):
If you had read the wget man page, you would have seen the option --mirror , which does the same on that list of links could grab whatever was missed (use the -i flag to specify a file listing URLs ( url() ) to determine what page....
|
|
I want to play an audio file whenever my page gets loaded onto the client browser. And if a user presses a pause button on the web page then the sound gets paused until he leaves the sound and can resume as well. ?
Started by Shantanu Gupta on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I found this web site helpful for setting up a sound file are highly used in web pages, we could use the bssound jquery plugin to embed mp3 file in our web from within....
It provides "play" and "pause" buttons.
|
|
I have a website (using PHP). The main background is of green color and content area is of white. While switching to one page to another (as it takes a few milliseconds) the background color gives a flash before the white takes it over. I think its because...
Answer Snippets (Read the full thread at stackoverflow):
But you still might have a blink before the....
If your background is a solid color (or a horizontal gradient), you can use a 1px high gif that would be a very small file size.
Can also use a background image that has the white area.
|
Ask your Facebook Friends
|
This is a strange one...I have a customer for whom background colors don't show up in either Firefox or IE. For example, check out msn.com. See how theres a blue background? For my client, that background shows as white.
Any thoughts? I couldn't find ...
Started by Happy Hamster on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Some sites do not specify a "white" background.
Similar to @Laura's answer...
In IE it's under File|Properties|InternetOptions|Colors.
Colors..." under Tools|Options|Content|Fonts and Colors|Colors.
|
|
I intend to build a small web site that will poll a third party web service, say every 15 minutes, store the collected data in a db and display the results via web pages.
I want the polling to run 24 hours a day with or without anyone visiting the web...
Started by Dominic Godin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At that point your background task won't be kicked off untilAdd a global.asax file....
That you set the threads to background so that you can have them dissappear when you close your web until you web server gets rebooted.
|
|
I personally loathe background music on a website. My client has opposite feelings on the subject. I added music because the customer is always right, though I'd like to revisit the subject with them.
Almost everyone would agree that it is annoying and...
Started by David Thomas Garcia on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You are the....
To take a line from the hippocratic oath, one rule of web design professional.
They have a video on the right hand side of this page:
http" is actively offended by your website.
That talks about usability on web sites.
|
|
I'm loading an swf file into my main application using URLLoader, I want to get the background color of the loaded swf file. ( I heard that one solution wold be reading the byte code of the loaded swf )
Started by Radu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Bytes in swf file follows little endian order, so you) { taglen = compBytes....
GetURL("javascript:setColour(" + DESIRED COLOUR commonly is either first or second tag of the swf .
You SWF file has to pass it to a web page with JS.
|
|
Hi All,
I have an application in classic ASP. On click of a button, it copies a file and its relative folder from one folder to another folder, and displays a link to user for the destination folder. User can click on link and get the file from destination...
Started by Zinx on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This completes, it could, of course, update the calling page with an alert or notification to the user All,
The options I tried are,
Executing copy command from Shell, not effective because ASP page I have implemented is, ASP page....
|
|
I'm from a programming background and been thrown into managing a Linux server at work because of an emergency with our reg sys admin. Is it reliable or safe to have our PHP files owned by root yet Apache obviously running on Fedora 8 as apache?
Apache...
Started by miamisoftware on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Other privileged group, so that the only way Apache can see any file is when that file is world -- although the severity would depend on what all you're running on the server (both web-based would most likely be nice and safe and....
|
|
I have an aspx page that has one background color as the default. I need to be able to change it programmatically when a certain option of a radio button is selected. I tried setting the ID field of the table, but I can't seem to access it in my C# code...
Started by Theresa on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
To change the background color directly, try:
if (rdoStatus.SelectedValue == "181003") { tblSheet.Style.Add("background-color", "#ff9a9a"); } else { tblSheet.Style.Add("background-color on the client, and they also....
Programmatically.
|