Archive

Posts Tagged ‘schema’

New Color Schema For Search Engine

December 28th, 2011 Comments off

We need a new color schema for an existing search engine located at www.okarabia.com

Xml Schema For Existing Site

March 17th, 2010 Comments off

I have a new property portal written in php on a MySQL database.

In order to allow estate agents to automatically upload, update and delete entries as they add or change data from their own web sites, I need to be able to supply them with an XML schema from our site so that they can make a data feed to our site that takes their data from their sites and places it into the correct fields in our site.

Estate agents sites may be php or .asp – though this project is solely to create the XML schema.

There *may* be opportunities arising from this project to build back-end databases for some estate gaency clients that are compaitible with our site as we become more established.

Budget to $60

Categories: ASP, MySQL, PHP, XML Tags: , , , , , ,

Jave Hibernate And Ant Work

March 3rd, 2010 Comments off

80% of this work is done. The ant part is not working, the 3rd phase has not been implemented and there are some other issues that need to be resolved. Over all though 80% of the work is done.

I’m willing to pay $100-150 for this work.

Here’s the 3rd phase:

Yes, please recast to Ant:

Compare button should have 3 main outputs:

1. Output#1

Run the function that is already coded in the RateAnalyzer to compare the current offer to past offers of the same genre (by job category, degree-converted to years of experience, and years of experience) to determine if offer good for candidate, good for company, or okay for both.

See: RatesCombiner.evalOffer()

2. Output#2

Pull back a miniature table that consists of all of the data that is normally output by the existing command-line version of the RateAnalyzer for the JobCategory that was chosen by the candidate. I want to see: min, mean, max, stddev, and offerCount for all offers made in this JobCategory neatly arranged in a table that I could eyeball. I want the table row that most closely matches the current offer data to be highlighted so that it stands out from the rest of the rows.

3. Output#3

Create a pull-down widget in the Offer GUI that will allow the user to select which Contract the candidate may go on. Compare the offer to all of the “billRates” against that contract by using a simple formula and output the results to a table. Each billRate is coded against a given “laborCategory”. The simple formula to use:

