Category: Software Engineering
-
Function: Identify Image
This is from a very old post of mine, posted for archival purposes. Ever decide you had to hide an image file and you decide to change the extension to something like “.exe”, or perhaps, you used something like Signal messenger and downloaded an image but it didn’t have a valid extension? Back in 2013,…
-
SEO for Derps
This is a very old post of mine from 2011. It’s a shitpost, a troll, a joke. tbh I’m surprised I’ve been doing this for so long now. Search Engine Optimization (SEO) is the technique of making your site more readable for search engines, and increasing your rankings. This is the second article I’ve wrote,…
-
Tips to Great SEO
This is a VERY old post from 2010. It’s here for archival purposes, but it may be inaccurate now. What is SEO? SEO, or Search Engine Optimization, is the art of presenting a site in such a way that a search engine can read it easily. Good SEO also helps with social networking and bookmarking…
-
fopen() for Databases?
This is a VERY old post of mine from 2009 that I’m sharing for sport. This entry assumes that you have some prior knowledge of databases, PHP, or other programming languages. However, for those that don’t, I’ll try to sum it up in a way for visitors to understand. The statement “fopen”, or as PHP…
-
How-To Securing PHP5 $_GET Strings
This is a VERY old post of mine from 2008 that I’m sharing for sport. There are many articles on the internet, none are complete in securing something. This article is no different. Every day holes are found in code, and they rarely get reported right away…and updated right away. But keeping yourself aware of…