Display:
Sorted by Most Recent
-
26 JUL 09
Unused EarthBound Intro Stuff « EarthBound Central SAVE
"If you want to see these two animations for yourself, use these two Game Genie codes. They’ll change the first two animation segments into the unused ones." DF20-D4F7 D629-DFF7TAGS
-
s2minimalism: Increase default text font size SAVE
.content .entry-wrap {font-size: 1.2em;}TAGS
-
30 MAY 09
dw_dev: remove LoudTwitter posts from friends page / reading page SAVE
.loudtwitter { display:none!important}TAGS
-
28 MAY 09
Geek is a lifestyle » Fetch twitter updates via PHP SAVE
PEOPLE
<?php $username = “amanjain”; $rssUrl = “http://twitter.com/statuses/user_timeline/$username.rss”; $rss = @file_get_contents($rssUrl); if($rss) { $xml = @simplexml_load_string($rss); if($xml !== false) { foreach($xml->channel->item as $tweet) { echo $tweet->pubDate.”\n”; echo substr($tweet->description,10).”\n\n”; } } else { echo “Error: RSS file not valid!”; } } else { echo “Error: RSS file not found, dude. Username invalid or requires authentication”; } ?>TAGS
-
19 MAY 09
zvi | Oh, flistwankenobi (how to put icons on the left in Transmogrified, using CSS instead of layer editing) SAVE
.entry-title, .comment-title { margin: 0; } .has-userpic .header { margin: 0 0 0 120px; } .entry .userpic a, .comment .userpic a { left: 10px; right: auto; }TAGS