Pastoid

Search Results

August 24, 2008 at 11:54 pm - View

August 24, 2008 at 11:45 pm - View

<michaeltwofish> blakej: how is your stats-fu ? <blakej> michaeltwofish: pretty good, thought physicists often call things by different names. So, I might know something and not realize I know it because I don't recognize the notation * itrebal is now known as [itrebal_sleep] <blakej> *though physicists... <michaeltwofish> mine is crap. So crap I have trouble even explaining what I need. Got a sec for me to try ?

August 24, 2008 at 1:34 am - View

public function theme_comment_form() { $ui = new FormUI( 'comments_form' ); $ui->set_option( 'form_action', URL::get( 'submit_feedback', array( 'id' => $this->post->id ) ) );

August 23, 2008 at 7:39 pm - View

<script type="text/javascript"> $(document).ready(function(){ $(".head").click(function() { $(this).next().slideToggle("slow"); $(this).toggleClass("active");

August 23, 2008 at 7:39 pm - View

<h3 class="head">Tags</h3> <div id="tags_list"> //tags code here </div>

August 23, 2008 at 2:43 am - View

August 22, 2008 at 11:54 pm - View

August 22, 2008 at 11:53 pm - View

August 22, 2008 at 6:03 pm - View

Index: system/admin/css/admin.css =================================================================== --- system/admin/css/admin.css (revision 2310) +++ system/admin/css/admin.css (working copy) @@ -309,6 +309,10 @@

August 22, 2008 at 5:34 pm - View

simpleFilter: function( search ) { // search= search.toLowerCase(); var count= 0; $('li.item, a.tag, div.settings div.item').hide();

August 22, 2008 at 10:50 am - View

August 22, 2008 at 2:36 am - View

function action_add_template_vars( $theme ) { // Utils::debug($theme->request);

August 22, 2008 at 1:02 am - View

August 21, 2008 at 3:27 pm - View

http://alphonse.info/atom/1 http://alt-f4.co.uk/atom/1 http://am.notsowise.net/atom/1 http://www.ambridgefamilytheatre.com/atom/1 http://asymptomatic.net/atom/1

August 20, 2008 at 7:31 pm - View

$(".head").click(function() { $(this).next().toggle("slow"); $(this).toggleClass("active"); }).next().hide();

August 20, 2008 at 3:04 pm - View

August 20, 2008 at 10:51 am - View

August 20, 2008 at 2:58 am - View

.entry a[href^="http:"] { background: url(images/extlink.png) no-repeat top right; padding-right: 12px; }

August 20, 2008 at 2:50 am - View

Post Word Count plugin - View

<?php /********************************** * * Word Count for Posts

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