RSS

Tag Archive | "programming"

MySQL Workbench

Monday, April 24, 2006

0 Comments

I just downloaded MySQL workbench 1.06 beta. I stumbled across it after finding this message on the DBDesigner forum page: Dear DBDesigner4 users, Due to several attacks against the DBDesigner4 forum it has now been closed down. We simply cannot understand the sick motivation of people to attack Open Source projects. So please understand that we will not provide [...]

Continue reading...

Enabling spell checking within FCKeditor

Sunday, April 23, 2006

0 Comments

CMS Made Simple uses the great GPL WYSIWYG editor FCKeditor and I noticed this morning that it has a spell checking facility. To get it to work, I: Installed aspell on my dev server: [code]apt-get install aspell Reading Package Lists… Done Building Dependency Tree… Done The following extra packages will be installed: aspell-bin aspell-en dictionaries-common libaspell15 Suggested packages: aspell-doc spellutils [...]

Continue reading...

The Zend Framework - part 2

Friday, April 7, 2006

0 Comments

I’ve added a second part to my of my Using the Zend Framework over in my How-To section. http://bealers.com/how-to/using-the-zend-framework-part-2/ Related: Part 1

Continue reading...

The Zend Framework - part 1

Friday, March 31, 2006

0 Comments

I’ve been playing with the Zend Framework and have started a little How-To mostly for my own benefit. http://bealers.com/how-to/using-the-zend-framework-part-1/

Continue reading...