Archive

Posts Tagged ‘from xml’

Display Number From Xml File

March 10th, 2010 Comments off

I need a small javascript for displaying the contents of an xml file (just one number) in various places of a html page.

Since it’s a simple solution, the budget is $20.

Thanks!

Create Directories From Xml

January 29th, 2010 Comments off

I have a Sharepoint Database dump that contains about 11,000 files. The utility that created the dump did not put the files in their respective sub folders, but it did create an XML file that lists all the files and their correct sub folders. I need a script that I can run to re-organize the files, and ideally reapply metadata such as file creation date (which is contained in the XML)

I’ve attached a sample of the XML file with file/foldernames changed.

Load Flv From Xml

August 27th, 2009 Comments off

Load multiple flv stored in xml file stored on webesver using flash WITHOUT using FLV playback. Use video object from the library. The flv movie should play in sequence. No controls is needed (PLAY, STOP, PAUSE E.T.C) Just the video player to play the movie from the XML file stored on a webserver (dont use flash comm. sever). Each flv is 4seconds. I want 2 parts. One should play the multiple FLV video once. The second part should play the multiple FLV video continiously. (No list interface is needed)

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

Data From Xml Feed-access Db

July 11th, 2009 Comments off

Hi, we have a XML feed which returns some basic data (title, date, description). We want this data to be stored in an access database.

We want you to make a small asp script to do this. The script must check if an item is already in the database (if yes: skip) and also make some minor changes to the content (remove duplicate title, possibility to change certain characters for other characters.

We will provide you with the xml feed and a sample database with content.

Website With Data From Xml

March 27th, 2009 No comments

I didn’t know what category to put it in.
I will give you a simple xml feed of properties from my website, I need something like similar to

http://rentalinbreckenridge.com/
however – they use vast feed and i will give you mine.

If you are fimiliar with vast or oodle feeds, this will be simple for you. thank you!

Convert Cart From Xml To Local

March 19th, 2009 No comments

Hi,
I need someone to convert the attached shopping cart which uses XML technology, to a completely local and independent shopping cart.

You will have to parse the content which it leeches, and update the script which uses to track the shopping cart (it uses sessions).

I need this done fast.

Flash Slideshow From Xml

March 17th, 2009 No comments

Hello,

I need a slideshow script written in AS3 that displays data from an XML file that I will provide.
Mainly I want the flash to display the info from each <piece></piece> block for x seconds than fade to the next block (nice transition between bocks).
The slideshow will be part of my flash header so the slideshows .fla should be easy to modify for me (the dynamic text fields and the image holder (place and size) easy to move around when I change my headers design).

I can post a link to the header I am actually using in PMB if you want.

The AS (max.AS3) should be well documented because I might want to add a dynamic text field later and it should be clear where to enter the additional code. I have some knowledge about flash so this shouldn’t be a problem if you explain me how to do it.

The text displayed will be in English, Spanish and German so it is important that special characters are displayed correctly!! (

Bear