Mail Beyond Logo
Posts
Comments

Archive for the 'Web' Category

First we need to convert our .avi file from the digital camera into a .flv (flash video) file, so it can be viewed on the internet.

Open Adobe Media Encoder CS4 (located in the Adobe Design Premium CS4 folder in the start menu)
Click the “Add” button.
Double-click the .avi file you wish to convert.
Click the “Settings” button.
Change [...]

I originally got this function from the comments on this page: http://us2.php.net/manual/en/function.split.php. But I recently put a bit of time into making it compatible with fields quoted with multiple quotes. This function can deal with input like:
“one”,” “two”", “”"three”"”
It will parse data that is not CSV (comma separated values) as well, just pass [...]

When trying to download a file that is auto-generated on the fly by a PHP script I wrote that sends excel headers, Internet Explorer users were getting the error:
Windows Internet Explorer
Internet Explorer cannot download [filename] from [website].
Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot [...]

In fact, Contribute is automatically generating filenames ending in _000 or _001 instead of opening a prompt to replace them when you try to make a link or publish them from your computer.
The problem is that your role isn’t being allowed access to delete files.
But Tony, does replace equal delete in this strange land of [...]

Wow this had a simple answer. I feel silly. It all started when I made a custom 404 page, editing the .htaccess file and the Apache configuration. I went into Contribute to make sure I could still edit files and found:
Access Denied. The file may exist, or there could be a [...]

After installing vsFTPd on RHEL, I got the following error while trying to log in:
500 OOPS: cannot change directory:/home/curreri
The problem is that SELinux is standing in the way. I told it in English: “I know FTP isn’t secure SELinux, but I promise I’ll stay behind the hardware firewall.” Unfortunately SELinux doesn’t understand English. [...]

You have a webserver, and you want several users to be able to log in and edit files in the /var/www/html directory. Here’s some handy commands.
After copying new files to the directory, try this command to fix up the permissions.
sudo /sbin/restorecon -R -v /var/www/html
You want all your web authoring users to be in the [...]

You can safely use PHPMyAdmin to export a database, just save it to a file on your computer.
Then use a program in WinSCP to upload that file to your Web Server.
Next, edit your /etc/my.cnf to include the following line:

set-variable=max_allowed_packet=64M
Then start the MySQL command console ‘mysql -u root -p’, and type ’source localhost.sql’

First, you need to add Oracle to your MyUW.

Browse to MyUW: http://myuw.washington.edu/
Log in.
Click the ‘Change Content’ link in the upper right corner of ‘MyFrontPage’
Click ‘Browse & Choose’
Check the box for: ‘Other Calendars – Requires an account on C&C managed Oracle Calendar server.’
Click ‘Save Your Changes’
Click the ‘MyFrontPage Tab’ link in the upper left.
Click the [...]