Wordpress
Client : Dani Marti
Job Type : Website
Abstract : A website for the artist Dani Marti.
Year : 2009
Designer : Kactus Pie
Link : http://danimarti.com/
Client : Pressform
Job Type : Website
Abstract :
Year : 2009
Link : www.pressform.com.au
Client : Vincent Ward
Job Type : Website
Abstract : A new web site for renowned filmmaker Vincent Ward to showcase including rare work from his own archive on the unrealised version Alien 3 and behind the scenes work on Motion Painting technology.
Year : 2009
Designer : House of Laudanum
Link : vincentwardfilms.com
Client : Longina Phillips Designs
Job Type : Website
Abstract :
Year : 2010
Designer : LPD
Link : www.lpd.com.au
Client : Griffin Theatre Company
Job Type : Website
Abstract : Relaunch the redesigned GTC website with a WordPress CMS
Year : 2009
Designer : Interbrand
Link : http://www.griffintheatre.com.au/
If you host your email externally from the server that runs your website you might find that PHP’s mail function doesn’t quite work as expected. Following is the scenario.
Uploading an image returns error on creating directory. “Is its parent directory writable by the server?”
Check that PHP Safe Mode is off ( particularly mediatemple ).
You can’t upload a file larger than 2MB
PHP’s max_upload_size directive needs fixing. See this post.
While there are lots of reasons for this error you can fix the mod_security error by adding this to your .htaccess file.
[via http://thethemeblog.com]
If you are using authentication then the problem is more likely elsewhere. See “Password protect Wordpress (but still use the Flash Uploader)” instead.
#BEGIN Image Upload HTTP Error Fix
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security_module>
<Files async-upload.php>
SecFilterEngine [...]
This attachments plugin doesn’t provide much enhancement to the display layer of Wordpress but it does provide utilities for theme builders to quickly extract all kinds of media into their themes. The use for which it was designed is galleries based on media uploaded to particular posts and pages.
Features
Associate still frames with their appropriate videos [...]