Joomla Sites For Dog

Joomla Sites For Dog
Hello Developers/Programmers,

With very good experience on SL with my first project. I am posting this project which i want to develop from scratch. This site is about dogs their breeds, care, tips, discussions forums, blogs and kennels of India. The project will be divided into 3 steps

First Step: finalizing of layout this will involve finalizing PSDs and other design stuffs

Second Step: Converting into Joomla template

Third Step: Customizing Joomla Components to meet my requirement. I will give more details on this step once i finalize the programmer.

Please give me reasonable bid any exaggerated bid will be removed from the list…

I am open to other CMS too provided if you can convince me 🙂

Happy bidding

sillywebwork

Infographics

Infographics
I need an inforgrapher who is:
– excellent in writing English
– excellent in graphics (Vector illustration – 3d – Photoshop – etc)
– excellent in research for data and information and writing bibliography
– can keep information secret for his own good
the project can go for 1-3 years on monthly fixed budget between 200-300$ (favorable). would consider more depend on what you offer
the person will be doing infographs for projects , products , ideas and theories. Monthly minimum of infographs produced is 4 (1 per week). (depend on infograph work size number may go lower)
This site has good examples of what I want:

InfoGraphic Designs: Overview, Examples and Best Practices


Other examples of work required:
http://www.vectordiary.com/isd_post/2008/day01/infographics_ad.jpg
http://www.vizualresume.com/wp-content/uploads/2010/02/isometric-resume.jpg
http://www.vizualresume.com/wp-content/uploads/2010/02/4345175957_3e856fa776_o1.jpg
http://farm1.static.flickr.com/106/298031615_bf1e7a3944_o.png
http://www.flickr.com/photos/rajkamalaich/706837937/
http://www.flickr.com/photos/mstoll/520242698/
http://www.instantshift.com/wp-content/uploads/2009/06/igd-oebp-45.jpg
http://www.instantshift.com/wp-content/uploads/2009/06/igd-oebp-35.jpg
Murmur

Bids with no sample work will be ignored or reported as spam unless you are willing to send an example later on PM.
Place a bid for monthly budget not total.

Best regards to all 🙂

Need Article Writers

Need Article Writers
Hi,

I need article in various topics like mens, women, entertainment, technology etc.
Article quality should be meet like www.askmen.com. Please quote me per article basic. I really want some one who can write 50article for me in a short term period. i am looking for someone who can deliver 400 word article in 1$(dollar). Once you will complete 50 article then i will hire you on permanent basis for my site and then i will be able to provide you 2$ per article.
I have more similar project in pipeline so i would prefer someone who believes in long term professional relationship and hard working.

Quality of the site should meet following site:

www.askmen.com

Thanks

Oscommerce Template Conversion

Oscommerce Template Conversion
Hi there I have an oscommerce theme which I would like to get converted to suit the latest v3 of oscommerce (it’s currently for 2.2). I have the psd files for the home page and inner pages along with the integrated 2.2 version files which I will supply.

For a preview of the theme please see: http://osc.template-help.com/osc_24510/index.php

Thanks and looking forward to working with you 🙂

Add Commission History Table

Add Commission History Table
Hello,

First, here is an overview of my system. Whenever a member
purchases points and the payment status is “instant” or
the E-check status comes back as “Completed”, the points
are added to the member’s account, the commission is added
his referrer’s account and an email is sent to the
referrer.

Sometimes PayPal’s IPN fails. When this happens, the
url_package_fee table is not updated, the points are not
updated to the member’s account, the referrer’s
commissions are not updated to his account and the email is
not sent to the referrer.

When the PayPal’s IPN fails, I search the url_package_fee
table (this is where the details of the purchases are
updated) to see if the transaction was updated there.
Sometimes the info is there and sometimes it’s not. So it
would be hard for me to tell if the referrer’s commissions
were updated to his account when the PayPal’s IPN fails.

So in order to help me to determine if the referrer’s
commissions where updated to his account when the IPN fails,
please do the following:

Note: Attached is my PayPal IPN file (notify.php) so you can
see the exact code. The only thing you will need to do is
create the commission history table and in the notify.php
file, have the script update this table whenever the payment
status is “Instant” or when the E-check status comes back
as “Completed”.

Below is what needs to be done:

1) Create a Commission History table and name it
“url_commission_history”

In this table put the following variables: (Note: Most of
these variables can be found in the url_package_fee table).

– $user_id (This would be the referrer’s user id which is
the person who is receiving the commissions)

– The commission amount (This is the amount the referrer
received as commission from the purchase). This variable is
already in the notify.php file.

– $package_name

– $buy_date

– $payment_type

– $trans_id

– $user_id (This would be the user id of the referral which
is the member who made the purchase)

– When the transaction status comes back as “Instant” or
the E-check status comes back as “Completed”, the
url_package_fee table is updated, the points are updated to
the member’s account who just made the purchase, the
commissions are updated to the referrer’s account and the
referrer is sent the email. Now right after the email is
sent to the referrer, the last thing the IPN should do is
update the “url_commission_history” table.

Now let’s say that the IPN fails. (Note: Sometimes there is
a partial failure meaning the url_package_fee table is
updated Only and sometimes there is a full IPN failure
meaning the url_package_fee table, the points and the
commissions are not updated and the email is not sent to the
referrer). I always know if there is some kind of IPN
failure, because the points are never updated to the
member’s account.

So when there is one of these failures, I should be able to
go to the “url_commission_history” table to see if it was
updated, since this table is updated last in the IPN
process. Now if the transaction is not in the
“url_commission_history table, I can assume that the
commissions were not updated and that the email was not sent
to the referrer.

