Skip to content
View drewjoh's full-sized avatar

Highlights

  • Pro

Organizations

@tinybitfarm
Block or Report

Block or report drewjoh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Dynamic (AJAX) loaded Bootstrap Moda... Dynamic (AJAX) loaded Bootstrap Modal (Bootstrap 2.1)
    1
    $(document).ready(function() {
    2
    	
    3
    // Support for AJAX loaded modal window.
    4
    // Focuses on first input textbox after it loads the window.
    5
    $('[data-toggle="modal"]').click(function(e) {
  2. phpPayPal phpPayPal Public archive

    A PHP class to make it easy to interact with PayPal, especially Website Payments Pro.

    PHP 102 41

  3. Laravel CORS Middleware Laravel CORS Middleware
    1
    <?php // /app/Http/Middleware/Cors.php
    2
    
                  
    3
    namespace App\Http\Middleware;
    4
    
                  
    5
    use Closure;
  4. A Simple Postmark PHP Class with Att... A Simple Postmark PHP Class with Attachments
    1
    <?php
    2
    
                  
    3
    	require("postmark.php");
    4
    	
    5
    	$postmark = new Postmark("your-api-key","from-email","optional-reply-to-address");
  5. css3-github-buttons css3-github-buttons Public archive

    Forked from necolas/css3-github-buttons

    Helps you easily create GitHub-style buttons from links, buttons, and inputs.

    6 1

  6. laravel-gravatar laravel-gravatar Public

    Gravatar bundle for the Laravel framework.

    PHP 4 2