Pushing Pixels

Computing and Digital Imaging

Pushing Pixels random header image

Entries from December 2006

Adding ASP Role tables to your own database

December 29th, 2006 · No Comments · ASP2

This is still work in progress, but I want to incorporate the user role management tables within my own database, as the concept of users and their distinct roles ties right in with the core business model of the new site.
The following link explains the standalone tool to create the tables:
ASP.NET SQL Server Registration Tool
Invoking [...]

[Read more →]

Tags:

Streamlining your PC to play games

December 29th, 2006 · 1 Comment · Computer Games

Overview
Before I run a resource intensive game, I execute a little batch file that kills a bunch of background processes that are simply not needed when playing the game. I’ll explain the details below.
I have also noticed that before I used to do this, I experienced awful crashing problems with my PC just locking when [...]

[Read more →]

Tags:

Gotcha on setting up a data connection

December 29th, 2006 · No Comments · ASP2, Software Development

This one gets me every time. When you set up a new data connection to a database running on a local copy of Sql Server Express, in the “Add Connection” dialog you need to prefix your machine name to the defaulted value of “SQLEXPRESS”. E.g. if the network name of your PC is called “devpc”, [...]

[Read more →]

Tags: