mauferrusca
-
Selecting css properties AND curly brackets from CSS file in Komodo Edit
Whooooa, I was WAY off. Thank you SO much for your explanation.
-
Best web resource to learn js/Jquery
Just to let you know that the jQuery track at Codecademy HAS been revised and is quite awesome. ;)
-
Selecting css properties AND curly brackets from CSS file in Komodo Edit
Traq, let me see if I understand correctly: this: \{ finds the opening curly bracket this: ^ finds the beginning of a string. this: \} finds the closing curly bracket. this: * finds ANY character this: \} finds a closing curly bracket, again…
-
Selecting css properties AND curly brackets from CSS file in Komodo Edit
Thank you so much, Traq. I will try this ASAP. :D Yep, works like a charm. Thanks again.
-
Is Version Control System helpful for a one web developer ?
how about using it for saving specific milestones so you can go back to them, without having an impressive array of files and being able to log descrptions to specific such files.
-
Best web resource to learn js/Jquery
Codecademy has an AWESOME Javascript course, but the jQuery lessons have received quite strong negative feedback for being far too complex and not clear enough. I started with those and actually got a bit nervous and discouraged. :( Hopefully, tho…