Across different sites on different second-level domains exists a universal navigation bar with a collection of roughly 30 links. This universal bar is exactly the same for every page on each domain. The bar's HTML, CSS and JavaScript are all stored in a subfolder for each domain and the HTML is embedded upon serving the page and is not being…
I endeavoured to follow the CrackStation rules: Salted Password Hashing - Doing it Right public class SaltedHash
{
public string Hash { get; private set; }…
Hi,
I'd like to set up a cache of database objects (i.e. rows in a table) in memory in silverlight, which I'll do using WCF and linq-to-sql. Once I have the objects in memory, I'm planning on using MSMQ to receive new objects whenever they have been modified. It's a somewhat complex…
I'd like to start by saying that I've searched for hours and could not find a definitive answer to my question.
Across different sites on different second-level domains exists a universal navigation bar with a collection of roughly 30 links. This universal bar is exactly the same for…
I can't seem to get my wireless card working on my Mac Mini 5,1. Lspci returns:
03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)
But running "additional drivers" doesn't detect anything. The nm-applet menu reads "device not ready--firmware missing."…
Google Developer Day 2010 in Sao Paulo - Keynote (pt-BR & en)
Video footage from keynote presentation at Google Developer Day 2010 in Sao Paulo, Brazil. Mario Queiroz, VP Product Management, Google (pt-BR) Eric Bidelman, Developer Advocate, Google (en) Eric Tholomé, Product…
I'm having trouble structuring my comments at the moment.
I have major sections of the code that, when scrolling through the document, I want to be able to see those stand out.
Examples:
This is a normal comment:
int money = 100; //start out with 100
money
…
Eric, over at the Boston DNN User Group has graciously invited me to give a presentation to his User Group on May 17th. Come join me for an open discussion on “DotNetNuke – A look inside”. I will cover topics like how we are adopting the Agile methodologies at a…
As a programmer, do you see any professional or other advantage in using your real name in online discourse, versus an invented handle? I've always gone by a single username and had my real name displayed whenever possible, for a few reasons:
My interests online are almost…
Off the back of one of the answers to this question (currently the second highest scoring), it made me think, what's the best way to get developers up to speed on good basic design principals.
I'm not talking about making them into graphic designers but some developers…
I have Ubuntu 11.04 running from a USB stick. I think I ran some updates in terminal and now it has a kernel panic during boot up. Is there a way I can get hold of files I saved when Ubuntu was working?
I just managed to watch the booot screen and it looks as if there…
Headspring is putting on another free workshop at the Austin Microsoft office. This one will be led by Senior Consultant, Eric Anderson. Here are the details: Headspring Presents: Version Control and Build Systems for Growing Teams a workshop by Eric…
It seems to me that being a self-taught programmer has significant advantages over picking it up only in higher education. Not only does a self-taught developer have a headstart on their 10 000-odd hours of mastery, but their hobby demonstrates genuine interest.
…
The other day I had a snazzy post on fetching all the video (WMV) files from Mix ‘10. A simple, console application that grabbed the urls from the OData feed and downloaded the videos. I wanted to change that app to fire the OData query asynchronously so here’s…
So we're looking at the possibility of porting our software to support multiple languages and one of the areas we're going to have to deal with is error messages and other notifications.
These obviously have to be reported to the users in their own language. …
(I'll get my justification for why this is on topic in early: programming books tend to have fairly specific formatting needs - code samples, tables, images and graphs - which are not common to all book types and are not necessarily well handled by eBook…
I am currently grouping sprites together, then applying a rotation transformation on draw:
private void UpdateMatrix(ref Vector2 origin, float radians)
{
Vector3 matrixorigin = new Vector3(origin, 0);
_rotationMatrix =…
Eric Geier rounds up eight Linux router projects with a little something for everyone, from Internet gateways for home users to enterprise Cisco replacements.
A follow up to this question:
The Written Roles of Software Development Manager
What is the role and what are the responsibilities of a CTO when it's done well, with particular reference to how it might pertain to a programmer…
Oracle's Solaris Organization is pleased to announce a Technical Webinar for Developers on Oracle Solaris 11:
"Publishing IPS Packages"
By Eric Reid (Principal Software Engineer)
today June 19,…
The title says it all, but here's the personal side of it:
I've been doing design and programming for about as long as I can remember. If there's a programming problem, I can figure it out. (Though admittedly StackOverflow…