Archive

Posts Tagged ‘connected’

Simple Form Connected To Api

February 2nd, 2012 Comments off

Hi,

Can someone create a form based on the following API (http://api.thegreenwebfoundation.org/). Important is that the form is styled a bit and that it’s possible to implement it easy in our website.

Guess it’s 30 minutes work.

Thanks!

Facebook/twitter Connected To Website

November 14th, 2011 Comments off

This is pretty easy and basic. I just do not have the time. I need someone to connect a Twitter account and Facebook account to my website. It must be as follows:

1.) Person gets tweeted, tagged, or whatever from either twitter or facebook, they can click, and go directly to my website to read it.
2.) They will have ability to easily pass the same information on through facebook or twitter i.e. retweet, etc.
3.) Must be clean hook-up i.e. do not want to follow anyone, retweet anyone, etc. P…

Web Page Connected To Oracle Database

April 10th, 2011 Comments off

I’m having a problem connecting to an Oracle database through a JAVA Servlet, in a college course that I’m taking. I need assistance after stumbling around with the servlet class and connecting to a database that I created. I am connected with putty and WinSCP. I will do the work on this because it is a class aswsignment. I just need assistance with explaining me through the rough parts. There are 3 more weeks of class and I have completed the database part already. I have been given the instructions but it’s not working. I may have other questions in completing the project. Like, how is the web page actually requesting the info from the dBase, etc.

C++ Classroom Assignment

February 23rd, 2010 Comments off

