Top "Rendering" questions

Rendering refers to a computer program formatting data for display or printing.

Describe the page rendering process in a browser?

First of all, I am not interested in the entire request-response process as addressed by this question What is the …

javascript css browser rendering client-side
iPhone how to create a full screen app?

I've been trying to create a full screen view. I plan on using core graphics for rendering. I am new …

iphone uiviewcontroller rendering fullscreen
CSS stylesheets at top or bottom? or How to solve blank page issue?

I have been putting stylesheets on top (between <head></head>) of html. As far as I …

css rendering progressive
Rendering and image quality in MATLAB figures

I have a contour plot and I am using the current rendering: set(gcf, 'renderer', 'zbuffer'); but it is giving …

matlab rendering figures
Will an iframe render in quirks mode?

I'm working on setting up a page and am having difficulty with getting it to look well across browsers (actually …

internet-explorer iframe rendering quirks-mode
ActionView::TemplateError (Missing template) In ruby on rails

I am running a RoR application (rails 2.3.8, ruby 1.8.7), the application runs fine on my local machine. but on production the …

ruby-on-rails ruby rendering actionview
three.js: how to control rendering order

Am using three.js How can I control the rendering order? Let's say I have three plane geometries, and want …

optimization 3d rendering three.js
How to render nested array elements in React?

I want to render nested array elements. To render elements I used .map but it is not working for second …

reactjs rendering array.prototype.map
How can I set a minimum width (in characters) for a TextView?

I've had a good search for this on here and can't find a solution. I have a TextView in a …

android text rendering
Simple HTML layout engine to convert HTML to an image

I need a tool to automatically convert simple HTML into an image. I will be controlling the HTML input which …

html image layout image-processing rendering