Todd Horst
Todd Horst
really the only thing that needs done is to compile the gif, i looked at a photoshop tut, and read its possible on gimp. I will try to create it...
by compile i meant that i would try to create one large animated gif, similar to the one large gif you have currently. This new gif would be comprised off...
Yes, this would be nice to specify a file and the permissions it needs
I played around with a lot of different hacks. The easiest is to comment out line `137` and lines `157-166`, and change alpha (line `127`) to `0.0f` in `GTScrollNavigationBar.m`. This...
I guess its a matter of taste and possibly scenario. I prefer it to be in the tables header, and that seems to be the standard now, for ios7. The...
This obviously wouldnt fix the underlining issue, but I've always just made the 5th button a "more" button myself. IE, it linked to a viewcontroller that contained a uitableview with...
Everything seems to work now. I changed to: ``` document.onclick = activeMethod; document.onmousemove = activeMethod; document.onmouseenter = activeMethod; document.onkeydown = activeMethod; document.onscroll = activeMethod; ``` Im not sure the below...
The achieve the active tab functionality in ie8 you can reference https://github.com/mathiasbynens/jquery-visibility
ie8 doesn't have addEventListener or visibility api. So the jquery-visibility project could help with that, if you want that feature to be in ie8. I don't really need that for...
I use ace editor on an internal website that pulls connector code and saves it back. I can then check in code to a repo with the user even having...