This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe class="videoframe" width="912" height="540" src="http://www.youtube.com/embed/a79vjmQ-Zl8?&hd=1&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-07-30 13:30:13.086 [INFO ] Rendered dashboard/dashboard.html.erb within layouts/application (80.7ms) (pid:6420) | |
2011-07-30 13:30:13.086 [INFO ] Completed 500 Internal Server Error in 89ms (pid:6420) | |
ActionView::Template::Error (undefined method `is_mobile_device?' for #<#<Class:0x00000106beabc0>:0x00000106a03e88>): | |
17: <%= javascript_include_tag "modules/message" %> | |
18: <%= javascript_include_tag "application" %> | |
19: | |
20: <%= stylesheet_link_tag "/vendor/facebox/facebox.css" %> | |
21: <%= stylesheet_link_tag "jquery.tokeninput.facebook" %> | |
22: <%= stylesheet_link_tag "application" %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Firmafon</title> | |
<link rel="apple-touch-icon" href="/images/mobile/iicon57.png" /> | |
<link rel="apple-touch-icon" sizes="72x72" href="/images/mobile/iicon72.png" /> | |
<link rel="apple-touch-icon" sizes="114x114" href="/images/mobile/iicon114.png" /> | |
<link rel="apple-touch-startup-image" href="/images/mobile/istartup.png"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".open-right").live("click", function(e){ | |
e.preventDefault(); | |
var page = $(this).attr("rel"); | |
$("#callflow-selector").animate({"left": "-=640px"}, 500); | |
$(page).fadeIn(); | |
}); | |
$(".close-right").live("click", function(e){ | |
e.preventDefault(); | |
var page = $(this).attr("rel"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin box-shadow($dist) { | |
@if $css3 == disabled { | |
/* css3 disabled */ | |
} @else{ | |
-webkit-box-shadow: $dist; | |
-moz-box-shadow: $dist; | |
-ms-box-shadow: $dist; | |
box-shadow: $dist; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running... | |
Vision coming up... | |
=> Darwin 10.3.0 on i486 | |
=> using /usr/local/bin/ruby | |
=> ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-darwin10.3.0] | |
/Users/niklas/Desktop/vision-4.1.0/server/vendor/liquid/lib/liquid/strainer.rb:48: warning: undefining `object_id' may cause serious problem | |
/Users/niklas/Desktop/vision-4.1.0/server/vendor/rubyzip/lib/zip/zip.rb:4:in `require': no such file to load -- ftools (LoadError) | |
from /Users/niklas/Desktop/vision-4.1.0/server/vendor/rubyzip/lib/zip/zip.rb:4:in `<top (required)>' | |
from /Users/niklas/Desktop/vision-4.1.0/server/config/environment.rb:21:in `require' | |
from /Users/niklas/Desktop/vision-4.1.0/server/config/environment.rb:21:in `<top (required)>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-16646598-1']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var zenbox_params = {}; | |
zenbox_params.tab_id = "support"; | |
zenbox_params.tab_color = "black"; | |
zenbox_params.title = "firmafon"; | |
zenbox_params.text = "How may we help you? Please fill in details below, and we'll get back to you as soon as possible."; | |
zenbox_params.tag = "dropbox"; | |
zenbox_params.url = "ff.zendesk.com"; | |
</script> | |
<style type='text/css'>@import url('//assets0.zendesk.com/external/zenbox/overlay.css');</style> |
NewerOlder