-
PHP
PHP HTML Table Example
In this example we shall show you how to create html tables with dynamic php. PHP is a server-side scripting…
Read More » -
Web Dev
Simple code is beautiful
Despite the large number of languages and tools that will get thrown at you if you mention web development (Ruby!…
Read More » -
PHP
PHP Curl Get/Post Example
If you have worked with Linux, you will have probably used cURL for downloading resources from the Internet. This powerful library…
Read More » -
Ruby
Solving Backwards Compatibility in Ruby with a Proxy Object
In a previous article, I documented the upcoming public API changes slated for Sucker Punch v2. Because of a poor…
Read More » -
JavaScript
Javascript Frame Example
The aim of this tutorial is to describe and demonstrate using JavaScript to manipulate and interact with iframes, showing how…
Read More » -
JavaScript
Basic JavaScript arrays reminder
I’m pretty bad when it comes to remembering syntax details for languages I don’t use every day, especially since I…
Read More » -
PHP
PHP SQL Injection Tutorial: How To Protect
SQL Injection is a vulnerability that allows an attacker to interact with the victim database to perform actions that are…
Read More » -
Ruby
Visualizing Algorithms Before Implementation
In mathematics, problem-solving flows through a series of steps, otherwise known as a formula or algorithm. It’s helpful to visualize…
Read More » -
PHP
PHP Tutorial for Beginners – The Ultimate Guide
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for…
Read More »