Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    1,066 yy najdenih del, po cenah EUR
    BCO website Končano left

    ...fields as required Or Free text Search Searches using either of the above methods will reference any text field within the database. Database containing information has the following fields. Title - 40 characters text / Summary – 80 characters text / Author – 20 characters/ Key Contact - 20 characters / Name - 20 characters / Organisation – 40 characters / E-mail / Data of publication - dd/mm/yy/ Geographical region – 20 characters text (BC, Dudley, Sandwell, Walsall, Wolverhampton, West Midlands)· Hyperlink to document Stock Images – licensed computer'ish' imagery to be used – will need to be supplied by developers ASP/SQL or php/mysql Server solution required All areas marked * to be updateable through standard bowser IE6 via password protected interface ...

    €184 - €276
    Zapečateno
    €184 - €276
    0 ponudb

    ...month: A novel Idea: Discussion Group. 7-9pm. November 4th: Young Authors' Workshop. 1-4pm November 14th: Meet author Jeff Farley. 7-8pm I will send you a zip file called that will include web page info, the following has to be added: 1. Add title tags and descriptive text 2. Use JavaScript to send the following output to your page: Display the current date in the MM/DD/YY format. If it is Monday, display the Susan Sheridan storytime event. If it is Friday, display the Doug Evans storytime event. If it is Saturday and the day of the month is less than or equal to 7, display the Novel Idea Discussion Group event. If it is the 4th day of the month, display the Young Authors' Workshop event. If it is the 14th day of the month, display the Meet ...

    €57 (Avg Bid)
    €57 Povprečna ponudba
    2 ponudb

    ...application to keep my customers advised when they are going to receive their order. It could work like so.. Web Based admin panel password protected. We would enter order numbers and assign a due date also the customer name and contact email address. The application would on the due date send an email saying "your order xxxx will be delivered today" or "your order xxxxx will now be due on dd/mm/yy we have been adivised this is due to " It is likely that some customers will have more than one order at a time so a way off assigning orders to clients will be needed. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ...

    PHP
    €77 (Avg Bid)
    €77 Povprečna ponudba
    24 ponudb

    ...IsNull(rs!Date) Then VisitTime = Format((rs!Date), "hh:mm AMPM") Else VisitTime = "" End If If Not IsNull(rs!name) Then name = rs!name Else name = "" End If If Not IsNull(rs!Phone) Then Phone = rs!Phone Else Phone = "" End If If Not IsNull(rs!VisitType) Then VisitType = rs!VisitType Else VisitType = "" End If If Not IsNull(rs!Booker) Then Booker = Left(rs!Booker, 10) & " " & Format(rs!DateBooked, "mm/dd/yy") Else Booker = "" End If Loop Set cnn1 = Nothing Set rs = Nothing (3).Controls(1).Caption = VisitTime (3).Controls(2).Caption = name (3).Controls(3).Caption = Phone (3).Controls(4).Caption = VisitType (3).Controls(5).Caption = Booker End Sub ## Deliverables 1) Complete and fully-functio...

    €6 (Avg Bid)
    €6 Povprečna ponudba
    12 ponudb
    Calendar Control Končano left

    I need a calendar control. If one is provided with Visual Basic, then that is acceptable. However, it must have a combobox for a person to enter or select the year. When selected, it should show all the days of the month in calendar format. If a person clicks on the day, a message box would appear that shows the date selected in mm/dd/yy format. I do not have MS Office either. If one is not provided, then creating the OCX from scratch would be acceptable as well. There should also be another combo box that allows a person to type or select the month name. I need this because I am creating a number of applications that uses dates. Therefore, it needs this to make it easy for a person to select the date. If you have any questions, please do not hesitate to ask. ## Deliverables Comp...

    €14 (Avg Bid)
    €14 Povprečna ponudba
    7 ponudb

    Write a Perl program (call it "combine") to combine the data in several files a...11.0 110.0 20020604 10.3 100.3 The program should work for an arbitrary # of files, not just two. It should be able to run from the command line in Windows XP, although the Perl source code should be platform-independent. Store all the data in arrays before printing it, so I can extend the program. Have the dates appear in ascending order on output. The program should also work for dates in mm/dd/yy format. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. No copyright needed. You can distribute it. ## Platform Windows NT and XP, but Perl code should be platform-independent. The Perl code should be comp...

    €14 (Avg Bid)
    €14 Povprečna ponudba
    13 ponudb

    ...manner to the FORMAT function in VB. It should accept a variant value and a formatting string, and should return a string. The formatting string should use the same syntax as Excel (Format->Number->Custom) and VB. For example: StringFormat (1.5,'0.00') would return 1.50 StringFormat (1000.5,'#,##0.00') would return 1,000.50 StringFormat (now(),'d/m/y') would return 1/2/2 StringFormat (now(),'dd/mmm/yy') would return 1/Feb/02 ... and so on. It should support all formatting characters used in Excel/VB, numbers and dates. It should be able to handle "silly" input. For example: StringFormat ('Test','dd/mm/yyyy') should return 'Test' Code should be compatible with Delphi 4. ## Deliverables Complet...

    €78 (Avg Bid)
    €78 Povprečna ponudba
    1 ponudb
    Address Book Končano left

    Wrte a java application to maintain an address book. Each entry in the address book contains a name, address and phone number. The list of entries should be kept in a file on disk. There are two types of entries, a personal entry and a business entry. A bussiness entry contains an additional phone number for daytime calls and a personal contains a birthday in the form of mm/dd/yy. You can keep this date as a string of characters. The application should provide a GUI to: 1. List all the names sorted by last name. 2. List the address and phone number for a selected name. For personal entries display the birthday and for bussiness entres display the daytime phone number. 3. For a selected name you should be able to modify the address and phone number. For a personal entry you should be...

    €71 (Avg Bid)
    €71 Povprečna ponudba
    11 ponudb

    Your program need not worry about improper input, if it crashes or behaves oddly due to bad input that's ok, for now. Your program must use the getline function to read the user's input. Your program must parse (break up) the input string into three substrings representing xxx, yy, and zzzz respectively. Your program must then convert each of these substrings into their equivalent integer forms. You may not use any library or member functions that do these conversions for you. You may find the fact that given any character digit d in the range of 0 to 9, then d - '0' is its integer equivalent. Also given any string str and integer ind, in the range of 0 to () - 1, then str[ind] is the character, within the string, at location ind. Example: Given string str = &quo...

    €9 (Avg Bid)
    €9 Povprečna ponudba
    16 ponudb

    Hi, I need very basic JAVASCRIPT function to verify data input before submitting a form the the server. JAVASCRIPT ONLY The user can enter Integer,...small functions : isDateTime(str), isInteger(), isLongInt(), isSingle(), isDouble(), isCurrency(). These functions are base on ADO data types for Access 2000. I will integrate these functions in my main javascript code, so all I want is to always be sure the data is O.K. before adding it to the database. Note : DateTime must look for data in format : "mm/dd/yyyy hh:mm:ss AM" or "mm/dd/yyyy" or "mm/dd/yy" or "m/dd/yyyy" etc. Integer = ±32767 LongInt = ±2147483648 Etc. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source cod...

    €34 (Avg Bid)
    €34 Povprečna ponudba
    81 ponudb

    I have the two forms that you'd need for this program already laid out. First form is an Add/Restock inventory form..."process order" button is clicked, the item descriptions and other info is filled out on the form, the total cost of items is tallied and placed in a text box, and if any item is out of stock, a comment ("Item X is out of stock") is added to a comment field on the form. The quantity of items on the invoice is then removed from the sequential text file. The invoice should also display system date (mm/dd/yy hh:) I've included the completed forms for download. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Deadline information Must be completed ...

    €52 (Avg Bid)
    €52 Povprečna ponudba
    5 ponudb

    How can we delete and/or modify the content of the folder "history" in browsers IE/NS? EG: say we want users to access some URL like But then we want to: a. delete their history folder content, or b. modify it so that no record is kept of the visited URL. ## Deliverables Complete source code of all programming work done ## Deadline information urgent

    €101 (Avg Bid)
    €101 Povprečna ponudba
    4 ponudb

    How can we delete and/or modify the content of the folder "history" in browsers IE/NS? EG: say we want users to access some URL like But then we want to: a. delete their history folder content, or b. modify it so that no record is kept of the visited URL. ## Deliverables Complete source code of all programming work done ## Deadline information urgent

    €84 (Avg Bid)
    €84 Povprečna ponudba
    5 ponudb

    How to have NETSCAPE&Explorer browsers to detect/register nothing at all, or the URL i choose? EG Say we are at but i want browsers to detect nothing or -say- ## Deliverables Complete source code of all programming work done ## Deadline information urgent

    €92 - €460
    €92 - €460
    0 ponudb

    This shall work with both EXPLORER & NETSCAPE browsers. How to have them detect/register no URL at all or the URL i choose, instead of the real one? EG we are at but i want browsers to register/detect nothing or I am not talking about cache but rather "history folder" ## Deliverables Complete source code of all programming work done ## Deadline information urgent

    €32 (Avg Bid)
    €32 Povprečna ponudba
    3 ponudb

    Create a Date class with the following capabilities: 1)output date in multiple formats such as MM/DD/YY or May 2, 1999 2)use overloaded constructors to create Date objects initialized with dates of the formats in part 1 ## Deliverables I need this in C++ for my class. Please keep it as simple as possible! ## Deadline information deadline: May 23, 2001 at 12 pm

    €7 (Avg Bid)
    €7 Povprečna ponudba
    4 ponudb