Archive

Posts Tagged ‘the html’

Implement Html Code Into Website

January 30th, 2012 Comments off

Our company hired a coding professional to create HTML code for all of the pages of our website.

Now we are looking for someone to quickly take the HTML code and place them on our new server.

The job is fast and simple, we just do not have the time…

Attached is the HTML and here is the site where the HTML code lives now:

http://axeltechnologies.com/staging/nyc_realestate/home.html

Convert Crappy Mso Html To W3c

November 28th, 2009 Comments off

This should be a relatively easy job for those who know what they are doing with HTML and have a little time.

I have HTML that was created from Excel. Excel puts a bunch of MSO crap in there that I do not want and there are some areas that are not quite looking correct.

The HTML needs to be re-written with correct table-based HTML with CSS. All Label Controls within the code MUST be named the same as they are now (so that my code will continue working).

After the HTML is rendered, it must designed such that it prints a full-page, for maximum visibility (much like the attached PDF)

Please take the time to look at the HTML and PDF prior to bidding on this job.

Categories: XHTML Tags: , , , , , ,

Psd To Html Website

September 3rd, 2009 Comments off

Hello,
i need a layout converted from PSD to HTML.
The most important thing is that the html files should be opened and edited into a WYSIWYG-Editor like dreamweaver or netobjects.
NO CMS NEEDED!!! I just want to edit the layouts in WYSIWYG editors.
Thats why the graphics should be expandable dynamically. What i mean is, when you look at the screens, you will norice that the content is
this gray boxes. So when i add more text in one of the boxes, the whole box should expand automatically.
So i guess, it should not be tableless coding, because this editors show tablessless html somehow displaced.
I think plain table-html will do it.

Another important thing is, that the design needs to be 100% pixel peferct. So when i switch between the menus later in the html layout, all grapfics should be in the same place.

This will be the navigation structure. I have tried to explain in the brackets some important things you should know.
- HOME (This menu will include beside static content a rss feed under the name ‘NACHRICHTEN’)
- WHO WE ARE
- WHAT WE DO (Some boxes have a blue button underneath the text. This is a more button.)
- EVENTS
- ONLINE SERVICE (You will see in the screenshot 2 submenus: ‘Online Tools’ and ‘Formulare’.
Online Tools will contain several online calculators, mostly done in javascript. So you can just do one layout and i will add all others later with copy and paste – because they all will be similar. You don

Simple Website Design Project

July 28th, 2009 Comments off

Hello everyone,
My name is Jonathan Paul :)

Thanks for taking the time to read this project description. If you
have any concerns about me, please check my Scriptlance feedback …

I would like to hire a website designer, who can create a static HTML
version of my WordPress blog. My blog contains Flash videos, and I can
provide the HTML template for this task.

I would like a static HTML version of my blog – because I would like
to package this content, and start selling it on a DVD. This DVD will
contain a website in HTML form, along with the Flash video files.

Customers will be able to put the DVD into their computer, click the
index.html file – and then view the HTML website, and watch all of
the videos. The videos will be stored on the DVD as well …

In total, I think this project will take you around 13 hours.

I can provide the HTML template for the project, and you will need
to create an internal DVD style navigation style menu, that links to
a selection of HTML pages. Each page will contain a Flash video.

In total, there are about 45 videos, so you will need to create 45
HTML pages, and link them all together via a navigation menu. Each
page will be quite similar, and will contain a different video.

I will provide complete access to the WordPress blog and it will be
very easy for you to complete this project. I am hoping you can make
the DVD look very attractive, by working with our existing template.

So – let us quickly recap:

1) Work with me, to understand the project.
2) Create a DVD style navigation menu, and connect 45 HTML pages.
3) Edit each page, so it displays a Flash based video.
4) Modify the look and feel of the website, so it’s suitable for DVD.

I have a lot of experience at Scriptlance, and I am paying for about
13 hours of your time. If it takes longer, you will be paid more. You
must have an extensive Scriptlance history, and be prepared to work
on this project until I am happy.

Please check my feedback. I’m a top 10 certified webmaster here,
and I will treat you with respect. Do a good job, and we will have
more work for you.

Thanks,
Jonathan

Clean Up Html In Google Docs

June 13th, 2009 Comments off

NOTE: Scriptlance has replaced some of the symbols (left and right brackets) that makes this a little hard to read. A PDF version is attached, please read that for the exact tags and so on.

