7,179 Topics

Member Avatar for
Member Avatar for Robert disuza

Hey friends i have one question that is revoloving in my mind from some time is that if i am working on site that have different keywords for different pages for home page it has different keywords and for inner pages it has different keywords then do we have work …

Member Avatar for lucyrai1
0
205
Member Avatar for emir_gradacac

Hi! I was wondering, is there any way to make a website perform a Google search for certain keywords? As in, the user types keywords and then the site returns, say, the 1st result that comes up on Google? Best Regards, Emir

Member Avatar for simrankim
0
200
Member Avatar for micheal.burns1

We generated approx 50-100 quick profile links. Our keywords were dominating google, yahoo and Bing. But now all of sudden there is lot of fluctuation in ranking. I dont know why this is happening to our site? People say it is natural way of getting the links. Lets assume our …

Member Avatar for getmused
0
144
Member Avatar for Ramkarthick123

Kindly see the link: clickthrough-marketing.com/google-releases-new-disavow-links-tool-800611092/ Google has Released the disavow links tool

Member Avatar for getmused
0
138
Member Avatar for priyagupta

Hi, After getting good response in Linkedin. This is Priya Gupta offering dedicated Web Promotion services to your businesses. My SEM/SEO Team has expertise in Google Optimization; I have been in this industry (SEM/SEO) since 2 Years and optimized more then 100 Websites and managed more then 20 Adwords campaigns). …

Member Avatar for dwivid
0
266
Member Avatar for kenomote

Hey guys i need some help on how to create a connection of a relationship between two forms...for example I have a DataGridView on another form....with a search button.. if i click the search button another window will pop out with a text box lable "Look For:" and a combobox …

Member Avatar for kenomote
0
340
Member Avatar for kansak

If we post blog content Eg:blog.mysample.com) to (www.thesample.com), will this be a duplicate content or is it count against us?

Member Avatar for canadafred
0
57
Member Avatar for mnemtsas

