This file contains 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
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ | |
} | |
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ | |
} | |
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ |
This file contains 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
/* | |
* Template backbone.js code that encapsulates a | |
* datatable.net table within a view for a hypothetical ;) | |
* auction listings application. | |
*/ | |
var HomeRouter = Backbone.Router.extend({ | |
routes: { | |
'refresh' : 'refresh', |
This file contains 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
/* | |
* Copyright (c) 2010 Tobias Schneider | |
* This script is freely distributable under the terms of the MIT license. | |
*/ | |
(function(){ | |
var UPC_SET = { | |
"3211": '0', | |
"2221": '1', | |
"2122": '2', |
This file contains 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
/* | |
* Copyright (c) 2010 Tobias Schneider | |
* This script is freely distributable under the terms of the MIT license. | |
*/ | |
(function(){ | |
var UPC_SET = { | |
"3211": '0', | |
"2221": '1', | |
"2122": '2', |
This file contains 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
<?php | |
/** | |
* Video Plugin | |
* | |
* Plugin to fetch Videos from various Sites | |
* | |
* youtube: {{video:youtube id="youtubeid"}} | |
* vimeo: {{video:vimeo id="vimeoid"}} | |
* |
This file contains 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
<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
class Module_Sample extends Module { | |
public $version = '2.0'; | |
public function info() | |
{ | |
return array( | |
'name' => array( |
This file contains 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
import redstone.xmlrpc.XmlRpcClient; | |
import redstone.xmlrpc.XmlRpcException; | |
import redstone.xmlrpc.XmlRpcFault; | |
import java.net.MalformedURLException; | |
import java.util.HashMap; | |
import redstone.xmlrpc.XmlRpcArray; | |
import redstone.xmlrpc.XmlRpcStruct; | |
public class MagentoClient { |
NewerOlder