Tagged Questions

The area or scenery behind the main object of contemplation, esp. when perceived as a framework for it.

learn more… | top users | synonyms

56
votes
10answers
104k views

Can I have multiple background images using CSS?

Duplicate of: Layering images in CSS - possible to put 2 images in same element? Is it possible to have two background images? For instance, I'd like to have one image repeat across the top ...
43
votes
8answers
25k views

CSS3 gradient background set on body doesn't stretch but instead repeats?

ok say the content inside the <body> totals 300px high. If I set the background of my <body> using -webkit-gradient or -moz-linear-gradient Then I maximize my window (or just make it ...
43
votes
10answers
43k views

Linux: Prevent a background process from being stopped after closing SSH client

I'm working on a linux machine through SSH (Putty). I need to leave a process running during the night, so I thought I could do that by starting the process in background (with an ampersand at the end ...
33
votes
4answers
962 views

How to find the background-position / background-image etc for multiple backgrounds using jQuery in Safari

Maybe I'm missing something here. I'm trying to get the current background info for an element (div) with multiple backgrounds, set using the longhand background-repeat, background-position and ...
32
votes
4answers
26k views

How to make android app's background image repeat

I have set a background image in my app, but the background image is small and I want it to be repeated and filled in the whole screen. What should I do <LinearLayout ...
27
votes
4answers
27k views

Android: Using linear gradient as background looks banded

I'm trying to apply a linear gradient to my ListView. This is the content of my drawable xml: <?xml version="1.0" encoding="utf-8"?> <shape ...
25
votes
8answers
23k views

Getting ssh to execute a command in the background on target machine

This is a follow-on question to the How do you use ssh in a shell script? question. If I want to execute a command on the remote machine that runs in the background on that machine, how do I get the ...
24
votes
7answers
15k views

Can't change background for UIWebView in iPhone SDK

Is there a way to change background color for UIWebView? None of the colors set in IB effect UIWebView behavior: before acctual content is loaded it shows as up as white (causing a white flash between ...
24
votes
3answers
37k views

Opacity of background, but not the text

How do I make cross-browser (including Internet Explorer 6) transparancy for the background of a DIV while the text remains opaque? I need to do it without using any library such as jQUery, etc. (But ...
18
votes
2answers
662 views

Sources on S4 objects, methods and programming in R

As I'm often confronted with situations where S4 programming is needed to keep an overview, I've collected quite some sources on S4 objects, methods and programming. I've listed them here as a ...
18
votes
2answers
13k views

Cocos2d adding a background image to a layer?

I just finished reading some of the cocos2d documentation, and as far as I understand to add a background image to a layer you have to do something like: Sprite * bg = [Sprite ...
18
votes
5answers
17k views

Starting a background process in python

I'm trying to port a shell script to the much more readable python version. The original shell script starts several processes (utilities, monitors, etc.) in the background with "&". How can I ...
18
votes
5answers
15k views

Repeating background image in native iPhone app

Short of putting a UIWebView as the back-most layer in my nib file, how can I add a repeating background image to an iPhone app (like the corduroy look in the background of a grouped UITableView)? Do ...
16
votes
4answers
547 views

Weird CSS Background Colors

How come certain random strings produce various colors when entered as background colors in HTML? For example: <body bgcolor="chucknorris"> test </body> ...produces a document with a ...
16
votes
1answer
1k views

Is background tasks the solution for this problem?

I need to develop an enterprise app that monitors the network traffic. Basically it detects if the user is in wi-fi or cellular data and save the amount of bytes was sent and received in a period of ...
16
votes
6answers
4k views

(win32) How to make an OpenGL rendering context with transparent background?

Rendering contexts usually have a solid color on the background (black or whatever, see the image below): I'm wondering if it's possible to setup a window, with no decorations AND with the ...
16
votes
9answers
7k views

Good text foreground color for a given background color

I'm drawing a color selection button and I'm looking for a nice and simple formula to get a good text color (foreground) for a given background color in RGB. A simple try would be to just take the ...
15
votes
1answer
282 views

Draw and hook guestures without stopping app underneith

Im trying to figure out how apps like swipe pad (https://market.android.com/details?id=mobi.conduction.swipepad.android) can hook guestures regardless of what window/app is on top, and how its able to ...
15
votes
2answers
16k views

VIM Background

When I am trying to change background in vimrc or directly in vim using set background=dark it doesn't affect my background at all, same with light option, however it looks okay when I run gvim. Is ...
14
votes
6answers
12k views

CSS background-image - What is the correct usage?

What is the correct usage of the CSS background-image property? The key things I am trying to understand is Does it need to be in quotes i.e.: background-image: url('images/slides/background.jpg'); ...
14
votes
4answers
6k views

How do I run another script in Python without waiting for it to finish?

I am creating a little dashboard for a user that will allow him to run specific jobs. I am using Django so I want him to be able to click a link to start the job and then return the page back to him ...
13
votes
1answer
956 views

Android Drawable: layer-list repeat bitmap does not load when entirely covered

I have three full screen week views that are loaded at one time (previous, next, current). Each week view has 7 columns (one for each day of the week) with a drawable background. My drawable resource ...
13
votes
4answers
6k views

Node.js as a background service

I want my node.js server to run in the background, ie: when I close my terminal I want my server to keep running. I've googled this and came up with this tut, however it doesn't work as intended. So ...
13
votes
29answers
2k views

Does a background in physics make you a better programmer?

I am wondering whether to do some extra studying around Physics as some people have advised me that having a background in Physics is good for programmers to have. I would be interested to here other ...
13
votes
9answers
8k views

Run PHP Task Asynchronously

I work on a somewhat large web application, and the backend is mostly in PHP. There are several places in the code where I need to complete some task, but I don't want to make the user wait for the ...
12
votes
4answers
141 views

CSS “overflow” culls “background-color”

I'm trying to style blocks of code for a website. The container div is set to overflow both vertically and horizontally. The problem is when it overflows horizontally, the zebra-striped ...
12
votes
2answers
5k views

Entering background on iOS4 to play audio

The documentation is rather poorly written when talking about playing audio in the background. It gives the impression that all you have to do to continue playing the audio that you are currently ...
12
votes
9answers
35k views

Changing background color of ListView items on Android

How can I change background color of ListView items on a per-item basis. When I use android:backgroundColor in the ListView item layout I can achieve this, however the list selector is no longer ...
12
votes
2answers
5k views

How do I change the background color of a cell using WPF Toolkit Datagrid

I'm using the WPF toolkit datagrid, and I'd like to set the background color of a cell, not the row, based on the content of the cell. For the sake of simplicity, lets say the column is called Foo ...
12
votes
6answers
20k views

bash: start multiple chained commands in background

I'm trying to run some commands in paralel, in background, using bash. Here's what I'm trying to do: forloop { //this part is actually written in perl //call command sequence print `touch ...
11
votes
1answer
169 views

Alternatives for CGEventPostToPSN() for activating an other app's menu item in a sandboxed environment?

I have this app where I need to activate an other app's menu item (like Print cmd+p) from within my app. Right now I'm using CGEventPostToPSN() to do the job and it works fine, but when I activate ...
11
votes
5answers
2k views

UINavigationBar's drawRect is not called in iOS 5.0

I've overrided(placed in category, or swizzled) UINavigationBar's drawRect to show custom background. In iOS 5 it's not working. What should I do?
11
votes
4answers
579 views

How to do background processing similar to that on stackoverflow? [closed]

I know that stackoverflow uses asp.net mvc but how they do background process (ie) processing a recent user updates,badges etc.... How to get started with background processing in asp.net mvc... ANy ...
11
votes
7answers
3k views

Dismissing UIAlertViews when entering background state

Apple recommends dismissing any UIAlertViews/UIActionSheets when entering background state in iOS 4. This is to avoid any confusion on the user's part when he relaunches the application later. I ...
11
votes
9answers
578 views

“Out of Band” Processing Techiniques for asp.net applications

Jeff has previously blogged about using the cache to perform "out of band" processing on his websites, however I was wondering what other techniques people are using to process these sorts of tasks?
10
votes
2answers
641 views

Can iphone app woken in background for significant location change do network activity?

I'm working on an app that monitors significant location changes in the background. I've been reading all the answers (well, I think all!) about ios4 and the application lifecycle, but what I can't ...
10
votes
7answers
206 views

Background of body element

When you style the background of the body element, why does the styling affect the entire screen and not just the body element itself? Let's say i create the following rule: body {width: 700px; ...
10
votes
5answers
22k views

A way to correct background scaling in iPad's Safari?

I have a website using a huge background image (2000x1500) in a div container (100% x 100%). When I open that site on Safari on an iPad it gets scaled down (~40%) in a different proportion than the ...
10
votes
3answers
11k views

iPhone - Setting background on UITableView

Is there any way to set a background view on a UITableViewController? I try with the code I am using on a UIViewController, but the view comes over all the contents of the table view, and if I add ...
10
votes
4answers
2k views

Python/wxPython: Doing work continuously in the background

I'm making a program for running simulations in Python, with a wxPython interface. In the program, you can create a simulation, and the program renders (=calculates) it for you. Rendering can be very ...
9
votes
9answers
2k views

How can I run a PHP script in the background after a form is submitted?

Problem I have a form that, when submitted, will run basic code to process the information submitted and insert it into a database for display on a notification website. In addition, I have a list of ...
9
votes
2answers
3k views

CSS3 Radial Gradients with RGBA()

I am working on a website which uses multiple css3 gradients as overlay for a background tiled with texture image site url: --snipped-- currently for header i am using following css: #header { ...
9
votes
1answer
3k views

Applying a background color to an entire Grid row in XAML Silverlight

I'm trying to apply a gradient background to just one row in a XAML Silverlight grid that I've created. I can do something like this without any trouble: <Grid> <Grid.Background> ...
9
votes
2answers
5k views

Transparent background in grouped UITableView - iPhone

I want to make the grouped UITableView transparent. I partially succeded with the following code: UIColor *bgColor = [[UIColor alloc] initWithWhite:1 alpha:0.0]; historyTable.backgroundColor = ...
9
votes
6answers
11k views

A way to fade in the background on load?

I am working on a website design, and I need a way to fade in the background image of the body tag when it is completely done loading (perhaps then a pause of 500 ms). If you see August's website ...
8
votes
5answers
5k views

iPhone - Backgrounding to poll for events

For quite a while I'd been looking into a way in my iPhone app to poll every X minutes to check the data counters. After much reading of the Background Execution documentation and a few trial apps I'd ...
8
votes
7answers
3k views

Test if app did become active from a UILocalNotification

Is there a way to know if the application did become active from a local notification? I know there is a way to test if the application was launched from a local notification alert; but if it just ...
8
votes
9answers
490 views

Limit CPU usage of a process

I have a service running which periodically checks a folder for a file and then processes it. (Reads it, extracts the data, stores it in sql) So I ran it on a test box and it took a little longer ...
8
votes
2answers
4k views

How can I get the pinstripe background to show?

I'd like to use the pinstripe background that shows up in the Settings app and many other iPhone apps behind table views. Is is already included in some graphics library? How can I make it show up in ...
7
votes
1answer
321 views

Prawn : adding background image of larger resolution

I'm creating a pdf book where I need to put a background image for each page. The size of the page is (576 x 576) and the size of the background image is 2700 x 2700 (300 dpi.) (These sizes are the ...

1 2 3 4 5 52