bluedot.net

April 30, 2004

A look at the use of XML in Mac OS X and KDE

Filed under:Uncategorized — sps @ 9:41 pm

Over time, XML has permeated many niches. One area where XML is used increasingly is in the configuration of graphical user interfaces, especially in elements that are persistent but should not be fixed at compile-time. In this installment, David looks at the use of XML in Mac OS X’s Aqua GUI, and in the K Desktop Environment (KDE) which is either standard or available in most modern Linux distributions.
read full article

end

April 28, 2004

Panther, Python, and CoreGraphics

Filed under:Development — sps @ 9:05 am

Mac OS X Panther includes many updated developer tools. Among them is an enhanced version of Python 2.3 with its own SWIG-based bindings to the CoreGraphics library. Creating PDFs, JPEGs, and documents in other graphical formats just became a lot easier.
read the full article

end

April 25, 2004

Unit Testing with OCUnit

Filed under:Development — sps @ 11:24 am

interesting article over at macdevcenter.com: Unit Testing with OCUnit

end

April 24, 2004

Database Templates with MySQL

Filed under:Development — sps @ 11:44 am

After designing a few databases for clients, you’ll likely start to see design similarities. Why not exploit those patterns to create templates for further customization? Russell Dyer demonstrates how to create and customize generic MySQL table templates.
Read Complete Article

end

How much new information is created each year?

Filed under:Misc — sps @ 9:34 am

From How Much Information? 2003:

Print, film, magnetic, and optical storage media produced about 5 exabytes of new information in 2002.

end

April 23, 2004

Xcode to Makefile utility

Filed under:Development, MacOSX, Apple — sps @ 3:25 pm

Nice! http://members.bellatlantic.net/%7Evze35xda/software.html

end

Bloom Filters

Filed under:Perl — sps @ 9:13 am

interesting article on perl.com: Perl hashes make set membership easy at the cost of memory usage. A lesser-known technique, Bloom filters, trades a tunable false-positive rate for compactness — and has interesting applications for privacy concerns. Maciej Ceglowski explains the theory and practice of Bloom filters.

end

April 13, 2004

perlDoc 0.01

Filed under:Development — sps @ 2:47 pm

perlDoc 0.01 is coming soon.

end