Superhero Web Site 2

Superhero Gaming Group in the online MMO “City of Heroes” is looking to contract an individual or team to develop an exciting web site which showcases their activities in the game.

A striking look is vital to the success of this project. The look should be bold and powerful, sleek and sexy rather than cartoonish — the bulk of the players of “City of Heroes” are ages 20-45, and the site should appeal to those older fans of the genre. Examine cityofheroes.com for a sample look and feel.

Site is anticipated to have 5-10 pages total — the artistic look and appeal of the site will be more important than the content.

Candlestick Ea – Mt4

Looking for EA based on candle sticks
for metatrader4.

You will have to be able to determine the
stem distance, close, open % from range of the bar.

I have the logic typed out I believe
will give you the math but regardless
you should be able to figure out
the percent of the stem of the bar
– (stem is what i call the skinny
stick part(s) of a candle stick bar)

Variables are needed to permit trading or disallow trading
during the market hours. That means if I wanted
to only trade from 9 to 12 eastern time i should be
able to set that. (you’ll need a GMT offset in that case too)

I’ll give you the detailed rules later for entry and exit.

The system is based on breakouts
of highs and lows of bars with a buffer space.

I will be looking for your input for ideas
to maximize profitability with this system.

Experience Metatrader4 programmers only because
I’m looking to work with you on bigger, very important
projects – but you need to know what your are doing
and you will need to have a vast knowledge of indicator
combination and techniques to tweak my system
concepts to greater profits and less costs(losses)
if needed.

Website Design Layout + Code

I need a complete website:
– layout
– implementation (html/css)

Simple design:
– top banner with photo or something, we will look together on istockphoto.
– under the banner a menu.
– on the left side a menu
– on the right side some space for google ads.

Theme: electronic security (cctv, intrusion, …)

Need more info? Don’t hesitate to contact me.

Seo Offsite

Dear Sir/Madam,

We have a website with Google page ranking 3 (homepage) that need to
get to go up to 6.


Here’s the project scope:

1) Bottom line:
You will help drive our site http://www.wheelsnext.com to be a page rank 6

2) Conditions:
– Outbound links/reciprocal links from the website won’t be provided.
– Entire Process would be OFFSITE (You can’t change / alter the website). But feel free to advice/request/discuss details of the site. We do have a team of experts in database/programming/SEO.
– No spam, bots, robots, link farms and/or exchanges
– No visitors from auto surf sites. No fake visitors.
– No dynamic links, redirects, JavaScript links, hidden links.
– No black hat SEO or tricks.

3) Our site:
We are an online retailer with robust e-commerce
functionality. Ranking on 1st page for the majority of our top
keywords on Google. Our market is the USA and Canada only. So no
reason to have traffic from other countries. We are going to
provide via private message the top 20 keywords to be used to improve
our page ranking.

4) Time-line:
We expect the services to be completed in one month. And willing to
pay bonus for achieving this deadline. And are willing to start ASAP. Please, provide SEO services with full details on the time frame.

5) Legal terms:
All deliverable will be considered “work made for hire”
under U.S. Copyright law. Buyer will receive exclusive and complete
copyrights to all work purchased.
No part of the deliverable may contain any copyright restricted
3rd party components (including GPL, GNU, Copyleft, etc.) unless all
copyright ramifications are explained AND AGREED TO by the buyer on
the site per the seller’s Seller Legal Agreement.

Flash Job

Easy flash job but I just wrote all details here so you can get started after you bid $50
To finish in about 2 days.

download the files from http://music.mcprogramming.net/Raido.zip

First make the page to html so it will fit in to http://music.mcprogramming.net/pages
i have included a pdf how it should look and also then psd and indd files its all in design.zip

next is the flash program
only the 3 buttons under now playing will be flash and the rest just html i will make it work
so here is what the flash will do
the page will pass a parameter “StationID” to the flash then the flash will connect to this web service http://music.mcprogramming.net/sRadioPackage.asmx
there is a sample in flash.zip how to do it

the flash program will request “GetTracksByPackageResult” and pass the StationID
and the service will Response with a list of tracks the flash needs to play each track will have the flowing info

AlbumName
AlbumPhoto
ArtistName
SongLength
TrackTitle
Track

SongStart
SongEnd
TrackID
AlbumPicRedirectLink
now when user presses the play button it should start playing from the first track in a row till the last and then start again
each track has to start from the SongStart second and end by the SongEnd second the location of the track can be found in “Track” field

and every time the flash program gos to the next song it should call the UpdateStation_PlayTrakId from the service and pass the StationID and the TrackID

example StationID=1 first track will look like this

<GetTracksByPackageResult>
<AlbumName>Vimaleh Mshaloseinu</AlbumName>
<AlbumPhoto>images/File_776.png</AlbumPhoto>
<ArtistName>Yaakov Lemmer</ArtistName>
<SongLength>651</SongLength>
<TrackTitle>Av Harachamim</TrackTitle>
<Track>music/File_778 .mp3</Track>
<SongStart>0</SongStart>
<SongEnd>651</SongEnd>
<TrackID>724</TrackID>
<AlbumPicRedirectLink>Album.aspx?Album=778</AlbumPicRedirectLink>
</GetTracksByPackageResult>