I have a number of documents in Google Docs that need to have their HTML cleaned up. Some have been pasted from Word, others from other editors. The process is simple:

1) I will share the documents with you, you will view them and get Google’s version of the HTML (edit -> Edit HTML on the Google Docs menu),
2) you will clean the HTML to the specifications below,
3) then you will replace the existing document with the cleaned version (by pasting the new code into the edit -> Edit HTML dialog in Google Docs).

You can clean the HTML however you like, but you *must* check the HTML by hand to make sure it is clean and free of any/all extra formatting. The simple HTML cleaners I have found do NOT do everything I want, or I wouldn’t be posting this here.

Instead of telling you what I don’t want in the code, it will be easier to just tell you what to keep. The ONLY things I want maintained are standard tags like <p>, <b>, <i>, all <h#> tags, lists (<ul> and <ol>).

Anything else needs to be removed, including ALL custom styles.

For example …

* Eliminate any empty line breaks, paragraphs or lists.

* Replace <div> and <span> tags with standard <p> tags.

* Make sure any and all tags do NOT include custom style information. For example, <h2 style=’94color: #ff0000;’94> should be replaced with just a basic <h2>.

* Remove all font tags, and any other kind of custom styles or formatting other than defaults like <p>, <b>, <i>, all <h#> tags, lists (<ul> and <ol>).

* Replace line breaks <br> with paragraphs. (Sometimes there will be 2 or more <br> tags in a row where there should be paragraphs.)

The resulting code should validate and be nice and clean.

I have 14 total documents (some as small as a page, others multi-page) that need the same cleaning. An example document can be seen here:

http://docs.google.com/View?id=dc6dsv4f_45gqmjttdv

(You can ignore everything except for what is in the BODY tags.)

Please bid to clean all 14 documents, and tell me how quickly you will be able to have it done. If I accept, I’ll have you do just one document first to make sure you understand exactly what I want, and then will let you proceed to the entire series of documents.

Thank you in advance.

Convert Web Page To Pdf

June 8th, 2009 Comments off

This project has been reopened.

Summary:
I am using my webserver to build daily weather reports as HTML web pages. I want to convert these automatically to PDF documents and send them as email attachments to paying customers, at the same time every morning.

HTML Weather Report:
Weather/Tides Data is scraped from various web sites using Perl scripts triggered by Crontab.
Results are cached on my server as HTML code snippets.
The HTML Weather report uses CSS and includes these code snippets using SSI’s. See sample page at:
http://www.weatherbutton.co.uk/cbh/printable-report.html
I have a Linux server (NTT-Verio VPS)
In future, there will be additional weather reports for other locations.
Each report is customised for an individual customer by including their logo at the top of the page.

PDF Document:
At present, I can (manually) open the HTML page using IE, and print it to a PDF document using Adobe Acrobat on my PC.
There is a sample PDF document at:
http://www.weatherbutton.co.uk/cbh/printable-report.pdf
There should be no headers or footers. Table borders and backgrounds to be visible and fonts correctly formatted.
Printed in A4 format, single page.
Please note that HTMLDoc may have problems with CSS and SSI’s in web pages, although if essential, I can write a routine for the server to read the HTML and save it locally, with SSI’s included.

Email:
The PDF will be sent as a text email attachment to the customer, with a short message. There will be more customers in future (I hope) each with their own customised weather report.

Coding:
I am most familiar with PERL, but if PHP is necessary to get the job done, then OK. The successful bidder must sent me a genuine PDF document to demonstrate the proposed HTML to PDF conversion.

Convert Html Into Tableless

June 2nd, 2009 Comments off

I need to have an existing web design converted from tables into to a tableless layout.

These pages are for a product review website. I currently have the HTML/CSS for 4 pages using tables for the layout. (I also have PSD mockups for 2 of the pages.) I need these pages converted to a tableless design. I also need the HTML/CSS for 3 new pages (About, Newsletter Sign Up, and Contact) using the same basic design. I would also like a “blank” page template that I can use to add new pages in the future as needed.

I will need to have the elements in the HTML well commented, so that I can later go into the code and easily modify or remove items as needed.

Please offer unlimited revisions and a time estimate for completion of this project.

Oscmax And Ebay Template

May 5th, 2009 Comments off

This is the same project as a1equipment however with a twist I no longer need windows based software. I realized that it can be a web based program on my server. Making this project appealing to more programmers on scriptlance and making it more cost effective.

