NextGEN Gallery

http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/

http://nextgen.boelinger.com/

http://nextgen.boelinger.com/custom-fields/

http://dpotter.net/Technical/index.php/2008/05/14/nextgen-gallery-review-displaying-images-album/?album=1&gallery=2

Natasha’s Silk Art

Natasha Foucault once literally walked the heels off her boots taking photographs and sketching in the south of France for a new series of silk paintings. It is this unswerving devotion to her work that has produced her brilliant silk paintings and wearable art. From the black and white world of sense-dulling Moscow winters to the glowing stained glass windows of Prague’s cathedrals, Natasha has found beauty and mystery wherever she opens her eyes to see and to paint.

Once she had experienced the hypnotic effect of liquid dyes moving on shimmering silk fibers, she swore allegiance to the medium of silk painting in order to create her own brilliant style. She has filled gallery walls in several countries with fine art, and sent hundreds of smiling women out of her showroom, their beauty and grace enhanced by the flowing lines of her boldly executed silk clothing.
Tools: WordPress, Dreamweaver, Photoshop, css

natashasilkart-frontnatashasilkart-fine-art

Admin Interface
Admin Interface

Hiphop Archive [dot] org

The Hiphop Archive was officially established in 2002 under the direction of Marcyliena Morgan. From The Hiphop Archive’s inception, students, faculty, artists, staff and other participants in Hiphop culture have been committed to supporting and establishing a new type of research and scholarship devoted to the knowledge, art, culture, materials, organizations, movements and institutions developed by those who support and follow Hiphop. In response to this movement The Hiphop Archive organizes and develops collections, initiates and participates in research activities, sponsors events and acquires material culture associated with Hiphop in the U.S. and throughout the world.

Modified attachement for WP

<?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?>
<?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0] <= 128 ? ‘small’ : ”) . ‘attachment’; // This lets us style narrow icons specially ?>
<div  id=”post-<?php the_ID(); ?>”>
<h2><a href=”<?php echo get_permalink($post->post_parent); ?>” rev=”attachment”><?php echo get_the_title($post->post_parent); ?></a> &raquo; <a href=”<?php echo get_permalink() ?>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
<?php the_title(); ?>
</a></h2>
<div class=”entry”>
<p class=”<?php echo $classname; ?>”><?php echo $attachment_link; ?> <br />
<!–<?php echo basename($post->
guid); ?> –> </p>
<?php the_content(‘<p class=”serif”>Read the rest of this entry &raquo;</p>’); ?>
<?php wp_link_pages(array(‘before’ => ‘<p><strong>Pages:</strong> ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div>

utf8_to_unicode

http://www.randomchaos.com/documents/?source=php_and_unicode

function utf8_to_unicode( $str ) { // two functions below are used as workaround for line break replacement, replace with proper
//        $wraph4 = str_replace( “cannot find this symbol”, ” “, $wraph4);  // –  %e2%80%a8   HTML Entity (decimal)      &#8232; HTML Entity (hex)     &#x2028; http://www.fileformat.info/info/unicode/char/2028/index.htm    replace line break from InDesign with whitespace
$unicode = array();
$values = array();
$lookingFor = 1;

for ($i = 0; $i < strlen( $str ); $i++ ) {
$thisValue = ord( $str[ $i ] );
if ( $thisValue < 128 ) $unicode[] = $thisValue;
else {
if ( count( $values ) == 0 ) $lookingFor = ( $thisValue < 224 ) ? 2 : 3;
$values[] = $thisValue;
if ( count( $values ) == $lookingFor ) {
$number = ( $lookingFor == 3 ) ?
( ( $values[0] % 16 ) * 4096 ) + ( ( $values[1] % 64 ) * 64 ) + ( $values[2] % 64 ):
( ( $values[0] % 32 ) * 64 ) + ( $values[1] % 64 );

$unicode[] = $number;
$values = array();
$lookingFor = 1;
} // if
} // if
} // for
return $unicode;
} // utf8_to_unicode

Search input with text inside box and image button

<nobr><input type=”text” style=”width: 125px” id=”searchtext” name=”q” value=”Search CPIMA” onFocus=”if(this.value==’Search CPIMA’)this.value=”;” />
<input type=”image” src=”<?php bloginfo(‘home’); ?>/wp-content/includes/images/search.gif” id=”searchsubmit” name=”btnG” alt=”Search” />
</nobr>

add one with the looking glass inside

Stanford Center on Polymer Interfaces and Macromolecular Assemblies (CPIMA)

Web site for Center on Polymer Interfaces and Macromolecular Assemblies (CPIMA), an NSF sponsored partnership among Stanford University, IBM Almaden Research Center, the University of California Davis and the University of California Berkeley, provides cross-referenced information about research, education and industry outreach activities of the Center, researchers profiles and list of publications.

CPIMA is dedicated to fundamental research on interfaces found in systems containing polymers and low molecular weight amphiphiles. Site launched in 2008, CPIMA has been closed in 2010.

Personal Profile
Personal Profile
Admin Screen
Admin Screen
Front Page
Front Page
IRG page
IRG page