April 2009 Archives
Denora stats is a IRC statistical program that basically acts like a bridge between the IRC server and MySQL. If you have installed mysql using Mac Ports you probably need to add:
--with-mysqlclient-include=/opt/local/include/mysql5/mysql/
To your ./configure statement..
--with-mysqlclient-include=/opt/local/include/mysql5/mysql/
To your ./configure statement..
Sometimes you feel the need to have custom fonts in HTML and you feel like SIFR is the way to go. However, your happy feelins are battered because of your SIFR plugin line breaks at the wrong place. Often it's the last word that doesn't fit.
This problem occurs because SIFR measures the HTML width of the text. Depending on your custom font it's most likely less then your flash needs to be. You can solve this by adding:
letter-spacing: 100%;
or depending on your font:
letter-spacing: 30px;
To your CSS. It doesn't effect your none-sifr layout (if js is turned off) but it solves the sifr issue.
Source
This problem occurs because SIFR measures the HTML width of the text. Depending on your custom font it's most likely less then your flash needs to be. You can solve this by adding:
letter-spacing: 100%;
or depending on your font:
letter-spacing: 30px;
To your CSS. It doesn't effect your none-sifr layout (if js is turned off) but it solves the sifr issue.
Source
For a multimedia project one of our clients at Happyplace wanted to burn a CD with:
- Audiotrack for stereos/car players
- PC Data with a flash projector which autostarts
- Mac data with a finder window that auto opens
- Collect all PC data, add the autostart.inf and all that.
- Collect all Mac data and store it in a .dmg (more on this later)
- Burn the audio CD, make sure you use "write session" and not "write disc"
- In Toast -> Preferences -> Show legacy formats and settings
- Burn a custom Hybrid with the PC data and the mac .dmg
- Using the disc utility, create a new disc with a size that fit your needs (I used 100MB)
- Add all the data you need
- Set the finder background and size as you want, originize the icon you wish to show (I only show the .app file)
- Close and re-open the finder window to save you settings
- (You need to have Xtools installed for this) run the terminal command "/Developer/Tools/SetFile -a V /Volumes/Mounted Disc/file" to hide the file "file" on "Mounted Disc". This will make the file invisible
- To make the finder window autoopen, use: udo bless -folder /Volumes/Mounted \Disc/ -openfolder /Volumes/Mounted \Disc/
- That's it. Cool!