I need the following done for this company:

1: Oscmax template design and implementation

2: Once you have a template for oscmax I need the same template modified to fit my ebay store and auction listings.

3. Once you have the auction listing template ready I need a web based program that will generate the HTML code for eBay auction template.

The theme for this company is commercial cooking equipment for restaurants, supermarkets, and bakery’s.

My sale representatives have no knowledge of HTML this is why I need part 3 done. The software should have individual text boxes for each of the following fields: Title, Model, Weight, Length, Width, Height, Ship From, Description, Sales Rep Name, Sales Rep Phone#, Sales Rep Email. This will be explained in more detail once the winner of this project is announced. All I want my employees to have to do is enter all of this information and then hit a generate button which will render the HTML code that they will then paste into the description of the auction listing. This HTML code will have the template that you created in this project.

My employees will enter the URL of where this program is located into there address bar, log in with the designated user name and password. Since the program will be located on my server this will make the next set of instructions easier.

I also want the program to be able to load pictures to my server and once it has been uploaded the software should generate the HTML code of its location within the template. The location of the picture in the template and on my server will be determined later.

A1equipment Int

May 4th, 2009 Comments off

I need the following done for this company:

1: Oscmax template design and implementation

2: Once you have a template for oscmax I need the same template modified to fit my ebay store and auction listings and implemented

3. Once you have the auction listing template ready I need a Windows based software that will generate the HTML code for eBay auction template.

The theme for this company is commercial cooking equipment for restaurants, supermarkets, and bakery’s.

My sale representatives have no knowledge of HTML this is why I need part 3 done. The software should have individual text boxes for each of the following fields: Title, Model, Weight, Length, Width, Height, Ship From, Description, Sales Rep Name, Sales Rep Phone#, Sales Rep Email. This will be explained in more detail once the winner of this project is announced. All I want my employees to have to do is enter all of this information and then hit a generate button which will render the HTML code that they will then paste into the description of the auction listing. This HTML code will have the template that you created in this project.

I also want the software to be able to load pictures to my server and once it has been uploaded the software should generate the HTML code of its location within the template. This doesn’t have to be done on the spot it can be done once the employee hits generate. The location of the picture in the template and on my server will be determined later.

A1equipment Int Llc

May 4th, 2009 Comments off

I need the following done for this company:

1: Oscmax template design and implementation

2: Once you have a template for oscmax I need the same template modified to fit my ebay store and auction listings and implemented

3. Once you have the auction listing template ready I need a Windows based software that will generate the HTML code for eBay auction template.

The theme for this company is commercial cooking equipment for restaurants, supermarkets, and bakery’s.

My sale representatives have no knowledge of HTML this is why I need part 3 done. The software should have individual text boxes for each of the following fields: Title, Model, Weight, Length, Width, Height, Ship From, Description, Sales Rep Name, Sales Rep Phone#, Sales Rep Email. This will be explained in more detail once the winner of this project is announced. All I want my employees to have to do is enter all of this information and then hit a generate button which will render the HTML code that they will then paste into the description of the auction listing. This HTML code will have the template that you created in this project.

I also want the software to be able to load pictures to my server and once it has been uploaded the software should generate the HTML code of its location within the template. This doesn’t have to be done on the spot it can be done once the employee hits generate. The location of the picture in the template and on my server will be determined later.

Winhttp Application

April 11th, 2009 Comments off

Build a proof of concept application in c# 3.5 that uses winhttp library. It needs to be multithreaded, and have the ability to provide a single URL, call it, scan the HTML call any img and iframe URLs referenced in the html (for iframes do the same logic on the HTML), and follow any 302 or 301 redirects. The multiple threads need to handle these requests. (think of it as a simple browser)

Can be Windows App or Command Line application.

Css 3 Column Percentages Based

March 30th, 2009 Comments off

I have some css based upon a 3 column layout from http://matthewjamestaylor.com/blog/perfect-3-column.htm

The css from the site above has col2 as the first output in the html, whereas I want col1 to be first.
I have achieved this to some degree (see and read the attachment ) as per the css snippet below, however I need the following:

- correct percentages to output the html into the 3 columns: col1 and col2 look like the right border could be reduced and col3 looks like the text needs to shift to the right.
- to be successful, you will need to provide notes that explain in a simple, easy to understand way how to set the percentages correctly on col1, col2, col3 if the html text line lengths change (the notes on the example below are not correct)

Bear