|
|
Browse by Tags
All Tags » Software Development
Showing page 1 of 7 (70 total posts)
-
Secret Server has supported a "Mobile Edition" for over a year now but it is always tricky making sure that it works correctly on all devices.
Our approach was to bake mobile support into the base product (ASP.NET based) so it simply scales down to the capability of the device. That sounds simple but unfortunately it depends on ...
-
Ok, so it is a really bad pun. It is tough writing blog post titles sometimes. :)
Anyway, we finally got a beautiful metallic official sign for our office after inhabiting our office space for almost two years. (Now if we could just do something about that door!).
In our first office suite in Vienna (VA) we ...
-
There are two code camps this weekend: CMAP Code Camp in Maryland Pittsburgh Code Camp in Pennsylvania I will be speaking at the Pittsburgh Code Camp on Refactoring - a topic that is very dear to me.
Register now and come along to talk code.
We are hiring! Do you want to write beautiful code in a Test Driven, Refactored, ...
-
I am constantly amazed by the number of job candidates who apply for a position without reading the job posting. We are currently hiring for three positions:
Agile .NET Developer
Agile .NET Developer Internship
Graphics Designer
All three involve *doing* something in order to be considered for the position - for the developer ...
-
The NoVa CodeCamp South v1 will be held on March 29th 2008 in Woodbridge VA. The speaker schedule has been posted here.
I am presenting two sessions: 9:00-10:15: Refactoring in C# 1:00-2:15: Web Application Testing in Watin
Register now!
We are ...
-
Thanks to everyone for contributing! It was really neat to read everyone's ideas and see the discussion and review (talking about code is always fun!). Here is a summary of responses and the "fixed" code.
If you are interested in the original problem, go here.
@drakiula: The idea with the Response.Redirect is ...
-
This is a real bug that I came across yesterday in some code I had written about a week before. I was a little surprised at the mechanics but it makes sense once you understand what is happening ... 1: private void Foo()
2: {
3: try
4: {
5: AuthenticationInfo authenticationInfo = ...
-
The chart to the left represents the Burn Down chart for the Secret Server 4.1 release which shipped on March 14th 2008. We have always shipped Secret Server on the published date (or in the early hours of morning the next day!) but this release pushed things a little too close for our liking. What was the problem? Did we take ...
-
I have blogged about this before but I think it is a common problem that is worth restating since it affect developers across our industry. I noticed the following method recently and again the curious separation of sections by whitespace popped into my head: 1: private void CalcHeaderOffsets()
2: {
3: this.fs = ...
-
Subversion keeps your saved authentication data in a folder on your local workstation. On my Windows Vista laptop, this folder is C:\Users\jcogley\AppData\Roaming\Subversion\auth\svn.simple. In this folder, you will find some cryptically named files - one for each Subversion repository authentication information that you have ...
1 ...
|
|
|