Website for Day Spa – The Art and Science of European Skin Care.
The Purple Onion Movie
The Purple Onion a website for a feature length movie in development, written, produced and directed by Mathew Szymanowski, starring Edwin Li.
Based on iBlogPro Theme / Scope Theme
Drupal Onion
Drupal filter editing
admin/settings/filters/1/configure
list allowed tags
Tango Logo
next page jquery
$pos = strrpos( (string)$row->term_data_description, ‘<!–nextpage–>’);
if ($pos === false) { // note: three equal signs
// not found…
// echo $row->term_data_description ;
print_r ( $row->term_data_description ) ;
}
else {
// echo ‘ add pagination on <!–nextpage–> ‘.$pos;
// echo $term1->description ; ?></code>
<div id=”pageone”>term_data_description”, 0, $pos) ;?>
<p id=”pagernext” style=”color: #019dbc; cursor: pointer;”><img src=”<?php echo $front_page.$base_path.$directory; ?>/images/next.png” alt=”Next” /></p>
</div>
<div id=”pagetwo”> term_data_description”, $pos); >
<p id=”pagerprev” style=”color: #019dbc; cursor: pointer;”><img src=”<php echo $front_page.$base_path.$directory; >/images/prev.png” alt=”Prev” /></p>
</div>
Styles for first paragraph, line, letter
p:first-child:first-letter {
float: left;
}
p:first-child:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.post p:first-child:first-letter {
float:left;
background-color: #eeeeee;
line-height:30px;
padding: 5px;
color: #237ab2;
font-weight: bold;
font-size:40px;
}
.post p:first-child:first-line{
font-variant: small-caps;
}
.post p:first-child:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
WordPress References
http://codex.wordpress.org/Function_Reference
how to use query
http://codex.wordpress.org/Template_Tags/query_posts
this one explains how wp gets and displays posts
http://codex.wordpress.org/The_Loop
and template Hierarchy
http://codex.wordpress.org/Template_Hierarchy#The_Template_Hierarchy_In_Detail
http://codex.wordpress.org/Conditional_Tags
http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html
Native Tabs for Views in Drupal
http://drupal.org/node/87195 – Thanks!
In drupal 6, You might not get the tabs if your menu tree does not have any parent.
ie, if here is our requirement.
We need two tabs
1) search/all (default and /search should also point to this)
2) search/artist
Here is what you do
In main view
PATH: search/all
MENU: Default menu tab
Menu Settings
Parent menu item: Normal menu item -> anything
In alternate view
Path: search/artist
MENU: Menu Tab
Font size matrix
by http://www.freshblurbs.com/fontsizes
font-size: .625em; = 10px
font-size: .6875em; = 11px
font-size: .75em; = 12px
font-size: .8125em; = 13px
font-size: .875em; = 14px
font-size: .9375em; = 15px
font-size: 1.0625em; = 17px
font-size: 1.125em; = 18px
font-size: 1.188em; = 19px
font-size: 1.25em; = 20px
font-size: 1.313em; = 21px
font-size: 1.375em; = 22px
font-size: 1.438em; = 23px
font-size: 1.5em; = 24px
font-size: 1.563em; = 25px
font-size: 1.625em; = 26px
font-size: 1.688em; = 27px
font-size: 1.75em; = 28px
font-size: 1.813em; = 29px
font-size: 1.875em; = 30px