panteravb.com

Having Nothing To Say

Sometimes I go through periods where I really have nothing to say, so I don't. I'm still working on the blog software for th ... r is auto saving, I hate hitting the Save button. I also can't delete anything, that would be handy. OK, back to bug fixes.

Html.ValidateTextBox

OK.  So why is it, that most of the validation examples I see for ASP.NET MVC always include allowing the user to submit pote ... public bool Validate(object value) { if (value == null) return false; return System.Convert.ToString(value).Length

Pair

I first used the Pair and Triplet classes while figuring out how to recreate dynamic ASP.NET WebForms controls. They came in ... ea. I had made a similar one for the Triplet class but that started looking a little messy so I put that on the back burner.

My New Rig: Deathangel 2.0

CPU On the desktop, I have had nothing but great results with AMD, so  I went with the Athlon 64 X2 6400+ Windsor 3.2GHz. ... hangel like the band who I was fortunate to meet before they played at a bar in San Luis Obispo, CA where I went to college.

Windows 7: Neat Little Thingy

Upgrading I've just read http://www.codinghorror.com/blog/archives/001316.html. Now I'm in the mood for upgrading. But not ... justify it, my hardware is fast, really fucking fast, there is no compelling reasaon right now that I'd need better hardware.

Essential MonoRail

Essential MonoRail Trek to Hello World OK.  I started in on MonoRail today, very minimal code, but it's a start.  The h ... e. It includes the needed Castle assemblies so it's about 1.2 mb. Print | posted on Monday, August 27, 2007 9:13 PM

Because That's How They Do It In Sharp# Architecture…

Really, it should be "Because That's How They Do It In [InsertBuzzWordArchitectureOfTheWeekHere] Architecure" but I just read ... ake sure you're only solving your problem rather than just implementing someone else's solution that solved their problem.  

I Heart Balsamiq Mockups

My response to Hussain's post on Technical Interviews.(read it first and come back here). Crazy Questions I never liked that ... the next time I'm finding it difficult to fall asleep, I don't how to do that, and I don't plan on learning.  UML == BORING.

Cleaning House!

Cleaning House! I've been with my web host for about 8 years.  They handle my mail too.  They absolutely rock! That said ... done before. The Code=1 would produce the following: public string GetName(){ return "name"; }       [$Code=1$]

I Want My. I Want My. I Want My Segway

Are You Fucking Kidding Me? I'm usually not into politics, actually almost never.  Sadly, this is the first year I am voting ...   Bandwidth isn't free, but that's where well placed commercials come in, kinda like how NBC does it now.    OK.  I'm done.

Exceptions Gone Wild

OK.  So I'm playing around again with PrototypeDotNetNotReally.  I got to looking at this code sample: new Element("se ... e...(drum roll)...100%!  Adding only the necessary code to make the test pass guarantees that we maintain 100% code coverage.

Design Guidelines: Stop Reinventing The Wheel!

Design Guidelines: Stop Reinventing The Wheel! C'mon, are design guidelines really that hard to come up with? Microsoft ... an't remember today, it didn't work for me. It sure looks like it does what I need but I need to look at it some more.

Personal Source Control

Personal Source Control Do you use source control on your personal stuff? I used to use cvs, then switched to subversion ... by tag.  I use this url for the datasource of the links, http://del.icio.us/feeds/json/chrcar01/ajax.  Nice and simple.

What is SchemaProber?

What is SchemaProber? The main purpose of SchemaProber is to provide a lightweight representation of a database schema. ... base.Render(); } } } The view for the archive looks like this: And then using the component takes this:

Being Sick Sucks

Being Sick Sucks I've been sick for almost a week now. I hate being sick. I had grand plans of staying home from work ... ct) ASP.NET AJAX Post on AjaxRocks.com! Hello World exampled posted on AjaxRocks.com on ASP.NET AJAX, formerly ATLAS.

Xslt and.NET, sooo good

Xslt and .NET, sooo good Today I was designing some reports based on NUnit output.  It's easy to forget how powerful XSL ... el.innerHTML){ td.parentNode.style.backgroundColor = '#FFF'; } }); } } EventSelectors.start(rules);

Save the cheerleader, save the world…

DNAP - Dot Net And Prototype I develop a lot of AJAX-y apps, mostly tools, at work.  Most of the time I need a very easy way ... gical in there so it works in VS2005 as well.  There is a bare minimum example included and you can view the examples here. 

Why Not Use Reflector?

Why Not Use Reflector? I whined about the source for Script# not being available at the beginning of this post.  One bri ... at I'm doing on Linux), using Samba, and vmware player had no issues about loading up the image from across the network.

Holy Shitballs Batman! jQuery and Microsoft? Seriously??

Holy Shitballs Batman! jQuery and Microsoft? Seriously?? Wow.  This was only posted 6 hours ago and i feel like I'm the ... ublic bool Validate(object value) { if (value == null) return false; return System.Convert.ToString(value).Length

Balsamiq Mockups In Action

Balsamiq Mockups In Action The Mockup The WPF Version(First Cut) Http://www.balsamiq.com/products/mockups Ta ... to be run prior to starting the winform.  Once it's started, all you need to do is type /exit to stop the app server.