The Rietta Blog
Cybersecurity, software, and the law between them.
Since 2005, this publication covers a wide range of topics, including cybersecurity, software development, and cloud migration. It’s a valuable resource for anyone interested in staying informed about these areas.
08/08/2006
A.R.M. Yourself Against SQL Injection
by Frank Rietta
Proactively validate all input strings. Use ARM - Accept it, Reject it, or Modify it.
12/26/2005
Business Analysis of Web Application Information
by Frank Rietta
How to use an Excel spreadsheet to pull data from a web application's SQL server and then perform business analysis on it.
11/09/2005
Extend Firefox: Your Guide to Writing Firefox Extensions
by Frank Rietta
[2005] Computer Science Group project on Firefox Extensions.
08/14/2005
A product website without pricing information is really annoying!
by Frank Rietta
Observation of a broke undergraduate computer science student on websites without pricing.
07/21/2005
Less is more! Google offers less talk
by Frank Rietta
In 2005, switched grandma to Gmail for its clean interface & less clutter, enhancing usability. Hopes for simpler designs in tech, inspired by Google's approach.
05/16/2005
A Little Huffman Coding with Java Tricks
by Frank Rietta
Explore Huffman coding in Java: a binary tree method for efficient message encoding, crucial for data compression algorithms like JPEG and ZIP.