Pastoid

Search Results

mindgarden htaccess - View

### HABARI START RewriteEngine On #RewriteRule index.php [PT]

August 21, 2009 at 9:45 am - View

We're three weeks away from the first official Habari gathering. We've gone through several titles for it, but in the end settled on "Habari Party" because, in the end, the goal of this project is to have fun creating the best dang blogging engine out there. Habari Party 2009 will be taking place in Columbus, OH on September 12, 2009 at the <a href="http://www.downtowntechcenter.com/index.html">Downtown Technology Center</a>. The schedule is loosely planned to have the morning sessions dedicated to Habari development. Coding, planning and mapping out the next steps are all on the agenda. The afternoon sessions will be geared at community development, including introductions for those who are new to Habari and ideas for those who are currently looking to increase their participation in the Habari Community. We'll follow this up in the evening with an informal get-together for food and drinks and a chance to get to know each other face-to-face.

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/info.php on line 14 - View

<html> <head> <title> Contact Information for Sean T. Evans </title>

August 20, 2009 at 12:02 pm - View

<?php for each $types as $type { ?> <div id="<?php echo $type; ?> "> <?php for each $items as $item { ?> <div id ="$item" class="item"> <div class="icon">

August 20, 2009 at 12:02 pm - View

I want to be able to feed it something like: classic, phone, 708-953-8267 web, main site, <a href="http://www.morydd.net">Morydd.net</a> instant messenger, AIM, SeanTEvans

August 20, 2009 at 12:02 pm - View

<div id="contacts"> <?php for each $types as $type { ?> <div id="<?php echo $type; ?> "> <div class="title"> <?php echo ucwords($type); ?>

August 20, 2009 at 12:02 pm - View

I want to be able to feed it something like: classic, phone, 708-953-8267 web, main site, <a href="http://www.morydd.net">Morydd.net</a> instant messenger, AIM, SeanTEvans

August 20, 2009 at 12:02 pm - View

<div id="contacts"> <?php for each $contents as ( $typekey => $typevalue ) { ?> <div id="<?php echo $typekey; ?> "> <div class="title"> <?php echo ucwords($typekey); ?>

August 20, 2009 at 12:02 pm - View

I want to be able to feed it something like: <?php $contents = array ( "classic" => array ( "phone" => "1-708-953-8267"

SH2B (Single-Hopped Best Bitter) Extract Kit - Extract Ale Kits - Extract Kits - Recipe Kits - View

delete me! - View

Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 208.108.1.190 131.187.65.1 255.255.255.255 UGH 0 0 0 eth2 208.108.240.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0 131.187.65.0 0.0.0.0 255.255.255.0 U 1 0 0 eth2

delete me! - View

nothing to see here.

August 13, 2009 at 9:04 pm - View

<?php /** * *

August 13, 2009 at 9:04 pm - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>Categories</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>

Tree depth - View

if ($current->left < $prev->right) { $depth++; } elseif ($current->left > ($prev->right + 1)) { $depth--;

submit->caption, not submit->value - View

public function action_form_comment( $form ) { $form->append( 'fieldset','commenterinfo', _t( 'your contact information' ) ); $form->move_before( $form->commenterinfo, $form->commenter ); $form->commenter->move_into( $form->commenterinfo ); $form->email->move_into( $form->commenterinfo );

submit->caption, not submit->value - View

public function action_form_comment( $form ) { $form->append( 'fieldset','commenterinfo', _t( 'your contact information' ) ); $form->move_before( $form->commenterinfo, $form->commenter ); $form->commenter->move_into( $form->commenterinfo ); $form->email->move_into( $form->commenterinfo );

submit->caption, not submit->value - View

public function action_form_comment( $form ) { $form->append( 'fieldset','commenterinfo', _t( 'your contact information' ) ); $form->move_before( $form->commenterinfo, $form->commenter ); $form->commenter->move_into( $form->commenterinfo ); $form->email->move_into( $form->commenterinfo );

August 12, 2009 at 11:11 pm - View

August 12, 2009 at 3:29 pm - View

<?php // ... $form = $post->comment_form(); $form->get(null, false);

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161

<Hide