2
votes
2answers
21 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)
{
…
0
votes
5answers
70 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 …
0
votes
1answer
73 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 …
2
votes
6answers
225 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
48 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 …
4
votes
6answers
153 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 …
1
vote
2answers
132 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
1answer
55 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
98 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
86 views
NSToolbarItem image scaling
Why is this happening:
As you can see, in the "Allowed Toolbar Items" the image looks fine for the "PHP" toolbar item, and when its actually in the toolbar, it scales weirdly.
Thanks
0
votes
1answer
90 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 …
0
votes
2answers
81 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 …
0
votes
4answers
55 views
when to start performance tuning a website
i have a asp.net mvc website and the volume of traffic is increasing. I have the site pointing to a backend sql server 2008 database.
at what point, do i need to figure out what the bottleneck of …
