HTML Improved Using Simple CSS and Proper Elements

Have a look at the HTML at the example resource. Using the power of regular expressions, I was able to re-write the HTML in a matter of minutes, to arrive at a more programmer-friendly, potentially more viewer-friendly; an over-all more user-friendly document. Attached is an image of the resulting HTML, shown from within Annie DeBrowsa, … Read more

Cygwin: The Answer to Indexing Windows 7

How to Install Cygwin on Windows Required: Obtain Cygwin Follow the provided link to the appropriate installation binary, as relevant to your version of Windows. Be sure to install to pay attention to any details provided, re: setup.exe (to the best of this author’s knowledge, the file to download will likely be named setup.exe. Good … Read more

What we Talk About When we Talk About CSS

May the following entertain you, assist you, or further develop your opinion. UPDATE: This isn’t working as i’d hoped. Anyone with experience in publicly editable Google spreadsheets, please lend your advice. What is it? A calculator I made using a spreadsheet, years ago, which I find is useful in determining certain calculations with efficiency, for … Read more

PHP Code Compatibility Repair Part 1

blur business close up code

PHP 5.3 deprecated ereg_replace() repair coming soon!… PHP 5.2 and Earilier (versions < 5.3) Code Problems As PHP matures, and new versions are released, one thing I’ve noticed is consistent: deprecated language constructs, built-in PHP funtions, and various favourite code snippets throw warnings– or worse– errors, even the so-called production environment. It’s beyond the purpose … Read more