Output should be displayed in dollars per_hour earned: (BillRate – (multiplier * hour(remove_this)lyRate)

I have attached some sample bill rates. You will have to create likely Contracts and BIllRate tables to accomodate this data being in the database.

HERE IS THE ORIGINAL PROJECT: AGAIN 80% of this is done.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Xml Schema Creation

February 18th, 2010 Comments off

I need an accurate, documented XML schema file that is W3C-standard compliant and clearly documented. The schema must use “complex type” notation where applicable and minimal “Russian doll” style notation. It must validate the provided XML document plus ANY XML document that adheres to the provided HTML documentation. I have several known working and non-working XML files I will be testing against before I consider the job complete.

I do NOT want something auto-generated (I could do that myself.) If you want to START with something auto-generated, that’s fine, but the end result must handle every case in the provided documentation, which isn’t really possible unless you do it manually. I can do this myself but don’t have the time.

Preference will be given to those who provide me with schema/sample document examples of stuff they’ve done before.

If you’ve got questions, please ask them before bidding. Thanks!

Java And Hibernate Fixes 2

January 8th, 2010 Comments off

I’m willing to pay $150-225 for this work It must be done in 15 days or less.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Java And Hibernate Fixes

January 1st, 2010 Comments off

I’m willing to pay $150-225 for this work It must be done in 15 days or less.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Jave And Hibernate Fixes

December 30th, 2009 Comments off

I’m willing to pay $150-225 for this work It must be done in 15 days or less.

We are attempting to automate several areas of our company. One area involves generating “conditional offer for hire packages” for prospective employees. What this involves is gathering up documents from a file-folder, customizing some of the files with some values, converting the customized files into PDF format, and packaging the whole set of files into a .ZIP archive that can then be emailed. We have written a software program that performs this functionality, and we call it the Offer Generator. We are happy with it. However, we need some changes to this functionality that I describe below.

We have another functionality that we created. This functionality is designed to help us understand what represents a reasonable Conditional Offer. We have therefore gathered together all of the offers that we have made in the past, and categorized them according to job function and computed the minimum, maximum, mean, and standard deviation for each of these job functions within a given number of years of experience. We convert the candidate’s highest degree into a number of years of experience by a set conversion factor so that we have only 2 dimensions of data to deal with.

This task basically involves combining these two functionalities into a single program. Both functionalities are crafted using Java 5 and the combination of them should involve a database that is accessible via Hibernate. We have already created the database schema.

Milestones:

1. Get both functionalities compiled and up and running
2. Modify the Offer Generator to get input from the user for years of experience and education
3. Consider design of RateAnalyzer schema, propose changes, implement changes, and upload previous offers into schema, and make sure that the schema can be read from, and the program that reads from the schema offers the same level of functionality as the RateAnalyze
4. Upload bill rates database into newly designed portion of schema
5. CHange OfferGenerator to output new offers to schema and add button that allows user to compare the offer to rateAnalyzer categories and another button that allows user to see offer compared against bill rates (there is a special comparison function that will need to be implemented).

Everything needs to be implemented in Java, SQL, hibernate, possibly web-services, possibly Spring framework.
——————————————

Your execution on this project must be exemplary. I demand quality and the following stipulations must be adhered to in order to insure a high-quality product:

1. There must be a design written up in an industry accepted tool (Visio, Powerpoint, Rational Rose, etc) and I need to approve this design in advance — we want a graphical layout of your approach with clear titles and a sensible layout of components and functionalities — I must see this format in either .JPG or .PDF

2. All source code, test code, build files, design diagrams, documentations will be delivered by you and owned by us;

3. For each milestone, I expect to see unit test code (preferably in JUnit or acceptable) that will continue to work as the project proceeds to successive milestones.
This test code should exercise important flows through the system in a way to exercise success and failure conditions of the key features of the algorithm or routines that you use.

4. I expect detailed, concise and understandable documentation to be generated in English and delivered by you for each milestone — detail the parts of the code, the assumptions you made, the problems you encountered, the possibilities you considered and the way forward that you chose;

5. Source code comments where appropriate;

Programming Project 1249926101

August 10th, 2009 Comments off

I need the following images in jpeg and with better definition.
Please change contrast or operate otherwise in order to do it.

P. 73-74: le 3 figure degli esercizi della verticale
P. 83: Lo schema della tetractis (Triangolo con dieci cerchi al suo interno)

Xslt Pro For A Schema Document

June 9th, 2009 Comments off

I am trying to create an XSD Schema documentation help file using a .NET Sandcastle plugin (xsddoc), and need an XSLT developer with the following skillset for 3-4 days, maybe at best one week.

Skills:

XSLT
(Xml Schema Transformation Language) – strong, must have. Don’t apply unless you are an XSLT whiz.

Nice to have:

* Xml editor (like Xml Spy or Visual Studio)

* Sandcastle and Sandcastle Help File builder (nice to have, not necessary, these are tools to use than skills that are required)

For an explanation of the issue I am trying to solve, please see this link on
xsddoc.codeplex.com –> Discussions –> Base type from included schemas not linked to the parent

http://xsddoc.codeplex.com/Thread/View.aspx?ThreadId=58585

Expect the work to be done in 3-4 days.
No recruiters

Data Comparison And Filter

June 1st, 2009 Comments off

I have a list of products which I drop ship – each product has a unique SKU but this covers the whole product and not the options. For example, a red shirt would be D1234 but a yellow car would also be D1234.

My suppliers publish an CSV file daily which lists their current stock situation – they, however, list their products with a different SKU per option so a red shirt would be D1234RED and a yellow car would be D1234YELLOW and so on. The supplier spreadsheet has three columns – SKU, description and qty. CUrrently there are 2400 line items on the supplier spreadsheet.

The saving grace is that the SKU schema I use for my products is similar to the supplier schema i.e in the shirts example above they both begin with D1234, for example. This is common across all the product lines, however, not all the SKU’s are one letter and then 4 numbers but this is reflected in my schema as well so, either way, they will be format on both columns.

In total I sell 172 unique products from this supplier so I have a spreadsheet with the 172 SKU’s as a single column and I then need a way of using my spreadsheet as a master list to filter out all the items on the suppliers spreadsheet which I don’t sell and therefore don’t need to be aware of any stock problems.

When this is completed I should then be left with approximately 300 items on the supplier spreadsheet which I will then manually check every few days for stock issues i.e. only the items which I sell.

I have no preference how this is achieved – if it can be done in Excel, Access great or if it can be achieved via PHP/MySQL it makes no difference to me but it must be able to scale and it has to be simple to use.

Basically all I want to have to do is to take two csv files and somehow compare and filter them and get an output list which shows the SKU, description and qty for each item and its variants for all the items I stock.

Xml Schema Via Forms

May 7th, 2009 Comments off

We are using Machform from Appnitro.com to dynamically create embedded forms for our website.

*After form submission* I would like to send across the collected details to an XML schema, i.e. it’s a system which will import all the data sent across to it. I have been given the schema by the data collection company.

So…

1) User fills form (already created via MachForm)
2) Collected details sent to external XML Schema URL i.e. http://www.
3) MachForm handles the redirection to a success page

I have *three forms*, the number of forms is irrelevant however they each have a different function therefore will post to an XML at different times…