The goal here is to be able to accurately determine if the
commissions were added to the referrer’s account whenever
there is a partial or full IPN failure. Let me know what you
think is the best way to logically solve this problem.

– Whenever I delete a member from the admin panel, the
script should check the “url_commission_history” table and
delete all records in this table pertaining to that member.
(I delete member’s account from the admin panel, by click
on the “User Management” link, clicking on the email
address of that member and then clicking on the “Delete”
button underneath his account details).

******* NOTE: The commission history table should only be
updated when the payment status is “Instant” or the
E-check status comes back as “Completed”.

2) Commissions Not Added When E-check is completed. The
following problem only exists when an E-check comes back as
“Completed”. When a payment status is “Instant”, every
thing is working fine.

User ID# 4194 E-check was completed. The points were added
to his account which is correct. But here are the problems:

– The commissions were not added to his referrer’s account
User ID# 4193

– And User ID# 4193 did not receive the referrer’s
commission notification email.

The code is already there, you will just need to figure out
why the commission is not being added to the referrer’s
account and why the email is not being sent to him when an
E-check comes back as “Completed”.

3) Url’s not hyperlinked when I send a Plain Text email to
ALL members.

Whenever I send a Plain Text email to all member’s, the
url’s in that email are never hyperlinked. The url’s
should be hyperlinked. You can log into my admin control
panel and click on the “E-mail Members” links to check
this.

Thanks,

Mike

Need Web Designq 2

Need Web Designq 2
I need a web design for a website evaluator site.

Front Page Design:

Simple version of: sheerseo.com
Make it simplified version, just have logo, search bar, and under should be couple of text boxes for text, and ads.

Logo: Some sort of spinning stats icon like: http://www.istockphoto.com/stock-illustration-7876070-design-elements-vol-25.php

On top right corner.

Logo Text: WebcoStats

2nd page (Search Results)

Similar to: http://www.sheerseo.com/seo/template.jsp?page=currentPositions.jsp&user=sheerseo

Should have logo on top and the blue sidebars should say:

General
Backlinks
Twitter
Keywords

When clicked on each side menu sidebar buttons, the following should come up:

In GENERAL:

– Alexa ranking
– Alexa traffic ranking
– Pagerank
– Indexed pages (should show a number of indexed pages on google, yahoo, bing, msn, aol, etc.)
– Number of backlinks (should show a number of backlinks linking to that site)
– Social bookmarks (Should show where and how mnay times that website appeared on dilicious, digg, stumbleupon,
facebook, myspace, reddit,etc..)
– Link price (possible price of a link on that website, calculated by traffic, pagerank, etc.)
– Site value (possible value of the website, calculatedby traffic, pagerank, etc..)

All i need is sample box with text and icons for each element.

Baklinks:
Lists all links linking to that website showing if those sites are follow, or no follow, their page rank, text,
and alt tags.

Twitter:
Lists all tweets for that website

Keywords:
– Lists all possible keywords for that website(taken from the sites meta keyword tag) and shows what position are those keywords linking to that website.

3d Page:

Contact us page (simple).

I need only design and psd.

Php/mysql App Fixes

Php/mysql App Fixes
we have a small PHP/MySQL app that saves registration data

we have 1-2 very small scripts to run to fix some little date errors (or null fields)

and less than 12 other small php fixes to app

(if you/we find more errors to fix, we include that as bonus payment)

see error list here …
http://www.nationalwarranties.com.au/mantis
login with reg_dev/4reg389

you can see REG USER (not Admin) form here …
http://www.nationalwarranties.com.au/reg-dev/registration.php

================

Website Build – Cms 6 Pages

Website Build – Cms 6 Pages
Please view the attached pdf document, with all necessary pages that will be required (added will be a terms and conditions page and a copyright notice).

The designs on the PDF are to be replicated exactly into the finished site, i need this website to be created using a content management system e.g. joomla, mambo, word press or similar, for easy editing of text, and products. The blog page is already set up and just needs to be viewed on the page that is created,(e.g. an iframe window to show the blog). in the pdf is a checkout feature, this is not essential, it can be done through the pay pal check out feature (is preferred) full login to CPANEL, FTP and PayPal, along with all images will be supplied on approval of this project

Static Site Converted To Jooml

Static Site Converted To Jooml
We require the current website theme and content to be converted to Joomla. The site will require navigation with nested links that remain visible when viewing nested pages. During the design process for proofing it would be helpful to have the website hosted by winning bidder and on completion the site will be transfered to our current website host.

Seo Keyword Reseach

Seo Keyword Reseach
Need an expert in seo keyword research and development to find keywords that will bring high traffic with low competition/KEI ratio.

I will provide a list of about 25 herbal products that need primary keywords and secondary keyword phrases and a keyword that will be used mainly for home page and will be a theme through out the website example: “herbal supplements”.

The expert will also need to look at the competition to see what is working for them and what we can do better as far as keyword(s) development.

Expert will provide the following:
– 25 primary keywords “AND” secondary keyword phrases.
– 1 keyword/phrase that will be use as a theme word carried out through the website.
– provide keyword data(traffic, competition, KEI ratio, #searchs,ect.)
– Keywords need to be delivered in xl format.
– all keywords must be in English.

When bidding please message me with a quick strategy of what you will do to find the best keywords and experience.

Payment will be 100% escrow.

Must be completed within 5 days of hirer.

*Have the word “Imperial” as subject line so that i know you have read all this and agree.*