Pastoid

Search Results

test.plugin.p - View

0

test.plugin.php - View

<?php class Test extends Plugin {

theme_class.diff - View

Index: system/themes/charcoal/theme.php =================================================================== --- system/themes/charcoal/theme.php (revision 4870) +++ system/themes/charcoal/theme.php (working copy) @@ -1,8 +1,6 @@

themeclassdiff.diff - View

Index: system/themes/charcoal/theme.php =================================================================== --- system/themes/charcoal/theme.php (revision 4870) +++ system/themes/charcoal/theme.php (working copy) @@ -1,8 +1,6 @@

generate addons - View

type,description,name plugin,"Twitter avatar plugin",twitter_avatar plugin,"Removes Digg Bar frame.",habaridiggbarkiller plugin,"Display and manage a blogroll on your blog.",blogroll plugin,"Display music you listened recently on your blog.",audioscrobbler

February 7, 2011 at 2:19 pm - View

echo '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>'; echo '<script type="text/javascript">'; echo "$('#checkAllAuto').click(function(){"; echo "$(\"INPUT[type='checkbox']\").attr('checked', $('#checkAllAuto').is(':checked'));})"; echo '</script>';

termmenus.plugin.php - View

<?php class TermMenus extends Plugin { public function __get($name)

coreblocks.plugin.php - View

<?php /** * Create a blocks commonly used by site owners. *

January 28, 2011 at 11:27 am - View

Free Software allows individuals to gain essential technical skills in ways that are simply not practical with closed solutions. As a collection of small parts loosely joined, Free Software allows one to quickly grow the list of tools with which they are familiar. Finally, the open nature of Free Software helps one establish a public, verifiable reputation of communication and collaboration. Enthusiasts can experiment on their own with the same professional-grade technologies used by corporations and enterprises, rather than stripped-down limited functionality demos. One can start small, and incrementally add technologies as their time and interest permit. One can easily transition from hobbyist to entry-level professional by applying their skills in low-risk freelance endeavours. Consider a simple example: someone, on their own, sets up a web server. As their expertise with this server grows, they add more and more functionality: a SQL server for data storage, an LDAP server for user account consolidation, a mail server for notifications. The skills they learn on this small scale are directly related to the skills that will be required of them on larger scales. Contrast this with closed alternatives: how can one gain real experience managing a Microsoft Exchange service or creating complex Group Policies for a multi-domain Active Directory?

January 28, 2011 at 10:35 am - View

Scott has been a user of and advocate for Free Software for more than a decade. He's made modest contributions -- from bug reports to patches to comprehensive HOWTOs -- to numerous projects, and has successfully integrated Free Software solutions in all of his professional activities. As one of the founders of "FreeGeek Columbus":http://freegeekcolumbus.org/ Scott has worked hard to demonstrate the long-term value of Free Software and the innumerable benefits that come from participation in open source communities. Scott is a generalist, with experience across a broad range of technologies. His professional success has been directly related to the experiences afforded to him through Free Software and open source.

January 27, 2011 at 12:33 pm - View

<div id="C210M1" style="top: 0px; " class="current"> <div class="toolbar"> <h1>The Ohio Digital Bookshelf Project: First Year results and Second Year Investment Opportunities</h1> <a class="button back" href="#">Back</a> </div>

January 27, 2011 at 12:33 pm - View

<div id="C210M1" style="top: 0px; " class="current"> <div class="toolbar"> <h1>The Ohio Digital Bookshelf Project: First Year results and Second Year Investment Opportunities</h1> <a class="button back" href="#">Back</a> </div>

January 27, 2011 at 12:33 pm - View

<div id="C210M1" style="top: 0px; " class="current"> <div class="toolbar"> <h1>The title I'm interested in</h1> <a class="button back" href="#">Back</a> </div>

January 27, 2011 at 12:33 pm - View

$(function() { $('.s_b').click(function(){ var f = $(this).parents('.current'); var h1 = f.find('h1').html(); var p_p = f.find('.p_p').html();

January 27, 2011 at 11:04 am - View

(function(S) { $(function() {

January 26, 2011 at 1:48 pm - View

Jamil's Irish Red Ale, from Brewing Classic Styles O.G. 1.054 F.G. 1.014 IBU 27

instant_search.js - View

var InstantSearch = { running: false, request: null,

emailmeformui.plugin.php - View

<?php /** * email me (FormUI) * @package postfields

prepublish.plugin.php - View

<?php class PrePublish extends Plugin { public function action_post_update_after( $post ) {

emailmeformui.plugin.php - View

<?php /** * email me (FormUI) * @package postfields

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