Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
Member Avatar for jewboy

I find that pricing SEO is complicated. Many firms offer one-for all packages. I think custom prices are the way to go, due to differences between business. Anyone have ideas on how to price SEO?

Member Avatar for agendapal
0
513
Member Avatar for bill13

can anyone help me with the above problem? i need the code in C language. the problem is: Store random numbers into two-dimensional array of 6 * 6 and interchange first 3 rows with last three rows thanks you in advance.

Member Avatar for Mohtadeen
0
269
Member Avatar for Melissa111

Hello guys :) I have a prog. assignment due on Sunday! I need help to get me started. The task is implement a program for any hamming codes not just (7,4). The user input the following: 1. Desired hamming code (n,k) 2. Choose to encode or decode. So, I am …

Member Avatar for DMR
1
3K
Member Avatar for bill786

I have a toshiba laptop running Windows XP SP2. The name of my wireless card is "Atheros AR5001X+ Wireless Network". It is for all three wireless connections Wireless B: 11.0 mbps connection Wireless G: 54.0 mbps connection Wireless A: Not sure Problem: Well, recently I have noticed that I am …

Member Avatar for timolthy
0
212
Member Avatar for amadpig

Hi, I've noticed a massive slow down in my system lately, in particular while playing an online game (Counter Strike Source...great game). When I checked a few things out, I have noticed that the are 9 instances of OBE*.exe (OBE32.exe, OBEE.exe, OBEMail.exe x 4 & OBEServ.exe x 3), services running …

Member Avatar for Gnome_101
0
178
Member Avatar for Gnome_101

I have the following code, which tries to see if someone selected a drop down menu item that is already part of the database. If it is, then the error message should show up. [PHP]$size_of_user_array = count($user_selects); $size_of_db_array = count($already_in_db); for($y=0;$y<$size_of_user_array;$y++) { $input = $user_selects[$y]; for($r=0;$r<$size_of_db_array;$r++) { //echo "Already in …

Member Avatar for Gnome_101
0
116
Member Avatar for michaelK5

Hello Dani PHP Members. My name is Michael, I have been looking online for a place to learn php and at this point I have given up. I am wondering if there is anyone on here that can teach me php and mysql. Or if you know of any places …

Member Avatar for michaelK5
0
531
Member Avatar for fred999

Hello php gurus! i need help with a little script, i have to import a tab delimited files into a mysql db file.tab [CODE] "user1"TAB"pass1"TAB"miscdata1_1"TAB"miscdata1_2"TAB"miscdata1_3"TAB"miscdata1_4"TAB "user2"TAB"pass2"TAB"miscdata2_1"TAB"miscdata2_2"TAB"miscdata2_3"TAB"miscdata2_4"TAB [/CODE] Here is what i have programmed with the help of google [CODE] <? include('config.php'); $conn = mysql_connect($dbserver, $dbuser, $dbpass); if (!$conn) { echo …

Member Avatar for Troy
0
1K
Member Avatar for dillon

There is only so much one can do with a database. The basic requirment is to add delete search display and go somewhere with the information. The better DB have images. I can write all the wants that a web master has but there is no way (at present) I …

Member Avatar for Gnome_101
0
115
Member Avatar for dallin

I have random numbers such as 1 6 8 5 7 3 9 2 4 in a 1 dimensional array what for loop do I use to reorder the numbers from 1 through 9? thanks.

Member Avatar for Narue
0
310
Member Avatar for hopeolicious

can someone help me to get my program to sort i have the logic but this is my first time doing a sort program and i cant get it to work can some tell me what i'm doing wrong [CODE]#include <iostream> #include <iomanip> using namespace std; void sort(); const int …

Member Avatar for Gnome_101
0
120
Member Avatar for JavaHead_Jonnie

I know how to do MySQL connections, queries etc. with PHP but I want to do some MySQL stuff with an offline language - I know C++, VB and Java - but I'm not sure which one to do it with. Is it even possible? Can someone please recommend one …

Member Avatar for Gnome_101
0
85
Member Avatar for dayrinni

Hello, I am trying to write an assembly program. In it I am writing a new ISR for the keyboard. The goal of this ISR is to mix the keys around, so for example if I was going to type 'hello' It would print out as 'jhwwi'. It will only …

Member Avatar for Gnome_101
0
154
Member Avatar for jones1702

~ Require a Tutor who is able to walk me through some MIPS programming exercises. Willing to compensate for services.

Member Avatar for Gnome_101
0
91
Member Avatar for KUJhawks

Hello everyone, I have just started learning C++ and I am trying to write a program that reads from a file (scores.txt) and then prints the average of these numbers to the screen and print to another file named "average.txt." I have written some code but when I compile I …

Member Avatar for Gnome_101
0
137
Member Avatar for Gnome_101

Hey all, I've got the following program which needs to print the original string, then the edited one. ( we are to replace the lower case b's with B's) [CODE].data prompt: .asciiz "baseball" length: .asciiz "The length of the string is (in hex) " .text .globl main main: la $a0,prompt …

0
85
Member Avatar for Gnome_101

I have the code(below) but I can't get the program to close data2.txt and opne it again. Is there a way to reset the starting read position? I want it read through the file for as many times as I want, without ever editing the file. [size=2]#include <fstream> #include <string> …

Member Avatar for Gnome_101
0
468