• skip to content

Matt Fiddles

Life's so vast, there's just so much to do...

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

start

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • computers (14)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Javascript Scriptlets

Fulltext results:

Wordpress Snippets @computers:websites:wordpress
14 Hits, Last modified: 4 years ago
Useful Code Snippets for WordPress]] ===== Deny script access ===== Add to the top of a script (after <?php) <code php> if ( !defined('ABSPATH') ) { die("<!--... s. Possible tool: http://generatewp.com/register_script/ <code php> function custom_replace_css() { //... t look in the plugin code) wp_deregister_style('script-tag'); } add_action('wp_enqueue_scripts','custom
Zombie Slayer @computers:linux
9 Hits, Last modified: 5 years ago
====== Zombie Slayer ====== Just a cool little script to slay zombie processes. Or those dumb things that... ******************************************** This script will terminate all zombie process. Press [ENTER] ... ************************************************* Script complete." *********************************************************** </code> The script: <code bash zombie-slayer> #!/bin/bash #########
Arpon @computers:linux
3 Hits, Last modified: 5 years ago
n/service arpon'' to the path of your arpon start script, and make sure you can run ''/path/to/arpon-script start/stop <interface>''.// First, in ''/etc/defaults... from NM. Here it is: <code bash> #!/bin/sh -e # Script to dispatch NetworkManager events # # Runs ifupdo
Dokuwiki @computers:web-engines
2 Hits, Last modified: 17 months ago
ku.php?id=computers:filesystems&do= RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*):(.*)$ $1/$2 [R=301,L] </code> Make se
PHP Notes @computers:websites
2 Hits, Last modified: 3 years ago
efined.php __FILE__ //The path of the current script. __DIR__ //The directory of the current script. ==== Dump vars ==== Use print_r() and var_dump() to
Custom Login Page @computers:websites:wordpress
2 Hits, Last modified: 4 years ago
_filter( 'login_footer',function() { echo "<script>document.getElementById('rememberme').checked = true;</script>"; }); }); </code> ===== Display a Custom
HTML notes @computers:websites
2 Hits, Last modified: 4 years ago
eaName" cols="40" rows="5"></textarea> </form> <script type="text/javascript"> function changeHeight() { document.FormName.TextareaName.rows = document.FormName.RowsInputName.value; } </script> </code>
Javascript Scriptlets @computers:websites
2 Hits, Last modified: 5 years ago
rogramming/javascript/onloads/index.html <code> <script type="text/javascript"> // from http://simonwilli... oldonload(); } func(); } } } addLoadEvent( function_to_run() ); </script> </code>
Wordpress tracking @computers:websites:wordpress
2 Hits, Last modified: 5 years ago
code> add_action( 'admin_head', 'synth_admin_head_script' ); function synth_admin_head_script() { if ( !is_super_admin() || !is_admin() ) { ?> <!-- Your Ana
Wordpress Plugins @computers:websites:wordpress
1 Hits, Last modified: 4 years ago
ThickBox Plus]]** automatically applies ThickBox script that overlays linked image, inline, iFramed and A
Vagrant @computers:virtualization
1 Hits, Last modified: 4 years ago
reshing it's cache of software. So I wrote a bash script to setup the server, which was much faster. How
Google Forms @computers:websites
1 Hits, Last modified: 4 years ago
ime-monitor/21060/ http://ctrlq.org/code/19319-website-monitor-script http://www.labnol.org/tag/guide/
Fix Audio Volume @computers:linux
1 Hits, Last modified: 5 years ago
volume to 0%, muting it. So I wrote a quick bash script to fix that. Uses amixer to fix the audio. You'l
Robots.txt Hints @computers:websites
1 Hits, Last modified: 5 years ago
low: /index.php # separate directive for the main script file of WP Disallow: /*? # search results Disallo
start.txt ยท Last modified: Feb 2, 2014 (5 years ago) by Matt Bagley

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki