7,179 Topics
![]() | |
I'm not very savvy when it comes to social networking or SEO. We operate a 501c3 Nonprofit referral website to help small businesses. Our service is important to business owners and we're good at what we do, but we lack knowledge in Internet Marketing etc. What I hope to do … | |
Hai friends, I am a web developer and this is my first foot step to SEO and Im very new to it. I wanna optimize one of my own web site. I had a small idea about SEO. My doubt is 1. How to increase visitor count in my web … | |
Hi...everyone who knows how to increase Website PR in a short time, like 2-3 month...:) By the way, is it my website good for SEO? My website: [URL="http://www.frgems.com"]www.frgems.com [/URL] | |
Hi! I need some help please! I have to create a DB that has to be normalized to 3NF. I have a table 'Products' that contains info about all the products - product_ID, product_name, quanitity (left in warehouse), procurement_price, sales_price. And I have [B]TWO[/B] more tables that contain info about … | |
I am little confused here.Google says it does not pass any value to no follow links but I have too many no follow links and my website still getting good rank.So what is truth..? | |
now its possible to integrate our latest post to index page of our site. seochat.com/c/a/Search-Engine-Optimization-Help/Display-Recent-Posts-Outside-Your-Wordpress-Blog-Installation/ It will help to understand the integration methods. | |
Hi, I've good experience in optimising static pages but now i'm going to optimise dynamic pages ie)database driven websites. what are the steps we need to do? Thanks in advance | |
I think this is an easy question but I don't know the answer to it. How does one link the value of an argument to a function and the functions parameters? For instance: [CODE]int a; int b; void fn(int &c, int &d) { c++; d++; } int main() { fn(a,b); … | |
Hello, When I create a new article and post it in my blog, then I submit it to social bookmarking sites. I usually submit about 40 social bookmarking sites. My question is, how often do I submit to these social bookmarking sites? should I break them to submit 10 social … | |
I am getting a weird error in Google Webmaster Tools when my site is accessed as [url]http://www.myurl.com/[/url] it shows duplicate meta tags for a [url]http://www.myurl.com/?ref=wierdurl.com[/url] I have no relation to this weird url, but obviously it is linked to my site this way and Google sees it as a separate … | |
I am currently trying to make an html link that will add elements (specifically, drop down menus) to the current page when you click it. Since I am adding all the elements to the page using JavaScript, I'm not sure how to set up the link to call a function … | |
Politics makes strange bedfellows, and so does business apparently. In the wake of Google's frontal attack on Apple at I/O recently, and this week's reports that [URL="http://gizmodo.com/5552152/google-hq-throwing-out-windows-in-favor-of-os-x-or-linux"]Google was dropping Windows as an OS [/URL]choice throughout its company, it seems that Apple could be running into the arms of Microsoft for … | |
I have a blog with very good keywords,but they are not paperclick. how can I optimize seo quickly? there has to be something out there.does any know how about robots and spiders? how quickly can they produce traffic? | |
Ok so I have a problem that has been infuriating me for some time now and I really need to get it fixed. Basically I have a menu system, with three 'levels' each of which is a separate list that is styled slightly differently; my HTML code is this: [CODE] … | |
We have a three year old website with a home page rank of 4. The site has over 4,000 pages, out of which only 1800 are now shown as indexed by Google.We tried to find out the reasons and after a lot of brainstorming we came up with some possibilities … | |
At the end of May, [URL="http://www.computerworld.com.au/article/304693/has_asus_all_given_up_linux?rid=-219"]Computerworld reported[/URL] that [URL="http://usa.asus.com/"]Asus[/URL], one of the early Netbook success stories had all but given up on Linux Netbooks. This was telling because the [URL="http://usa.asus.com/products.aspx?l1=24&l2=164"]Asus Eee[/URL] (of which I own one) has a very nice, simple-to-navigate interface. It starts up fairly quickly and has long … | |
Okay, ive just set up a new blog SNIP Get it? Its my name! lol. Anyway, I just wantedto know something? How do i get more traffic! Ive got google webmaster setup, generated sitemaps, got analytics etc... I am getting traffic, just not much. Oddly, 67-71% of my traffic is … | |
I have to make a folder listing, which I've created:[code=php]$dirPath = '.'; if ($handle = opendir($dirPath)) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { if (is_dir("$dirPath/$file")) { echo "<div style='background-color:#0ccccc;'><a href='$file'>$file(directory)</a></div>"; } else { echo "<div style='background-color:#0ccccc;'><a href='$file'>$file</a></div>" . filesize($file); echo … ![]() | |
Hi everyone This is my first thread so bear with me. I have recently launched a new website and would like some tips on how to get it well ranked with search engines. It is a life insurance site and I have already been busy exchanging links with many different … | |
Hi I've set up a website which gathers results from a mysql database which allows the user to sort the results according to some preferences in 2 separate select lists. It works as long as you make a selection from both boxes before submitting. I would like for results to … | |
Hi all - I have a website which i have been trying to rank - I have built many backlinks but can not rank for my keywords. I do rank for other words and am certainly indexed by google but for some reason i am no where to be seen … | |
Hi My self Giovanni from USA, I am working as manger of NewAge SMB, is a New Jersey based team of SEO / Internet marketing company , having professionals over 7 years of experience. We have been assisting our clients by promoting their business & services, using our advanced SEO … | |
Hello everyone, Can anybody tell me how to remain secure during link building .What the ratio of inbound and outbound link must be preferred for a new web site .What type of link must be included for getting the high page rank without using the spamming and black hat technique. … | |
I am currently trying to create a live search box that as I type it will start displaying results that match. Here is an example [URL="http://www.w3schools.com/php/php_ajax_livesearch.asp?output=print"]http://www.w3schools.com/php/php_ajax_livesearch.asp?output=print[/URL] but it retrieves its data from an XML file, I need mine to retrieve from a column called FirstName within a table of an … | |
OK, you two, stop fighting. These little spats of yours are getting old. A [URL="http://news.yahoo.com/s/nf/20100602/tc_nf/73685"]rumor[/URL], heard yesterday, that [URL="http://www.google.com"]Google[/URL] is not going to use [URL="http://www.microsoft.com"]Windows[/URL] internally in their company might be just that: rumor. And, a bad one at that. It's interesting to note that, while such a rumor stirs … | |
Hello this is my first post here, i made this search function and i would like some feedback and or tips. (: [CODE] // Implement your own [search]strstr[/search] function. (Intermediate) #include "stdafx.h" #include <iostream> #include <string> using namespace std; class Search { private: int m_nTextL; int m_nSearchL; int m_nResult; bool … | |
It's a cell phone for crying out loud. Do you get it? A cell phone. You know, you make and receive phone calls on it. It's a telephone that you carry around in your pocket. Who gives a rip whether it's equipped with a web browser, a file editor or … | |
Hi all, I am a php rookie. I like to get a PHP function returning an array which gets a string(search query) and db results(an array) as arguments. This array should be sorted in ascending (alphabetical) order with search query positions. I tried of querying the results but i struck … | |
Hello everyone, Can anyone tell me about the use of reciprocal link for the new web site? For the link exchanging page rank of the other site should be consider or not. If page rank should be considered then up to which level page rank must be considered. <snip> | |
Go Google the term "oil spill." I'll wait. First item? "BP [url]www.BP.com/OilSpillNews[/url] Info about the Gulf of Mexico Spill Learn More about How BP is Helping." It's a "sponsored link," meaning that BP paid for it to be there and to come up as the first item when someone searched … |
The End.