Categories
Other PHP Programming

Almost ready…

Sometime last year, my fiance and I came up with what seems like a great web site idea.  Over the past month, I have been implementing this idea a little at a time with the purpose of getting it out the door before school starts.  That being said, I’m within throwing distance of the end.

Big announcement to follow when it’s all ready.

Categories
Other

Slight Teaching Dissapointment

This fall semester will be my first semester as a graduate teaching assistant.  In my department, the course nobody wants but everybody gets is CPS 100.  There are probably 30 lab sections for this course, so every GA will get one or two.  However, there are a few other classes available for GA’s to teach.  One of them is “Modern Web Site Design”. I was personally hoping to teach this course, as I have loads of web design experience.  I’ve been doing it regularly since 6th grade, but that doesn’t matter.  I failed to market myself to the department chair, who makes the decisions.  Perhaps next semester I’ll actually request the course once I’ve been proven as a GA.

On another note, my next project is coming to completion.  This one has the potential to change the way college students do things.  Be ready for it.

Categories
Other

WinRAR: The file compression/de-compression tool of choice for Linux!

Every time that i try and extract a large file using the built in file archiving utility in Ubuntu, it crashes.  Every time.  By large file, I mean anything >= 1gb.  I know that this is no fault of my machine, as this happens on every machine I use.  To solve the problem, I run trusty WinRAR under Wine on my Linux box.  It’s honestly faster than anything I’ve used yet on linux (aside from command line stuff).

If you have any suggestions, I welcome them.

Categories
Other

VPN Success!

Since 2005, I’ve been a user of Ubuntu.  Ubuntu came out about a year earlier, but I caught on with version 5.10.  Since that point, I’ve never looked back.  I may have side-stepped a bit, but that’s it (I had a 6 month diversion in to Fedora 10).

One issue I’ve always had with Ubuntu is virtual private networking (VPN).  For those of you outside the know, you basically make a secure tunnel between two networks.  In my case, I’ve always wanted to connect to the Cisco VPN at CMU for work, but since I’m using Ubuntu I never had any luck… until recently.

Just today, August 4 2009, I have finally made a vpn connection between my laptop running Ubuntu 9.04 and CMU’s cisco VPN.

Working from home just became much easier.

Categories
Other Other Programming

Epiphany of Development

