What is difference between directory links & Website links?

We are using directory submission for Higher Position in the Search Engine Results and link building for increase Page Rank (PR).

But Using same process for uploading links ( like HTML tags “< a href=” http://www.sbwebx.com ” > SEO Company</a> “ )
So, if same process using uploading links, then also google crawler algorithm is same for both.
IF I am right, then please explain difference between directory links & Website links!!

Technorati Tags: , , , , , , ,

php how can I make my search engine search for mutiple keywords?

this is what I have so far:

<?php
include "config.php";
if (@$_POST['search']=="search")
{
$keyword=$_POST['keyword'];
$result=mysql_query("SELECT * FROM listed WHERE `itemname` LIKE ‘%$keyword%’ OR `message1` LIKE ‘%$keyword%’");
while ($results = mysql_fetch_array($result))
{
$tag=$results['tag'];
$idno=$results['id'];
$title=$results['name'];
$description=$results['message1'];
$position=40;

$post = substr($description, 0, $position);

echo "<b>$tag,$title,$post,$idno</b>
?>

I also heard of adding a thing called noslashes or something which is supposed to prevent unwanted SQL queries. Any info on that?

Technorati Tags: , , ,

Is submitting to search engines necessary?

The Search Engines Submission is very old and general task to promote the site and still it is important. However, modern some Search Engines crawls your site automatically from the net and adds it into their databases but all search engines have their own criteria and algorithm to crawl the site. So the search engine submission is very vital part of website promotion. By search engine submission you can increase your site linking and Google and other major search engines crawl the particular page where your site is listed and might be gives it’s as back linking for your site. Coz of back linking increment your sites page rank will increase.
I think search engine and directory submission is necessary part of the web promotion. If your site will list on high ranking page then you will get benefit and your site ranking also goes high.

Azeem Khan.
<a href="http://www.blueappleonline.com">Blueappleonline</a>

Technorati Tags: , , , , , , , , , , , , ,

How do you regain your search engine position after being hacked?

I had the #1 position in google and good position in all search engines for my main search term of "auditions". I was hacked and a page of unreadable letters and symbols added before my <head> tags. so when google indexed me it was seeing this rubbish. I have resubmitted myself but how long does it take to get back your previous position and is there anything that can be done to make this process quicker other than having to pay for placement?

Is there anything a website owner can do legally if this occurs as its the 3rd time in 2 years. I am looking at purchasing a recruitment software as my sites base is in nuke8php but it is majorly customized so I cannot add any patches. Help

Technorati Tags: , , , , , , , ,

Search Engine Optimisation Nederland?

Can anybody let me know whats the drawback with my website?

World Website Service (WWS) offers various services like web design, website maintenance, search engine marketing, internet marketing and link building. Dealing with WWS ensures you of reliable support and dutch quality work and satisfying results. World Website Service (WWS) extend your brand and rank high by search engines. <a href="http://www.worldwebsiteservice.com/services.html" style="text-decoration:none"
title="Web design and Search Engine marketing services">World Website Service (WWS)</a>

Technorati Tags: , , , , , , , , , , ,

Search Engine Optimization?

<a href="http://www.topsecret-backlink-software.com/" target="_blank">Search Engine Optimization</a> The Most Powerful Search Engine Marketing Software On The Web! <<<=== has anyone ever used these programs?

Technorati Tags: , , , ,

XHTML experts: How do I insert reserved keywords in a XHTML file?

For example, if I have the sentence "Please type the <html> element below." inside the body of the HTML file. The browser will not show the reserved element <html>.

Technorati Tags: ,

Can Somone Please Fix This Code? Its a C++ Linear Search Program?

PLease tell me y this program will not compile. I tried it and the only thing that is causing trouble is the last line…… the cout line. the program compiles when i take out the << lsposition << part but the it dosen’t display the place the integer is in.
Please Help If You Can….

Here is the code… and don’t worry about iostream or namespace, thats not the problem…

//Exercise Five Linear Search
cout << "\n\n\n…..Linear Search…..\n\n";
//Program lists numbers and asks user to enter a number. Program searches for positions number
//sets base array
int lsarray[17] = {7,3,32,2,55,34,6,13,29,22,11,9,1,5,42,39,8};////// (X)
//lists nmbers in array
cout << "List: 7, 3, 32, 2, 55, 34, 6, 13, 29, 22, 11, 9, 1, 5, 42, 39, 8";
//sets value int
int lsvalue = 0;////////// (#)
//gets value ( number searching for )
cout << "\nEnter An Integer In The List To Search For: ";
cin >> lsvalue;////////// (#)
//sets position int in a for code
for (int lsposition = 0; lsposition <= lsvalue; lsposition++)///////(I)
{
if (lsarray[lsposition] == lsvalue)
break;
else
continue;
}
cout << "\nItem Found At Index [" << lsposition << "]";

please don’t write a new code and just use what i have.
Thanks in advance

Technorati Tags: , , , , , , , , , , ,

How do you put an above banner image on MySpace without overlapping the search bar?

I have been searching forever to find a proper code to put an image above the banner on MySpace. Luckily I found one that centers the image properly, but it overlaps the search bar! this is the code I used…

<div class="banner">
<img src="IMAGE URL HERE" border="0" /></div>
<style type="text/css">
.banner {width: px; height:px;position: absolute;margin-left: -405px;left: 50%;top: 0px;}
body {margin-top:328px;}
</style>

My original image size is WIDTH 1148px HEIGHT 1098px Why is it overlapping? how can I fix it? please help.
if I increase the top number it drops the image even further down the page.

Technorati Tags: , , , , , , , , , ,

Positioning my Java Script search box on my page in CSS?

I have a search box written in Java Script and I need to position this in CSS. The problem is I got it from a site and I need to position it. I tried putting it in a div <div id="JavaScript"> but it still put it in the middle of my page. I tried aligning it left but it wouldn’t link to the CSS. Script as follows below:

Java:

<P></P>
<P></P>
<P align=center><FONT color=#f20de9 size=3>Have a need to translate your pages to Spanish, French, Portuguese, German or Italian?</FONT></P>
<P align=center>  </P>
<P align=center> </P>
<P align=center>
<form name=goour action="http://translate.google.com/translate" target="_blank">
<input type="hidden" name="u" value="http://www.sweetysplace.com" target="_blank">
<select name=langpair>
<option value="en|es">to Spanish
<option value="en|fr">to French
<option value="en|de">to German
<option value="en|it">to Italian
<option value="en|pt">to Portuguese
</select>
<INPUT TYPE=hidden name=hl value=en>
<INPUT TYPE=hidden name=ie value=ISO-8859-1>
<INPUT TYPE=hidden name=oe value=ISO-8859-1>
<input type=hidden name=prev value="/language_tools">
<br>
<input type="submit" value="Translate Now">
</form></P>

HTML:

<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Guitar Central – a place for all guitar lovers</title>
<meta http-equiv="Content-Type"
content="text-html; charset=utf-8" />
<link href="guitarstyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="sitebranding">
<h1>Guitar Central</h1>
</body>
<div id="tagline">
<p>This site is devoted to all people who love, play, or just like guitars</p>
</div>
</div> <!– end of header div –>
<div id="navigation">
<ul>
<li><a href="guitarindex.html">Home</a></li>
<li><a href="guitarabout.html">About</a></li>
<li><a href="guitar gallery">Guitar Gallery</a></li>
<li><a href="Gibson">Gibson page</a></li>
<li><a href="Ibanez">Ibanez Page</a></li>
<li><a href="Song of the month</a></li>
<li><a href="Tab of the month</a></li>
</div>
Thank you for the answer, you read my like an open book, I did get this from the web lol. I won’t do that anymore. I don’t know much Javascript at all and the site told me it was java script so I assumed. http://www.javascriptfreecode.com/ That’s the site I went to. I was thinking of using float positioning in my Style sheet, but absolute sounds like a better idea. Sorry for being unclear, I know I have a long way to go. Thank you for taking the time to answer my question.

Technorati Tags: , , , , , , , , , , , , , , , , , , ,