Profile

Achievement

first submission:submitting first snipplet

iloveitaly's Recent Snippets



Before: ` Array ( [0] => Array ( [total_sessions] => 24 [study_type_id] => 1 ) [1] => Array ( [total_sessions] => 24 [study_type_id] => 2 )...
0 1612 posted 16 years ago by iloveitaly
0 1640 posted 16 years ago by iloveitaly
0 1411 posted 16 years ago by iloveitaly
0 2058 posted 17 years ago by iloveitaly
0 1519 posted 17 years ago by iloveitaly
Useful for controllers. Put this in your base class for easy caching on variable (GET, POST) dependent pages
0 1613 posted 17 years ago by iloveitaly
Using the kohana framework for XSS protection
0 1913 posted 17 years ago by iloveitaly
0 1727 posted 17 years ago by iloveitaly
Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.
0 3183 posted 17 years ago by iloveitaly
Convenience function to set a SimpleXMLElement's attributes quickly.
0 1597 posted 17 years ago by iloveitaly
Combine this with the my compression script and things load real fast. I think I pulled some of this code of a site on google... can't claim complete credit.
0 1973 posted 17 years ago by iloveitaly
A custom compression script I use for auto compression and gzip compression of my css & files. Also allows for 'debug' mode (uncompressed). You simply include the core.css & core.js in your <head>
0 1987 posted 17 years ago by iloveitaly
0 1254 posted 17 years ago by iloveitaly
This code was adapted from a snippet I found somewhere awhile back... can't claim complete credit
1 2247 posted 17 years ago by iloveitaly
Like python's os.listdir
1 2272 posted 17 years ago by iloveitaly
0 1219 posted 17 years ago by iloveitaly
More for me than anything else
2 1511 posted 17 years ago by iloveitaly
Construct DateTime object with unix timestamp
0 1747 posted 17 years ago by iloveitaly
For some reason it took me a bit to realize that you had to use datetime.datetime
0 1720 posted 17 years ago by iloveitaly
Useful for SBApplication scripting bridge.
0 2307 posted 17 years ago by iloveitaly
like array_key_exists but accepts an array of key values to check
0 1370 posted 17 years ago by iloveitaly