Archive

Posts Tagged ‘definitions’

Collecting Definitions

March 6th, 2010 Comments off

I need someone to find definitions of 104 health related terms. You can use google’s define:xxx option to do that. Two important things here:

1-) Some of the terms can be found in both health and another category. I want the health related one. If you can’t find anything related to health just skip it.

2-) You will use 3-4 different sources or more to find definitions, i dont want all of them to come from wikipedia, etc. I WILL CHECK and you won’t be paid if they are from same source.

The final document will be in excel format and html format (titles will be in bold for definitions)

Please ask me if you require more assistance.

Need Definitions

August 27th, 2009 Comments off

Hello writers,

We need definitions on certain terms that we’ll be providing, these can be 350-500 words but should contain the keyword we provide.

These should be easy for an experienced writer.

We will not consider bids without samples os such work, if you do not have samples please be ready to right one deifinition before being selected.

Thanks
Webmasters World

Flex Slide Show From Xml

July 14th, 2009 Comments off

This is a Flex project. It should run both in the browser and as a stand-alone application.

The goal is to make a slide show, showing images and text in predefined locations on the screen. When new images and text are loaded, the old ones need to fade out, while the new ones fade in.

There can be several images and texts on one slide.

Images can be big, so I think it’s best if they’re loaded before the next slide.

When the XML-file contents change, the changes need to be applied (almost) real-time.

The XML-file has 2 parts, one part contains all the definitions, the other part the sources.

DEFINITIONS FOR TEXTS:
<TextElements>
<Text>
<Name>Name</Name>
<hPos>20</hPos>
<vPos>200</vPos>
<Color>#00FF00</Color>
<Font>Arial</Font>
<FontSize>64</FontSize>
<FontWeight>True</FontWeight>
<FontItalic>False</FontItalic>
<FontUnderline>False</FontUnderline>
<Outline>center</Outline>
<Width>200</Width>
<Height>20</Height>
<Fit>
<!–
Original (default) = original text dimensions (Fontsize property)
Loopback = text with original Fontsize on multiple lines (i.e. textbox)
Fill = text resizes to Width & Height properties
Height = text is rescaled to Height property, with original aspect ratio
Width = text is rescaled to fit Width property, with original aspect ratio
–>
Original
</Fit>
</Text>
<Text>
<Name>Description</Name>
<hPos>20</hPos>
<vPos>200</vPos>
<Color>#00FF00</Color>
<Font>Arial</Font>
<FontSize>64</FontSize>
<FontWeight>True</FontWeight>
<FontItalic>False</FontItalic>
<FontUnderline>False</FontUnderline>
<Outline>center</Outline>
<Width>200</Width>
<Height>20</Height>
<Fit>
Original
</Fit>
</Text>

</TextElements>

DEFINITIONS FOR IMAGES:
<ImageElements>
<Image>
<Name>Image1</Name>
<hPos>200</hPos>
<vPos>200</vPos>
<Width>640</Width>
<Height>480</Height>
<Fit>
<!–
Fill = image resizes to Width & Height properties
Original = original image dimensions
Height = image is rescaled to Height property (original aspect ratio)
Width = image is rescaled to Width property (original aspect ratio)
–>
Original
</Fit>
</Image>
</ImageElements>

DEFINITIONS OF SLIDESHOW:
<SlideProperties>
<Interval>
<!–Time in milliseconds between slides
–>
3000
</Interval>
<Effect>
<!–Effect when changing Text & Image elements
–>
<Type>
<!–None/Fade
–>
Fade
</Type>
<Speed>
<!–Effect speed in milliseconds
–>
500
</Speed>
</Effect>
</SlideProperties>

The final part, contains the data to load on each slide:
<Slideshow>
<Slide>
<ImageElements>
<Image1>first_image.jpg</Image1>
</ImageElements>
<TextElements>
<Name>Name of first image</Name>
<Description>Description of first image</Description>

</TextElements>
</Slide>
<Slide>
<ImageElements>
<Image1>second_image.jpg</Image1>
</ImageElements>
<TextElements>
<Name>Name of second image</Name>
<Description>Description of second image</Description>

</TextElements>
</Slide>
</SlideShow>

Don’t hesitate to contact me for more information!

Kind regards,
Bart

Interactive Flowcharts

June 21st, 2009 Comments off

I have created several flowcharts in Flash, and I need a way to interactively interface with them.

I want to use to following to scripts, which I will give the winning bidder when the project begins:

1. Pan/Zoom Script
http://flashden.net/item/zoom-pan-controls-with-dynamic-image-settings/15713
2. Glossary Script
http://flashden.net/item/cool-xml-glossary-as2/32811

Both scripts use XML, and will allow me to move around my flow charts and bring up definitions for certain buttons in my flow charts.

In addition, I need a way to load external swfs into the main movie and pan/zoom/interact in those. Also, I need to create another category in the glossary XML file for alternate/special definitions (that would not be visible in the glossary itself).

I’ve spent many hours representing the functions and requirements of this project visually. The instructions include general functionality, glossary functionality, and a GoTo functionality (so that the user can pan to to certain areas in an swf at the click of a button.)

I’ve also included some example definitions to go in the xml glossary file for now.

Please take your time viewing the PNGs (editable in Fireworks if you need to use/extract some of their content) and please email me with your questions and concerns.

**Only bid on the project if you are confident that you can meet its requirements.**

Bear