nortk
Members-
Posts
511 -
Joined
-
Last visited
Everything posted by nortk
-
Sorry...you may be on your own for that, but maybe you'll find a related option. Perhaps someone here will have experience with it. Good luck!
-
Assuming you are using Windows? If so, try these steps: Go to "Control Panel" and choose "QuickTime" On the "Audio" tab, check "Safe mode (waveOut only)" Restart iTunes and see if things are better.
-
I went to the link in the file you attached, and what I saw were the photos you uploaded...no broken links. When you reinstalled Gallery, did you use Fantastico, or did you delete everything and download the latest version and install from that?
-
If the Fantastico installation is failing, you could open a ticket with the support people. In the meantime, you could download the latest Gallery version from gallery.menalto.com. This is recommended since the Fantastico installation does not have the latest version. Manually installing is pretty straightforward, and will alert you to any problems as you go.
-
phpBB - Cannot Find In Cpanel To Install
nortk replied to dpkyte's topic in CPanel and Site Maintenance
Yes, you can find a version in the Scripts Library. However, you can't always be certain that you are getting the latest version with all the most recent security fixes. For example, my CPanel lists version 2.0.20, but the latest version at phpBB.com is 2.0.21. You can install from CPanel, but then you should then update your installation to the current version. Or, you can just skip the CPanel install altogether and download and install the latest version by downloading from phpBB.com -
There is an .indexOf( ) method that returns the position of a string, returning -1 if the string is not found. So, something like: if (document.form1.comment.value.indexOf("www") > -1) might do the trick. Of course, you would probably want to convert to lowercase before making the comparision. Hope this helps.
-
In general, you can determine whether a variable is even or odd using the modulus operator: $i % 2 will have a value of 0 if $i is even, and 1 if $i is odd.
-
This is not really a problem. If that is the only error message you get, ignore it. At the final stage of the installation, you will be given the text that should be the content of your configuration.php file. Just paste this text into a file, rename it configuration.php, and then upload it to your Joomla directory.
-
Does the free version of Zone Alarm allow you to set up expert rules? I have Zone Alarm pro, and in its control panel, I select the Firewall, and then I set up an expert rule. There, I specified a source (the IP address of the other computer), and the port to open up, 3389.
-
I just downloaded the new Picasa and tried out the albums feature. The new Picasa seems very much like the old, except that there is an option to sign in and send items to your "Web Albums". The album uploading works very smoothly. The online web albums are housed at picasaweb.google.com/username (my username is norm.krumpe)
