Archive

Posts Tagged ‘html file’

Html File

November 11th, 2011 Comments off

I need a simple html file with 4 graphs and a scrolling ticker tape that I can adjust easily. It is for an internal demonstration and will show 5 companies figures relating to 4 products. A graph for each product and the ticker tape with red and green arrows to show which company has moved up or down on an regular basis through out one day. I need to be able to easily change the background and header please and the 4 graphs will need to be 1 x bar graph 1 x line graph 1 x pie chart and 1 x other

Upload Html File To Host

October 8th, 2009 Comments off

Squeeze & sales page upload to host
HTML already complete, we just send you the files and you upload it.

Flash Html File Downloader

August 20th, 2009 Comments off

A lightweight Flash /HTML /CSS file Downloader.

A component that uses the excellent file download capabilities of Flash,and the visual flexibility of HTML.

A filename is passed to the Flash swf file as a parameter.
The swf instigates the Flash file dialog box so that the user can choose the file download location.
File begins to download, but passes progress info out to the HTML page, and via Javascript an HTML progress bar can be updated – show the user how much of the download has been completed.

Should work similar to http://swfupload.org/ but for downloads.

I plan this work will lead to more substantial work.

Simple Iphone Application

August 4th, 2009 Comments off

Features needed:

- 2 tabs
- First tab is a table list
- Table list drills down 3 levels to a webview
- There will be ~10 main topics in first level, ~3-12 subtopic items per main topic in second level, and a unique .html file for each 3rd level webview
- Second tab displays a webview .html file

* Must be able to implement TabViewController, TableViewController, and WebView.
* Must be able to display separate .html files (We will provide these) in the 3rd level of drill down and on About tab
* Must use .plist file for easy modification or addition to table hierarchy and appropriate .html file assignment

You should use the built-in iPhone look and feel. No customization necessary. This should be a very easy job for a knowledgeable Objective-C developer. I have Developer access and can edit or modify the final code (adding or removing content, .plist file changes, etc)

** To win this bid, you must:

- Tell me where you are from
- Tell me how long it will take to complete project
- Tell me if you anticipate any problems in using .plist for table

** If you cannot or do not respond to the questions above, then your bid will be deleted. You will not be hired unless you actually have read this project posting and respond in good English grammar.

Thanks.

Simle Classic Asp

July 5th, 2009 Comments off

HI

I have small work in Classic ASP site. The site is calling Header from includestop.html file

i want to make changes in top.html file so it reflect in all pages. But as i am doing changes & calling in other pages by includestop.html , it won’t work.

The changes i made is working properly if i run separate HTML file.

Its easy 30 min job to earn 10 rating who know ASP.

More details will be given to interested bidders

Simle Classic Asp Work

July 3rd, 2009 Comments off

HI

I have small work in Classic ASP site. The site is calling Header from includestop.html file

i want to make changes in top.html file so it reflect in all pages. But as i am doing changes & calling in other pages by includestop.html , it won’t work.

The changes i made is working properly if i run separate HTML file.

Its easy 30 min job to earn 10 rating who know ASP.

More details will be given to interested bidders

Multiple Choice Test Script

June 9th, 2009 Comments off

Upon loading a page, a student will see…

- A test with a title eg. “Test on electronics – level 1″

- A box for their name

- A list of ten questions, each with four answers (labelled A, B, C, D).. onlu one of these will be correct for each question.

The student fills in their name and then checks agains the answers they believe to be correct.

The then hit “submit”.

The answers are checked and a fresh page loaded.

* If ALL answers are correct, the student sees “congratulations! All correct”
* If any answers are wrong, the student sees “You have scored 8 out of 10. Please hit ‘back’ to change 2 answers.”

Once they have all ten correct, the following is written to an html file (for browsing by the teacher.. me!)…

* student name – test title

The HTML file will get bigger to include more names and titles as more tests are completed. There is only one HTML file.

* Questions and answers are to be stored in the script.. not in a database please.

Thank you

Indented Plain Text Into Html

May 27th, 2009 Comments off

Convert indented plain text into properly formated HTML

I like to use indented plain text for project planning, as I feel it allows me to easily express hierarchical relationships between different elements without all the troubles associated with other file formats.

In order to be able to later present these documents in the web, I’m looking for somebody with an excellent grasp of regular expression to code for me, in PHP, a conversor from plain text to properly formated HTML.

The conversor has to do the following:

Step 1: Collect information

Ask for a document title
Ask for the plain text that needs to be converted into HTML

Step 2: Transform text into properly formated HTML

2-1) Include the header file (header.html), replacing $$title$$ by the document title specified in the previous step

2-2) Do the following transformations to the plain text

a) Based on the indentations expressed in the source plain text, properly open and close blockquote tags, in order to obtain the appropriate indentation level in the resulting HTML. Also indent blockquotes tags in the HTML file itself, so it is easier to read the resulting HTML.

b) When a doble carriage return is detected in the plain text file (blank line), replace it by opening and closing p tags

c) Surround text starting with * with the h1 tag

d) Surrond text starting with ** with the h2 tag

e) Surround text starting with *** with the h3 tag

2-3) Include the footer file (footer.html)

Step 3: Show the resulting HTML file in a textarea, from which it can easily be copied.

I have included 4 files in this project description

header.html
Contains the header that needs to be added at the top of the resulting HTML file

footer.html
Contains the footer that needs to be added at the bottom of the resulting HTML file

SampleText.txt
A sample plain text file for testing purposes

ResultingHTML.html
The resulting HTML file that is expected after the conversion process, taking SampleText.txt as source

Bear