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
/* | |
* PolyPage 0.5 - for Mootools | |
* | |
* Copyright (c) 2007 New Bamboo (new-bamboo.co.uk) | |
* Dual licensed under the MIT and GPL licenses: | |
* http://www.opensource.org/licenses/mit-license.php | |
* http://www.gnu.org/licenses/gpl.html | |
* | |
* Additional help and information can be found at: http://code.new-bamboo.co.uk/polypage | |
* |
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
/* | |
* Cross-browser display: inline-block | |
* | |
* References: | |
* - http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/ | |
* - http://www.getonthenet.eu/css-howto-cross-browser-inline-block/ | |
*/ | |
a{ | |
display: -moz-inline-box; /* Firefox 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
[user] | |
email = [email protected] | |
name = Your Name | |
[core] | |
autocrlf = false | |
[merge] | |
tool = diffmerge | |
[mergetool "tortoisemerge"] | |
cmd = C:/Program\\ Files/TortoiseSVN/bin/TortoiseMerge.exe /base:\"$BASE\" /mine:\"$LOCAL\" /theirs:\"$REMOTE\" /merged:\"$MERGED\" | |
keepBackup = false |
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
# Window sizes and visibility | |
position.left= | |
position.top= | |
position.width= | |
position.height= | |
split.vertical=0 | |
toolbar.visible=1 | |
tabbar.hide.one=1 | |
statusbar.visible=1 | |
output.initial.hide=1 |
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
div{ | |
border-radius: 5px; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-ms-border-radius: 5px; | |
} |
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
/* HTML5 elements for IE | |
* more reference from: http://remysharp.com/2009/01/07/html5-enabling-script/ | |
*/ | |
(function(){ | |
var e = 'abbr article aside audio bb datagrid datalist details dialog eventsource figure footer header mark menu meter nav output progress section time video'.split(' '); | |
var i = e.length; | |
while (i--) document.createElement(e[i]); | |
})(); |
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
ALTER TABLE table ADD newColumn INTEGER; | |
UPDATE table SET newColumn = oldColumn; |
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
LAlt & x::Send ^x | |
LAlt & c::Send ^c | |
LAlt & v::Send ^v | |
LAlt & s::Send ^s | |
LAlt & w::Send ^w | |
LAlt & q::Send !{F4} | |
LAlt & f::Send ^f | |
LAlt & t::Send ^t | |
LAlt & z::Send ^z | |
LAlt & r::Send ^r |
OlderNewer