February 18th, 2010
When it comes to optimizing your CakePHP queries, you need to abandon Recursive and adopt Containable.
In the example below I have the following models:
- Patient
- Specimen
- Result
- ResultType
The associations in the model are:
- Result
- belongsTo
- ResultType
- Patient
- Specimen
Read the rest of this entry »
Tags: behaviors, CakePHP, containable, optimization, PHP, SQL
Posted in CakePHP, PHP, containable behavior, web development | No Comments »
February 16th, 2010
There is a new version of the Baseline Theme. In the last few days of tinkering with it and modifying it for use with this website, I noticed a small bug. The Blueprint IE reset was acting funny in conjunction with the IE8 JavaScript. I chose to make IE8.js the default with the option of including Blueprint’s reset instead. Read the rest of this entry »
Tags: baseline theme, web development, wordpress
Posted in web development, wordpress | No Comments »
February 15th, 2010
The Baseline Development Wordpress Theme has Blueprint plugged in already. There are some optional Blueprint plugins you can take advantage of. We’ll take a look at the fancy-type plug-in. Read the rest of this entry »
Tags: baseline theme, Blueprint Framework, css, wordpress
Posted in Blueprint Framework, css, web development, wordpress | No Comments »
February 14th, 2010
An Inventory of Blueprint’s Style Resets and Useful Classes
A friend contacted me about using the Baseline Wordpress theme, but asked why I included both Blueprint and the 960 Grid System. The short answer is that Blueprint has a number of browser resets that I like to take advantage of and 960 GS offers greater flexibility in terms of the width of columns and their gutter widths. Especially if you want to adhere to the Golden Ratio for design. 960 pixels divides very neatly into 3.
Let’s take a look at what Blueprint does to reset some things to establish a cross-browser baseline. Read the rest of this entry »
Tags: 960 Grid System, Blueprint Framework, css, wordpress
Posted in Blueprint Framework, css, web development, wordpress | No Comments »
February 8th, 2010
I’ve come up with some habits that I’ve developed from building themes for Wordpress over the years. One, is to start with a nearly blank style sheet. I also like to hook in several JavaScript libraries and CSS frameworks from the start to take advantage of things like JQuery, Blueprint’s CSS reset and Superfish menus. Read the rest of this entry »
Tags: themes, wordpress
Posted in Blueprint Framework, JavaScript, css, web development, wordpress | No Comments »
January 8th, 2010
I’ve been using mind mapping software recently to work out data models, with some success. The Mindmeister example below is a simple database of a few related tables. Read the rest of this entry »
Tags: data, data modeling, databases, mind mapping
Posted in data modeling, databases, mind mapping | No Comments »
November 9th, 2009
About Blueprint
Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing.
.container
/* A container should group all your columns. */
.container {
width: 950px;
margin: 0 auto;
}
Read the rest of this entry »
Tags: blueprint, Blueprint Framework, css
Posted in Blueprint Framework, css, web development | No Comments »
November 9th, 2009
Posted in posterous | No Comments »
November 2nd, 2009
Posted in posterous | No Comments »
November 2nd, 2009
Posted in posterous | No Comments »