Tuesday, February 24, 2015

mouseover popup box YII griview

Standard
YII Drid cell with a javascript/css content box that pops up upon mouseover. <! --- Style ------- > .NameHighlights { position:relative; } .NameHighlights div { display: none; } .NameHighlightsHover { position:relative; } .NameHighlightsHover div { display: block; ...

Wednesday, February 18, 2015

Tuesday, February 10, 2015

Get a Facebook API Access Token That Never Expires

Standard
I’ve been working on a few scripts that performed some minor data collection using the Facebook Graph API as a data source. Ideally, I wanted this script to be able to run several times a day automatically, however Facebook grants access tokens that expire after 1-2 hours. Since I’m the only one that...

Thursday, February 5, 2015