Wednesday, February 5, 2014

Changes 2/5/14

Javascript:

  • Made a header that fades as you scroll down the page
  • It fades in when you mouse over it, and fades back to the previous value when you move your mouse away from it ( using .hover() and .fadeTo() )
  • The one problem is the banner will still fade when scrolling even when the mouse is over it.  I will fix this tomorrow by adding a mouseover class to the header when the mouse is hovering over it, and not change the value if the class is found.

Monday, February 3, 2014

Changes 2/3/14

Javascript:

  • Looked at the Algorithm Visualizer code
  • Started trying to write jQuery code

Friday, January 31, 2014

Changes 1/31/14

I have been extremely sick this week, so I haven't been able to blog or really do anything IT related.  I will try to do a bit this weekend (I will try to stay in the Database class since there is stuff due on Monday).

Monday, January 27, 2014

Changes 1/27/14

Databases:

  • Watched more Stanford videos

Thursday, January 23, 2014

Changes 1/23/14

NSF:

  • Worked on CSV generation (not really sure how to format it)

Databasing:

  • Did Relational Algebra stuff over the weekend and started SQL today

HTML/CSS:

  • Updated website so it is no longer horrible

Thursday, January 16, 2014

Changes 1/16/14

Database Class:

  • Finished DTD Exercises. They were kind of annoying and tedious, but I know more about DTDs than I did before, so I guess it was worth it.
  • Watched 1st JSON video

Wednesday, January 15, 2014

Changes 1/15/14

NSF:

  • Fixed the parser.  It now parses the entire xml file and prints the values found on the console.  This is extremely close to intended functionality.  The only thing missing at this point is a few tags, which I couldn't find because these documents want a DTD from 2002, but I have the 2012 version.  I am going to email Michelle about that tomorrow.