Forum signatures have long been believed to have some value with regard to SEO and targetted anchor text. There's a great thread on search engine watch [url]http://forums.searchenginewatch.com/showthread.php?t=2922&page=1&pp=20[/url] that goes into a lot of detail. Personally I don't think they have much value (I believe that 100 links from a site …

Member Avatar for smithsinha
0
555
Member Avatar for Squidge

Evening All, I am looking to start a class that dynamically creates a sitemap.xml on command and if possible auto uploads to google. The only thing is all the scripts i have come across by searching google tend to be using static pages. My links are dynamic and are also …

Member Avatar for Squidge
0
590
Member Avatar for //Gonz

Good morning I have an event called "OptionChanged" that is triggered when one of many CheckBox's is changed. string cb = ((CheckBox)sender).Name.Remove(((CheckBox)sender).Name.Count() - 1); gets the name of the changed CheckBox, removes the last letter then copies it to a string. Now, i need to find the relevant bool (named …

Member Avatar for //Gonz
0
247
Member Avatar for dstoltz

If my site is http://www.mysite.com and I have a wordpress blog mapped as http://blog.mysite.com is that good or bad for SEO? Or doesn't it matter....? I would imagine it's better than http://mysite.wordpress.com - correct? Any thoughts? Thanks!

Member Avatar for dstoltz
0
727
Member Avatar for MWEB

Hallo! I would like to create a script to search a MySQL table (data). The table has two columns (ID & PRICE). Search must be done by ID and Price has to be displayed in the page, any ideas? Thanks in advance! PS: I've tried to modify [this script](http://www.phpjabbers.com/index.php?controller=FrontFrees&action=details&seo_url=mysql-table-search&page=4) but …

Member Avatar for MWEB
0
217
Member Avatar for MarPlo

Hi, I found that Google introduced a new tool for Webmasters, "Disavow Links", that enables you to disavow links to your site. If you've been notified of a manual spam action based on "unnatural links" pointing to your site, this tool can help you address the issue. If you haven't …

Member Avatar for leighlove
1
118
Member Avatar for lse123

I developed an Android FlagGuessEnRu game, but I want upon success flag guess go to Google Maps(browser or MapView) for that flag/country, with appropriate scaling of the Map per country, well i get countries from wikipedia, what url to use for google map for a particular country, how from country …

Member Avatar for peter_budo
0
145
Member Avatar for eburlea

Hi. In March current year I started learning html, css, php, mysql, and a month ago started with Javascript. I have a webpage that I am working on to have practical tasks for finding solutions to them. I have created a Javascript code that colores the rows of a table …

Member Avatar for eburlea
0
249
Member Avatar for sukritinfotech
Member Avatar for getmused
0
71
Member Avatar for nah094020

Ok so this is my task: Description: Create a generic class called GenBinTree. GenBinTree will use nodes that store a value of the generic type to store its contents. This tree will not be a search tree (no ordering of nodes by value). What ges me its the the part …

Member Avatar for Taywin
0
650
Member Avatar for kasnake

What are the best web tools where i can find answers for questions like : SEO / SERP Spider/Crawler/ Backlink / Anchor Text / LSIink wheel etc..

Member Avatar for Ramkarthick123
0
222
Member Avatar for Shodow

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/a1039476/public_html/getdetails.php on line 69 help <form action="getdetails.php" method="post"> Search Within: <select name="searchtype"> <option value="CustomerID">Customer ID</option> <option value="CustomerName">Customer Name</option> </select> Search Record: <input name="searchterm" type=”"text" size="20"/> <input type="submit" name="submit" value="Search"/> </form> <?PHP echo "<title> *********** </title>"; $searchtype=$_POST['searchtype']; $searchterm=trim($_POST['searchterm']); if …

Member Avatar for pritaeas
0
250
Member Avatar for Shodow

onload mysql 'query' will be executed then if the visitor will hit search the mysql 'querysearch' will be executed how to do that? <form action="default.php" method="post"> Search Within: <select name="searchtype"> <option value="CustomerID">Customer ID</option> <option value="CustomerName">Customer Name</option> </select> Search Record: <input name="searchterm" type=”"text" size="20"/> <input type="submit" name="submit" value="Search"/> </form> $searchtype=$_POST['searchtype']; $searchterm=trim($_POST['searchterm']); …

Member Avatar for LastMitch
0
214
Member Avatar for DrChocolate

Dear Everyone, I have a functional instant search (in draft at [Click Here](http://www.woofwoofwoof.org/is08/search.htm)). I want the search to function very similarly to Google. This will help sighted people figure it out, and bring me much more in compliance with accessibility standards. Unfortunately, I'm missing two "Google-oid" features: . 1) **How …

Member Avatar for Airshow
0
346
Member Avatar for dinhunzvi

i have two tables with the following columns: departments: departmentID tinyint not null department varchar( 30 ) not null employees: employeeID SMALLINT(5) not null departmentID tinyint not null firstName varchar(30) not null lastName varchar(30) not null how do i create the two tables using SQL with a foreign key linking …

Member Avatar for ChrisHunter
0
196
Member Avatar for mafuz62
Member Avatar for vekatesh25

Do-follow blogs on the other hand do not use the “no-follow” attribute in their links. This allows search engines to index the links in comments and pass page rank accordingly. As a result, commenting on these blogs offers improved SEO benefits.

Member Avatar for roversin
0
196
Member Avatar for micheal.burns1

For a particular keyword, we have 2 listing on Google.com site. Unfortunately, the page which is at 30 rank lacks onpage factor's and relevancy for that particular keyword and the page which we have optimized ranks at 51 position. we need to get ranking in 1 or may be 1 …

Member Avatar for micheal.burns1
0
149
Member Avatar for Eridanus

Hello, I need a little help with the correct implementantion of the bisection search algorithm in the following exercise: - with 2 given variables, balance and annual interest rate, calculate the smallest monthly payment so that we can pay off the balance within a year test case: balance = 320000 …

Member Avatar for amRx1
0
1K
Member Avatar for somjit{}

**the code works perfectly, just i got something i dont understand...** i'v been trying to get a hold of recursion and sorting for about 3-4 days now, im getting some of it, but still not happy enough.. i searched for some good code for binary search and merge sort on …

Member Avatar for somjit{}
0
436
Member Avatar for shlokka

hi guys, i have a rege code that looks to see if a block of text has a link. i have modded it to show the link as an image if it exists (badly i know this method isnt very good) what i need to do is check if the …

Member Avatar for diafol
0
204
Member Avatar for mayank.15

Hey Everyone! I am a newcomer to Lucene and Nutch usage. I crawled a few webpages to create an Index using Nutch. Now instead of using Tomcat to search through this created index, I wanted to search through this index using a typical search in Lucene. Now, I realized that …

Member Avatar for b.s.herbert
1
93
Member Avatar for superchica08

Combining queue and stack link list? hello so here is my question i ave to connect a link lists together, one who behaves like a stack the other like a queue.the numbers used are 11 22 44 77 33 99 66. so the stack link list looks like this 66 …

Member Avatar for Lerner
0
1K

The End.