2
votes
2answers
22 views
Host blog on different server?
Currently I have my companies blog on the same server as our main web app - as in website.com/blog
What would be the easiest way to move the blog to a different server yet still let users either …
-1
votes
5answers
66 views
C# Resized images have black borders.
I have a problem with image scaling in .NET. I use the standard Graphics type to resize images like in this example:
public static Image Scale(Image sourceImage, int destWidth, int destHeight)
{
…
4
votes
6answers
154 views
One massive instance of an app, or many medium-sized ones?
A web application we wrote intended for one customer is going to be product-ized and sold to dozens of companies, and we will be doing the hosting.
I could use some guidance about the pros and cons …
0
votes
1answer
78 views
AS3 proportionally scaling external image
Currently I am using a for loop to dynamically load XML images and place them in a grid as thumbnails. I have the arrangement set and all the data is loading smoothly, but now I need to make the …
0
votes
5answers
74 views
Performance tuning CakePHP application
I just got this quite large CakePHP app (about 20k lines of code), which isn't very clean and there is no documentation at all. The app is running in production, but it has really major problems with …
2
votes
6answers
229 views
Which would you prefer? SVG, HTML5 or regen’d-PNG for graphs & charts?
I'm developing a new site that graphs some operational metrics. As such about a dozen charts/graphs will be displayed on the site. I want to be able to have them dynamically scale down (within …
1
vote
2answers
49 views
Using EC2 Load Balancing with Existing Wordpress Blog
Hello,
I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic surges that (I'm …
0
votes
5answers
115 views
High-traffic, Highly-secure web API, what language?
If you were planning on building a high-traffic, very secure site what language would you use?
For example, if you were planning on say building an authorize.net-scale site, that had to handle tons …
0
votes
1answer
33 views
Need help scaling in o3d
I have been having trouble find much documentation on o3d (not too surprisingly). Does anyone know how to scale my x in o3d?
0
votes
1answer
58 views
WPF font scaling
I have a WPF application where the user interface should be scaled so that it should become larger if the windows is made larger. In one of the dialogs, I need to present a list of items to a user and …
1
vote
2answers
133 views
Need someone to verify that my math is correct
I've been sitting with a pencil for the better part of the evening trying to recall how to implement a scalable viewport that can navigate a 2D area. It's been a while since I've first heard of it, …
0
votes
2answers
82 views
Overlaying 2D paths on UIImage without scaling artifacts
I need to draw a path along the shape of an image in a way that it is always matching its position on the image independent of the image scale. Think of this like the hybrid view of Google Maps where …
2
votes
2answers
106 views
How to partition Mysql across MULTIPLE SERVERS?
I know that horizontal partitioning...you can create many tables.
How can you do this with multiple servers?
This will allow Mysql to scale.
Create X tables on X servers?
Does anyone care to …
0
votes
1answer
63 views
Problematic data patterns, performance-wise
Assertion: the performance of SQL databases degrades when the volume of data becomes very large (say, tens or hunderds of terabytes).
This means certain patterns in database design which are …
0
votes
1answer
93 views
Flex mx:axisrenderer How do I prevent the labels from being scaled.
Hi there,
I have a line chart that sometimes contains a number of data points. I have solved how to prevent the horizontal axis from displaying too many labels using custom label functions and data …
