I know there are some words you should avoid using when writing PHP. Words that are predefined functions and variables. Such as “load. ” Does anyone know a website that lists these words (so I know what to avoid)? And can they easily explain why you should not use them (so I can explain this… Continue reading What are a list of words you should not use when programming PHP?
Tag: Should
Should I use Java EE or switch to Ruby on Rails?
I’m interested in getting a small web application started fairly quickly. This web app might change quickly or need to scale up. At the same time, my day job requires I learn Java EE. I am already experienced with Java SE. So it seems natural to use Java EE both at work and in my… Continue reading Should I use Java EE or switch to Ruby on Rails?
20 Helpful jQuery Methods you Should be Using
So you’ve been playing with jQuery for a while now, you’re starting to get the hang of it, and you’re really liking it! Are you ready to take your jQuery knowledge to level two? Today, I’ll demonstrate twenty functions and features you probably haven’t seen before! 1 after() / before() Sometimes you want to insert… Continue reading 20 Helpful jQuery Methods you Should be Using