Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 datetime jobs found, pricing in CAD

    ...the jobid received from success response from gateway - smsid: stores the smsid received from success response from gateway - sentdatetime: datetime when message was sent Table name: MessagesIn Messages received from SMS provider, which originated from a mobile user sending a text to a shortcode. - msgid: (identity column) - distinguishes messages from each other. - mobilenumber: phone number of the sender of the message. - operatorid: denotes which service provider connection was used to receive message. - msg: text of the message. - smsinboxid: SMS provider’s reference number for all incoming messages. - received: datetime message was received. - shortcode: short code the message was sent to. I think this is very clear, but contact me ...

    $227 (Avg Bid)
    $227 Avg Bid
    5 bids

    ...When files are processed, they are copied to an archive folder that contains a certain number of archive files. Code is already in place to properly import data. ? The trick in the new routine is going to be looking for records that are no longer in the source data that need to be deleted. ? this may need to be done as a separate cleanup routine that could run nightly. ? If we add an updated datetime stamp to each record, then we could delete records that have not been updated in the past X days, that would be fine...

    $379 (Avg Bid)
    $379 Avg Bid
    11 bids

    ...When the user submits the form; four things need to occur 1 - A table called "incident" needs to be inserted with: *incident_id (int)(pk) <-- This is autoincrement so no need to specify *incident_number (int) <-- From the Incident Number textbox above *incident_short (text) <-- From the Short Description text area above *incident_start (datetime) <-- From Start Date and time above *incident_end (datetime) <-- From End Date and time above *incident_priority (int) <-- From Priority drop down list above) 2 - The table called rel_incident_problem needs to be updated with a new record: *rel_incident_problem_id (int)(pk) <-- This is autoincrement so no need to specify *incident_id (int) <-- From the incident_id generated by the...

    $111 (Avg Bid)
    $111 Avg Bid
    20 bids

    ...enter date, servername, server IP) 3. Once a day the script checks for Status = false entries and submits the account to GR database. Once submitted the status is changed to “true” and submits the datetime in the “enter date” field, also submit the servername, and server IP. a. Only does 45 entries a day b. Create loop to enter one every 20 seconds 4. Independent server scripts – scripts that are on a different server, once a day connect to the sever, pulls the next 45 entries, enter it into GR server then update server (1 entry every 20 seconds), change the status to “true” and submit the “datetime“, “servername”, “serverIP” -Please create admin like the attached file. It is base on admin...

    $547 (Avg Bid)
    $547 Avg Bid
    1 bids

    ...drive 2. Attempt to connect to? the new? webservice. 3. If successful will? go through some authentication (i.e. we do not want anyone uploading!) 4. If successful it will send this timesheet data: - ProjectID? int? - TaskID? int? - StartTime? datetime? - EndTime? datetime? - LastUpdate? datetime? - Notes? nvarchar? 50 - TimeID? int? - Status? bit? - Minutes? int? - Source? nchar? 1 - Charge? float? -? CheckSum? nvarchar? 50 5. Will update a column called LastSynced datetime with the current date/time for all successfully synced entries. The webservice will: 1. Allow client applications to connect and authenticated 2.? Accept the timesheet data and save that data to a SQL Server 2008 database ta...

    $286 (Avg Bid)
    $286 Avg Bid
    10 bids
    sql Ended

    dbma - ms access requirement build sql query to update running totals on a table. The table has a format as follows: BankTotalID Autonumber, BankAccountID Number, BankTotalDate DateTime, BankTotalAmount Currency, BankRunningTotal Currency BankTotalAmount is the total for the day's trade and the running total must be the sum of earlier days, eg opening balance = 30 day1 tot = 10, running = 40 day2 tot =67, running = 107 day3 tot = 89, running = 196 This must be a sinlge sql query to update the table or insert into a new table the running totals. There is NO programming for the task

    SQL
    $42 (Avg Bid)
    $42 Avg Bid
    19 bids

    ...--values: Completed, Error, NULL Zillow_StreetAddress VARCHAR(1000), Zillow_City VARCHAR(100), Zillow_State VARCHAR(100), Zillow_ZipCode VARCHAR(100), Zillow_Latitude FLOAT, Zillow_Longitude FLOAT, Zillow_Zestimate FLOAT, Zillow_LastUpdated DATETIME, Zillow_ValuationRange_High FLOAT, Zillow_ValuationRange_Low FLOAT, Zillow_UseCode INT, Zillow_UseCode_Description VARCHAR(1000), Zillow_TaxAssessment_Year INT, Zillow_TaxAssessment FLOAT, Zillow_YearBuilt INT, Zillow_LastSoldDate DATETIME, Zillow_LastSoldPrice FLOAT, Zillow_ErrorCode INT, Zillow_ErrorCode_Description VARCHAR(1000) ) 7) Set RecordStatus = 'completed' if the address is returned from Zillow without an error. Set = 'Error' if Zillow re...

    $209 (Avg Bid)
    $209 Avg Bid
    12 bids

    ...to the “/Proc1?? directory and rename it to the files Date Modified datetime or dateCreated or DatePictureTaken info (as above). e.? ? ? ? ? Delete the processed files from the /Upload directory (be aware that some new files may have been uploaded while the code has been running, delete only the ones that were processed). f.? ? ? ? ? ? ? Find the newest jpg file in the “/Proc1?? directory and save it as “/Current/?. ( will likely already exist and will need to be overwritten) Create another page named “? that has a button that performs the following task: 1.? ? ? ? ? ? Create a video file (AVI preferred) from all the jpg images in the /Proc1 directory that have a DateTime value greater than 1/1/1900 and less than Now(). (I k...

    $372 (Avg Bid)
    $372 Avg Bid
    11 bids

    We need a jsp file to run this sql to get invoice numbers that have not been tracked select trans_id...xml data into these 2 tables create table DHLShipment ( trans_id int not null, trackingnumber text not null, deliveryconfirm text not null, address1 text not null, address2 text, city text not null, state text not null, zip text not null, weight double not null, shipped date not null ) create table DHLEvent ( trans_id int not null, code int not null, eventDate datetime not null, city text not null, state text not null, description text not null, postalcode text not null, country text not null ) and update table user_trans columns - confirmation_no with <deliveryconfirm> and dhl_tracking with <trackingnumber> where tran...

    $82 (Avg Bid)
    $82 Avg Bid
    1 bids

    We need a jsp file to run this sql to get invoice numbers that have not been tracked select trans_id...then it will insert the xml data into these 2 tables create table DHLShipment ( trans_id int not null, trackingnumber text not null, deliveryconfirm text not null, address1 text not null, address2 text, city text not null, state text not null, zip text not null, weight double not null, shipped date not null ) create table DHLEvent ( code int not null, eventDate datetime not null, city text not null, state text not null, description text not null, postalcode text not null, country text not null ) and update table user_trans columns - confirmation_no with <deliveryconfirm> and dhl_tracking with <trackingnumber> where tran...

    $129 (Avg Bid)
    $129 Avg Bid
    39 bids

    Technology ASP.NET 3.5 C# SQL Server 200...If you see the attached picture you will get more details. Please note I do not want to achieve this functionality through Javascript but I want you to extend the ASP.NET? Repeater control so that you can group as well as paginate. You must use ASP.NET 3.5 and C# only. For data please create 3 columns in a table in your SQL Server 2005/2008 db, you need to group using the sql server datetime field that will be returned. ## Deliverables 1. You need to do the same functionality as attached in the screenshot. Please note that the event date is not being shown. 2. It should have provsion to include a small image with link in the title. 3. It should be customizable. 4. Code should be clean with C# standard coding g...

    ASP
    $190 (Avg Bid)
    $190 Avg Bid
    11 bids

    1. Hitlist: Make it so tha...completes offer. Line 4220 Can you put an email function so that I receive an email with the information below (points, user id, date time) Can you put an email function in this loop? line 4220{ db_execute("Update user set king_author_points = king_author_points+".$points." where id = ".$user_id." Limit 1;"); db_execute("INSERT INTO `offer` (`id` ,`user_id` ,`points_earn` ,`cash_earn` ,`datetime`)VALUES (NULL , '".$user_id."', '".$points."', '".($points/10)."', '".date("Y-m-d H:i:s")."');"); } 5. User Level stops level 254 when Experience reaches 100,000, why is that? the LEVEL Table has 350 levels and can go up ...

    $164 (Avg Bid)
    $164 Avg Bid
    1 bids

    Please Sign Up or Login to see details.

    PHP
    Sealed

    ...country. - ALL keystrokes should report in colored html (reports can be set to send at predetermined intervals) - Produce a very high resolution screenshots (Can be set at predetermined intervals as well, even continuously!!!) - Log all chats/instant messages IE: AOL,MSN,ICQ,YAHOO,SKYPE,TRILLION,MYSPACE, ALL CHAT ROOMS,OoVoo, ETC.. - Log all visited web sites, the web browser used, and datetime stamp. - Should be able to record mp3 from the targeted pc mike and send it via email or ftp [a very high quality mp3 file 1 minute in 400kb]. - The capability to capture webcamshots shots from the targeted pc or laptop depending on the frequency you choose. - Should get all the targeted machine hardware information and detailed information about the main hardware components,...

    $3250 (Avg Bid)
    $3250 Avg Bid
    4 bids

    The purpose of this project is to develop a C# function that will accept a date range(startDate, endDate), an integer(dataCount), and a list of SensorData(inData) classes that contain DateTime attributes. The function will take the list of items and window them to a new list of SensorData classes of the size passed in dataCount.

    $23 (Avg Bid)
    $23 Avg Bid
    5 bids

    Ok I have all the a huge database with many fields. I need a form to retrieve the data using...pictures from the relative file. On hover of the items retrieved, a quick view of the items description pops us. I seen this technique used today on many sites. The pop up is not a windows but like a small square/shape. On click the user goes into detailed view of the items. If user like this item he simply fills out a form for someone to contact him. All his info is trapped in the db with datetime stamp. Review my data and we will need a form to retrieve this data. We will need a form like this and a more generic search such as hyperlink quick clicks like : 3bedroom2bathinHoustonUnder200k ... CondosIn77007ZipCodeUnder250k etc.....

    $274 (Avg Bid)
    $274 Avg Bid
    1 bids

    ...duration of the appointments and then designate time within the block of appoints in which no appointments can be scheduled. The appointments slots should entered into a database that has columns for teachersID, appointmentOwner, dateTime, entryTime and controlNumber 1.2 Inputs 1.2.1 select date for appointments 1.2.2 Select interval/length of appointment 1.2.3 Select starttime of first appointment 1.2.4 Block out time alloted for appointments 1.2.5 Select blocks of time for breaks 1.3 Output 1.3.1 controlNumber 1.3.2 teachersID 1.3.3 appointmentOwner 1.3.4 dateTime 1.3.5 entryTime 2 MainUser Calendar 2.1 Views 2.1.1 day 2.1.2 week 2.1.3 month 2.1.4 timeline 2.2 Outlook type interface 2.3 Basic Functions 2.3.1 Add New Event 2.3.1.1 Subject 2.3.1.2...

    $383 (Avg Bid)
    Featured
    $383 Avg Bid
    12 bids

    ...test project. The buyer will create the NUnit tests that will run against the standard C# class library. The coder will create two methods: byte[] Serialize<T>(T objectToSerialize) T Deserialize<T>(byte[] serializedBytes) Functional Requirements: * Ability to serialize/deserialize null * Ability to serialize/deserialize primitive types * Ability to serialize/deserialize DateTime * Ability to serialize/deserialize string * Ability to serialize/deserialize decimal * Ability to serialize/deserialize structs * Ability to serialize/deserialize nullable types * Ability to serialize/deserialize single and multi-dimensional arrays * Ability to serialize/deserialize objects that implement IDictionary * Ability to serialize/deserialize obje...

    $1645 (Avg Bid)
    $1645 Avg Bid
    7 bids

    ... * Boost Libraries The game will not compile without those libraries. In the Boost libraries installer you need to: 1. Check the box for the compiler you are using and Leave the 'variants' blank 2. When you cluck next you will have to choose which libraries you need. You will need the ones that are already checked and DateTime, FileSystem, System, Thead. If you're not sure you can check all the boxes but it will take longer to download. 3. Click next and allow the installer to do its work 4. In Visual Studio click Tools->Options->Projects->VC++ You might have to play around with the following: 5. Add "C:Program Filesboostboost_1_42" to the Include Files 6. Add "C:Program Filesboostboos...

    $1705 (Avg Bid)
    $1705 Avg Bid
    3 bids

    ...fee) must be clean and no HTML code. CREATE TABLE IF NOT EXISTS `event` ( `id` int(10) NOT NULL AUTO_INCREMENT, -- Event ID `manif` varchar(128) NOT NULL DEFAULT '', -- EVENT TITLE `nickname` varchar(200) DEFAULT NULL, -- PERMALINK `keywords` varchar(200) DEFAULT NULL, -- TAG ex: event, tag, city, something `date_deb` datetime DEFAULT NULL, -- beginning datetime `date_fin` datetime DEFAULT NULL, -- Ending datetime `adresse` varchar(128) NOT NULL DEFAULT '', -- address and street `ville` int(10) NOT NULL DEFAULT '0', -- city ID `region2` int(10) NOT NULL DEFAULT '0', -- District ID `province` int(10) NOT NULL DEFAULT '0', -- Province,Etat ID `pays` int(11)...

    $192 (Avg Bid)
    $192 Avg Bid
    8 bids

    Ok I have all the a huge database with many fields. I need a form to retrieve the data using...pictures from the relative file. On hover of the items retrieved, a quick view of the items description pops us. I seen this technique used today on many sites. The pop up is not a windows but like a small square/shape. On click the user goes into detailed view of the items. If user like this item he simply fills out a form for someone to contact him. All his info is trapped in the db with datetime stamp. Review my data and we will need a form to retrieve this data. We will need a form like this and a more generic search such as hyperlink quick clicks like : 3bedroom2bathinHoustonUnder200k ... CondosIn77007ZipCodeUnder250k etc.....

    N/A
    N/A
    0 bids

    ...or anti clock wise, send alarm code plus date time stamp out thru rs232 port. Store daily pulse count, send out monthly pulse count to rs232 port or when requested from pc store last 12 months pulse counts, one total for each month. if cable is cut between logger and meter alarm code is sent to rs232 port with date time stamp. if tamper switch is detected then temper code sent to rs232 with datetime stamp. command to read any of the last 12 months pulse count (if reading the current months pulse count then give me month todate). please refer to cyble sensor as a means to interface to the meter. meter to interface will be similar to Aquadis dn20. schematic design pcb design pcb prototype manufacture develop firmware supply prototype ONLY interesed in person who h...

    $1535 (Avg Bid)
    $1535 Avg Bid
    11 bids

    ...'big' image (goes through every item in the database), and then outputs the 'final' image. So here are the details: 1. a) mySQL database with the following fields: autoIncremement (primary int), image title (varchar), actual image (i.e., ), imageCoordinates (i.e., 0,0,10,10 means x1,y1,x2,y2) (varchar), dateToRemoveImage (datetime) (so only images that are "less" than this datetime stamp are shown) (datetime), companyName (varchar), companyURL (text), email (varchar 255), password (varchar 255), ipAddress (varChar 255, gets a copy of $REMOTE_ADDR), imageCoordinates (i.e., (0,0)-(20,20), means an image of size 20x20, that starts at 0x,0y, and 'ends' at 20x, 20y. Image coords of say (0,50)-(100,200) would mean an ima...

    $155 (Avg Bid)
    $155 Avg Bid
    8 bids

    I need someone to translate some javascript to C#. The exact javascript has 260 lines of code. I already have a version but it seems that I missed something and it does not work as expected and if requeste...need somebody who can understand JavaScript handlers and with a analytical mind. Keep in mind this MIGHT be a 20 minute job or could take 2 days depending on your skills * * *This broadcast message was sent to all bidders on Thursday Apr 15, 2010 12:49:50 PM: One of the bugs is in private long mstime() and the correct version of that function is: return (long)(DateTime.UtcNow-new DateTime (1970, 1, 1)).TotalMilliseconds; but the function does not work correctly even with that fix. This is just an update to keep everyone informed in case you are looking for the cau...

    $37 (Avg Bid)
    $37 Avg Bid
    24 bids

    Ok I have all the a huge database with many fields. I need a form to retrieve the data using...pictures from the relative file. On hover of the items retrieved, a quick view of the items description pops us. I seen this technique used today on many sites. The pop up is not a windows but like a small square/shape. On click the user goes into detailed view of the items. If user like this item he simply fills out a form for someone to contact him. All his info is trapped in the db with datetime stamp. Review my data and we will need a form to retrieve this data. We will need a form like this and a more generic search such as hyperlink quick clicks like : 3bedroom2bathinHoustonUnder200k ... CondosIn77007ZipCodeUnder250k etc.....

    N/A
    N/A
    0 bids

    ...WebPart. The WebPart should work for any library, filtering data according a DateTime column. Aim: The aim is to filter information from a form library to display only those forms that meet a specified date range. Preconditions: A form library with a InfoPath 2007 template published. The library lets to initiate new instances of that template and save changes by pressing the Submit button. The library has a DateTime field, published as a property promotion in InfoPath 2007, so the column is 'Microsoft Office InfoPath' type. The forms will open in the browser itself rendered through InfoPath Forms Services. Requirements are: It should be possible to indicate two dates ('DatePicker' fields), to display those forms whose DateTime field promoted (pro...

    $53 (Avg Bid)
    $53 Avg Bid
    5 bids

    i need to create a trigger on table product_list when column active in table(product_list) changes from 0 to 1 or 1 to 0, i need to insert track date, old active value, new active value and item_no i want the trigger to insert line in activeTrack changeDate datetime, item_no int not null, oldStatus int(1), newStatus int(1)

    $120 (Avg Bid)
    $120 Avg Bid
    7 bids

    ** Use this code as a staring point. Please test the code before bidding. [<wbr />datetime/<wbr />523932#xx523932xx][1] Page 1: **Create a **Web** Form that has an interface like this: [<wbr />datetime/DateRecur/][2] - Put the logic into a C# Class File - Limit the results to the first 50 matching DateTimes - even if there is no end date ** Page 2:** Use the Telerik Rad calendar for display (I will provide DLL) [<wbr />aspnet-ajax/calendar/examples/<wbr />overview/][3] Each day the has the occurrence should be selected Should be: Multi-month View like: [<wbr />aspnet-ajax/calendar/examples/<wbr />f

    $53 (Avg Bid)
    $53 Avg Bid
    4 bids

    ...must allow to show only printers with specific name (I'll give you the list of names). - check if printer has magnetic encoder installed before print a card that has magnetic stripe element placed in it. - Simple access control system with 2 levels: administrator and operator. Administrator can do everything. Operator can ONLY print a previous saved design. - log every action (with datetime). Only administrator can see/clean logs. Problems you may face and things you should avoid: - avoid aliasing - avoid flickering while moving elements - if you place your elements in a rectangle make sure the rectangle is totally transparent. - ruler's mouse tracking may intercept windows mouse moving messages and take a lot of processing which will generate flic...

    N/A
    N/A
    0 bids

    i need to create a trigger on table product_list when column active changes from 0 to 1 or 1 to 0, i need to track date, old value, new value and item_no i want the trigger to insert line in activeTrack changeDate datetime, item_no int not null, oldStatus int(1), newStatus int(1)

    $66 (Avg Bid)
    $66 Avg Bid
    15 bids

    **Page 1: **Create a **Web** Form that has an interface like this: [<wbr />datetime/DateRecur/][1] - Put the logic into a C# Class File - Limit the results to the first 50 matching DateTimes - even if there is no end date ** Page 2:** Use the Telerik Rad calendar for display (I will provide DLL) [<wbr />aspnet-ajax/calendar/examples/<wbr />overview/][2] Each day the has the occurrence should be selected Should be: Multi-month View like: [<wbr />aspnet-ajax/calendar/examples/<wbr />functionality/multimonthview/<wbr />][3] Test to make sure the original selected dates are not lost if the user uses the navigation arrows Test to make sure

    $31 (Avg Bid)
    $31 Avg Bid
    4 bids

    This will be a cron-scheduled PHP script, password protected, not for public viewing. Purely functional. The script will check a MySQL dB to see if a datetime field has been updated within the last 24 hrs. If it has, a flag field will be set to "0". Then photos associated with these entries will be deleted from server. Complete filenames are NOT in the dB; associated photos are named using the dB entry's ID number, such as , , etc., where 76534 is the ID field in the dB. There are varying numbers of images per entry. ## Deliverables Script should have verbose output since it is not publicly viewable. Screen output should specify things such as success, failure, filenames that will be deleted, and deletion success. Script should exit gracefully if there are no entr...

    $45 (Avg Bid)
    $45 Avg Bid
    6 bids

    ...[oldestContact] [int] NOT NULL, [callsHandled] [int] NOT NULL, [callsAbandoned] [int] NOT NULL, [callsDequeued] [int] NOT NULL, [avgTalkDuration] [int] NOT NULL, [avgWaitDuration] [int] NOT NULL, [longestTalkDuration] [int] NOT NULL, [longestWaitDuration] [int] NOT NULL, [callsWaiting] [int] NOT NULL, [endDateTime] [datetime] NOT NULL, [workingAgents] [int] NOT NULL, [talkingAgents] [int] NOT NULL, [reservedAgents] [int] NOT NULL, [startDateTime] [datetime] NOT NULL, [convAvgTalkDuration] [nvarchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [convAvgWaitDuration] [nvarchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [convLongestTalkDuration] [nvarchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [convLongestWaitDuration] [nvarchar](2...

    $122 (Avg Bid)
    $122 Avg Bid
    6 bids

    ...recording control.? recording will alwyad be maximum quality > 24fps but the system must be confiruable to automaticall turn recording on during the day and off durneing the evening for example. * MUST be able to send e-mail alerts when disk space is low. * MUST record audio along with the video stream. * MUST be able to Execute a function such as * GetClip( string CameraName, DataTime dtfrom, DateTime dtTo, string sOutputfileName ); ============= Dvr Recordings API ============= * This function would find the section of recorded video from the DVR recordings and export it to an AVI file. ============= Additional Notes ============= Please note I am fine with enhancements to, or integration of, commercial software as long as the software license costs ar...

    $900 (Avg Bid)
    $900 Avg Bid
    6 bids

    ...GetDataWire. SetDataPoint The web service would be invoked with the following inputs: Metric Name - String Metric Value (could be a variety of data types - Date, String, Float, etc.) Metric Label - String Data Storage - When invoked, the following information would be persisted using the Google DataStore (uses JDO): Unique Integer Primary Key Metric Name Metric Value Metric Label Datetime Captured See GetDataWire Web Service - Google Chart Tools Data Source A data source for Google Chart Tools must be implemented. This means that the service surfaces the data using the appropriate Google Class library.

    $137 (Avg Bid)
    $137 Avg Bid
    1 bids

    ...related table called 'notes'.? There is a field that is linked to a field notes.id.? In 'main' 'id' is a unique value, but in 'notes' 'id' is not the index, but just a reference to the value in 'main'.? 'main' has a large number of fields in addition to 'id' that I need to be able to access from the query.? 'notes' has additional fields 'datetime', 'entered_by', 'entry1', 'entry2' and 'entry3'.? A given row of 'notes' will have values for 'id', 'datetime', 'entered_by' and one of the three entry fields, but never for more than one of the entry fields per row. Query1:? I need to select row...

    $36 (Avg Bid)
    $36 Avg Bid
    17 bids

    **Requirements:? **(Non-negotiatable)**? **Visual Studio 2008 SP1, ASP.Net 3.5 Website project. DevExpress 9.3 components? that need to be used ASPxGrid,? gridexporter. Database:...turned on. A button should be on the page to export the current grid (filtered or not) to an Excel spreadsheet. asp.net Page 2 This page will allow you to import a spreadsheet file. The data will be loaded into a staging table and the data in that table will be used to update the existing data. While updating, it should update the updated by with (NTUser name) and date as current datetime. ## Deliverables User will use their own copy of DevExpress web controls or can use the evaluation version to develop. I will update the website with my license when the project is ...

    $197 (Avg Bid)
    $197 Avg Bid
    14 bids

    ...Database Table to be built tbl_members =========== -id(autonumber) -folderid (integer) -fname (varchar) -lName (varchar) -email (varchar) -address (varchar) -city (varchar) -state (varchar) -zip (varchar) -dob (date) -instrument (varchar) -school (varchar) -teacherName (varchar) -relatedAccounts (varchar) -password? (varchar) -dateCreated (datetime) -signupip (varchar) -lastLogin (datetime) -lastLoginIp (varchar) -accessLevel (integer) GUI Requirements: -Backoffice needs to be built inside "/members-only/" folder -**See sample site files for startup files().** **You must use the same structure when working on your server.** 1) Login page (). 3 options on page: a) create a new web account: Will ask for a "fold...

    $386 (Avg Bid)
    $386 Avg Bid
    10 bids

    ...geographical. Examples: Page 1 is to enter responses into a database table by selecting Company, then Department within the selected company, then the datetime using an Ajax Calendar control.? The page continues with 10 responses? each having? individual drop downlists to constrain the responses.? All 13 items are to be inserted into? the database table, which is already available. Page 2 is more complex by? selecting: 1. Default? datetime with an Ajax Calendar control 2. Company? 3. Department in Company 4. Individual Datetime for Collected (override default datetime) 5. Individual Datetime for Responded (override default datetime) 6. Checkbox for each of the 3 Offices? in each department? ? (each department always has 3...

    $101 (Avg Bid)
    $101 Avg Bid
    15 bids

    ... for all your property needs” Second SMS is sent to the <agent_mob>. Text to follow this format: “You have just missed a call from <CID>, you can also access these details via your web login, for all your property needs” We also need to generate a half-hourly report for SMSs sent in the following format: DateTime,<did>,<agent_name>,<cid>,type,status,response DateTime = Date and time of SMS <did> = did field from lookup table <agent_name> = agent name field from lookup table <cid> = CID from inbound call type = was this the agent SMS or Caller SMS status = When you send a message via the API an identification number is returned for that message, we can then forward on to you the delivery recei...

    $274 (Avg Bid)
    $274 Avg Bid
    1 bids

    ...one with one single field (datafield1, datafield2). If data1 is indeed in the 'datafield1' field of 'table1' and data2 is indeed in the field 'datafield2' of 'table2', the php script output 'Success!'. And then the script will not accept any more input. User can only click a 'close' button to close this page. The script will log following information in a separate 'users' table: IP, datetime, data1, data2, result(1, meaning success) total 5 fields. If any or both data entered are wrong, then the script output 'error message showing whether data1 or data2 are wrong'. The script will allow user to try three times. Each entry record is written to 'users' table with last fiel...

    $52 (Avg Bid)
    $52 Avg Bid
    17 bids

    ... ? ? `school_code` varchar(255) default NULL, ? ? `school_url` varchar(255) default NULL, ? ? `created_at` datetime default NULL, ? ? PRIMARY KEY ? (`id`) ); CREATE TABLE `seasons` ( ? ? `id` int(11) NOT NULL auto_increment, ? ? `year` int(11) default NULL, ? ? `season_name` varchar(255) default NULL, ? ? `created_at` datetime default NULL, ? ? PRIMARY KEY ? (`id`) ); CREATE TABLE `terms` ( ? ? `id` int(11) NOT NULL auto_increment, ? ? `school_id` int(11) default NULL, ? ? `season_id` int(11) default NULL, ? ? `catalog_url` varchar(255) default NULL, ? ? `term_start_date` date default NULL, ? ? `term_end_date` date default NULL, ? ? `created_at` datetime default NULL, ? ? PRIMARY KEY ? (`id`) ); CREATE TABLE `fields` ( ? ? `id` ...

    $174 (Avg Bid)
    $174 Avg Bid
    4 bids

    We have an application running on a touch-screen operator interface PC. The application has a SQL Express Server running in the background. We need to be able to put a USB stick into the PC, choose a datetime range and export a given set of data in XML onto the removable drive. The application should be able to discover the removable drive when it is attached. It must also be able to work with a varying dataset and must compile as a self-contained DLL for easy integrate with the rest of the existing application.

    $298 (Avg Bid)
    $298 Avg Bid
    12 bids

    ..."917">- # Total posts</div> <div goog_docs_charindex="934">- # Total Topics</div> <div goog_docs_charindex="952">- Last post details (datetime, user) + (link to latest post - should expand and highlight post)</div> <div goog_docs_charindex="1049">- (Delete button for admin users)? </div> <div goog_docs_charindex="1085">? </div> <div goog_docs_charindex="1088"><b goog_docs_charindex="1089">Topics:</b></div> <div goog_docs_charindex="1099">- Description</div> <div goog_docs_charindex="1114">- Author</div> <div goog_docs_charindex="1124">- #replies</div> <div goog_do...

    $1304 (Avg Bid)
    $1304 Avg Bid
    6 bids

    ...database such as Access or SQL for interrogation,? that would be great. I need to be able to get a list of properties for each class that are? not one of the following datatypes: •? Boolean •? Byte •? SByte •? Int16 •? UInt16 •? Int32 •? UInt32 •? Int64 •? UInt64 •? IntPtr •? UIntPtr •? Char •? Double •? Single -? Enumerations -? String -? Decimal -? DateTime -? TimeSpan -? Guid -? Uri -? XElement -? Byte[] -? -? Array of one of the simple supported types listed above -? IEnumerable<T> where T is one of the simple supported types listed above -? Nullable<T> where T is one of the simple supported types listed above -? Any types that imp...

    $101 (Avg Bid)
    $101 Avg Bid
    5 bids

    ...Tables MyProfile... ? ID (id column), ? Mandatory fields: Username, Emailaddress, Online status ? Optional fields: age, weight, height, hair col, eye col, single status, hometown, work/student town Photos... ? ID (id column), ProfileId, type (1,2 or 3), photo, Ratings... ? ID (id column), PhotoId, RaterID, Rating (out of 10), comment, DateTime Messages... ? ID (id column), ThreadId, SenderId, ToProfileId, PrivateInd, Message, DateTime? ? If user A sends User B a public message then the row will look like this... ? ? ID, nnn, USer A Profile ID, User B profile ID, false, "Message....", DDMMYY HH:MM:SS ? If User B replies to this then the row will look like this... ? ? ID, nnn, USer B Profile ID, User A profile ID, false, "Message....&qu...

    $786 (Avg Bid)
    $786 Avg Bid
    25 bids

    ... ? ? `school_code` varchar(255) default NULL, ? ? `school_url` varchar(255) default NULL, ? ? `created_at` datetime default NULL, ? ? PRIMARY KEY ? (`id`) ); CREATE TABLE `seasons` ( ? ? `id` int(11) NOT NULL auto_increment, ? ? `year` int(11) default NULL, ? ? `season_name` varchar(255) default NULL, ? ? `created_at` datetime default NULL, ? ? PRIMARY KEY ? (`id`) ); CREATE TABLE `terms` ( ? ? `id` int(11) NOT NULL auto_increment, ? ? `school_id` int(11) default NULL, ? ? `season_id` int(11) default NULL, ? ? `catalog_url` varchar(255) default NULL, ? ? `term_start_date` date default NULL, ? ? `term_end_date` date default NULL, ? ? `created_at` datetime default NULL, ? ? PRIMARY KEY ? (`id`) ); CREATE TABLE `fields` ( ? ? `id` ...

    $223 (Avg Bid)
    $223 Avg Bid
    9 bids

    ...user_pc DateTime started = ; Send to User PC start time Double result = DoWork(); DateTime ended = ; Send to User PC result and end time. } public double DoWork () { // In here we will put our current code; in essence it will be a few http requests, // parse the results, and report a double back } } **The Worker Application** Contains a form with the EC2 and S3 credentials. Button -> Upload Worker Image to S3 (This could take time, it then notifies the user once finished, or error message if there was an error) Combo - # of instances. Button Start Workers: This would then create a list of Worker PCS that would be updated once workers are started, or data is received: Columns: Worker Number, Worker IP, DateTime Request Started, Dat...

    $582 (Avg Bid)
    $582 Avg Bid
    1 bids

    Top datetime Community Articles