I’ve found a great resource for MVC knowledge. A Virtual conference was held on the 22nd of July about ASP.NET MVC. It looks like all the conference talks were recorded and can be found on viddler. I’ve embedded one of the first videos for your enjoyment.
I’ve been trying to create adequate tests to support a cakephp project I’ve been working on and I’ve run into a little bit of a problem when I try to test my models. Here is a unit test for the model ‘Server’. Notice that I have to include ‘app.server’, ‘app.modem’ and ‘app.keyword’ in the array [...]
The DateDiff function is frustrating. You can only get a single element (seconds, minutes, hours, days, months or years). At work we currently use the DateDiff function for DTS statistics. Its handy cause you can get an idea of where your spending your time durring DTS execution. However, it’s not very reasonable. I wanted a [...]
There have been many times when I need to run a script to insert data. I’d like to be able to have the script be re-runnable. The script bellow inserts records on the first run if and only if the rows do not exists. I rely on this script a lot. [...]
My biggest concern when creating this blog was Stress Testing and making sure that under significant traffic this blog could still deliver content. In my quest for a robust blog I would need some site to benchmark my blog with.
After much searching I found Load Impact. This site is pretty amazing, if a little expensive. [...]
You can find many older articles about how to use JavaScript in both Firefox1 and IE to copy text to the clipboard. However, these solutions don’t seem to work within Firefox3.
The solution that I found was Zeroclipboard.
Older solutions made use of a Flash file that was invoked with a JavaScript event. This caused [...]