background

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 peoples opinions on this. ...

How do I add background text or image to BIRT report ?

I have to add text or background image as "DRAFT" for report when it match certain condition.I have to dynamically enable or display birt report back ground text ? I am looking forward to hear any ideas. Thanks In Advance. Thillakan. ...

OpenGL Layer on top of Video on iPhone?

Hi there. I am trying to display a fullscreen video on the iPhone and overlay it with an OpenGL ES view. So basically, I want a video playing in the background, while there are OpenGL graphics being drawn on top of it. How do I achieve this and is it even possible? Thanks for your help! Florian ...

Full-bleed background videos?

I'm wondering if anyone has thought about or come across any realistic methods for providing a full bleed background VIDEO to a site, without resulting in the site being dead slow. Ideally I don't want to have to use Flash. And By full bleed I mean from edge to edge of the screen, like a desktop wallpaper. ...

New Background Image on each page reload

How can I display a new background image on each page refresh on a website (using Wordpress if this helps anything)? I would also like to take into account different screen resolutions, and proper handling for this. Any help would be greatly appreciated. ...

Iframe transparent background

My app has a modal dialog with an iframe inside it. I've written my jQuery code such that when the dialog opens, it sets the appropriate 'src' attribute of the iframe so the content loads up. However, during the delay between the dialog opening and the content loading, the iframe appears conspicuously as a white box. I'd prefer the ifr...

How to start a new process in a new window in an existing GNU screen session, from outside the session

I asked a similar question here and got pretty close to what I'm looking for http://stackoverflow.com/questions/1220797/how-to-start-a-process-from-another-application-and-then-open-a-terminal-to-that ...but, this doesn't quite get to what I'm after, which is starting a process in a new window (not an existing window) in an existing sc...

Why won't my images align properly?

I'm trying to make a dynamically sizable title banner, using fairly simple image tricks. I place the banner image in a table cell, and set the background-image of the table row to a one-pixel-wide repeat of the banner's right-most pixel column. Thus, the banner image appears to stretch to fit the screen width without stretching the logo....

css background doesn't show up in ie 6 when using rules like #id.class

i'm making a splash image div that changes the background with different css class, here's rules i defined: #splash { height: 130px; } #splash.homepage { background: #F7EECF url("images/splash_home.png") no-repeat 0 0 scroll; } #splash.projectspage { background: #F7EECF url("images/splash_projects.png") no-repeat 0 0 scr...

CSS: Is it possible to repeat only part of an image to use it as a background?

i have an image that is a rounded corner rectangle, i use it for the top and bottom part of the background by using: #content_top { /* 760px by 30px */ background: #F7EECF url(images/content_top_bottom_bg.png) no-repeat 0 0 scroll; height: 10px; } #content_bottom { /* 760px by 30px */ background: #F7EECF url(images/content_...

Pin image background to bottom of document in short and long documents

I'm trying to fix an image to the bottom of the document for a HTML page. My strategy roughly involves a setting the CSS height of the html node to 100%, and setting the background-position of the background-image to bottom. This works for pages with a document shorter than the viewport size, but for documents with a length greater tha...

How to prevent multiple background repaint .NET winforms

Hi all, I have a background image stored in the database so instead of setting BackgroundImage property of the form I handle OnPaint event to draw the image on the background for each form. The problem is that each control on the form invalidates parent control - the form, so the OnPaint fires multiple times (12x). Even though the image ...

How do I set the background of UIScrollView to be transparent?

What i ultimately would LOVE to do is having my scroll view contents scrolling (in the scroll view control), and have a static background (a wallpaper image). I've tried a combination of things, none of which really yields what im looking for, not even close really. Has anybody attempted this before? ...

What is the general consensus on preemptively loading images on web pages?

So I've been wondering this for a while, I'm currently building a website which is very image oriented. What do people think of preloading images? How do they do it? (Javascript versus display:none css?). As users what do you think of it? Does the speed gained while using the website justify the extra time you have to spend waiting for...

Qt, set background images loaded from disk

Hello, I would like change the QFrame Background at runtime, but, i would load the background from disk(an image). Setting stylesheet at QFrame not work's, because image isn't in resources. One way is set a QPushButton icon, for example: QPixmap img("/images/01.png"); ui.pushButton->setIcon(QIcon(img)); But, an QPushButton isn't use...

CSS Background Repeat

Is there any way to make a background image stretch rather than repeat? ...

Different background-color for left and right half of div

Hi, I have a centered div layout. The left side of the div in the background should be white and the right side should be green. Both should extend to infinity. I think it should be quite simple but I just don't get it right now. Any easy solution? Thank you! ----------------------------------------------------- (div 1) __________...

ASP.NET- How to monitor Database Tables Periodically?

I am developing a website using VS 2008 (C#). My current mission is to develop a module that should perform the following tasks: Every 15 minutes a process need to communicate with the database to find out whether a new user is added to the "User" table in the database through registration If it finds an new entry, it should add that...

Change File Save Location

Hi Everyone: I am wondering if there is some way that I can create an script on Mac OS X that will change the default save location of all native Cocoa apps. I don't know where to start, so I am open to any advice about how to do this. Thanks for any help! ...

How do you make a background image to adjust it's size to the containing element?

Check the rounded corners of the main tabs in this site Those are background images with width of 440px, and still it adjusts to the containing element without loosing the rounded edges. ...