ALIVE @ Samford University

ALIVE @ Samford University

Brian Toone, Assistant Professor

ALIVE @ Samford University RSS Feed
 
 
 
 

Posts tagged web 2.0

Going live with Mesa Online

This morning we went live with Mesa Online, a website for students taking Spanish courses in the World Languages department. The idea behind the Mesa program is that students sign-up for a time to have lunch or dinner with a small group of students and one faculty member. During the lunch or dinner, all conversation must be in Spanish. The previous sign-up system involved a large list of timeslots posted on the wall. My Fall 2008 software engineering class took upon themselves the task of converting the paper-based system to an online system. I helped the students bring the project to a conclusion just in time for it to go live today for the Spring 2009 semester. As of 3:00PM, exactly 100 students have created their Mesa accounts. There is still work left to be done on the administrative part of the website, but I will post updates as the semester progresses and as we see whether the system effectively meets the needs of the World Languages Department here at Samford.

New (to me) research bibliography tool

I have been a long time user of bibliography search engines such as citeseer, the ACM portal, IEEExplore, etc… but I have always turned to standalone software applications such as Endnote and JabRef to manage the articles I find. This summer I created my own web-based annotated bibliography tool and just barely got it off the ground before the need for it subsided. Now, tonight as I am organizing my references for an upcoming conference presentation, I just discovered a tool that surpasses the tool that I created and adds a social networking element. The website is called CiteULike (screenshot below) -
CiteULike social networking for academics

As far as I can tell, the only way to group entries in your library is by creating a special “group” where any registered member can join and post entries or by tagging each entry that you want to belong in a category with a special keyword. I have opted for the latter approach as I only want articles that I post to be in my reference library. The screenshot is showing a post that I just made. The site seems to be pretty response and there is an active bookmark link that you can add to your browser toolbar to quickly create a new bibliography entry from the page you are currently viewing.

Website development tools

Website development occupies a significant portion of my time spent working with computers as evidenced by the number of active research and teaching projects in which I am engaged. So any tool that can enhance my productivity in this area is greatly valued. Here is a sampling of the tools that I find useful in my day-to-day web development activities:

Eclipse Eclipse - an open development platform (eclipse.org)

  • Free! (Other popular tools can cost $100+)
  • Good CVS support for supporting collaborative projects with co-workers and students, maintaining version history, and enhancing portability of the entire development process (i.e., work from home, school, laptop on the road)
  • Syntax highlighting for HTML, JS, and PHP files through the PDT project
  • Document outline and quick navigation for JS and PHP files
Mozilla Firefox web browser (firefox.org)

  • Syntax highlighting when viewing page source
  • Excellent web developer tools add-on
  • Easily inspect any HTML element rendered on a page
  • Standards compliant
Windows Vista Snipping Tool (windowshelp.microsoft.com)

  • Easily capture screenshots for thumbnail links
  • Used to create the thumbnails on this page
  • Excellent for capturing a rendered page, editing with photoshop, and then using for demos and planning next steps in the design of the user interface
Microsoft Office OneNote (office.microsoft.com)

  • Keep a journal of software development activity within easy reach
  • Easily work with screenshots during user interface design
  • Organize software projects into separate notebooks
Adobe Photoshop CS2 (adobe.com)

  • Expensive, but academic discounts available
  • Save documents for the web in variety of formats (GIF, JPG, PNG)
  • Easily import picture data from the clipboard into an image file
  • Crop and resize images to specific dimensions, maintaining aspect ratio during the entire selection process

Happy website development, enjoy!