XML Schema Validation with Python, MSXML and comtypes

English, Python, Python Tips, Windows, XML No Comments »

The previous Python Tip, XML Schema Validation with Python, MSXML and PyWin32, described how to use PyWin32 and MSXML to validate XML contents against an XML Schema. The adaptation to perform the same with comtypes instead of PyWin32 is a simple translation.

Read more...

XML Schema Validation with Python, MSXML and PyWin32

English, Python, Python Tips, Windows, XML No Comments »

Python ships with XML libraries, but none addressing XML Schema validation. Several options are available to make up for this feature. The solution demonstrated in this Python Tip is a basic implementation of XML schema validation using MSXML and PyWin32.

Read more...

Burgaud.com 6.0

CMS, English, Web No Comments »

Burgaud.com 6.0 is now available. After debating and testing different CMS’s (Content Management Systems) over the last few months I finally decided to deploy Burgaud.com 6.0 using WordPress. This is also the occasion to look back at the different versions of Burgaud.com since 1999.

Read more...

Open Command Window Here

English, Scripts, Windows 5 Comments »

On Microsoft Windows one uses intensively Windows Explorer to access files on the system. Sometimes it is also necessary to open a command line in order to run commands that are not available via Windows Explorer. Wouldn’t it be nice to open a command line in a folder from Windows Explorer? This article describes some of the options and provides complementary resources.

Read more...

Testing Java with Jython and PyUnit

English, Java, Jython, Python, Testing No Comments »

JUnit, the unit test framework written by Erich Gamma and Kent Beck, is not the only alternative for unit testing in the Java environment. This article provides a simple demonstration on how to use Jython, PyUnit and Ant to unit test a Java project. To provide better elements of comparison, the example provided is the same as the one available in the JUnit distribution: MoneyTest.

Read more...

SciTE Java API

English, Java, SciTE No Comments »

SciTE (Scintilla Text Editor) supports API and Keyword files to customize some aspects of the editor for a given programming language. Keywords files extend the highlighting of source code files (i.e. Class names in Java), and API files allow to displays calltips, basic form of the popular Microsoft Intellisense ®. The BeanShell script, SciteJavaApi.bsh, generates both the Java API and the Keyword files for your current Java Runtime Environment.

Read more...

Javadoc To CHM

English, Java, Javadoc To CHM, Python No Comments »

Javadoc To CHM is a software that generates Microsoft HTML Help projects files from a Javadoc documentation. It generates the project file (.HHP), the contents file (.HHC) and the index file (.HHK). After having generated the HTML project files, Jd2chm invokes the Microsoft HTML Help Compiler (hhc.exe) with the project file (.HHP) as parameter in order to build the Compiled HTML file (.CHM).

Read more...

SciTE Context Menu Extension

English, SciTE, SciTE Context Menu 17 Comments »

Windows SciTE Context Menu (WSciTEcm) is a context menu handler that gives the ability, on Windows, to quickly open selected files with the source code editor SciTE in Windows Explorer.

Read more...
Powered by WordPress. Original Theme by N.Design Studio. Header image by NASA
Posts RSS Comments RSS Log in