Article in the category 'Uncategorized'

In the past as we have moved more applications to the browser, there are some users who still struggle with the change from a desktop application to the browser. One main change is that the browser applications don’t always prompt for saving data as the user closes the browser or navigates away from […]

Posted: August 3, 2009, 8:20 am by Brian Radford

Note: Custom File Filters for Flex Builder Stand-alone’s Flex Navigator
While using Eclipse or Flex Builder, there are times when you want to ignore certain folders in the Eclipse Project Explorer or the Flex Navigator. If you click on the properties for this window then you can apply certain filters. But there are times […]

Posted: July 9, 2008, 2:17 pm by Brian Radford

I recently began using Project Web Access in order to attempt some high level project planning and resource management. For those who do not know what this is, it is a web access module that extends Microsoft Sharepoint and allows for access to Microsoft Project files via the web. You create the project […]

Posted: February 12, 2008, 4:15 pm by Brian Radford

Sometimes when you try to start JBoss you might see a port conflict. Many times this is caused by MSN Messenger or other applications that randomly use the same ports that JBoss attempts to bind and use.
An example of this is when JBoss attempts to bind port 1098 you might see:

java.rmi.server.ExportException: Port already in […]

Posted: August 10, 2007, 11:14 am by Brian Radford

If you are using eclipse with a maven project and you have errors showing up that are not truly errors, then it is because eclipse is reading your maven.xml file as an ant file.
Eclipse will indentify this file as an ant file due to the .xml extension and the project tag as the root element. […]

Posted: November 22, 2006, 10:51 am by Brian Radford