lukeschreur.com
Asynchronous Auto-Complete Input Fields with Bootstrap Typeahead – Update | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/asynchronous-auto-complete-input-fields-with-bootstrap-typeahead-update
Digital product developer based in Sydney, Australia. WordPress Security: First Line of Defence. Symfony 2 for PHP developers – Part 1 ». Asynchronous Auto-Complete Input Fields with Bootstrap Typeahead – Update. May 4, 2013. A while ago I posted about implementing the Bootstrap Typeahead component using an async call. I have a ZIP file to download at the end of this post with the complete example but I’d like to quickly run through the code so it makes sense to anyone reading this. Longreach (LRE) Longr...
lukeschreur.com
Symfony 2 for PHP developers – Part 2 | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/symfony-2-for-php-developers-part-2
Digital product developer based in Sydney, Australia. Symfony 2 for PHP developers – Part 1. Symfony 2 for PHP developers Part 3 ». Symfony 2 for PHP developers Part 2. January 26, 2014. Dependency Injection is at the heart of Symfony 2. To understand Symfony 2 you need to understand Dependency Injection. Fortunately for us, the principle of Dependency Injection is very simple. Rather than hard coding instantiations of objects into our classes we’ll pass ‘m in, something like this:. This bring us to the ...
lukeschreur.com
Javascript Preloader | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/javascript-preloader
Digital product developer based in Sydney, Australia. Beware the favicon feedback loop ». February 15, 2013. The year was 2006. I was knee deep building websites with Flash and when I say Flash, I actually mean ActionScript. Fast forward to 2013 and guess what? Javascript today is pretty much what ActionScript was in 2006, at least, from a language point of view. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28. Simple asset preloader class. * * @dependency: delegate */. One thi...
lukeschreur.com
Digital product developer based in Sydney, Australia | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/author/luke
Digital product developer based in Sydney, Australia. Failing to Plan is Planning to Fail. January 5, 2016. I have encountered this problem over and over again; Software teams who aren’t capable of designing the product they are trying to build. I get it, designing the product can be difficult and boring work. You need to have long discussions, you have to write stuff down (God forbid), create wire-frames, flow charts, and it […]. June 8, 2015. February 2, 2015. January 16, 2015. When it comes to error h...
lukeschreur.com
Tag Archives: WordPress | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/tagged/wordpress
Digital product developer based in Sydney, Australia. Beware the favicon feedback loop. March 3, 2013. The other day I noticed something strange happening on one of my servers. I have munin set up to monitor memory, cpu and disk space usage etc. and I noticed that for some reason memory consumption was going through the roof. After checking the logs I noticed the following error: PHP Fatal error: Allowed memory […]. Configuring WordPress for multiple domains. December 29, 2011.
lukeschreur.com
Herding Cats | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/herding-cats
Digital product developer based in Sydney, Australia. Failing to Plan is Planning to Fail ». June 8, 2015. The management of a group of creative intelligent workers is often referred to as Herding Cats, or as Wikipedia. An idiom that refers to a frustrating attempt to control or organize a class of entities which are uncontrollable or chaotic. In a professional environment where difficult problems are solved, how do you “herd” your “cats”? The reason Fordism finds it’s way into the creative intelli...
lukeschreur.com
Category Archives: Programming | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/categorized/programming
Digital product developer based in Sydney, Australia. January 16, 2015. When it comes to error handling, most developers either skim over it or forget about it all together. Error handling is a difficult thing to get right. In this article I’m going to show an effective way to add error handling to your business software by making use of exceptions. Why exceptions? Exceptions are very […]. Symfony 2 for PHP developers Part 3. October 1, 2014. Symfony 2 for PHP developers Part 2. January 26, 2014. So, you...
lukeschreur.com
Symfony 2 for PHP developers – Part 1 | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/symfony-2-for-php-developers-part-1
Digital product developer based in Sydney, Australia. Asynchronous Auto-Complete Input Fields with Bootstrap Typeahead – Update. Symfony 2 for PHP developers Part 2 ». Symfony 2 for PHP developers – Part 1. January 25, 2014. So, you heard a lot about this web framework called Symfony 2 and everyone is banging on about how fantastic it is, but you don’t understand what the big deal is and now you’re reading this. Coincidentally I was looking into the Spring Framework. This entry was posted in Programming.
lukeschreur.com
WordPress Security: First Line of Defence | Luke Schreur Digital product developer based in Sydney, Australia
https://www.lukeschreur.com/posts/wordpress-security-first-line-of-defence
Digital product developer based in Sydney, Australia. Beware the favicon feedback loop. Asynchronous Auto-Complete Input Fields with Bootstrap Typeahead – Update ». WordPress Security: First Line of Defence. April 12, 2013. Like I was saying earlier, most people have no idea that these attacks happen. However, I’ve written a WordPress plugin that will send out an email to the website owner whenever a failed log in attempt takes place. Simply download. This entry was posted in Programming.