Personal portfolio and blog
Web Development
Web development related.
Introduction to PHP Custom Functions
Jul 6th
This tutorial is intended to be a simple easy to understand introduction to the custom functions php allows you to create.
Please note: This function is not intended to be useful nor should it be used. It is solely for learning purposes.
Preventing XSS Attacks
Jan 17th
xss attacks you may have heard of xss before but thought, “wtf is that”. xss stands for Cross-Site-Scripting(XSS). you’re probably thinking: okay… so what. xss is not as dangerous as most vulnrebilities in website scripts but can still be very serious. examples okay i’ll show you what exactly happens with an xss attack and why
