Archive for the “Design” category
More Design Follies …
by Tony Hung on June 7, 2006
Three distinct problems: 1) Losing ALL “formating” If you write html * {margin: 0 0 0 0; padding: 0 0 0 0;}, in WordPress at least, you lose the possibility of ALL formatting in the posts … that is, “paragraph” (…)
Migrating Servers — Goodbye Windham-York.com/BLOG!
by Tony Hung on June 5, 2006
HELLOOOOOOO Tony.TheHungs.Org 1. Backing up database: Use this plug in — http://www.skippy.net/blog/category/wordpress/plugins/wp-db-backup/ Alternatively — there is a “long” manual way via myPHPAdmin: http://codex.wordpress.org/Backing_Up_Your_Database 1b. Created new database on Dreamhost (named “Tony”) 2. Installing WordPress on another server (the usual stuff) (…)
Blog F*cked Up on Main Computer
by Tony Hung on April 27, 2006
Background is is all mucked up. Not centered — with stuff all shifted to the right. Interesting … not done so on laptop. Or now, on MSIE ** CORRECTION: It doesn’t render with Firefox 1.0.4 … Interesting … why is (…)
CSS Tricks: BOX solved
by Tony Hung on April 21, 2006
Previous problem: apparently thought couldn’t nest DIVs — well you can. The problem was trying to nest divs with no content. When you actually thrown in content there is apparently no problem at all. Thank god there is a simple (…)
CSS Tricks: The BOX
by Tony Hung on April 20, 2006
Ended up using Andy Budd’s simple box method: Create a gif for the background, the top, and the bottom of the box. Then create the box thusly: <div id=”box”> <h2>Header</h2> <p class=”content”>CONTENT GOES HERE</p> </div> #box — background is a (…)
Photoshop Tutorials
by Tony Hung on April 19, 2006
A List of Photoshop Tutorials: How to create good knockouts or Masks: http://www.heathrowe.com/tuts/knockout.asp?knockout=intro Elegant Studio Shots: highlighting, mirroring, etc http://www.photoshoplab.com/tutorial_The-Elegant-Studio-Shot.html Stencil-like image: http://tutorialseeker.com/forum/index.php?showtopic=865 Andy-Warhol effect on Images: http://www.melissaclifton.com/tutorial-warholphoto1.html Creating a 3D Box: Using “3D Transform” http://www.spoono.com/photoshop/tutorials/tutorial.php?id=26 Cutout Images and Transparent (…)
CSS Tricks: Creating that header graphic
by Tony Hung on April 19, 2006
Requires a bunch of programs/ skill sets: A background graphic — need to use Photoshop A header/logo graphics — ditto A navigation scheme — Photoshop or CSS, your pick And CSS to wrap it all together. To create that header (…)