Ever feel left behind when one of those SQL Server jockies breezes through a complex query that generates SQL on the fly? After all its a bit over the top to use SQL to generate SQL, isn't it? Well, its time to level the playing field. I'm going to pa… more »
A common dilemma presented to decision makers in the technology groups of many companies is whether to buy software off-the-shelf, or to build the software from scratch. As someone who has faced this decision, and faced the results from both sides, allo… more »
Want Firefox to run even faster? If you've got broadband change the following settings in about:config
network.http.pipelining = true
network.http.pipelining.maxrequests = 30
network.http.proxy.pipelining = true
Enjoy! more »
Call for Participation - Agile 2005
July 24-29, 2005. Marriott Hotel, Denver, Colorado, USA.
http://www.agile2005.org
March 1: Submissions due for Tutorials and Workshops
March 15: Submissions due for Research Papers, Experience Reports… more »
Introduction
Ask a group of web developers about the critical importance of data validation and you’re sure to get many heads nodding, for they know all too well the security of their own job depends on how successful they are at executing this task.… more »
Jon Udell wrote a piece
(and another)
about some technology Jonathan
Edwards at SubText is putting together
(demo).
Looking at the demo gets me excited about the future of writing code. I
get tired of fighting text… more »
Via Simon:
IE allows script to read the contents of the clipboard! Some nefarious person
could easily grab your clipboard contents and post them back to their
server.
A fix from the comments:
Tools -> Internet Options,
Security.
I… more »
From Haacked How Constant Are Your Constants in .NET
When one assembly references a constant in another assembly, the compiler will embed the value of that constant into the assembly.
This could really lead to some hard to find bugs. Imagine… more »