URGENT…This is an Algorithm that needs to be implemented (Force Directed Algorithm) in C++ followed by implementing Lee’s routing Algorithm.
Part1 of the assignment involves creating a Dynamic grid with spacing one unit each and cells of dimensions 6 units width and 6 units height need to be placed in the grid based on the Force Directed Algorithm. The size of the grid used for placement will vary dynamically based on the number of cells to be placed. The minimum distance of separation between adjacent cells (The closest they can be placed) is 1 unit. Each cell has 4 terminals (two on top and two in the bottom that occupies 1 grid space each. each of the 4 terminals of a cell are connected to the other terminals of other cells that are placed (connections). The input file to the program will consist of
1. no.of cells to be placed in the grid
2. no.of connections between the cells (between the terminals of each cell)
3. followed by a list of individual connections specifying which terminal number of which cell is connected to the which other terminal of the other cell on the other end of the connection.
NOTE: it possible that some terminals may not be connected at all and may just be free, it also possible that some cells maybe free standing and may not be connected to any other cells.

Sample Input Format:
First Line: no.of cells (C)
Second Line: no.of connections/Nets (N)
Next N lines specify the Nets
(Each Net is specified in the following format- Net num , cell num, terminal num, cell num, terminal num)
eg:
3 (3 cells to be placed)
4 ( 4 connections/nets exist between them)
11113 (connection#1, cell 1, terminal#1, cell 1, terminal#3)
21431 (connection#2, cell 1, terminal#4, cell 3, terminal#1)
32332 ….
41221 ….

Part2:
Once the cells have been placed based on the Force Directed Algorithm, the cell terminals in the connection list need to be connected (wired). Wires cannot intersect. to avoid intersection, Two layers are available to connect. All cells are placed in one layer and connections are made as much possible in single layer. those wires that cannot be connected without overlapping(intersecting a previously laid connection) will be stopped before the point of intersection in that layer and continued towards its destination terminal in layer two. It is implicitly assumed that the terminals of the cells that were placed in layer 1 are also available in layer 2 directly above.So a wire that was continued in layer 2 (as it was intersecting a previously laid connection in layer 1) can stop right above the terminal of a particular cell in layer 1 to complete connection in layer 2.

Design rules:
The minimum spacing between adjacent wires/nets is 1 unit
the minimum spacing between a cell and a wire is 1 unit.

The output of the program must be of the type .mag file for viewing the placed and connected cells in Magic software. The output should give the total wire length used in overall connection process, no.of transitions of wires from layer 1 and layer 2, overall execution time and memory used in executing the program.

THE ALGORITHM WILL BE PROVIDED WITH DETAIL EXPLANATION AND SAMPLE WORKED OUT EXAMPLE TO BETTER AID THE PROGRAMMER UNDERSTAND THE OPERATION. PDFs WITH DIAGRAMATIC WORKING WILL ALSO BE MADE AVAILABLE TO THE PROGRAMMER. THIS PROJECT IS OF URGENT NATURE AND NEEDS TO BE COMPLETED BY 28TH fEBRUARY 2010.

Database And Search Fields

October 3rd, 2009 Comments off

For integration in wordpress I need the following:

Ability to select values (example http://www.bandengids.nl/autobanden/) which lead to showing the results which can be selected ascending/descending with a fixed standard sorting. The database needs to be fed with an xls/csv file.

I need to be able to determine which search fields to select. Further there should be a simple rating/review system connected to this which also shows up.

Example of db fields: Company, Lenght, Width, Price, Thickness, Material. So you can search for one length and width combination for example and get as a result all matching fields. Connected to this also the rating/review system for the companies.

For company also a link to the rating/review system has to be made as well as option to insert image. Rating/review should be on different page, but connected. Rating based on 5 stars system (preferrably ajax) Users can comment through wordpress.

Hope this makes it clear otherwise please contact me. I have limited knowlegde of databases, so might need some installation instructions.

Preferrably I would like to see it demonstrated on wordpress. Thanks

Merchant Connected Website

August 13th, 2009 Comments off

Hello.

I’m looking in good programmer, who can make:
- simple and good design
- admin panel
- online registration ( 4 fields )
- connection with any merchant ( buy inputting merchant’s info in admin panel)
- work with lines
- work with merchant.

Resume-script W/member Levels

July 6th, 2009 Comments off

Hi

I need to create a php/mysql script that facilitates users to post their resumes, contact details. and be able to edit them. The access to resumes must be limited to certain user levels.
Think of this as a script that connects ‘masterusers’ with access to ‘users’ resumes, i.e. teachers will be able to read their students resumes, or employer of Company A will be able to read resumes from employees of said company. In other words:
‘Masterusers A’ will have (sub)user A1,A2,A3,A4 (or more) connected to him.
‘Masterusers B’ will have (sub)user B1,B2,B3 (or more) connected to him etc.
‘Masterusers A’ will only be able to see all the A1,A2,A3 etc. He can see other Masterusers’ basicusers but not their resumes.

An admin decides who is able to create profiles, and who the masterusers are. Maybe an email-invite system will work, where admin puts in name, user-level and email, and the system sends out a mail to the user asking him to come in and make his resume/profile.

Basicly I want ‘subusers’ (basicusers) to be able to:
* Fill out a profile and resume
* Choose what ‘masteruser’ they ‘belong’ to (drop down).
* Edit the profile and resume
* upload resume as a file, ie. office word or text-file
* Create/choose a user password, password reminder etc.
* Resumes is private except for corresponding masteruser. (Users should be limited to view only their own resumes, not other users resumes). (as example above).

Basicly I want ‘masterusers’ to be able to:
* Fill out a (master)profile (and resume).
* Masteruser should approve basicusers resumes.
* Option to make profiles public (on/off). Masteruser profile and resume should be readable by all public when public option is set ‘on’.
* Edit the profile and resume
* Ability to include external RSS-feeds in profile
* List the users connected to this masteruser (but only list their names, not resumes).
* Create/choose a user password, password reminder etc.
* Masteruser A should be able to see all users resumes that are affiliated with the Masteruser A (as example above).

Basically all #FFFFFF background for forms is OK.

A basic working skeleton is needed. You need to install it on my server.

Please post build time and project rate.

Let me know if you have questions.

Thank you.

Software Development

June 8th, 2009 Comments off

I need a software application to be developed. The end product will be integrated with a hardware device. After you read the project specs, I want to know what programming language you will use and why.
Basically, this software will be integrated with a hardware device that is SIMILAR in size to a GPS navigator (5 inch by 5 inch touch screen display) and it will have a touch screen capability similar to a mouse navigation that is controlled by the touch of a finger.
This hardware will be connected to the internet by USB directly to client computer or internet cable or wireless . Basically, we want it so that the hardware becomes a plug and play device; they plug it in, we control each device for each client, or all device’s for each client from our admin panel.
If any hardware device becomes faulty/bug, we want to be alerted in our admin area of the client, device location and type of problem.
1. this software will have:
a. a CMS system built into the admin area.
b. This CMS will allow us to upload certain variables for each client. These variables will appear on the hardware screen for customers to select by touch. For example, Hotel variables are different from banks. –Hotels: rooms, restaurant, bar, fitness center.
-Banks, personnel, service, products etc.
We will be able to create multiple industries and variables for those industries so when i upload a business client, i will also add the variable they want to show for thier business. If that variable doesn’t exist, I can edit that industry, add it , and save it from the admin area.
In addition to the variable mentioned above. This is an example of a industry may look:
1. Industry: hotels, restaurants, beauty salons, construction etc. (If I need to add, edit or delete a new type of industry, I can from the admin area.
2. Lets say I chose hotel, now I enter the address. Country, street, city, region, zip of that hotel.
3. Variables; single rooms, double rooms, restaurant, fitness center etc. (if I need to add, edit or delete a new type of variable for that hotel, I can.
4. Enter hardware device number (tracking number) and location of each device.
5. I am able to upload advertising messages to my clients devices. One at a time or all of them at once from the admin area.

c. The hardware will be connected to client computers by USB, or if they don’t have a computer, we connect by internet cable, or wireless and control the device from our computer. Once it’s connected, a client software will be automatically downloaded or installed onto the client computer and all hardware devices will be controlled from our admin area to their computer to the hardware devices. (One client could have one hardware device or 100 hardware devices.
d. THis application will allow us to provide our clients with daily, weekly, or monthly reporting. Sent automatically by email. The report will also include which device the report is originated. (We will upload that email address along with the variables of that business etc. from our admin area on our initial set up of that client in our admin area.)
Based on the end users input from the hardware, this software will gather each of those interactions based on certain categories. These categories are aligned to the variables that we upload for each client. (I will provide more details to the developers.)
e. we can control all the devices from our admin area online. We can upload advertising into devices for one client, for a group of clients or all clients.
f. we will be able to search for a client by name, city, region, country, or zip code.
Let me give you a scenario:
lets say you go into a restaurant, there is a hardware with about a 5 square inch touch screen device there. you use this hardware to order your food. So the variables could be starters, main courses, desserts, drinks etc. so when this customer enters this data from our touch screen hardware, our back end will gather this customers data, save it, the time, date, etc. and will be sent to a our client so he will know what this customer ordered. This is just a scenario. In this restaurants case, the variables were , starters, main courses, desserts, drinks etc. If it were a hotel, the variables could be, single room, double room, suite, spa room etc.
but we could get a restaurant client that wants to have another variable added ie. Candy,or soda or alcohol; we could go to our admin area, select restaurant from category industry, and make the additions, changes or edit, then save it.
We are looking for developers who have developed software that integrated with hardware before. Please explain what some of your past projects were and how that applies here.
Good luck.

Employee Database Sql

April 23rd, 2009 Comments off

I need a SQL database completed in Express 2008. The details are as follows and it must be completed by Saturday the 25th:

Create an SQL server database for the Kudler Fine Foods Virtual Organization.

–Comment goes here
CREATE DATABASE CASEKudlerFineFoods
ON PRIMARY
(NAME = Case_KudlerDB_dat,
FILENAME = “C:POS410MyStuffCase_KudlerDB_dat.mdf”,
SIZE = 10MB,
MAXSIZE = 100MB
FILEGROWTH = 10%)

–Comment goes here
LOG ON
(NAME=”Case_KudlerDB_log”,
FILENAME=”C:POS410MyStuffCase_KudlerDB_log.ldf”,
SIZE = 5MB,
MAXSIZE = 100MB,
FILEGROWTH = 20%)

(Note: Table connected by key means that if you have a primary key of Employee ID in the EMPLOYEE table, and Employee ID as a foreign key in the Job Title table, indicate the join in the data dictionary.)

Bear