For anyone looking to upgrade their VS 2005 Web Application project to VS 2008, I found good walkthrough provided by Microsoft here.
Dec 06
For anyone looking to upgrade their VS 2005 Web Application project to VS 2008, I found good walkthrough provided by Microsoft here.
Permanent link to this article: http://ericsilva.org/2009/12/06/converting-a-visual-studio-2005-web-application-project-to-a-visual-studio-2008-web-application-project/
Dec 03
I have started working on a new project in .NET and the Problem Domain (PD) was modeled in Visio UML. Fantastic. Now I wanted to forward engineer the UML into C# classes to begin development, but wait, I can’t. I only have Visio 2007 Professional, and the forward engineering features are only available in the …
Permanent link to this article: http://ericsilva.org/2009/12/03/visual-studio-2008-and-visio-for-enterprise-architects/
Nov 24
I just finished leading the modeling session as chief architect of the problem domain (PD) for a new application, and I had forgotten how exhausting the process is. We had a fantastic moderator who did well to keep us on point and focused toward our objective. We have about 50 or so objects, and I …
Permanent link to this article: http://ericsilva.org/2009/11/24/modeling-in-color/
Oct 30
I was looking for a version of PyXML for Python 2.5 and had some difficulty due to the project being unmaintained. I was able to find someone that compiled PyXML 0.8.4 for Python 2.5. You can find it here.
Permanent link to this article: http://ericsilva.org/2009/10/30/pyxml-for-python-2-5/
Oct 13
We have some applications that leave files sitting in a folder location out on some file server. Eventually the disk space gets used up, or Windows starts choking because there are too many files in a directory, etc. To delete the ‘old’ files, a support technician will try to connect to the file share, sort …
Permanent link to this article: http://ericsilva.org/2009/10/13/windows-bulk-file-move-script/
Sep 03
Pretty neat application that just went public. In was in beta for several weeks and is a nice replacement for Microsoft Visio if you need to share and collaborate on a diagram with remote users. http://creately.com
Permanent link to this article: http://ericsilva.org/2009/09/03/creately-com-online-diagramming-and-design/
Apr 16
I just saw that Google released GWT 1.6 and an supporting Eclipse plug-in a few days ago. I am installing now, and then I am going to attempt to use it to build a little resource time tracking application. More updates to follow on this adventure…
Permanent link to this article: http://ericsilva.org/2009/04/16/google-web-toolkit-16-and-eclipse-plug-in/
Mar 19
I spent the better part of the morning trying to get WebLogic 10.3 to startup and authenticate using ActiveDirectory instead of our old 8.1 custom realm. I finally did a little searching and found this great post which allowed me discover that I needed to set the control flags to Sufficient instead of Required. Thanks.
Permanent link to this article: http://ericsilva.org/2009/03/19/configuring-weblogic-103-and-active-directory/
Jan 25
When using Hibernate as a ORM solution, it is natural to fall into a sense of ease with the tool and what it can do. However, once you begin to load data into your application, there are several performance gaps that will quickly become apparent. One of these gaps is the absence of indexes on …
Permanent link to this article: http://ericsilva.org/2009/01/25/quickly-create-indexes-on-foreign-key-columns/
Jan 18
As I mentioned before, I added the Sociable plug-in to my WordPress install to make it more ‘friendly’ to readers who make use of social bookmarking sites. After installing and configuring the plug-in, I noticed that it had not been updated to use some of the newer social sites like Facebook, Windows Live, and Google. …
Permanent link to this article: http://ericsilva.org/2008/01/18/sociable-updates/