Joined February 2013
·
Posted to
making it up
over 1 year
ago
thats a pro speaking!
Posted to
forget !important
over 1 year
ago
Georgiee I agree with your reply but there is just times where there is no other option, I have found myself in cases where I have to work with a js or css files that I cannot get rid of and the only option is go with an !important so more than saying "forget import" I think is about been wise using it.
Posted to
CSS does Math
over 1 year
ago
just to save some time, wont work on ie8... nice feature though...
Posted to
Launch a quick PHP web-server for dev/tests
over 1 year
ago
nice!
Posted to
*isset() != empty()*, dont belive on everything eway says !!
over 1 year
ago
@border-radius Thats the whole point of the note, the "EWAY" payment system documentation uses isset() with the purpose of checking the if a variable has a value wicht is absolutely wrong. to check is a variable has a value the right thing to do is use empty.
Achievements
89 Karma
5,950 Total ProTip Views
Honey Badger
Have at least one original Node.js-specific repo
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci
Have at least one original repos where PHP is the dominant language
The StackOverflow answer was really useful, thanks