In preference
"highlight_line": false
<key>lineHighlight</key>
<string>#f7f7f7</string>
In preference
"highlight_line": false
<key>lineHighlight</key>
<string>#f7f7f7</string>
Comment out this line in /Library/bones.php
add_filter( 'style_loader_src', 'bones_remove_wp_ver_css_js', 9999 );
change the main style.css import statement to this
wp_enqueue_style( 'main-bones-css', get_stylesheet_directory_uri() . '/style.css', NULL, Time() );
http://thechangelog.com/write-a-date-like-a-human/ |
http://thechangelog.com/stop-writing-regular-expressions-express-them-with-verbal-expressions/ |
http://thechangelog.com/oh-behave-js/ |
http://designmodo.github.io/Flat-UI/ | |
http://thechangelog.com/flat-ui-user-interface-kit-from-designmodo/ |
<script type='text/javascript'> | |
var ie = !-[1,]; | |
alert(ie); // true for ie | |
</script> |
2013-11-21 13:09:09.785 ColloquyDaemon[3431:303] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Connection could not be registered. Another process likely has registered with the same name.' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x00007fff8dbcb41c __exceptionPreprocess + 172 | |
1 libobjc.A.dylib 0x00007fff8d5c2e75 objc_exception_throw + 43 | |
2 ColloquyDaemon 0x000000010000b802 -[CQDaemonClientConnectionController init] + 802 | |
3 ColloquyDaemon 0x000000010000b4a6 __55+[CQDaemonClientConnectionController defaultController]_block_invoke + 54 | |
4 libdispatch.dylib 0x00007fff90d9e2ad _dispatch_client_callout + 8 | |
5 libdispatch.dylib 0x00007fff90d9e21c dispatch_once_f + 79 | |
6 ColloquyDaemon 0x000000010000b44d +[CQDaemonClientConnectionController defaultController] + 141 |
NSString *str = [NSString stringWith(tab) | |
Showed up errors below: | |
sh: : command not found | |
/Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:482:in `load': Cannot parse a NULL or zero-length data (OSX::PropertyListError) | |
from /Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:482:in `show_dialog' | |
from /Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:436:in `pop_up' | |
from /Users/mac/Library/Application Support/TextMate/Managed/Bundles/Objective-C.tmbundle/Support/objc_completion.rb:787:in `print' |