Tutorial


Getting started with your first website: Part 2 - WordPress

…This tutorial is a follow up the previous post Getting started with your first website. On the previous tutorial we have selected a hosting …

http://idiallo.com/blog/creating-your-first-website-part-2

Published on | Views: 13251

How to set up a firewall properly on your web server

…lt every time I had set up a new server. I have to search through multiple tutorials to find the right values to add to my settings. This is…

http://idiallo.com/blog/firewall-setup

Published on | Views: 26967

Using MySQLi and PDO instead of MySQL_*

…still see it everywhere. Since I cannot force every author to update their tutorial and blogs, I decided to write a post to hopefully rank b…

http://idiallo.com/blog/dealing-with-mysql-once-and-for-all.html

Published on | Views: 19062

Suckers for tech

…ted to test them and see what they are all about, complete the hello world tutorial, install gems and what not. I am satisfied when I see so…

http://idiallo.com/blog/sucker-for-tech

Published on | Views: 8703

When you reach the edge, the trick is to use your experience

…s I can do the work I want. I learned PHP like everyone else, by reading a tutorial from an author that was just one function ahead of me. I…

http://idiallo.com/blog/reaching-the-edge-of-tech

Published on | Views: 7078

How to learn anything as a beginner

…, it's easy to fall into the trap of endless consumption. We binge YouTube tutorials on video editing, devour articles on effective writing,…

http://idiallo.com/blog/how-to-learn-anything

Published on | Views: 3445

SQL injection and how to protect your website

…. The problem is, a lot of things learned from those LAMP CRUD application tutorial do not focus much on security. When this code is introdu…

http://idiallo.com/blog/sqlinjection-and-sqlprotection

Published on | Views: 13850

Creating a State Stack Engine for your game with JavaScript

…I recently got into designing very small games using Javascript. Working with canvas in the browser helped me appreciate how vast and complex games can be. I truly am a beginner at this point but there are few things that helped me get started. Spagetti code can only get you so far, but with a struc……

http://idiallo.com/blog/javascript-game-state-stack-engine

Published on | Views: 26309

Getting started with your first Website

…d install all the essentials to have a website running. Note: For this tutorial I use vim as a text editor. You can learn vim just enoug…

http://idiallo.com/blog/creating-your-first-website

Published on | Views: 17258

Programming languages

…g language and start bashing others. Beginners look for those "hello word" tutorials and seasoned developers read blog post or documentation…

http://idiallo.com/blog/programming-languages-are-broken

Published on | Views: 16841

When to run your code

…is only the first in making your code modular, I will show you in a future tutorial. …

http://idiallo.com/javascript/when-to-run-your-script

Published on

Asynchrounous JavaScript

…If you learn a JavaScript tutorial today, chances are they told you that all the scripts are loaded in the head of the document. Then as you…

http://idiallo.com/javascript/async-js

Published on

The whole page just went blank

…issue that beginners JavaScript developers frequently face. You read a few tutorials and learn about document.write(). It is equivalent to e…

http://idiallo.com/javascript/page-goes-blank

Published on

Improving your JavaScript Performance

… run code at every pixel movement. I hope you learned something from this tutorial. If you have questions or comments feel free to ask in t…

http://idiallo.com/javascript/improving-performance

Published on