Calendar to work with Foxfire

Hi! 10% of my users are on Macs and use Foxfire.
While I can code rings around DHTML, alas, most of it doesn't
work with Foxfire. What I need is a nice popup or popon calendar
(actually, calendars) that can be used by IE and Foxfire users
alike.
I found a large popup calendar which works with both, but
unfortunately, there are a large group of users who like BIG
browser windows that fill up monitors. The popup often gets hidden
behind the main window. Well! I won't go on about my troubles.
I'd actually be happy with a small display calendar that can
go forwards and backwards without any interactivity as long as it
functions on both browsers. (oy!)
Any thoughts or suggestions?

OK - I tried CFcalendar. Unfortunately, it puts a heavy load
time on my page. It takes so long to come up (even with a dedicated
DSL line), that it makes the purpose of the page confusing.
Anyway, I am evaluating this:
http://www.meanfreepath.com/javascript_calendar/livedemo.html
I lust after the one that says DatePicker. Put your cursor in
that field -- it will blow you away.
Unfortunately, the download version doesn't have the function
that drives the button to the right of the field. I've asked the
authors to help me out (although you never know whether they'll do
that ... they seem to have a very active site, however). I'm also
having some people with Macs visit the page to see if it works on
their varieties of browsers. This is the most awsome calendar out
there (and I've seen some awsome calendars).

Similar Messages

  • Mobileme calendar not working with iphone 3.1.3

    I recently updated ical on my mac to 4.0.4 on my Mac running 10.6.7.  My iphone running 3.1.3 can no longer receive the mobile me calendar updates.  All the mail works fine.  I am not sure if the contacts are being kept up either.  I also have an iphone 4 running 4.3.3 and all the mobile me pieces work there.  I have recovered a backup and that didn't fix it.  Deleted the account and rebuilt it.  The only way I can get the calendar to work is to sync it on itunes but that is not satisfactory for adding calendar entries from my phone over to my mobile me cloud.  So...Has 3.1.3 been left in the dust? and I have to retire my old reliable phone?  Say it aint so.  Thanks  Terry

    It looks like that Apple eliminated with this upgrade one of the key functions of the iPhone: Mobility for Mailing.
    Hi Zolee, I have the original 2G iphone running 3.0 and I also have MobileMe and I also have 2 POP accounts as you do, however, I have not had any problems with my POP accounts at all.
    Wishing you a speedy "fix"!! Good Luck!
    Message was edited by: sussurro

  • Tigerdirect & pdf don't work with foxfire

    I was having trouble getting a rebate info pdf to display from tigerdirect.com. only half the page displayed and the links therein did not work. after calling the company, they said to try internet explorer. it worked with IE. just thought you should know that site doesn't work well with foxfire.

    Hi NVSteve,
    Please check to see what your default pdf reader is. You can check this in Tools > Options > applications. Look for the pdf extension and see if it is pdf.js or another pdf reader. If it is pdf.js, please file a bug with an example pdf. They can make changes with an example. The site to file a bug is [http://www.bugzilla.mozilla.org]

  • How old a version of Calendar will work with syncML?

    I need to know if our version of the calendar server will work with Oracle Sync Server or Oracle mobile data, and therefore syncML. How old of a version of calendar will work?
    We are running corporate time 5.4 (don't laugh too hard).
    Thanks
    Roger

    Only from collab suite server relase 9.0.4.2.x and higher.
    Best Regards,
    Fred

  • Is there a calendar that works with CF?

    i tried to use the cfinput type=datefield with a cfform
    format=flash. i wa told that that when using format of flash that i
    would have to code my form very differently, not sure what that
    means?
    so my question is, is ther a way of allowing my user to
    select a date from a calendar without ignoring all the other code
    in the page?
    thanks bob the code below only displays the calendar and the
    radio button
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body>
    <table width="50%" border="5" cellspacing="3"
    cellpadding="3" bordercolor="#0066FF" align="center">
    <tr>
    <td align="center">
    <!---message="First breeding date must be a valid date"
    validateat="onSubmit,onServer" validate required="yes"--->
    <cfform name="form1" id="form1" format="flash"
    method="post" action="dates2.cfm">
    <table width="50%" border="5" cellspacing="3"
    cellpadding="3">
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td>Enter the First Breeding Date</td>
    <td ><cfinput type="datefield" name="sdt"
    width="100"/> </td>
    </tr>
    <tr>
    <td>Enter the actual date the puppies were born
    </td>
    <td> </td>
    </tr>
    <tr>
    <td>Add or Subtract gestation days from start date
    </td>
    <td><table width="150">
    <tr>
    <td><cfinput type="radio" name="addsub" label="Add
    Days" checked="true" value="A" /></td>
    </tr>
    <tr>
    <td><cfinput type="radio" name="addsub" label="Sub
    Days" value="S" /></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>Enter the number of gestation days </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    </table>
    </cfform>
    </td>
    </tr>
    </table>
    </body>
    </html>

    Look here:
    http://www.riaforge.org/index.cfm?event=page.search
    Type calendar in the search box
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "Bob Balas" <[email protected]> wrote in
    message news:[email protected]...
    >i tried to use the cfinput type=datefield with a cfform
    format=flash. i wa
    > told that that when using format of flash that i would
    have to code my form
    > very differently, not sure what that means?
    >
    > so my question is, is ther a way of allowing my user to
    select a date from a
    > calendar without ignoring all the other code in the
    page?
    >
    >
    > thanks bob the code below only displays the calendar and
    the radio button
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Untitled Document</title>
    > </head>
    > <body>
    > <table width="50%" border="5" cellspacing="3"
    cellpadding="3"
    > bordercolor="#0066FF" align="center">
    > <tr>
    > <td align="center">
    > <!---message="First breeding date must be a valid
    date"
    > validateat="onSubmit,onServer" validate
    required="yes"--->
    > <cfform name="form1" id="form1" format="flash"
    method="post"
    > action="dates2.cfm">
    >
    > <table width="50%" border="5" cellspacing="3"
    cellpadding="3">
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td>Enter the First Breeding Date</td>
    > <td ><cfinput type="datefield" name="sdt"
    width="100"/> </td>
    > </tr>
    > <tr>
    > <td>Enter the actual date the puppies were born
    </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td>Add or Subtract gestation days from start date
    </td>
    > <td><table width="150">
    > <tr>
    > <td><cfinput type="radio" name="addsub"
    label="Add Days"
    > checked="true" value="A" /></td>
    > </tr>
    > <tr>
    > <td><cfinput type="radio" name="addsub"
    label="Sub Days" value="S"
    > /></td>
    > </tr>
    > </table>
    > </td>
    > </tr>
    > <tr>
    > <td>Enter the number of gestation days </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > </table>
    >
    >
    >
    >
    > </cfform>
    > </td>
    > </tr>
    > </table>
    >
    > </body>
    > </html>
    >
    >

  • Safari works with Foxfire but not Safari

    in my 10.4.8 system, my 7.1.3 QuickTime player plays
    videos when I am use my 1.5.0.8 Foxfire but not when I use
    my 2.0.4 Safari (which I prefer)
    any thoughts ?

    Thanks Starman
    it also helped to uncheck the "Miscellaneous" option in he "MIME Types" box in preferences
    things are now working as they should

  • Why is Hotmail Calendar not working with latest version of Firefox

    I was prompted to load the 'latest' version of Firefox this morning, which I duly did. Since then my Hotmail account has worked fine for send and receive but I cannot access my calendar. Screen simply says "loading...." and never actually loads.
    I have shut my lap top down fully and rebooted but the situation remains the same.
    I have 2 Hotmail accounts and this problem is the same for both. Please could you advise.

    erin238 wrote: ... Skype ... iSight will not recognize the camera...
    iSight is the camera.  I expect you mean that Skype will not recognize the camera.
    (1) Did you restart Mac and try again?
    (2) Did you use Disk Utility to repair permissions before and after installing Skype?
    (3) Because Skype is your only problem app, have you checked Skype support such as
       https://support.skype.com/en/faq/FA10931/   and
       https://support.skype.com/en-us/category/VIDEO/
    There are Skype-specific tips there that may help you.
    Do NOT add any drivers.  All needed iSight driver software is included in your OS X 10.6.8
    You can also search Skype's dedicated forum for Mac http://community.skype.com/t5/Mac/bd-p/Mac
    (4) Your first download or install may have been faulty.  If you have not already done so, try downloading the latest Skype version again and reinstalling? Remember to repair permissions before and after the reinstall.
    Message was edited by: EZ Jim

  • Google calendar not working with Safari 5.1.4

    I am unable to access my calendars on the Google site, getting the message "We're sorry. Google Calendar is temporarily unavailable. Please try again in a few minutes."  Calendars embedded into my website are also not viewable in Safari.
    Problem seems to be limited to the desktop version of Safari, as Google calendars continue to work fine in Safari iOS 5.1 and in both Firefox and Chrome.

    Go into your Applications folder, right click Safari and click "Get Info". Make sure "Run in 32-bit mode" is unchecked.

  • "Default Calendar" not working with Mountain Lion?

    I have two write-able calendars on my Mac running Mountain Lion (recently upgraded from Snow Leopard):
    1) an On My Mac calendar generated by the Library Books app -- tells me when books are due
    2) a Google calendar shared with family
    By default, I want all invites to go to the Google calendar.  I set that in:
    Calendar -> Preferences -> General -> Default Calendar
    But everything goes to the calendar On My Mac.  It seems to ignore the Default Calendar setting.  The only way I can get invites to default to my Google Calendar is to remove the On My Mac calendar.  I removed and re-added both calendars.  Same issue.  Instead of an On My Mac calendar generated by an app, I created a temp one.  Same issue.  It seems to prefer any calendar On My Mac ahead of my Google calendar.  Any On My Mac calendar generated seems to be at the top of the list of calendars automatically, and that's what appears to be used.
    What gives? 

    I managed to sort it out! Make sure that in system preferences, under mail, contacts and calander, that iMessage is selected. In my case it said google talk. click the box and your ready to go!

  • How do you get [(webcrawler) searchengine]in the search bar? Or will it work with foxfire?

    I can appreciate that the search bar already has google, yahoo and bing search in it's search bar. But is there any way to put webcrawler.com in the search bar as a search engine. I tried to figure it out but with no luck. Thanks for reading my question, and any help at all would be appreciated.

    In addition to what John said, Final Cut Pro X is a digital download from the Mac App Store. To see if your MacBook meets the requirements, see > http://www.apple.com/finalcutpro/specs/ Anyway, the App Store will give you an error if your MacBook isn't compatible.
    Since the Final Cut Pro X launch, it's only available at the Mac App Store, so you can't get it in a DVD. Instead, there's an advantage: you can install it as many times as you want in all your Macs for free

  • Calendar groups work with .me account calendars?

    i upgraded to the new ical features and would love to group my calendars...
    i've created a group and noticed it's created locally (on my mac). my calendars are on my .me account and unable to drag them to the group... any advice?

    That is a good question. I'm not sure but I would contact MobileMe chat support directly to find out if you don't get any other responses.

  • I use incredimail for my email and can not get it to work with foxfire for sending links etc

    i will try to email a link and at first it went to outlook but i use incredimail so i need to know how to make it launch incredimail
    == This happened ==
    Not sure how often
    == everytime i try to send a link

    See this KB article.
    [http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox]

  • What Desktop calandars work with firefox 5

    I would like to add a calendar to my desktop. I understand the firefox add-on does not work with firefox 5. Is that correct? What desktop calendar will work with Firefox 5

    Answering my own question, after having a cup of coffee..... I found Windows Hotmail Calendar, so I can use it quite easily on my computer (Window 7). Next time I'll have the coffee before I ask the question.

  • FLASH 9 won't work with Safari 2.0.4

    Installed, uninstalled, reinstalled flash 9. Works with Foxfire, but not with Safari 2.0.4. Tried to install flash 8 instead and it gave me the "update flash" page. Very frustrated. Please help. There is no preference file with "safari" in the name.

    threejay10,
    thanks for pointing me to the other discussion thread on
    http://www.justin-cook.com/wp/2007/03/08/flash-9-doesnt-work-on-mac-os-x/
    i am not that comfortable in Terminal so I opted for the one other option i could see that doesn't reliance on me typing a slew of sensitive characters into Terminal.
    So, instead, I downloaded Pseudo from VersionTracker
    http://versiontracker.com/dyn/moreinfo/macosx/9608
    installed it in my applications folder. then dragged the Flash 9 installer onto Pseudo. Flash then installed perfectly and all is working well.
    It seems there is a simple fix after all. Apparently Pseudo installs into the root and therefore, I assume, bypasses the permissions issues. After 2 days of trying to solve this, I"m happy it's over. Thanks again for pointing me in the right direction. I hope others can find this thread and the solution.
    Cheers, TM

  • Looking for an app that works with Mac and iPhone that will set calendar reminders of birthdays in contacts.

    Looking for an app that works with Mac and iPhone that will set calendar reminders of birthdays in contacts.

    Hi ron1098,
    Try my application Dates to iCal. it runs on the Mac, but you can sync the calendar to your iOS device.
    See more about Dates to iCal here. It is £4 shareware with a 2 week demo.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Support Communities Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for

  • Unable to Open Mail "index is read only

    I am unable to open my mail and receive the following message. Mail can't open because its index is read-only. The index file is located in /MacBook Pro HR/Users/tommygorse/Library/Mail/Envelope Index.  If this file is on your computer, use the Get I

  • Another "duplicate email" problem.

    I asked the following question over on the Office 2013 forum and the only response I got basically told me to "go ask this on the Outlook forum", so here goes: "I too am experiencing rabid email duplication with Outlook 2013.  I've found a way to avo

  • How do I force a crop on a pic in a slideshow in aperture when it doesn't display correctly?

    The help menu shows an option to select full view but that option box isn't showing in the default settings in my program. I have checked for software updates.

  • Custom table model, table sorter, and cell renderer to use hidden columns

    Hello, I'm having a hard time figuring out the best way to go about this. I currently have a JTable with an custom table model to make the cells immutable. Furthermore, I have a "hidden" column in the table model so that I can access the items select

  • Master data required for implementation

    Hi all, We are going for a university implementation. Could someone tell me what master data is required for implementation from client. Like student data, learning content data, grading system, My next question is which third party tool is good for