Thursday, July 22, 2010

Mindless The

A friend sent this to me.

mindless_the

Saturday, May 22, 2010

Got Engaged

Yup. Saturday 5/22/2010.

Monday, April 26, 2010

Do Not Save ASP Files in UNICODE Format

Issue:

Active Server Pages error 'ASP 0239'

Cannot process file

UNICODE ASP files are not supported.

Root Cause:

File was encoded in UCS-2 Little Endian

Fix:

Encode in ANSI

Friday, April 23, 2010

ADODB.Recordset error '800a0cb3'

Issue:

ADODB.Recordset error '800a0cb3'
Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype.

Root cause:

rsSearch.Open Session("varSQL"), objConnection, _
   'adOpenStatic, adLockReadOnly, adCmdText

rsSearch.AbsolutePage = CInt(Session("CurrPageNo"))

Fix: add CursorLocation property

Set rsSearch = Server.CreateObject("ADODB.Recordset")
  with rsSearch
    .CursorLocation = 3 'adUseClient   
    .Open Session("varSQL"), objConnection, _
        adOpenStatic, adLockReadOnly, adCmdText   
end with

rsSearch.AbsolutePage = CInt(Session("CurrPageNo"))

Tuesday, March 2, 2010

pgAdmin PostgreSQL Tools

Needed for Decision Guidance Systems Course.

pgAdminIII

Sunday, January 31, 2010

Spring 2010 Class: Decision Guidance Systems

Increasing number of applications require predicting behavior of a complex system and making decisions to move the system towards desirable outcomes. Examples include finding the best course of action in emergency, deciding on business transactions within a supply chain, making a patient treatment plan for the best prognosis, and deciding on public policies guided by most positive outcomes.

In these applications, predictions and decisions are to be made in the presence of large amounts of dynamically collected data and learned uncertainty models. In many cases, it is also necessary to acquire additional data in order to reduce uncertainty and make better decisions. We call such a system, which supports a closed-loop data acquisition, learning, prediction and decision optimization, a decision-guidance application.

The focus of this research seminar is on studying models, languages, and algorithms toward building a decision-guidance management system (DGMS), which is a productivity tool for fast development of decision-guidance applications in a seamlessly integrated environment.

Significant advances have been made in the areas of operations research, mathematical and constraint programming, machine learning and data mining, and database systems. These advances can all contribute to a DGMS. However, there are no cohesive frameworks, algorithms and systems that unify the models and computational paradigms of all the components. A unified framework in the form of a DGMS, which is the focus of this class, is necessary for decision guidance in complex systems. In addition, the integration of multiple components from different areas in a unified DGMS brings new computational challenges and new optimization opportunities.

Class website: http://classweb.gmu.edu/brodsky/cs795infs797/

Monday, December 7, 2009

December Events

12.05.2009 INFS 772 Research Day at Mason

2009-12-05 11.16.13

12.03.2009 Microsoft MSDN Road Show

2009-12-03 14.28.01

Thursday, November 19, 2009

DROID

This is the best phone yet!

DROID

Thursday, November 12, 2009

Blend 3 Launch with Joel Cochran

Very good and precise walkthrough. Lots of tips and tricks. Joel is an exciting and knowledgeable speaker.

IMG_1188

Thursday, November 5, 2009

Blogging from iPod Touch

Trying out the new WordPress 2 app for iPod Touch. :)

Tuesday, October 27, 2009

Articulate Your Data with FluentNHibernate with Roberto Hernandez

I got to learn a lot about FluentNHibernate tonight. He made it seem really simple while powerful at the same time. He’s a good presenter. Thanks Roberto and CapArea.NET!

Data with FluentNHibernate with Roberto Hernandez

Wednesday, October 21, 2009

Issue: IIS cannot display the webpage

Issue:

Internet Explorer cannot display the webpage

Possible Solution:

Make sure the following services are running: IISAdmin and World Wide Web Publising.

World Wide Web Publishing Service IISAdmin Service

Thursday, October 15, 2009

Code Camps Fall 2009

Richmond Code Camp 10/03/2009

Richmond Code Camp Fall 2009

NOVA Code Camp 10/10/2009

NOVA Code Camp Fall 2009

Wednesday, September 23, 2009

Thursday, August 27, 2009

Expression Studio 3

First step - have it installed. I can see progress already. :)

Wednesday, July 22, 2009

LUCAS NGUYEN is Here

DOB: 07/19/2009. Congratulations to Will and To-Han!

Tuesday, July 7, 2009

Wednesday, July 1, 2009

To Hoang-Anh

You can do it!

Tuesday, June 30, 2009

To Hoang-Anh

You can do it!

Monday, June 29, 2009

To Hoang-Anh

You can do it!

Sunday, June 28, 2009

To Hoang Anh

You can do it!

Saturday, June 27, 2009

To Hoang-Anh

You can do it!