search for: htmldom

Displaying 2 results from an estimated 2 matches for "htmldom".

Did you mean: htmldoc
2012 Mar 19
1
GSOC - 2012
...g desire to contribute to open source community. I came across this( Python Binding Improvements ) project in -GSOC(2012) idea page and i am interested to work on this project. This project requires knowledge of Python and C++. I have good working experience in Python and i have also implemented a htmldom <http://pypi.python.org/pypi/htmldom> library for parsing html pages which i uploaded to python package index a month ago. I have a decent knowledge of C++. I have gone through the features of Xapian library and also learning the basics of the library . Can i know how this project is...
2007 Apr 11
2
Open Browser Window help
When I previously designed my static sites in dreamweaver, I used an Open Browser Window behavior which opened a URL in a new window of fixed size by inserting the following: <a href="javascript:;" onclick="MM_openBrWindow(''example.html'', ... ''width=300,height=300'')</a> Is there a simple way to do the same thing in ruby?