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
<style type="text/css"> | |
#wrapper { clear: left; overflow: hidden; position: relative; width: 520px; } | |
#slideWrap { clear: both; position: relative; width: 9000px;} | |
.slide { float: left; width: 520px; } | |
#wrapper #slideNav { float: right; margin: 2.75em 0 2em 0; } | |
#slideNav li { display: inline; padding: 0; } | |
#slideNav li a { | |
background: url(http://cmcilrath.rssready.net/xcel/assets/images/bg_slideNav.png) no-repeat -12px top; | |
display: block; |
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
Options +FollowSymLinks | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^(www\.)?old\.com$ [NC] | |
RewriteRule .* http://www.new.com%{REQUEST_URI} [R=301,L] |
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
RewriteEngine On | |
RewriteCond %{HTTP_HOST} !^www\.domain\.com$ | |
RewriteRule (.*) http://www.domain.com/$1 [R=301,L] |
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
<p> | |
<img src="images/stories/sezona_2011_2012/Ostatne/yankee_stadium.jpg">Chelsea Football Club prostredníctvom oficiálnej stránky oznámil miesto budúcoročnej predsezónnej prípravy. | |
</p> | |
<hr id="system-readmore"> | |
<p> | |
Klub zatiaľ oznámil dva primárne zápasy, na ostatné si fanúšikovia a najmä tí americkí budú musieť ešte počkať. | |
</p> | |
<p> | |
Chelsea odohrá zápas proti Paris St Germain v New Yorku na Yankee Stadium (na obrázku). Zápas je naplánovaný na sobotu 22. júla. | |
</p> |
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
<?php | |
/** | |
* @version $Id: item.php 1492 2012-02-22 17:40:09Z [email protected] $ | |
* @package K2 | |
* @author JoomlaWorks http://www.joomlaworks.net | |
* @copyright Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved. | |
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html | |
*/ | |
// no direct access |
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
### Keybase proof | |
I hereby claim: | |
* I am korzo on github. | |
* I am korzo (https://keybase.io/korzo) on keybase. | |
* I have a public key whose fingerprint is 8713 B55D EA15 734F 694E 1C25 C7AA B0A3 CD61 57B3 | |
To claim this, I am signing this object: |
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
" .vimrc of Bart Trojanowski | |
" | |
" You can get a more upto date version from | |
" http://www.jukie.net/~bart/conf/vimrc | |
" | |
" Most files sourced by this vimrc are located here: | |
" http://www.jukie.net/~bart/conf/vim/ | |
" | |
" --------------------------------------------------------------------------- |
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
################################################################################# | |
### The perfect Varnish configuration for Joomla (& other CMS based) websites ### | |
################################################################################# | |
# USE: Place the contents of this configuration inside the main | |
# Varnish configuration file, located in: /etc/varnish/default.vcl (root server access required - obviously) | |
# IMPORTANT: The following setup assumes a 2 minute cache time. You can safely increase | |
# this to 5 mins for less busier sites or drop it to 1 min or even 30s for high traffic sites. |
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
// http://jsbin.com/vivucuceco/edit?output | |
var csv = '', | |
link, | |
div; | |
jQuery("#thePlaylist tr").each(function(i,e){ | |
if (i > 0) { | |
var as = jQuery("a", jQuery("td", e)[2]).each(function(j, el){ | |
csv = csv + '"'+ el.innerHTML + '";"' + el.href + '"'; | |
if (j === 0) { | |
csv = csv + ';'; |
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
<?php | |
/** | |
* @author Federico Liva <[email protected]> | |
* @copyright Copyright (C)2015 Federico Liva. All rights reserved. | |
* @license GNU General Public License, version 2 or later | |
*/ | |
error_reporting(E_ALL); | |
ini_set('display_errors', 1); | |
ini_set('max_execution_time', 0); |
OlderNewer