Using the jquery library thickbox to have lightboxes
Wiki Terms: JavascriptAfter opening a lightbox with thickbox: see http://jquery.com/demo/thickbox/You can close the lightbox and have an href link open a url in the parent window: Register for an...
View ArticleWriting regular old JQuery the regular way in Drupal 7
Wiki Terms: Drupal 7JavascriptThis doesn't use the Drupal behaviors or attach detach stuff, just plain old jquery straight up: (function($) { $().ready(function() { alert('hello'); });...
View ArticleHere is my .vimrc file for mvim
Wiki Terms: DrupalDrupal 6Drupal 7Drupal 8Drupal PlanetJavascriptMacHere is my .vimrc file for mvim, in particular I don't want to forget how to configure Syntastic for Drupal syntax checking in...
View ArticlePut a dom element in memory and then search it with JQuery.
Wiki Terms: JavascriptPut a dom element in memory and then search it.var fullPreservedCourseList = $('.user-rows2');var hidemeHTML = fullPreservedCourseList.find('#hidingme-152216').html();var...
View ArticleAngular.js in Drupal
Wiki Terms: DrupalJavascript<?php /** * @file * Display My Courses. */ /** * Implements hook_init(). */ function angular_test_menu() { $items = array(); $items['my_angular'] = array( 'title' =>...
View ArticleThree.js background for the theme of barnettech.com, use the ASDW keys to...
Wiki Terms: JavascriptAlthough admitedly slightly annoying, the cool factor was too much I decided: I've created a Three.js background for the custom theme of barnettech.com, a minecraft motif. Use...
View ArticleThe only Drupal themed game on the app store? The Evil Dr. Upal has run amok...
Now available on the Apple app store (https://itunes.apple.com/us/app/math-maze-madness/id1010265925?mt=8&ign-...), and as a google Chrome app...
View ArticleIntroducing Math Maze Madness, The First Drupal Themed Educational App now at...
Now available on the Apple app store (https://itunes.apple.com/us/app/math-maze-madness/id1010265925?mt=8&ign-...) , and as a google Chrome app...
View Article