Search
Tuesday, January 06, 2009 Login
You are here:  BLOGS
 Search Blogs Minimize 
 Print   

 Bloggers Minimize 
 Print   

 Archives Minimize 
 Print   

 Links Minimize 
 Print   

 View Blog Minimize 
By Duane Pekse on 10/15/2007 3:10 PM

I work, as do most of the people at Quercus, on a Dell Latitude D820 laptop. They are great machines and I wouldn't hesitate to recommend the entire line to anyone who is looking for a good desktop replacement. It's only real drawback is that the internal HDD is a little on the small size.  We also run most of our applications in a virtual machine or through a citrix server.  And this is where it sometimes gets goofy.

Every once in a while, and for no apparent reason, the keyboard would remap itself.  The basic keys (a-z & 0-9) would remain the same, but everything else would shuffle around.  The ' key would suddenly turn into the ` key, and the " would become the ~.  The \ became an E with an accent on top, and the # would become a /.  All in all, it made it very difficult to cut code.  Even typing a basic letter was difficul ... Read More »

By Duane Pekse on 10/10/2007 4:11 PM

The client I'm working with at the moment has decided to push their security settings into the database.  By that I don't mean that they are setting up a special table for permissions or anything, they are actually using the built-in security in the database to control access to the data.  At first I wasn't convinced this was a good idea, since the more normal N-Tier methodology was to simply lock everyone except the data layer out of the database, and then let either the data layer or the business logic layer handle who could do what.

The problem with relying on the DAL or the BLL to secure the database is that Microsoft has been making it easier and easier for non-technical people to access databases.  Where you used to have to enter a long arcane connection string using a specialized program to access a SQL database, now it is as easy as 3 clicks of the mouse in Excel to conn ... Read More »

 Print   

 Copyright 2005-2007 Quercus Solutions Terms Of Use  |  Privacy Statement