Forum: JavaScript / DHTML / AJAX Jan 18th, 2009 |
| Replies: 1 Views: 1,371 Hello
This was a great exerecise. I learned alot more how
to use javascript
I have two ways to accomplish the task of having a sticky
form that also display database derived dynamic... |
Forum: JavaScript / DHTML / AJAX Jan 13th, 2009 |
| Replies: 1 Views: 1,371 Sticky note refresh not working
Hello
I am trying to create a sticky form.
I would like to use javascript to refresh the page using drop
down selection to trigger the refresh.
The problem... |
Forum: HTML and CSS Jan 10th, 2009 |
| Replies: 9 Views: 1,617 Lets take another approach.
For example we will use the addess to this poft.
I don't mind the user seeing Part A of the browser address
But I don't want them seeing the folder the pages are in... |
Forum: HTML and CSS Jan 10th, 2009 |
| Replies: 9 Views: 1,617 Hi Thanks for responding.
That is what I am talking about.
This application is for a specific purpose. You can searcing the data base for information you have stored.
User name a pass word... |
Forum: HTML and CSS Jan 10th, 2009 |
| Replies: 9 Views: 1,617 Thanks for responding.
I will be hiding the address bar for security reason. Also in the web base application the user will not be using the address bar for searching. Access to this application... |
Forum: HTML and CSS Jan 10th, 2009 |
| Replies: 9 Views: 1,617 Hello
I would like to hide the address bar for Firefox and internt Explorer.
What is the best way to accomplish this?
Will I still be able to pass values to other pages using the hidden... |
Forum: HTML and CSS Sep 28th, 2008 |
| Replies: 0 Views: 1,629 Hi
My menu list displays correctly for Internet explorer.
I am having problems with my menu list display properly in firefox.
The row height should be 15px, but in firefox the row display... |
Forum: PHP Sep 27th, 2008 |
| Replies: 3 Views: 924 Thanks for the solutions.
Enabling cookie was the temporary solution.
I will store the session info in a database.
How do I accomplish the example below if I disable cookies?
example:
I... |
Forum: PHP Sep 26th, 2008 |
| Replies: 3 Views: 924 Hi
I am having problems with sessions.
When using Internet Explorer I can pass sessions to other pages.
I cannot pass sessions when I use Mozilla Firefox. |
Forum: PHP Sep 6th, 2008 |
| Replies: 2 Views: 1,663 I am getting the correct hours and minutes by removing the seconds.
E.g. date("h:i",strtotime($end_time)).
I am still open to a more efficient way to accomplish this task.
<?
$end_time =... |
Forum: PHP Sep 6th, 2008 |
| Replies: 2 Views: 1,663 Hi
I am trying to get the number of hours and minutes between
two time time stamps.
The expected results should be 1:59 (h:mm) instead I am getting 1:58 (h:mm).
What is wrong with my... |
Forum: JavaScript / DHTML / AJAX Jul 13th, 2008 |
| Replies: 2 Views: 8,010 Hi
Thanks for the response and suggestion.
I could not a single function to work.
I could get 2 seperate functions working and it does the job.
I am curious why your suggestion won;t work as... |
Forum: JavaScript / DHTML / AJAX Jul 10th, 2008 |
| Replies: 2 Views: 8,010 Hi
I am new to javascript.
I have two drop downs used to reload the page displaying selected information.
How do I get the OnChange function to pass year and user form the drop down.
I... |
Forum: PHP May 31st, 2008 |
| Replies: 6 Views: 2,456 Thanks for the suggestions I will try it. |
Forum: PHP May 30th, 2008 |
| Replies: 3 Views: 1,220 |
Forum: PHP May 25th, 2008 |
| Replies: 3 Views: 1,220 Hi
I would like to put a list of ids in an array
and loop to select data from a table using
"IN" in the where clause.
I am not having any success getting this to work.
Any suggestions? |
Forum: PHP May 17th, 2008 |
| Replies: 0 Views: 1,685 Hi
The goal is to allow the user the ability to compare daily schedules of
between 1 to 7 users.
The number of columns/user schedule and column headers
are dynamically created base on user... |
Forum: PHP Apr 20th, 2008 |
| Replies: 4 Views: 900 Hi thanks for responding
After various approaches that worked partially this is the solution.
I am open to suggestions on improving on it.
NOTE:I have temporarily removed the... |
Forum: PHP Apr 13th, 2008 |
| Replies: 4 Views: 900 Hi thanks for responding
I made the rows easier to read. But that is not my problem it’s the looping.
I have worked the code and have all the event types showing for each day column.
Which is... |
Forum: PHP Apr 9th, 2008 |
| Replies: 4 Views: 900 Hi
Thanks for the reply.
The days in column format for the week is displaying correctly.
The current problem is when the foreach loop ends in position # 1
only the last iteration of the loop... |
Forum: PHP Mar 31st, 2008 |
| Replies: 4 Views: 900 Hi
I have 7 arrays for all containing the same data:time_id,
start_time, end_time and colour.
Each array represent a day of the week.
There are a total of seven columns to display.
I... |
Forum: PHP Mar 27th, 2008 |
| Replies: 6 Views: 2,456 It could be my work, but I find isset() not always as reliable as empty().
I check form field because it is preloaded with information using $reason array. |
Forum: PHP Mar 26th, 2008 |
| Replies: 6 Views: 2,456 Hi
Thanks for responding.
I will try the version of code you seggested
I did tried this before posting but the data was still lost:
<? |
Forum: PHP Mar 26th, 2008 |
| Replies: 6 Views: 2,456 Hi
I was using PHP sessions to create a sticky form but a
button was needed to reload the page.
I am new to Java and I have decided to do away with the button.
Using... |
Forum: PHP Mar 23rd, 2008 |
| Replies: 0 Views: 2,339 Hi
I am trying to display appointments in a database and would like
to display all appointments for a week.
The time of the day appears on the left and vertical columns with
the names of... |
Forum: PHP Mar 20th, 2008 |
| Replies: 3 Views: 726 Hi
Thanks for the response.
This is the solution.
I have left the echos for testing:this displays what is occuring.
<? |
Forum: PHP Feb 23rd, 2008 |
| Replies: 3 Views: 726 Hi
Thanks for the response. This is the solution I arrived at.
I am open to changing it
<?php
/**NOTE:
Where editing of time/date range is between existing start and end time/date... |
Forum: PHP Feb 9th, 2008 |
| Replies: 3 Views: 6,555 Hi
After some time I think I have done it.
Let nme know if you have any suggestions how to refine the code.
The result below is for a three week (7 day) cycle for the month of January.... |
Forum: PHP Feb 9th, 2008 |
| Replies: 3 Views: 726 Hi
I am having problems how to proceed in editing appointment info.
In this example I have a meeting (code 201) on Monday (day code 550)
from 09:00:00 to 12:00:00.
This is stored in the data... |
Forum: PHP Jan 28th, 2008 |
| Replies: 1 Views: 1,303 Hi
After some time I think I have done it.
Let nme know if you have any suggestions how to refine the code.
The result below is for a three week (7 day) cycle for the month of January.... |
Forum: PHP Jan 28th, 2008 |
| Replies: 3 Views: 6,555 |
Forum: PHP Jan 18th, 2008 |
| Replies: 3 Views: 6,555 Hi
I am trying to increment the date using weekly increments.
I need to determine the start and end dates and the week number of the year.
If you can suggest another approache that is OK, ... |
Forum: PHP Jan 1st, 2008 |
| Replies: 1 Views: 1,303 Hi
I need help.
I know what I want to accomplish, but I do not know how to do it.
The events are recurring every month, but not recurring at the same time or on the... |
Forum: PHP Dec 29th, 2007 |
| Replies: 0 Views: 1,405 Hi
I need help.
I know what I want to accomplish, but I do not know how to do it.
The events are recurring every month, but not recurring at the same time or on the ... |
Forum: PHP Dec 29th, 2007 |
| Replies: 0 Views: 732 Hi
I need help.
I know what I want to accomplish, but I do not know how to do it.
WHAT I NEED HELP ACCOMPLISHING:
How to do I insert data into a table for a date range of... |
Forum: PHP Dec 2nd, 2007 |
| Replies: 0 Views: 1,118 I am having problem with my loping.
I don't know if I have chosen the correct approach.
GOAL:
I need to insert into a table event types for a specific date range.
The calendar the event type is... |
Forum: PHP Aug 9th, 2007 |
| Replies: 1 Views: 7,842 Hi
Thanks for the suggestion.
This is the final code that solved the problem
<?
$event_time = 09:00:00
$event_length = 15;
$timestamp = strtotime("$event_time");
$etime =... |
Forum: PHP Aug 8th, 2007 |
| Replies: 1 Views: 7,842 Hi
How can I add 15 minutes to the previous event time (timestamp) to get the next event time.
Note: This event time is not in a table.
Straight forward adding the two values will probly not... |
Forum: PHP Jul 31st, 2007 |
| Replies: 2 Views: 1,775 Thanks for the response.
You were right the table height was the issue. |
Forum: PHP Jul 31st, 2007 |
| Replies: 2 Views: 1,775 Hi
I am having a problem with the height of my dynamically create rows.
The data is retrived properly form the database, the issue is displaying the rows.
When there are alot of results to... |