View
Theme
Font Style
7pt
8pt
9pt
10pt
11pt
Line Style
100%
110%
120%
130%
140%
Bold Keyword
Default
Inspector
Kkaefer
Eclipse
SQ Light
Lesser
Dark
Cobalt
Monokai
Rubyblue
Night
SQ Dark
Ambiance
Blackboard
Line Num.
Wrap Lines
Preview
Redraw
JS Tab
HTML Tab
CSS Tab
Live Tab
Prev. Tab
Next Tab
Browser
History…
Help
Edit
Settings
Auto Complete
Match Brackets
Match Highlight
Strip Whitespace
Auto Close Brackets
Auto Close Quotes
Show Print Margin
Undo
Redo
Delete
Select Line
Select All
Find & Replace
Find
Find in Repo.
Find Next
Find Previous
Replace Single
Replace All
Wrap Search
Revert
As Template
Diff Revision
Format
Compress
Text
Zen Coding
Indent
Tab Width
1
2
3
4
5
6
7
8
Indent Unit
1
2
3
4
5
6
7
8
Smart Indent
Use Tabs
Visible Tabs
Shift Left
Shift Right
Put Indent
Number
Increment by 1
Decrement by 1
Increment by 0.1
Decrement by 0.1
Increment by 10
Decrement by 10
Simple Math
Comment
Line
Move Up
Move Down
Copy Up
Copy Down
Go to Line…
Remove Line
Next Point
Prev. Point
Help
Share
Login
You can jump to the latest bin by adding
/latest
to your URL
×
z
Find
→
←
⟲
Replace
⊗
All
Replace
(function ($) { var pageTracker; $.geekGaTrackPage = function (account_id, domain_name) { var host = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); var src = host + 'google-analytics.com/ga.js'; $.ajax({ type: 'GET', url: src, success: function () { pageTracker = _gat._getTracker(account_id); domain_name = domain_name || ''; if (domain_name != '') { pageTracker._setDomainName(domain_name); } pageTracker._trackPageview(); }, error: function () { throw "Unable to load ga.js; _gat has not been defined."; }, dataType: 'script', cache: true }); }; $.geekGaTrackEvent = function (category, action, label, value) { if (typeof pageTracker != undefined) { pageTracker._trackEvent(category, action, label, value); } else { throw "Unable to track event; pageTracker has not been defined"; } }; })(jQuery); $(document).ready(function () { $.geekGaTrackPage('UA-17956893-1'); twndAPI = "http://api.twitter.com/1/trends/"; sAPI = "http://search.twitter.com/"; uLat = "37.775"; uLon = "-122.4183333"; if (navigator.geolocation) navigator.geolocation.getCurrentPosition(gQ, eH, { timeout: 8000 }); else tQ(1); $(".twnd").live("click", function () { $("#twtHdr h1").html($(this).find("h3").html()); twtQ($(this).attr("data-sQ")); $.geekGaTrackEvent("Twends", "View", $(this).attr("data-sQ"), ""); }); $(".twtBk").click(function () { $(".twt, #twtHdr h1, #twtHdr h2, #twtHdr h3").fadeOut("medium"); $("#twends").animate({ top: "0px", opacity: "toggle" }, 200); $.geekGaTrackEvent("Back To Twends", "Click", "", ""); }); }); function eH(eC) { tQ(1); } function gQ(pos) { if (pos) { lat = pos.coords.latitude; lon = pos.coords.longitude; } $.getJSON(twndAPI + "available.json?lat=" + lat + "&long=" + lon + "&callback=?", function (rO) { $.each(rO, function (i, loc) { $("#locs").append("
" + loc.name + "
"); if (i == 0) tQ(loc.woeid); }); }) } function tQ(wid) { $.getJSON(twndAPI + wid + ".json?callback=?", function (rO) { $("#progress").fadeOut(400, function () { $("#locHdr strong").html(rO[0].locations[0].name); $(".twnd").fadeOut("medium"); $.each(rO[0].trends, function (i, twnd) { $("#twends").append("
no.
" + (i + 1) + ((i == 0) ? "
{
" : "") + "
" + twnd.name + "
"); }); }); }); } function twtQ(qT) { $.getJSON(sAPI + "search.json?q=" + qT + "&callback=?", function (rO) { $("#twends").animate({ top: "-=80px", opacity: "toggle" }, 200); $(".twt").remove(); $.each(rO.results, function (i, twt) { $("#tweets").append("
" + twt.text + "
@" + twt.from_user + "
::
" + tmDisp(twt.created_at) + "
" + ((i == 0) ? "
" : "") + "
"); }); $(".twt, #twtHdr h1, #twtHdr h2, #twtHdr h3").fadeIn("medium"); }); } function tmDisp(twTm) { var rtNw = new Date(); var twTm = new Date(twTm); twTm = rtNw.getTime() - twTm.getTime(); if (twTm >= 1000 * 60 * 60 * 24) return (Math.ceil(twTm / (1000 * 60 * 60 * 24)) + " days ago"); else if (twTm >= 1000 * 60 * 60) return (Math.ceil(twTm / (1000 * 60 * 60)) + " hours ago"); else if (twTm >= 1000 * 60) return (Math.ceil(twTm / (1000 * 60)) + " minutes ago"); else return (Math.ceil(twTm / (1000)) + " seconds ago"); }
Twendy - What's Hot, Right Now
twendy
Check out the latest
twends.
{
Loading...
∧ Back To Twends
Selected Twend ∨
html, body, div, span, h1, h2, h3, h4, h5, p, abbr, address, em, img, big, small, strong, b, i, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section { position:relative; /*** Recognize, BITCHES ***/ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { background-color:#f1ece6; color:#000; padding:80px 20px 0 20px; } h1, h2, h3, h4, h5, h6, #locHdr { display:inline; } h1 { font:normal 47px Georgia, serif; text-shadow:0px 2px 1px #fbfaf8; } h2 { font:normal 14px Arial, sans-serif; color:#808080; } h2 strong { cursor:pointer; padding:0 0 4px 0px; border-bottom:1px dotted #f26522; } h5 { font:bold 11px Arial, sans-serif; display:block; padding-top:10px; } h5 small { font-weight:normal; padding-left:7px; } a { text-decoration:none; } header, #twends, #tweets, #progress, #twtHdr, footer { width:700px; display:block; margin:0 auto 30px auto; } header h1 { padding:32px 0 0 0; margin:0 85px 0 0; background:url("/attach/ti.png") no-repeat 16px 0px; cursor:pointer; } ul, ol, menu { list-style:none; } #locs, .twt { display:none; } #twends, #progress { margin-top:80px; } .twnd, .twt, .msg, #tweets header { margin:0 120px 50px 240px; padding:12px 20px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; cursor:pointer; } .twnd:nth-child(1), .msg { margin-bottom:60px; } .twnd:nth-child(odd), .twt:nth-child(odd), .msg { background-color:#f8f5f2; color:#3f3d3e; } .twnd:nth-child(even), .twt:nth-child(even) { background-color:#eae3d9; } .twnd h3, .twt h3, .msg h3 { font:normal 15px Georgia, serif; } .twnd h4, .msg h4 { width:210px; position:absolute; top:-5px; left:-240px; text-align:right; color:#d4c5b0; font:normal 40px Georgia, serif; } .twnd h4 small { font-size:11px; top:-17px; padding-right:2px; } .twnd h4 big { } .twnd:nth-child(1) h3, .msg h3 { font-size:38px; color:#000; } .twnd:nth-child(1) h4, .msg h4 { font-size:96px; top:-30px; } .twnd:nth-child(1) h4 small { font-size:28px; top:-33px; } .twnd:nth-child(1) h4 big, .msg h4 big { font-size:90px; color:#f26522; top:1px; padding:0 0 0 25px; } #twtHdr h1, #twtHdr h2 { margin-left:242px; display:block; } #twtHdr h1, #twtHdr h2, #twtHdr h3 { display:none; } #twtHdr h1 { font:normal 21px Georgia, serif; color:#000; padding-top:5px; } #twtHdr h2, #twtHdr h3 { font:normal 13px Arial, sans-serif; color:#555452; text-transform:lowercase; } #twtHdr h3 { float:right; margin-right:120px; } .twtBk { z-index:100; cursor:pointer; } .dArr { background:url("/attach/da.png") no-repeat; width:36px; height:31px; position:absolute; bottom:-31px; left:170px; } .twtAv { position:absolute; top:12px; left:-100px; width:48px; height:48px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; } .twt { min-height:24px; } .twt:nth-child(1) { margin:0 0 60px 0; background:#f26522 url("/attach/da.png") no-repeat; box-shadow:1px 1px 1px #f0c8b1; -webkit-box-shadow:1px 1px 1px #f0c8b1; } .twt:nth-child(1) .twtAv { display:none; } .twt:nth-child(1) h3 { font:normal 24px Georgia, serif; color:#f8f5f2; } .twt:nth-child(1) h5 { color:#f8f5f2; font-size:14px; } address, address strong, address em { font:normal 14px Arial, sans-serif; color:#928e8b; } address strong { color:#e34d1a; } address em { color: #131111; }
Pop out
Help
About
×
×