old but the best I could find.
http://daringfireball.net/misc/2007/07/iphone-osx-fonts
http://www.letsgomobile.org/en/2640/apple-iphone-fonts/
Thursday, September 3, 2009
Saturday, August 29, 2009
http://www.svarmisk.com.au/
http://www.svarmisk.com.au/ is live, flash CMS, indexable....ooooh
design - http://www.chimera.com.au/
build - http://www.epidote.com.au/
design - http://www.chimera.com.au/
build - http://www.epidote.com.au/
Wednesday, July 22, 2009
startup MySQL on mac
from
http://dev.mysql.com/doc/refman/5.0/en/mac-os-x-installation.html
http://dev.mysql.com/doc/refman/5.0/en/mac-os-x-installation.html
If you don't use the Startup Item, enter the following command sequence:
shell>cd /usr/local/mysql
shell>sudo ./bin/mysqld_safe(Enter your password, if necessary)(Press Control-Z)
shell>bg(Press Control-D or enter "exit" to exit the shell)
Import MS Access to MySQL
- need local PC running mysql
- get MySQL Migration toolkit for Windows
- import MS access and export to web/local machine
- using MySQL Administrator on PC backup the Database
- then you have an SQL just like phpmyadmin to go to web/mac
Tuesday, June 2, 2009
Joomla get rid of ugly category list
from this post
http://forum.joomla.org/viewtopic.php?f=428&t=273447
change
$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=default');
to
$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=blog');
and you end up with a blog layout from the section list
http://forum.joomla.org/viewtopic.php?f=428&t=273447
change
$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=default');
to
$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=blog');
and you end up with a blog layout from the section list
Subscribe to:
Posts (Atom)