Finish Website Redesign

Finish Website Redesign
I need someone who can help me finish a website redesign.

Please view the original design at http://www.posmarket.com.au/
and the incomplete redesign at http://119.161.33.41/

Please note I don’t require the full website created or any programming. I need graphic design of the front page only. I will do the rest.

The client is happy with the rough layout as shown at http://119.161.33.41/ however I need you to finish it off and make it look more professional.

The photo of the woman at the supermarket is only a placeholder and can be changed. The multiple images of the cash register in the middle need to be replaced with appropriate images.

Submission Requirements:
1. Fully editable Photoshop files
2. Completed HTML for front page (with images, CSS files)

If you have any questions please contact me via the PMB. Thanks!

Superhero Web Site

Superhero Web Site
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.

Needing Literature

Needing Literature
We are starting a website called www.smssells.com and am in need of literature to make our site more google friendly. I would like a quote for 10 pages minimum of data using good keyword structure. No cutting and pasting of articles please. Please tell us how many pages you will be writing.

I would also like if these articles submitted to article sites linking back to out site. Please be specific as to how many site you will be submitting to.

Please also quote on submitting us to directories. Please be specific as to how many directories you will be submitting to.

Equipment Site

Equipment Site
Headway Theme WordPress configuration. Initial setup only – we’ll carry on with content and graphics. Possible follow up work implementing additional features
– Navigation based on images in gallery
– Images in gallery drawn from postings
– Non-technical user creating postings and site automates navigation and gallery

Site displays equipment for sale but does not include e-commerce functionality.

Jquery Form Into Joomla

Jquery Form Into Joomla
I am looking for a form like this:

https: / / www.psd2html.com/order-now.html

where ideally, I can modify the items included in the drop-down, where the prices are calculated, payment accepted through paypal, confirmation sent via email…

and the form to be integrated into an existing joomla website (I understand there is a plugin that allows any code to be input anywhere).

Please only reference a form like this that you have done. I dont want to see a long list of websites or other stuff that is not related.

Thanks.

Show Related Bookmarks

Show Related Bookmarks
The project is about reading bookmarks from a web browser and getting such information as title, url from the bookmarks. Instead of reading it directly from a browser, one can alternatively read the bookmarks from a database. Based on these URLs (bookmarks) the program crawls to these sites and reads the contents of each site and save it as text document (HTML, Style, Script tags, punctuations, numbers etc.. are removed) in MySQL database. From these saved documents, term frequencies and inverse document frequencies are generated and saved in the database (probably with the creation of a bookmarks table (fields – url, title, sizeofdocument etc.) and a words (id, term etc.) table linking which word is in which document, maybe here due to the many-to-many relationship with the bookmarks and words table an aditional table could be needed e.g bookmark_words. I would then want the program to compare these documents based on frequencies of the words in each document(URL) using some sort of term weighting etc. there are many such examples available in the Internet, and group bookmarks according to their closeness (based sahring of similar word). The result is then depicted in a graph illustrating bookmarks that have similar or near similar content. one simple technique is to use tag cloud.. by just taking say the first 150 words and looking the bookmarks that contain these words..the same technique used in information retrieval can be applied here too to match similar documents..

Quick And Easy Php Script

Quick And Easy Php Script
I imagine this should be pretty quick and easy for anyone that knows anything about PHP.

I would like this as quickly as possible and i will pay immediately. The code must work before payment however.

Here is the end result of what I am looking for.

1. User comes to my website
2. Enters their email into my optin form (an aweber form)
3. The email is then passed to the thank you page which is actually an affilate link for an email submit offer.
4. This is the affiliate link:
(triple w)(dot)lynxtrack(dot)com/click/pttCfhC97xX9Txztsx9S/s-SI/e-test(at)test(dot)com
5. Notice that the email is being passed at the end of the url with this variable: [e-test(at)test(dot)com]

This is the problem:

1. The email identifier for aweber is {!email}
2. When I append that to the end of the url inside of the aweber HTML code, the affiliate landing page (which I don’t own) doesn’t know what {!email} means
3. Therefore when it goes to the thank you page it actually passes the TEXT {!email}, instead of the actual email that was entered

Here’s what I need:

1. Code that would somehow work with the aweber form to get the email that was entered and then pass it to the thank you page.
2. Instructions on how to implement the code (I’m not a php programmer but i can copy and paste with the best of them, so a simple “put this here” and “put this there” will be good.

There is an example form here at:

fatfightingfurnace(dot)com/prepop(dot)html – You can get the code for the aweber form there.

Please let me know if you have any questions.

I NEED THIS ASAP PLEASE!

Form Auto Refresh #2

Form Auto Refresh #2
The programmer I chose could not make it work for 2 of the 4 browsers: IE8 and Windows Safari. I’m opening this project again below.
—————————————————————–
I am using an auto refresh meta tag in my php form. When I have scrolled down to the bottom of the form, I want the auto refresh to kick in (which it does) but I want the form to remain in place and not scroll back to the top.

I want this to work on the 3 latest browsers of FF, Opera and Windows Safari and IE6/7/8.

My test.php script works in Opera and FF but not in IE6/7/8 or Windows Safari.

Update Word Press Review Site

Update Word Press Review Site
The site can be seen here: http://webhostingreview.org

It uses the http://www.wpreviewsite.com/ plugin.

I want to update the site with a new theme and wprobot auto-blog plugin

I have been considering a theme from http://www.one-theme.com/

Your bid is for:

1. Setup a copy of the site in a /dev directory so work will not affect the live site
1. Upgrade WP to the latest version and insure the wpreviewsite still functions 100%
2. Install wprobot and complete configuration of all features so all the feeds work and modules are integrated into the new theme.
3. Fully test the updated site and then replace the live version.

Quick Tip: Understanding CSS Specificity

Quick Tip: Understanding CSS Specificity

The “C” in CSS stands for cascading. This means that that style rules that show up later in the stylesheet will override rules which appear earlier. But this isn’t always the case. There’s something else you have to take into consideration, as well: specificity. In this quick tip, I’ll show you how to do just that.


Specificity Rules

CSS Specificity is basically this: the more specific your selector is, the more precedence it will have. To figure out which selectors are worth more, use this system:

  • Give each HTML element selector 1 point. Example: p
  • Give each class selector 10 points. Example: .column
  • Give each id selector 100 point. Example: #wrap
  • Add up the points for each piece of the selector to get the full value of the selector.

For Example

#test { background: red; } /* specificity : 100 */

.item p { background: green; } /* specificity : 10 + 1 = 11 */

p { background: orange; } /* specificity : 1  */

body #wrap p { background: yellow; } /* specificity : 1 + 100 + 1 = 102 */