I’ve been doing web development for a long time.  I made my first (crappy) web page in 6th grade using the then awesome Geocities.  After that, I graduated to Front Page express.  Throughout my development career, I’ve had a series of epiphanies that have brought my skills to the next level.  Bold entries are where they happened.

  • 1998 – First web page – I knew that the internet existed, but it never dawned on me to actually create content.  I didn’t realize it at the time, but this simple act has been the anchor for the rest of my life.
  • 1999 – Discover Front Page (Express) – With my new found web skills, I started to use more advanced WYSIWYG editors.  Frontpage is hardly advanced, but it allowed me to separate my menus from my content using frames.  It opened up numerous paths for me to take.
  • 1999 (late) – Dreamweaver – Not super important, but discovering Macromedia Dreamweaver really changed how I did web pages.  I stopped using frames to make menus and started using layers.  Little did I know that layers were actually “<div>” tags that were positioned by CSS.
  • 2000 – Flash – Flash was still rather immature at this point, however it showed me what could truely be accomplished on the web.  No longer did menus have to be boring images and text links.  We could have tweening!  It was around this time that I build my first web page with heavy flash components.
  • 2001 – Discover PHP, HTMl, and CSS – This was a big year for me.  I discovered PHP, HTML, and CSS all at the same time.  I had no idea how any of these worked though.  At the time, PHP was well beyond my grasp.  CSS and HTML seemed do-able though.
  • 2003 – HTML + CSS  Zen – I was a junior in high school at this point, and had been appointed to wor on the school’s web site.  Actually, it was the entire district’s domain.  My brain had matured enough for me to make a web site BY HAND using nothing more than HTML and CSS.  I still didn’t understand programming, but using markup languages like HTML and CSS because second nature to me.
  • 2004 – Servers – Around this time I discovered that I could make servers on my own!  Not really code them persay, but rather run server software.  I’m pretty sure my first server was an FTP server so that I could share files with my friends.  It was tedious though, since I was still using 56k dial-up at the time.
  • 2005 (Early) – First Computer Science Course – The biggest eye opener ever.  I never realized how deep the rabbit hole went.  I was only learning assignmen, logic, loops and a few other things, but it made my thirst for knowledge inquentiable.  I started to learn C++ here.
  • 2005 (Late) – Assembly Language & C – Taking a course in SPARC assembly and a bit of C is an eye opener for every Computer Science student.  You’re pretty much at the bottom of the rabbit hole, and you spend the rest of your career climbing back out.  Coding in low level languages made me a much better programmer though, because it forced me to think.
  • 2006-2007 – School & Languages – These years were spent diving into new languages, learning new programming styles and domains, and generally having a good time.  I didn’t spend a lot of time doing web development, but I did teach myself how to make a web server in Python.  Not especially helpful, but still fun.
  • 2008 – PHP, MySQL, LAMP – I had already learned Linux in 2006-2007, however I never really dove into Linux as a server.  That was at least, until I found out (again) about PHP.  Turns out PHP needed Apache to run.  And all the fun PHP stuff also needed a database server  (MySQL).  I set up a PHP + Apache + MySQL server and went from there.  It was at this time that I started development on the first edition of Wrestling Addix.  I made my own CMS for it (bad idea) and in general the site worked fine, however it was a bear to maintain.  I decided that the next version would use a pre-built CMS so that my life would be easier.
  • 2009 – Ajax, WordPress, OOP, CMS – This year I’ve learned lots of stuff.  Most of it revolved around web development though.  I’ve learned to bend WordPress to my will (it runs this site).  I’ve learned how to use Ajax to make my web apps for responsive.  I’ve learned how to use Object Oriented Programming in my web sites, and how using a CMS WILL make your life easier.
Categories
Other

Chrome OS

The Internet is a buzz today with news of the Google’s new Chrome OS.  Even the major news outlets have picked up the story, touting it as a “direct challenge” to Microsoft.  First of all, nothing Google can do in the OS realm will come anywhere near challenging Microsoft.  Google’s experience lies in maninpulating Linux to work for their backend operations.  Even if they hire some developers with practical end user OS exeperience, it’s still just going to be another flavor of Linux.  The general public doesn’t like Linux.  Not because Linux is bad in any way, but because it is different.  Chrome OS promises to be VERY different.  People don’t want extreme change, they want gradual change so that they barely notice anything has happened.

Nice try Google.  I’m sure it’ll be a hit in the enthusiast / Google fan boy crowd, but as for me, I’ll stick with Ubuntu.

Categories
Other

Programmer Humor

I was walking by a Post cereal factory in Niagara Falls this weekend, and I immediately thought of this.

Post Cereal

Categories
Other

Student Loan Debt

Most people in my field have attended a 4 year university to learn their skills.  While it’s not entirely necissary to do so, it does help expedite and flush out the the things you could have learned on your own.  The only problem is money.  If you are anything like me your parents didn’t have a lot of money growing up, so you always knew that shouldering the debt of a college education would be your responsibility.  It’s only now that I’ve realised how expensive college really is.

Currently, my student loan debt is at $50,000 is government loans and $20,000 in private loans.  By the time I’ve completed grad school, I’ll have an additional $21,000 in government loans.  All in all, I’ve got $91,000 in student loans to pay off when I graduate.  With any sort of luck, I’ll get a job that starts me at $60,000 a year.

That’s great for me.  I can easily afford to make a student loan payment of $1000 a month.  Maybe less.  However, I now have to consider my fiance’s debt.  She’ll have roughly $70,000 in student loans when she’s done.  So together, we’ll need to pay $160,000 in student loans.

Sometimes I wonder if the education was worth it.