1) FORM 1 – A) user completes form B) collected details sent across to server2 via XML C) redirect to success URL
2) FORM 2 – A) user completes form B) user pays via protx.com C) collected details sent across to server2 via XML D) redirect to success URL
3) FORM 3 – As form 2

Please note, no data should be sent via XML to server 2 via the schema unless they complete all necessary fields (validation), MachForm will handle all this so you don’t have to. Also note, in forms 2 and 3 data should only be sent after successful payment.

YOU WILL ONLY NEED TO DEVELOP THE LINK TO THE XML SCHEMA, NOT PAYMENT NOT FORMS, JUST BE SURE YOU SEND DETAILS AT THE RIGHT TIME!

THERE WILL BE THREE SEPERATE SCHEMAS WHICH WILL BE PROVIDED

YOUR CODE WILL WORK WITH MACHOFRM

Please see http://www.imranmohammed.com/slxml.rar for example schema, and flow chart

Xml Schema From Forms

May 5th, 2009 Comments off

We are using Machform from Appnitro.com to dynamically create embedded forms for our website.

*After form submission* I would like to send across the collected details to an XML schema, i.e. it’s a system which will import all the data sent across to it. I have been given the schema by the data collection company.

So…

1) User fills form (already created via MachForm)
2) Collected details sent to external XML Schema URL i.e. http://www.
3) MachForm handles the redirection to a success page

I have *three forms*, the number of forms is irrelevant however they each have a different function therefore will post to an XML at different times…

1) FORM 1 – A) user completes form B) collected details sent across to server2 via XML C) redirect to success URL
2) FORM 2 – A) user completes form B) user pays via protx.com C) collected details sent across to server2 via XML D) redirect to success URL
3) FORM 3 – As form 2

Please note, no data should be sent via XML to server 2 via the schema unless they complete all necessary fields (validation), MachForm will handle all this so you don’t have to. Also note, in forms 2 and 3 data should only be sent after successful payment.

YOU WILL ONLY NEED TO DEVELOP THE LINK TO THE XML SCHEMA, NOT PAYMENT NOT FORMS, JUST BE SURE YOU SEND DETAILS AT THE RIGHT TIME!

Please see http://www.imranmohammed.com/slxml.rar for

Xml Schema Post Data

April 24th, 2009 Comments off

We are using Machform from Appnitro.com and use it to dynamically create embedded forms for our website.

*After form submission* I would like to send across collected details to an XML schema, i.e. it’s a system which will import all the data sent across to it. I have been given the schema by the data collection company.

So…

1) User fills form (already created via MachForm)
2) Collected details sent to external XML Schema URL i.e. http://www.
3) MachForm handles the redirection to a success page

You will only need to develop the link to the XML schema, thats it.

Asp.net With Xml

March 31st, 2009 Comments off

Please read attachment carefully and then place bid.
I need someone to help me on this project. We are supplier.
In summary, we need to be able to read the XML file (e.g. 1001.xml, 1002.xml) from a folder and import the data to our database table(MSSQL).
When we export out the XML file, our schemas is not same as their schema.(Please refer to our schema). How can we turn the data in our schema to display in the schema their want like this?
5000038032
ACK
2006-03-28 13:27:01
1234567
2083133
Please advise.

Categories: .NET, XML Tags: , , , , , ,

Asp.net & Xml Expert

March 30th, 2009 Comments off

I need someone to help me on this project. We are supplier.
In summary, we need to be able to read the XML file (e.g. 1001.xml, 1002.xml) from a folder and import the data to our database table(MSSQL).
When we export out the XML file, our schemas is not same as their schema.(Please refer to our schema). How can we turn the data in our schema to display in the schema their want like this?
5000038032
ACK
2006-03-28 13:27:01
1234567
2083133
Please advise.

Categories: .NET, XML Tags: , , , , , , ,

Xml Expert

March 27th, 2009 No comments

I need someone to help me on this project. We are supplier.

In summary, we need to be able to read the XML file (e.g. 1001.xml, 1002.xml) from a folder and import the data to our database table(MSSQL).
When we export out the XML file, our schemas is not same as their schema.(Please refer to our schema). How can we turn the data in our schema to display in the schema their want like this?

5000038032
ACK
2006-03-28 13:27:01
1234567
2083133

Please advise.

Categories: XML Tags: , , ,

Schema Work Through Unix

March 21st, 2009 No comments

This is a basic unix problem that I am reviewing with my tudor. It involves a simple utility.

I am attaching a file that shows exactly what needs to be done. This should not be too incredibly hard but will definitely need screen shots with the code.

I would need this completed by sunday night. I have no problem paying right when it is completed. Thank you!

Bear