Pastoid

Search Results

July 17, 2008 at 5:58 pm - View

July 17, 2008 at 1:02 pm - View

July 17, 2008 at 3:49 am - View

function str_trim($str, $lim = 32, $chr = '…') { // If length of string is less than $lim, return string

July 16, 2008 at 10:02 pm - View

Properly allow .deriv - View

<FilesMatch "^\.deriv"> Order deny,allow Allow from all </FilesMatch>

July 16, 2008 at 8:51 pm - View

### HABARI START RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase /blog

July 16, 2008 at 8:50 pm - View

# Use PHP5CGI as default AddHandler fcgid-script .php RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC]

July 16, 2008 at 8:40 pm - View

<DirectoryMatch "^\.deriv" > Order allow, deny Allow from all </DirectoryMatch>

Allow .deriv directory - View

<DirectoryMatch "^\.deriv" > Order allow, deny Allow from all </Directory>

July 16, 2008 at 8:16 pm - View

<li class="media first first-child"> <span class="foroutput">Habari-Article-Editor.PNG</span> <div class="mediatitle">Habari-Article-Editor.PNG</div> <img class="loading" src="http://nbrightside.com/blog/user/files/.deriv/Habari-Article-Editor.PNG.thumbnail.jpg"/> <div class="mediastats"> </div><ul class="mediaactions dropbutton">

July 16, 2008 at 1:24 pm - View

July 16, 2008 at 8:53 am - View

AfterID SQL - View

if ( isset( $paramset['afterid'] ) ) { $where[]= 'pubdate > ( SELECT pubdate from {posts} WHERE id = ? )'; $params[] = $paramset['afterid']; }

July 15, 2008 at 5:18 pm - View

July 15, 2008 at 1:32 pm - View

Time range from 3pm to 8pm inc(5min) - View

<?php $starting_feet = 3; $ending_feet = 8; $inches_per_foot = 60;

Feet Range from 4 to 7 - View

<?php $starting_feet = 4; $ending_feet = 7; $inches_per_foot = 12;

July 15, 2008 at 9:46 am - View

<ul><?php $i = 1; foreach($post->tags as $key => $tag) { ?> <li><a href="<?php echo URL::get('display_entries_by_tag', array('tag' => $key)); ?>" rel="tag" title="View more posts tagged &lsquo;<?php echo $tag; ?>&rsquo;"><?php echo $tag; ?></a><?php if($i == count($post->tags)) { ?><?php } elseif($i == (count($post->tags) -1 )) { ?><?php if($i == count($post->tags)) { ?><?php } elseif($i == (count($post->tags) -1 )) { ?><?php if (count($post->tags) != 2) { ?>,<?php } ?> and <?php } } else { ?>, <?php } ?></li> <?php $i++; } ?> </ul>

July 15, 2008 at 9:35 am - View

//for your home.php or entries.php <? if ( is_array( $post->tags ) ) : ?> <ul><li><? echo $post->tags_out; ?></ul> <? endif; ?>

July 15, 2008 at 9:20 am - View

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 · 162 · 163

<Hide