rendering

CSS: @font-face anti aliasing

Hi all, I'm a bit struggling with the @font-face CSS option. After a lot of reading, trying, retrying I finally came across a website that makes you a ready-to-go package when you upload your font. It's running now but it seems the font doesn't get anti-aliased. While I see this happening at other websites, mine does not render the head...

When I serve an ASP.NET page, can I render the various controls on the page in parallel?

When I serve an ASP.NET page, can I render the various controls on the page in parallel? I have a few Telerik controls (RadGrids) on the page and when I step through the page being loaded, it seems as though the controls are databound and rendered serially. Maybe this behavior is because I am hooked in with the debugger. Is there anyw...

OpenGlES: Texture2D: random image strokes when rendered

Hi, Ok, the issue here is that i am developing games for iphone. I render using OpenGLES and Texture2D. When I render a sprite using "drawSprite" from Texture2D if another sprite is overlaying this sprite and the part overlapping is the same RBGA values a stroke will appear on the parts that are overlapping. If they don't share the sam...

Dashed border rendering bug in IE8

Hi, I've come across yet another problem in IE8 - dashed borders scramble and break when scrolling the page. Below are 2 w3-valid pages demonstrating the behavior: as HTML4 transitional and XHTML1 transitional. In the 1st example I've discovered an utterly weird fix for the problem by adding an <input> element. Whenever it's there, the...

Spooky Custom Template Filter?

Hi Folks, I was having trouble trying to iterate on a template on two dimensions at the same time. The basic situation is explained here: http://www.djangobook.com/en/2.0/chapter04/ ( in the apples, bananas indices example ) >>> from django.template import Template, Context >>> t = Template('Item 2 is {{ items.2 }}.') >>> c = Contex...

Pixelation/filtering issue in Silverlight when using a pixel shader with a rotation transformation

I am doing some game-related rendering with Silverlight, and when I attach a pixel shader to an image that has a (rotational) transformation, I am seeing a strange, fuzzy, pixelation effect. Here is a screenshot of the problem. The image on the left has just a transformation. The image on the right has a transformation and a pixel shade...

Rendering loads of data in table format

I have a webpage which display loads of data (say around 1,000) retrieved from the back end and is displayed in a proper HTML table format with proper styling and stuff. Now my question is, I am working on Java based web environment, so inorder to display this laods of data I use JSP and the compiled JSP file when returned from the tomc...

iphone facebook login button not rendering

Hi, I'm new to objective-c so bare with me. I'm using the Facebook iPhone SDK found here: http://github.com/facebook/facebook-iphone-sdk All I'm trying to do is display the login button given in the SDK though obviously I don't have a full understanding of views. In my viewDidLoad method (i'm putting it here as I'm initialing the vie...

Math rendering library for iPhone OS

Is there a library to render mathematical equations that can be used in iPhone OS? I would be very happy with a library that renders MathML or LaTeX to a format that iPhone OS can display. If the lib were licensed under BSD (or similar), that would be perfect. ...

Ghostscript renders embedded fonts in pdf poorly (all jaggy)

Hi, Ghostscript doesn't render embedded fonts in pdf's properly. e.g. http://vegro.nl/cmsfiles/ConsumentenAssortiment/Brochure/10.axd The characters of the logo on the right top ('Thermrad') are all jagged. If I open the file in Adobe Reader, no problem at all! Do you have this problem too? Is there any solution? I've been searching fo...

How to add parameter to multiple rendered URLs?

Hi, I've got a PHP page serving content into an Iframe on another website, and it needs to re-load content inside the Iframe according to user interaction on the host website. The page content that's inside the Iframe contains multiple URLs. In order for the Iframe interaction to work, I was thinking of using a request parameter in the...

OpenGL render transmission in real time

Hi, I'm experimenting with developing a tool for remote OpenGL rendering, in C++. The basic idea is: The client issues OpenGL commands like it's a normal app Those commands are actually sent over the network to an external server The server performs the rendering using some off-screen technique Once done, the server transmits a singl...

How do browsers read and interpret CSS?

Two part question: Do browsers have a built-in CSS interpreter like they do for JavaScript? When exactly does a browser read the CSS and when does it apply the CSS? Specifically, I would like clarification on how or why JavaScript and CSS are different in that with JavaScript you need to specifically wait until window.onload so the i...

IPad OpenGL Es Application flickering

Hi Guys, I have an opengl es application on my ipad which is basically a paint application, uses pretty much the same code as glpaint, the sample from apple. When I run it in the simulator, everything looks fine, the lines render properly etc. But when I put it onto the actual ipad, every time I touch the screen, the entire screen fli...

SurfaceView flickering/tearing

Hi Everyone, I'm trying to figure out how to work around my problem. I've read http://groups.google.com/group/android-developers/browse_thread/thread/a2aac88a08cb56c2/b7dff4ba388cd664?lnk=gst&amp;q=SurfaceView#b7dff4ba388cd664 which sort of answers my question but as far as I can tell, it's a sort of "tough luck" answer. So here's my pr...

Images are black in PDF

I'm creating piecharts using JFreeChart, use chart.createBufferedImage(width,height) and give the buffered image to IReport as an image parameter. In IReport I have an image and its image expression points to this parameter, so I can render the image. But when exported to PDF, images are covered with a black rectangle. Something about tr...

How can I change WebBrowser1 rendering mode programmatically?

Ok so i know how to do it. I already have. Problem is I did it manually. So my question is how to create/edit the registry key programmatically. I'm using vb.net but can understand C#. I've read some tuts but never got them to work.....i create open a new key but i think the problem is editing it. Any help would be appreciated. They reg...

android render issue causing delays ?

Hi, I'm developing an Android game and I've got the garbage collection to the point where it GC's only about once every 5 minutes or so, which I think is acceptable, for now. The problem is that, every once in a while, I'll see this message in the logs: 08-29 09:58:46.410 W/copybit ( 1912): stretch_copybit::run_render fail 08-29 09:59...

Mixing percent and fixed CSS

This is a duplicate from UI.StackExchange.com: http://ui.stackexchange.com/questions/1004/mixing-percent-and-fixed-css Should you ever apply percentage and fixed CSS together? Will it cause problems, and if so what kinds? Does mixing degrade browser render performance? Will mixing give you weird results on initial load with progress...

Why do BITMAPS load "upwards"?

If you have a really really large JPG and a BMP embedded on HTML and you load it into Firefox, you will notice that the JPG will load "downwards" (paint from left to right, then down) and the BMP will load "upwards" (paint from right to left, then up). Just curious. :) ...