Free Web Assessments
NuRelm provides free Web site needs assessments for any interested company. Click the link to get a Web site assessment today, and NuRelm will provide recommendations based on your answers, your competitors, and your own Web site.
Author Archive
-
Self-Indulgent Code: Open Source Game Programming (OSGCC6)
Digger was totally written from scratch using GameJS. Which is a “port” of PyGame. As a team of three... -
The Support Code: Website Backups
Support is something we take very seriously and everyone on staff is trained to be able to perform general... -
Self-Indulgent Code: Why you should be using Markdown
I decided to learn markdown because I worship at the alter of GitHub. This drew me into the habit... -
Self-Indulgent Code: Self-Improvement – What I learned on Coursera
The theme of getting your education online is coming at me almost continuously out of the development circles I am involved with. These... -
Self-Indulgent Code: Building a Responsive Web Tester
Testing responsive sites can be easy but as an exploration of new HTML5 features I decided to start a... -
Note Card Monday
Need to keep someone on track and want to do it with paper. Try an old fashioned issue tracking... -
Self-Indulgent Code: Self-Improvment Self-Evalutation Edition
Why am I evaluating myself at all, isn’t the evaluation the perception of my boss in the end? While... -
Self-Indulgent Code: Asynchronous Process Manager for JavaScript
When a long process executes in JS the browser can lock and making it difficult to have an interactive... -
JavaScript as a Classical OOP Language
Using JavaScript only like a functional language is a waste of our time. The difference between programming and writing... -
Self-Indulgent Code: Automatic Tables from SQL Query Data
A common operation for me is to regenerate data extracted from an SQL query as a visible table that...