Skip to content

Instantly share code, notes, and snippets.

View jvreeken's full-sized avatar

James Vreeken jvreeken

View GitHub Profile
vwo_$("#calculator-link").attr({"alt":"Click to calculate your savings","title":"","width":"960","height":"240","border":"","src":"//useruploads.visualwebsiteoptimizer.com/useruploads/56776/images/d22f953d237a93523f9a10eeb4b6d69c_click-to-calculate-your-savings-updated.png"});
vwo_$("#savings_banner").css({"display":"none"});
vwo_$("#calculator-link").css({"display":"block","cursor":"pointer","margin-bottom":"-72px","border-bottom":"0"});
vwo_$('#SAVINGS-CALCULATOR').attr( "style", "" );
vwo_$('#SAVINGS-CALCULATOR').css({"display":"block","height":"0","overflow":"hidden"});
vwo_$('#calculator-link').click(function(){
vwo_$('#calculator-link').css({"display":"none"});
vwo_$('#SAVINGS-CALCULATOR').css({"height":"186px","position":"relative","left":"100%"});
vwo_$("#SAVINGS-CALCULATOR").animate({height:"295px",left:"0px"},200);
});
@jvreeken
jvreeken / zoho-webform-fix.js
Created April 5, 2016 23:27
How to implement zoho inside of webflow
<script type="text/javascript">
var Webflow = Webflow || [];
Webflow.push(function() {
$('input[name=xnQsjsdp]').val('a4fc072ab2b4a4a1010504add1e0f7091d1bd9f6f255e2bb1dfecbb74ae9ed5b');
$('input[name=zc_gad]').val('');
$('input[name=xmIwtLD]').val('b090f17eda6c640da9cd6310269e5ffba641c76e917ae8f33eb2127a50566547');
$('input[name=actionType]').val('TGVhZHM=');
//The return URL after the form is submitted
$('input[name=returnURL]').val('http://mastermindesigns.com');
(* Script to record and tag spotify tracks, by Lloyd Moore *)
(* Modified by Tiffany G. Wilson to resolve audio splitting issues, automate starting/stopping, and add recording customization *)
(* Modified by github.com/duggi on 7/18/2014 -- replace slash with dashin new filename to prevent directory write errors *)
(* Snippets for controlling Spotify are from Johnny B on tumblr (http://johnnyb.tumblr.com/post/25716608379/spotify-offline-playlist) *)
(* The idea of using delayed tagging/filename updating is from a guest user on pastebin (http://pastebin.com/rHqY0qg9) *)
(* The only thing to change in the script is the output format; you must change the file extension and the recording format to match *)
(* Run this script once a song you want to record is queued (stopped at beginning) or playing *)
(* Running the script will initiate hijacking, recording and audio playback *)
(* To stop script, pause Spotify or wait for album/playlist to end*)
(* To set id3 tags, use application Kid3 (http://sourceforge.net/pr
@jvreeken
jvreeken / index.html
Created September 14, 2014 21:09
A Pen by J. James Rockhill.
<package>
<display>
</display>
</package>
@jvreeken
jvreeken / Profile-Widget.markdown
Last active August 29, 2015 14:06
A Pen by Mustafa ismail .