Incorrect Controller Names Cause CodeIgniter 404s
It’s just a convention, right? WRONG! Due to the way Windows and Linux servers treat capital letters, you could be opening yourself up for a world of deployment pain or system moves if you...
Your Ultimate Computing Website!
It’s just a convention, right? WRONG! Due to the way Windows and Linux servers treat capital letters, you could be opening yourself up for a world of deployment pain or system moves if you...
Usually, things don’t just stop working. That’s particularly true of computer programs. Normally something has changed, you just haven’t realised quite what it is yet. CodeIgniter is a still relatively popular PHP framework. Many...
Configuring servers can be a pain the backside. In fact, it’s one of the things that most frustrates newbies. If you’re just stepping into the world of SQL Server, or if you’re a seasoned...
Many of us out there are likely using Docker. Containerisation has burst onto the scene and is taking the infrastructure and development worlds by storm. And why not? After all, it helps resolve a...
Javascript is a powerful and flexible language. It’s no surprise then that many popular frameworks and libraries are JavaScript based – from React to Node, to Ember, to OpenUI5. jQuery is a JavaScript library....
You’ve got an array, you’re trying to loop and lo-and-behold, you come up against this error: You’re looping an array, so how can this be? The most common cause is actually trying to loop...
TL;DR; Make sure you’ve loaded jQuery into your page. You’re ripping your hair out. “Why won’t it work?”. You’ve already subsituted that infernal cURL request that didn’t work and now ajax isn’t working! Don’t...
Latest Comments