kswedberg (Karl Swedberg)

Name
Karl Swedberg
Email
Website/Blog
http://www.learningjquery.com/
Company
Fusionary Media
Location
Grand Rapids, MI
Member Since
Mar 20, 2008 (about 1 year)

Following 25 githubbers and watching 34 repositories view all →

Public Repositories (18)

  • jquery-defaulttext

    sets default text overlay on top of a text input

    legend

    Last updated Thu Nov 05 05:11:12 -0800 2009

  • jquery-tinyvalidate

    A (relatively) tiny form validation plugin

    legend

    Last updated Wed Nov 04 06:08:30 -0800 2009

  • jquery-expander

    Expand and Collapse text and associated inline elements (not meant for multiple block-level eleme...

    legend

    Last updated Wed Oct 07 18:33:16 -0700 2009

  • ks.markitup.fieldtype.ee_addon

    A markItUp field type for the Field Frame ExpressionEngine extension

    legend

    Last updated Tue Oct 06 12:28:14 -0700 2009

  • jquery-carousel-lite

    enhanced version of Ganeshji Marwaha's jCarouselLite jQuery Plugin

    legend

    Last updated Sun Oct 04 16:49:48 -0700 2009

  • ks.clearcache.ee_addon

    ExpressionEngine module to clear cache from front-end using ajax

    legend

    Last updated Tue Sep 29 14:26:49 -0700 2009

  • jquery-smooth-scroll

    Automatically make same-page links scroll smoothly

    legend

    Last updated Mon Sep 21 12:56:54 -0700 2009

  • jquery-tmbundle

    TextMate bundle for jQuery

    legend

    Last updated Tue Aug 25 11:49:46 -0700 2009

  • jquery-expandable

    A jQuery plugin that auto-expands textareas to fit the contents as a user types.

    legend

    Forked from brandonaaron/jquery-expandable Thu Apr 30 09:12:50 -0700 2009

    Last updated Tue Aug 25 11:27:46 -0700 2009

  • jquery-cluetip

    Displays a highly customizable tooltip when the user hovers (default) or clicks (optional) the ma...

    legend

    Last updated Sat Aug 22 06:24:22 -0700 2009

  • ks.facelift.ee_addon

    Uses Facelift Image Replacement script (w/o JavaScript) to convert text to images

    legend

    Last updated Tue Aug 04 06:59:12 -0700 2009

  • fusionary-tmbundle

    TextMate bundle for HTML, CSS, and JavaScript to make work at Fusionary more streamlined.

    legend

    Last updated Fri Jun 19 07:41:08 -0700 2009

  • fusebox

    A super-lightweight (<100 LOC) lightbox-esque jQuery plugin (with jQuery UI support!)

    legend

    Forked from joshuaclayton/fusebox Tue Jun 09 09:01:16 -0700 2009

    Last updated Tue Jun 09 08:56:40 -0700 2009

  • jquery-pageslide

    jQuery Javascript plugin which slides a webpage over to reveal an additional interaction pane.

    legend

    Forked from srobbin/jquery-pageslide Tue Jun 02 12:23:18 -0700 2009

    Last updated Tue Jun 02 13:24:46 -0700 2009

  • jquery-socialize

    jQuery Plugin for adding a group of social bookmarks to a blog post

    legend

    Last updated Wed Apr 08 06:48:26 -0700 2009

  • jquery.color

    A generic color library for use with jQuery

    legend

    Forked from dantman/jquery.color Thu Apr 02 16:10:32 -0700 2009

    Last updated Thu Apr 02 09:30:26 -0700 2009

  • ks.slashee.ee_addon

    ExpressionEngine plugin to add or remove starting and/or ending slashes for a string

    legend

    Last updated Fri Mar 20 07:34:06 -0700 2009

  • ks.karls-extra-head.ee_addon

    ExpressionEngine extension allowing user to add any html to the end of the document head for cont...

    legend

    Created Fri Mar 20 07:22:17 -0700 2009

Public Activity feed

kswedberg pushed to master at kswedberg/jquery-defaulttext Thu Nov 05 05:11:12 -0800 2009
HEAD is e13f5fbba19f38e0ab733d081fab3c0c36eb152d
kswedberg pushed to master at kswedberg/jquery-defaulttext Wed Nov 04 06:52:58 -0800 2009
HEAD is fd9dcdc3b07438783606107105fc2f3990c0b692

2 commits »

kswedberg pushed to master at kswedberg/jquery-tinyvalidate Wed Nov 04 06:08:30 -0800 2009
HEAD is 91a371b9258c435eebfafcbea459343404b86d80

2 commits »

kswedberg updated gist: 222658 Fri Oct 30 13:06:43 -0700 2009
// easy refresh-css keybinding to alt-w // alt-r was taken in IE, so consider this a CSS Weefresh
kswedberg forked gist: 222658 Fri Oct 30 12:59:49 -0700 2009
// easy refresh-css keybinding to alt-w // alt-r was taken in IE, so consider this a CSS Weefresh
kswedberg applied fork commits to jquery-pageslide/master Fri Oct 30 06:09:44 -0700 2009
master was changed to b56098
kswedberg pushed to master at kswedberg/jquery-expander Wed Oct 07 18:33:16 -0700 2009
HEAD is 5bb7ce9feb340c357b157e22ad31cfbc3c82748c
kswedberg pushed to master at kswedberg/jquery-expander Wed Oct 07 18:31:55 -0700 2009
HEAD is c982a245f396225c88d750510cafe0b5c413c174

2 commits »

kswedberg created branch master at kswedberg/jquery-expander Wed Oct 07 17:58:55 -0700 2009
kswedberg created repository jQuery-Expander Wed Oct 07 17:58:29 -0700 2009
New repository is at kswedberg/jquery-expander
kswedberg pushed to master at kswedberg/ks.markitup.fieldtype.ee_addon Tue Oct 06 12:28:14 -0700 2009
HEAD is 4e7db8446ca3e0d94db36c97af9b54c90b999d91
kswedberg created branch master at kswedberg/jquery-carousel-lite Sun Oct 04 16:49:48 -0700 2009
kswedberg created repository jquery-carousel-lite Sun Oct 04 16:49:05 -0700 2009
New repository is at kswedberg/jquery-carousel-lite
kswedberg pushed to master at kswedberg/ks.clearcache.ee_addon Tue Sep 29 14:26:51 -0700 2009
HEAD is f3e99532c7ca692ac58045e8b54f8d3d4e11cb8a
  • kswedberg committed f3e99532:
    fixed operation aborted error when using in IE by appending scripts to head instead of body. Also, now it makes sure user has cp access before it includes the script (using $SESS->userdata['access_cp']).