INE

INE SlideShow

By |May 25th, 2011|INE|Comments Off on INE SlideShow

File Upload Limit

I’m working on getting a system for the AUTC people to be able to upload files properly.
I’m taking a guess that 24M should work.

I had to edit /etc/php.ini
and add define(‘WP_MEMORY_LIMIT’, ’24MB’); to wp-config.php

By |January 24th, 2011|AUTC, CEM, INE|Comments Off on File Upload Limit

Breadcrumbs Function Solved

Finally updated the wordpress multisite hierarchical breadcrumbs function. This includes pages, news feeds, posts, and category archives. The plugin authors were too slow in getting changes out.

By |December 2nd, 2010|INE, Research|Comments Off on Breadcrumbs Function Solved

Generic 302 Redirects

A redirect is a message the web server sends the client telling it that the page requested is temporarily moved. I’ll be using this when making web pages a bit especially when I need to point to content that is on an older server like Roxen. That way, I can go ahead and create […]

By |October 18th, 2010|AUTC, INE|Comments Off on Generic 302 Redirects

Sagavanirktok Video Page

This is a good example of something which seems simple but creates a cascade of other work.

I added a new web page, https://ine.uaf.edu/autc/media/sag-river-breakup/, to a sub site of the new INE web site.

I had to stitch together the AUTC subsite, create a Navigation Widget Column for this AUTC site, clean up the AUTC logo […]

By |September 16th, 2010|AUTC, INE|Comments Off on Sagavanirktok Video Page

MySQL 5.1.50 and Disk Space

In the process of upgrading to 5.1.50 directly from 5.1.48 on beta.ine.uaf.edu. I ran into some difficulty on that as the machine ran out of disk space. Spent some time talking to Peter about short and long term solutions. A plan is in order.

The actual process of upgrading 5.1.50 went well on the beta […]

By |August 24th, 2010|CEM, INE|Comments Off on MySQL 5.1.50 and Disk Space

MySQL 5.1.49

5.1.49 is out. The changes are listed here: https://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html

I do not deem this a critical but will get to it when time permits.

By |July 23rd, 2010|CEM, INE, Research|Comments Off on MySQL 5.1.49

Victory over Internet Explorer

I have managed to get the resize script woking properly in Internet Explorer. IE does not adhere to the standard DOM event of element.addEventListener instead, it uses element.attachEvent, mostly the same thing, except a bit less handy, and of course, it behaves differently than every other browser.

IE browsers account for 30% of the visits […]

By |May 28th, 2010|INE, Research, WERC|Comments Off on Victory over Internet Explorer