Skip to content

Instantly share code, notes, and snippets.

<li>
<span class="associate-name"><a href="http://www.bosshardtrealty.com/associates.php?searchtype=detail&id=38">Michael Ryals</a></span>
<span class="associate-email"><a href="mailto:[email protected]">[email protected]</a></span>
<span class="associate-phone">(352) 538-0567</span>
<span class="associate-website"><a href="http://www.teamryals.com">http://www.teamryals.com</a></span>
</li>
<li>
<span class="associate-name"><a href="{{ bio url on current site }}">{{ name }}</a></span>
<span class="associate-email"><a href="{{ email }}">{{ email }}</a></span>
@gotoplanb
gotoplanb / gist:2396274
Created April 16, 2012 03:55 — forked from anonymous/gist:2396251
Code with Me - Sunday 8pm PT
//5.4
var days = [Monday, Tuesday, Wednesday];
days[0] = "Monday";
days[1] = "Tuesday";
days[2] = "Wednesday";
$infoRequest = 'http://www.bosshardtrealty.com/requestinfo.php?searchtype=commercialforsale&amp;m='
$infoRequest .= $listinginfo['ListingID']
$infoRequest .= '&amp;i='
$infoRequest .= $listinginfo['AgentID']
$infoRequest .= '&amp;c='
$infoRequest .= $listinginfo['City']
$infoRequest .= '&amp;a='
$infoRequest .= $listinginfo['Address']
$infoRequest .= '&amp;p='
$infoRequest .= $listinginfo['ListPrice']
tabby = window.location.hash;
tabby = '#tab-' + tabby.slice(1);
$(tabby).addClass('selected');
if (journalistKnowsCode === true) {
journalismAdaptsAndIsSaved();
} else if (journalistIgnoredCode === true) {
journalismDies();
} else {
democracyIsThreatenAndZombiesInheritEarth();
}
if (journalistKnowsCode === true) {
journalismAdaptsAndIsSaved();
Friends,
As a lifelong resident of Gainesville, I feel a deep sense of dedication to my community here in North Florida. Our state has tremendous potential, and it will take strong leadership and a clear sense of purpose to guide Florida in the right direction.
For this reason, I am running for the Florida House of Representatives.
Long-term economic stability begins with a willingness to tackle the tough issues facing Florida today. For too long, Tallahassee politicians have ignored the needs of our community and refused to offer real solutions on the issues of housing, education, job growth and ethics reform. We owe it to our children to deliver more than just divided government and partisan sound bytes.
If we are going to pull ourselves out of this economic downturn, we need to take aim at these problems, and offer leadership in building the coalitions necessary to help Florida’s working families in their everyday struggle.
@gotoplanb
gotoplanb / gist:1645392
Created January 20, 2012 05:04
GOD PUNKS RICK PERRY
NEWS BULLETIN
GOD PUNKS RICK PERRY
January 19, 2012
South Carolina Today Rick Perry, governor of Texas, announced that he was "suspending" his campaign for
President of the United States. He threw his minimal backing to Newt Gingrich. This should add about 75
votes to the Gingrich total.
@gotoplanb
gotoplanb / gist:1329658
Created November 1, 2011 02:15
Strip the URL after a hash in order to do animation on single-page website.
// Strip the URL after a hash in order to do animation on single-page website.
// Should be replaced with $(this).attr('href')
var urlClicked = "http://smartmediacreative.com/index.php#optimize";
// Loop throught the href to find the hash.
var counter = 0;
while (urlClicked[counter] !== '#') {
counter += 1;
}
/* IE shenanigans */
.ie8, ie7, ie6 {
nav a {
color: #680605 !important;
}
}
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2096984-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);