WordPress seminars in Davao from July 3-4
Heads up, Mindanao folks! There are two WordPress seminars coming to your area—Davao City, to be specific—this July. WordPress for Bloggers and WordPress as a CMS. Fees vary from Php150 (students) to Php450 per person. Here’s the sked:
SEMINAR 1: WORDPRESS AS CMS
Date: 3 July 2009 (Friday)
Time: 5:00 – 8:00 P.M.
Venue: Lane Systems conference room, Wheels n’ More Drive, J.P. Laurel Ave., Bajada, Davao City (in the compound where Urban Club & AutoShop are located)
Fee: ?450 per person
This seminar will tackle the fundamentals of the WordPress engine: the templating system; built-in PHP functions for delivering & manipulating content; design elements; introduction to theme & plugin design. Installation and maintenance best practices will also be included. Prerequisites: PHP, XHTML & CSS.SEMINAR 2: WORDPRESS FOR BLOGGERS
Date: 4 July 2009 (Saturday)
Time: 2:00 – 6:00 P.M.
Venue: PhilNITS Lab, 5/F Mintrade Bldg, Monteverde cor. Sales Sts. (this is the building where DTI-11 is located; at the ground floor is PNB)
Fee: ?300 per person | Student rate: ?150
The seminar for bloggers will feature advanced coverage on WordPress deployment & utilization: how to make the most out of your self-hosted WordPress installation. Important topics: theme management; plugin management; SEO basics; introduction to the world of server hosting. Bonus topic: AdSense integration and optimization, c/o Lyle Santos.
Sign up here. How I wish there were something like this in the metro! We’ll have to be a little more patient for the upcoming WordCamp Philippines, then.
Be sure to add these CSS declarations to your WordPress 2.5/2.6 stylesheets
Versions of WordPress 2.5 and 2.6 have added arbitrary new CSS classes for styling uploaded images (WP 2.5) and their captions (WP 2.6). The WordPress Codex has a page that provides CSS declarations you can add to your custom theme if you’re not too familiar with tweaking your stylesheets.
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
Also check out the links posted for more help on CSS, HTML, and WordPress blog design in general.
(Via)



