Floating Blue Orb in Mac OS X 10.3

Blogged by webmilhouse as Mac — webmilhouse Wed 18 Feb 2004 8:59 am

There is a bizarre feature in Mac OS X 10.3 (Jaguar) in Expose that allows a user to put a blue orb on their desktop.

Blue Orb

Check out the article at Mac OS X hints.

Very strange.

Microsoft Tools

Blogged by webmilhouse as Web Development — webmilhouse Mon 16 Feb 2004 8:55 am

Microsoft has a couple of nice tools for those of you who run a site on IIS:

This one is a lockdown tool for IIS to look for security problems.

This is a web application stress tool that allows you to see how your application and server handle large loads.

Best Javascript WYSIWYG Cross Platform/Browser Editor

Blogged by webmilhouse as Web Development — webmilhouse Thu 12 Feb 2004 7:00 am

I have been looking for a good WYSIWYG editor that is cross-platform and cross-browser but doesn’t run as a Java applet or puts in extraneous HTML code.

I found one yesterday. Check out Kevin Roth’s rich text editor demo / source code. It also has a spell checker, but that is only available in IE on Windows using ieSpell (which works great but isn’t cross-browser of course).

Oracle Errors in ColdFusion MX

Blogged by webmilhouse as Oracle/DB — webmilhouse Wed 4 Feb 2004 4:08 pm

We were getting the following error in our ColdFusion

“Error Executing Database Query.[Macromedia][Oracle JDBC Driver][Oracle]ORA-01652: unable to extend temp segment by 384 in tablespace TEMP The specific sequence of files included or processed is: /htdocs/coldfusion.cfm”

The fix our DBA did was the following as the DBA user:
> select file_name, bytes from dba_data_files where tablespace_name = ‘TEMP’;
> alter database datafile ‘<file_name from above query, include the full path>’ resize <compute the new size based on the above query, original size + 30%, enter as-for example 100m>;

Weight Watchers POINTS Calculator

Blogged by webmilhouse as General — webmilhouse Tue 3 Feb 2004 2:42 pm

Ok, so my wife and I are on Weight Watchers, so I wrote this little javascript that calculates the points in a meal given the calories, fat, and fiber contents.

Check out the point calculator here.

Proudly powered by wordpress 2.7 - Theme based on Back in Black 2 by neuro, modded by me.