March 11, 2013, 9:54 pm (3 Months, 1 Week, 1 Day, 5 Hours, 40 Minutes Ago) . posted by Matthew Craig
JS Objects
I have been coding in javascript since the days of Netscape Navigator. I've never taken it seriously, as a "language" I just used it for nifty effects or the occasional calculator nothing serious. Then for a while I completely forgot about it in the recesses of my mind... then came jQuery... and it reminded me javascript could do stuff. Being a curious man I decided I would look under the hood and the code and the code blew my mind. I had never...
Read More
September 29, 2012, 4:21 pm (8 Months, 2 Weeks, 5 Days, 9 Hours, 13 Minutes Ago) . posted by Matthew Craig
Dynamically Add CSS elements via Javascript without jQuery!
I have been working on a project that has pushed what I know about Javascript. While I do not profess to be an expert on the topic, I have found some nifty things. In my script I needed to dynamically create styles within an existing page that would get interpreted by the browser. While I know I could use jQuery... I wanted a pure javascript solution. Here is my solution:
/**
* Add a style to the page dynamically
...
Read More
May 13, 2012, 11:14 am (1 Year, 1 Month, 6 Days, 12 Hours, 21 Minutes Ago) . posted by Matthew Craig
Progress OpenEdge a Review by a Developer
Ok. After about 6 months of using Progress OpenEdge (This includes SEVERAL products and languages all kind of balled up into one) I will attempt to take a moment to review what I think so far. Let me start off with something that kind of blew my mind. Progress is a Database system as well as several programing interfaces all balled up in to one. So when you are writing a program, progress is your language and your database and your user interface...
Read More
January 8, 2012, 2:47 am (1 Year, 5 Months, 1 Week, 4 Days, 3 Hours, 48 Minutes Ago) . posted by Matthew Craig
The Mysterious SSH Proxy (and the people who love them.)
Nothing raises eyebrows more than personal security. Setup your own ssh Tunnel and be the curiosity on the block...
Recently the company I work for has decided that I will be traveling. They provide me with a wonderful laptop. (I have named Lappy386 in honor of Strong Bad.) They also provide me with a wonderful VPN connection, that helps protect all of our company data. (A very important thing.) But I don't...
Read More
November 20, 2011, 9:11 pm (1 Year, 6 Months, 4 Weeks, 23 Hours, 23 Minutes Ago) . posted by Matthew Craig
This last week I have been horribly sick. The kind of sick you just want to curl up and wake up when they find the cure. But since I still haven't perfected my krojenic chamber, I curled up with the newest version of Virtualbox and let the Ubuntu juices flow.... While Ubuntu did not cure my cold I did come up with some interesting observations.
A bit of perspective
In the last month I have been "forced" to Mac by my employer. I am not complaining, but having been a...
Read More