Web safety


Gun safety and Internet literacy.

…h him about gun safety before using it. He suggest that when accessing the web the first time, the same precautions should be taken. Interes…Internet with guns. He talks about how important it was to learn about gun safety. It was the first thing he learned in boy scout camp in th…

http://idiallo.com/blog/gun-safety-and-internet-literacy

Published on | Views: 10355

Getting started with your first Website

…Making your own website shouldn't be too difficult. Hosting companies like Godaddy or Hostgator make it super easy for anyone to get started…

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

Published on | Views: 15204

Getting started with your first website: Part 2 - WordPress

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

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

Published on | Views: 11075

How to build a website from scratch series

…In this series, we will start from the very beginning on how to build a website from scratch. In this article we will not be using any of th…

http://idiallo.com/blog/build-a-website-from-scratch

Published on | Views: 8217

Skills Necessary for building a website

…Have you ever wanted to build a website and were not sure what skills you needed to get started? Most people know that in the process, a com…

http://idiallo.com/blog/skills-for-building-a-website

Published on | Views: 6098

How to maintain your website

…Creating a website is easy. Depending on what you are trying to do, there are plenty of tutorials available on the web to help you. I even h…

http://idiallo.com/blog/how-to-maintain-a-php-website

Published on | Views: 5797

The web lasts forever, until it doesn't

…ing stuff that we hope no one will find. In my first interactions with the web, I became friends with someone in the US and I thank her for …

http://idiallo.com/blog/the-web-doesnt-last-forever

Published on | Views: 4394

Making PHP as fast as a Web server to send files

…Web servers are very good at streaming files and currently Nginx holds the throne when it comes to serving static files. My blog used to go …

http://idiallo.com/blog/making-php-as-fast-as-nginx-or-apache

Published on | Views: 26797

Web War 3.0 - Screen sizes

…When I started working as a web developer, there was no longer a need to use the hacks from the 90s to make your website work. The marquee a…

http://idiallo.com/blog/war-on-screen-size

Published on | Views: 7285

What tools do I need for frontend web development?

…Every year there are new tools to help you get started with web development. And every year they pile up and make it harder for someone new …

http://idiallo.com/blog/tools-for-front-end-dev

Published on | Views: 5655

Getting Started with JavaScript

…y perspective. I have seen some of this information scattered all over the web before and I am glad to have found the source that is even ri…

http://idiallo.com/javascript/getting-started

Published on

Asynchrounous JavaScript

…nd let our script call it whenever it is ready. This is what I use on this website. I wrote some code to add syntax highlighting to my artic…

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

Published on

Making fast cross-domain requests when the browser is leaving

…There are times you want to make a very quick web request and don't care about the response looks like. It is possible to make requests usin…

http://idiallo.com/javascript/cross-domain-request-no-response

Published on

Creating a router in JavaScript for Nodejs

…Every URL you type on this website are handled through one script. It is a common standard with many framework. The script in question is ca…

http://idiallo.com/javascript/how-to-create-a-router

Published on

Organizing your JavaScript

… a much easier process. It's easy to use it to add a functionality to your website. For example making a pop up appear after a click is only…

http://idiallo.com/javascript/organizing-your-javascript

Published on

Improving your JavaScript Performance

…uters are getting faster. Mobile devices are catching up too. Browsing the web on your phone no longer needs to be an inferior experience. B…

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

Published on

Using a progress bar to load assets

…that we are doing something in the background so they don't think that the website has crashed. The images source are coming from the serve…

http://idiallo.com/javascript/assets-progress-bar

Published on

Please don't detect the browser

…Feature detection is a term everyone in the web development world has heard of. Yet, we still find code that tries to detect which browser t…

http://idiallo.com/javascript/dont-detect-browsers

Published on

Creating a class in JavaScript

…It comes to a surprise that JavaScript, the most popular language on the web, has the most unconventional method for creating a class. In mo…

http://idiallo.com/javascript/creating-a-class-in-js

Published on

How to create DOM elements efficiently with JavaScript

…At some point, every web application needs an overlay. A sort of pop-up that obscures the background and asks the user to perform an action.…

http://idiallo.com/javascript/create-dom-elements-faster

Published on