Archive

Posts Tagged ‘ranks’

Bundled Tables

October 23rd, 2011 Comments off

-City ranks page just like global. Using same info. (http://www.mob-wars.com/tru/ranks.php?tru=16)

-Family ranks page containing info provided on the image. (http://www.mob-wars.com/tru/cranks.php?tru=16)

-Killer ranks page with the info on the image provided (http://www.mob-wars.com/tru/kranks.php?tru=16

-Subscriber ranks page use same info as global and city (http://www.mob-wars.com/tru/subranks.php?tru=16)

-A new my “my level” ranks page using same info as global, city, and subscriber pages. Use image for reference (http://www.mob-wars.com/tru/lranks.php?tru=16)

-Need a mini prizes page done. The prizes categories are: Supporter Ranks, Free Ranks, Family Ranks, Supporter Killer, Free Killer

-A new “who’s online” page table. Using the information provided in the image (http://www.mob-wars.com/tru/whosonline.php?pid=Kurt&tru=16)

Categories: PHP, Tables Tags: , , , , , ,

Seo For Page Ranks And Links

October 2nd, 2009 Comments off

I have 3 adult websites and looking for someone to help me built a better PR rank and get some good inbound links with good keywords.

Programming Project 1249143437

August 1st, 2009 Comments off

Programe made in excel that will tell me what golf player is performing the best on a certain week.

I want the data used on the uspga website.If this can be done

I want data for skill stats , scoring and standings.

I want the same layout as on the website with a few changes

For rank last week and this week if player has moved up one I want player highlight green . If player moved down one colour light yellow.

If player moved up more than one colour blue if moved down more than one colour red

There are 9 skill stats I want these listed across the top with players listed down the page on the left.
Under each skill set I want the players rank for that skill.I want to see rank for last week and this week. I want to be able then to tell which player has the most no.1 ranks no.2 ranks etc. across all the data. I want to be able to sort on the ranks so when I click the RANK Ones coloumn the player with the most RANK Ones will appear at the top of the page.I also want the number of rounds of golf the player has played listed as well .

I want to do this for scoring and standings as well.
I want to graph the players rank as well for all there skill stats,scoring and standings
The graph will start at the beginning of the year and go till the end.I want to show a chart for a player and have a line chart for each year.different colour for each year. Going back for 3 years.
I want a button to press that will take you to the charts. Then enter a players name and the chart will appear.

Seo Work – Already Solid Ranks

June 30th, 2009 Comments off

This is a different job that another I have currently posted.

I have a website that currently ranks well in Google for my keywords –

court reporting school – 3
court reporting program – 4
court reporting online – 2
court reporting at home – 22
court reporter – 50
court reporting – 78

I’ve done most of the work myself, but I know more can be done. I don’t have time. So I’m hoping to get more solid on the keywords I have in the top 5, and maybe get the other 3 in the top 10 of Google.

Nothing blackhat – nothing illegal. My site is already doing well – I just need someone to put it over the top. The website name is in PMB.

Please tell me what you have in mind – with as LITTLE copy and paste as possible.

Money goes in escrow and is released at the end of the job once I see the work you’ve done. I have a perfect rating in about 40 projects, so this shouldn’t be a problem. I WILL need reports to keep me updated.

Thanks!

Seo Project–long Term

May 31st, 2009 Comments off

I need someone who is REALLY good at organic SEO optimization to get my website in the TOP 5 Google rankings. I have used an SEO company before and got pretty good results, but now my website has slipped in the Google ranks.

My website address is www.highimpactgrants.org

I DO NOT want blackhat tricks or garbage; only legitemate organic SEO
optimization.

I will need three references from clients who have used your SEO services and who have been satified.

I will need two pieces of information.

How much will it cost to get my website into the top 5 Google ranks?

How much will it cost (per month) to KEEP my website in the top 5 Goolge ranks?

Stdnt Rec Rprt Prog W Sorting

May 11th, 2009 Comments off

Using struct and class data type to write a simple student records report program with sorting function
This project is an elaboration of Project 3 ( Student Records Report Program). However, it requires using selection sort algorithm to sort student records and print out student records in a certain order; and using cstrings stead of strings to store student names and SSN numbers.
Use Visual C++ to write your program.
As records secretary for Cougar High School, you have been asked by the principal to prepare a report on the grades of some of the school’s top athletes. Specifically, you must print each of the athlete’s average letter grades based on their scores from three academic courses. Input will be taken from the file stufile.txt, which is organized as follows: Each athlete in the file has four lines of information recorded – name (at most 20 characters including the comma and white space), student ID (SS#), class rank (1=Freshman, 2=Sophomore, 3=Junior, 4=Senior), and the three scores. Information for at most 15 athletes is stored in the file, but the first line of the file contains an integer showing the exact number of athletes.
Use struct data type as data representation of a student record and use separate fields for first names and last names. Then, define a class to hold an array of student records and encapsulate some member functions which will be used to do the specified reporting as described in the following. Look at the sample specification file proj2_prototype.h for the suggested data type declarations.
You can assume that all scores are integers from 0 to 100. Output should be printed out on screen. Athletes’ names ID numbers, class, ranks, and, letter grades are to be printed twice, the first time in alphabetical order by last name, with “A” students first, “B” students second, and so forth. In cases when the last names of more than one students are the same, sort the student records with the same last name in alphabetical order by first name. The second time they are to be printed in alphabetical order by last name, with freshman students first, sophomore students second, and so forth. Also sort student records by first names in cases when last names are the same. (Note the difference from Project 1.) Note that the students’ names are printed out in the format of “Lastname, Firstname”, e.g., “Zitt, Kevin”; the column of student ID numbers should be aligned at least one space beyond the maximum name length, the column of class ranks should be aligned at least one space beyond the column of student IDs, and the column of grades should be aligned at least one space beyond the column of class ranks.
A sample implementation file of the class member functions and a main function is written in file proj2_prototype.cpp. In the main function, there is an outline of the suggested steps to do the reporting job.
Turn in a print-out of the program source code and a diskette containing the header (.h) file, source code (.cpp file), and the I/O files.

Student Records Report Program

May 11th, 2009 Comments off

Using class data type to write a simple student records report program

As records secretary for Cougar High School, you have been asked by the principal to prepare a report on the grades of some of the school’s top athletes. Specifically, you must print each of the athlete’s average letter grades based on their scores from three academic courses. Input will be taken from the file stufile.txt, which is organized as follows: Each athlete in the file has four lines of information recorded – name (at most 20 characters including the comma and white space), student ID (SS#), class rank (1=Freshman, 2=Sophomore, 3=Junior, 4=Senior), and the three scores. Information for at most 15 athletes is stored in the file, but the first line of the file contains an integer showing the exact number of athletes.

Use class data type as data representation of a student record. Then, design member functions to do the statistics, reporting, etc. Look at the sample specification file proj1_prototype.h for the suggested data type declarations. For each student, your program should calculate the average of the 3 scores and determine the letter grade based on the average (A – 90 or above, B – between 80 and 90, C – between 70 and 80, D – between 60 and 70, and F – below 60). also, your program must find the students with the highest and the lowest averages.

Your program must read in student information from “stufile.txt”. You can create the file and copy the examples in the following and save them in the file. Or, you can create your own file using the format specified above.

You can assume that all scores are integers from 0 to 100. Output from this program should be printed out on the screen. The output of the program should include the echo-print of all the records that are read from the input file and the statistical data specified as follows. When printing each student record, the column of student ID numbers should be aligned at least one space beyond the maximum name length, the column of class ranks should be aligned at least one space beyond the column of student IDs, and the column of grades should be aligned at least one space beyond the column of class ranks. Echo-printing of the students records must begin with a heading (see the example in the following). Students ranks must be printed as “Freshman”, “Sophomore”, “Junior”, or “Senior”, instead of a number. In the end of the output, the name of the students with the highest average and the lowest average must be printed with proper labeling (see the example output at the bottom of this page).

Turn in a print-out of your source code and a diskette containing the header (.h) file, source code (.cpp file), and the input files.

Army Ranks And Logo

May 1st, 2009 Comments off

Looking for someone to make 22 real army ranks, and a logo. Its for an oline gaming clan.

Need Seo Top Search Ranks

April 26th, 2009 Comments off

Hi
All need a experienced SEO providers to work on our website.
We have many websites, so if work goes well and the results are good it will lead to long term relationship

Please provide your examples or results of SEO when you bid

What will be your SEO strategy
Timeliness of SEO
Desired results and what improvements will be done after SEO

Experienced SEO reviews , if you have 5 or more SEO only reviews you are welcome

Bear