Joined October 2012
·
Posted to
Remove all the text from a web page using Javascript
over 1 year
ago
this is great... but pretty useless :))
Posted to
Handy CSS3 tools
over 1 year
ago
How about http://leaverou.github.com/prefixfree/ ?
Posted to
Increase maximum upload limit in WordPress
over 1 year
ago
If your hosting doesn't support customized *.ini files, you can always set this in script:
<?php
settimelimit(0);
?>
this code will result that executing a php script will have no time limit (default is 30 seconds)
Posted to
PHP for() VS foreach() benchmark
over 1 year
ago
Sorry, didn't spot the update at the bottom ;)
Posted to
PHP for() VS foreach() benchmark
over 1 year
ago
Why are you counting elements in an array before every iteration?
Shouldn't it be a better solution?
$elementscount = count($elements);
for($i = 0; $i < $elementscount; $i++) { }
I can be almost sure that now the results will be slightly different!
Achievements
55 Karma
0 Total ProTip Views
Beaver
Have at least one original repo where go is the dominant language
Honey Badger 3
Have at least three Node.js specific repos
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Honey Badger
Have at least one original Node.js-specific repo
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
What an author is trying to achieve is a slug-like url