1
vote
7answers
992 views
Getting Django admin url for an object
Before Django 1.0 there was an easy way to get the admin url of an object, and I had written a small filter that I'd use like this: <a href="{{ object|admin_url }}" .... > .. …
0
votes
0answers
18 views
How to upgrade Apache [closed]
Something (dunno what, perhaps GIT which I just upgraded) is causing my connection to loalhost to work veeeery slowly.
Using WinXP Pro.
I was thinking to upgrade Apache, but cou …
4
votes
3answers
124 views
How did PHP 5.3 break your application?
PHP 5.3 has been released some time ago and the developers tried to keep the number of backwards compatibility breaks low. What issues did you find while testing/migrating your cod …
3
votes
2answers
74 views
Upgrades to Drupal in production
Does anyone have a good Drupal upgrade strategy for an install that is in production? No one talks about this in books and it's hard to find a definitive answer in forums and emai …
33
votes
32answers
2k views
How to (kindly) ask your users to upgrade from IE6?
It's no secret at all that IE6 has been a major roadblock to the advancement of the web over the last few years. I couldn't count the number of hours I've spent bashing my head aga …
0
votes
1answer
140 views
Upgrading MVC project in VS 2010 b2: The project type is not supported by this installation
Consider the scenario of upgrading an ASP.NET MVC project.
This question is around up-converting a .sln with a .csproj that is of type ASP.NET MVC 1.0.
The conversion log shows t …
5
votes
0answers
8k views
Upgrade from Vista 32 to Vista 64 [closed]
I just ordered a laptop, and it came with Vista Home Premium 32. I want Vista Home Premium 64 on it. I'm planning a reinstall. Does anyone know if my product key for Vista 32 wi …
0
votes
4answers
45 views
Upgrading my Wordpress installation…click and pray?
I never know what to do when my Wordpress installation tells me there's an update available. I am using version 2.8 so whenever there is an update, all I have to do is click update …
1
vote
1answer
217 views
How do I upgrade from Drupal 5 to 6?
I'm running Drupal 5 on my website and want to upgrade to V6. I've not got any obscure or unsupported modules running.
What do I do though? I can't seem to find any step-by-step u …
6
votes
10answers
1k views
Delphi 2009? Ok or buggy?
Hi.
I got tired of trying Delphi very new year hoping that I will find a stable version to upgrade from my good old Delphi 7.
Should bother to try Delphi 2009? Or it is as unstabl …
0
votes
2answers
112 views
new django app’s from 1.1 causing 500 error
i'm running on wsgi on centos 5...
i've recently updated locally from 1.0 to 1.1
I updated the server using svn update
now when I apply a new app developed locally to the serv …
8
votes
5answers
236 views
For C++ developers, is it worth to switch from VS2005 to VS2008?
We're mostly doing C++ developing in Visual Studio 2005, and some C# coding. We're considering upgrading to Visual Studio 2008, but we're wondering if it will be worth the trouble. …
0
votes
1answer
97 views
How often does tech-refresh happen? [closed]
How frequently does your workplace conduct a tech-refresh of PCs (desktops and laptops) and do developers get newer equipment more often?
Example:
Developers every 18 months
Re …
1
vote
1answer
43 views
Advantage 8.1 vs 7.1
I am in the process of upgrading a few in-house applications from ADS7.1 to 8.1. I was told a while back that there are changes in return values of the avg() function as well as so …
0
votes
3answers
374 views
Delphi 2009: “XML document must have a top level element” error when using TIdHttpWebBrokerBridge
We have a app which uses HttpWebBrokerBridge, it works fine in Delphi2006 but when I recompile using Delphi2009 I get EDOMParserError exception with message "XML document must have …
