Here are the settings that are working for me to allow public access to my webcalendar for some events. WebCalendar 1.0.4.
I’m still having problems with both public entries being duplicated when both Darrell and Public are participants. This does not occur on a test site that I have, but the live site shows this. Currently I can get around this by only having one participant [public access] for public items. Not sure why the test site shows only one entry and the live site shows two. Continue reading “Web Calendar Public Access”
After using Chaos Manager calendar for the past year or so, I wanted to start with a web calendar so I could access the calendar from multiple systems. Web Calendar looks like the simplest and most reasonable free solution based on php and mysql.
After some study, writing a new import method wasn’t that hard. The enclosed zip file contains two modified php files and a new import file. It worked to import about 130 events into WebCalendar 1.0.4.
I never used repeating events, so no provision is made to import repeating events into WebCalendar.
Chaos Manager has some limitations.
It cannot be accessed from multiple systems, although it will synch up with a PDA.
It does not store event durations, but only an event time.
For some reason, Chaos Manager csv files are not comma delimited but semi-colon delimited.
Late last year I purchased an Epson R200 printer that can print on CDs and DVDs. I wrote an article over in the boards and showed some pictures.
I’ve been using the printer to label movie DVDs for a while, but the problem of labeling data DVDs has eluded me. Here’s a solution, and since the printer has a high resolution, it works quite well.
Even the full size as rendered here is not easy to read, but the DVD itself can be read quite easily, although you may need to use a loupe to do it.
I just brought up the DVD in the explorer and then did screen cuts from the folder tree. Arranged in a reasonable way around the DVD label, the contents of the DVD are easily summarized. Of course, the best thing to do is also index the DVDs for easy searching later. This article describes my experiences with Google desktop and SpindleSearch.
Ideas from a talk by Eli Yablonovitch, UCLA, regarding the future developments semiconductor technology and its impact on Physics, Economics and Sociology. From his lecture on 25 October 2005 at UCLA. [Click title to read more]
Here are some of the ideas from a talk by Eli Yablonovitch, UCLA, regarding the future developments semiconductor technology and its impact on Physics, Economics and Sociology. From his lecture on 25 October 2005 at UCLA. Here is a link to Eli Yablonovitch’s UCLA page.
Computer Frustrations? Call Windy Weather to help with software or hardware problems, buy an upgrade, or eliminate spyware, adware or viruses. (541) 888-4262.
Shopper Ad
Computer Frustrations? Call Windy Weather to help with software or hardware problems, buy an upgrade, or eliminate spyware, adware or viruses.
(541) 888-4262.
We will help you upgrade your software or your hardware. Advise you about applications to solve your problems, or keep things running smoothly.
Hard drive or memory on that two year old computer too small?
Need a new Video Card to play that new video game?
Want to upgrade to Windows XP? But it seems two daunting a task to approach alone?
Adware, Spyware slowing you down and clogging you up? We can help you eliminate it and keep it out.
Time to buy a new computer, but it seems to complicated to deal with all the options?
Need a secure wireless network for your home or business, but all the options and security issues seem too complex.
Need a website that shows your business or personal identity, and can be easily maintained without detailed knowledge of the web?
Whatever your problem, we can help. Darrell has been a computer professional for over 30 years, and he has kept up with the times and the technology. If it says Windows, he can help with your problems.
Darrell also has years of experience with digital video and digital photography. As an accomplished photographer, he can take that special picture of you water skiing or surfing. Or he can work on the photo that you have to clean it up and turn it into a masterpiece, or just make it so you will want a print. Darrell has converted home movies to DVDs. From film or video tape, preserve those memories, or add your narration and make a special gift for your children.
Linux program port of Gears for OpenGL begins to work. Not complete, but mostly functioning.
A part of the Geodesic program for WIN MFC and OpenGL has been ported to Linux / KDevelop / Qt / OpenGL. It creates and displays a gear object and there are many parameters to change the shape of the gear. The program will be able to export OBJ or POV files of the shape of the gear. It can serve as a complex tutorial of using OpenGL and many other features of
the KDE and Qt frameworks. Continue reading “Gears OpenGL for Linux”
Building a C++ application using QIntValidator and QDoubleValidator using KDevelop. These validators work with KLineEdit widgets after fixing some errors in their usage.
There is a properties dialog with a large number of input fields as follows:
Work continues with SUSE 10.1 Linux both in configuring the system and in learning to use the KDevelop IDE for C++ programming.
Work continues with SUSE 10.1 Linux both in configuring the system and in learning to use the KDevelop IDE for C++ programming. There are several interesting items to mention:
Developed the program under the debug configuration and then tried to switch to default or optimized configuration. Tried many combinations to try to get it working again, but all BUILD options give errors ending with makedistclean. Continue reading “KDevelop project stuck”
Permissions problem kept php5 and mysql 5 from talking….
When setting up a test website using Apache 2, php5 and mysql5, the connection to the database failed with AccessDenied. If the password were removed, then the failure looked different. The resolution to the problem is to include localhost explicitly in the host list and set database privileges for localhost. The default is @% which is wildcard, but apparently wildcard does not include localhost.
For a complete description, screen shots and the whole story: Continue reading “php5 and MySQL 5 – Access Denied”