7,162 Topics

Member Avatar for
Member Avatar for jiten702

Hi all... Bounce rate of the site often causes visitors to leave the site soon.....how to decrease the bounce rate of a site?

Member Avatar for biztrendz
0
179
Member Avatar for lapunluyang
Member Avatar for i2icharcl

Hello everyone, I'm currently working on a java GUI that enables a user to search words from a file. It also needs to use two binary searches. Kind of like how Google and Facebook has their searches displaying recommendations after every prefix is typed. I need help on how to …

0
165
Member Avatar for lapunluyang

What is the criteria of google to increase and decrease page rank of websites? Is this lot of traffic or back links or any other?

Member Avatar for Dani
0
66
Member Avatar for jacks smith

Hello Friends, What is Canonical Link, what is the uses of it and how it useful in seo ? Thanks

Member Avatar for Dani
0
113
Member Avatar for codebreaker8086

hey, I have two pages index1.html and index2.html. In index1.html i have 54 links and in index2.html i have a iframe. "When i click on a link on index1.html ........... i want index2.html to load.... and the iframe in index2.html to have The link I clicked"

0
98
Member Avatar for nik3kin

Hi, for some reason when ever I go onto google, yahoo or any search engine, the only results I get are that of phishing and scam sites. This started happening just after I had removed three virus' (one of those scan ware things that pretend to be anti-virus') that had …

Member Avatar for nik3kin
0
235
Member Avatar for tadisaus2

Hello, After reading many posts from this forum about submitting to social bookmarking sites. I got some knowledge about whether to submit to any specific social bookmarking site or not. My concept may be wrong so I do need your advice on this. For example: 1. mixx.com/ 2. digg.com/ They …

Member Avatar for tong123
0
454
Member Avatar for cornholebagtoss

Hi, I just finished creating a website a month ago and now have started focusing on backlinking. Does anybody have some good ideas on obtaining the best backlinks. I've read it's good to get into directories, forums, blogs, article sites, and social bookmarks, but is there any that search engines …

Member Avatar for aymindi
0
248
Member Avatar for adventeffect10
Member Avatar for sphynx_25

Hey everyone, (Hopefully) a rather quick question. I'm currently trying to use regex to search a string for the location of the longest continuous match in a string where the *same* character keeps repeating. It doesn't matter which character it is, as long it is the highest number of consecutive …

Member Avatar for sphynx_25
0
2K
Member Avatar for titan_31

I wrote this simple program in C to generate binary search tree, but i am unable to go beyond level 0. Note that I have not incorporated the printing part. [code] #include<stdio.h> #include<malloc.h> struct node { int data; struct node *lc; struct node *rc; }*start,*link,*tmp; int a[100]; int main() { …

Member Avatar for Narue
0
173
Member Avatar for ms_farenheit1

I am working on an application and would like to be able to calculate the efficiency of various algorithms and choose the best one. The application operates on a list of records that are stored in a file. Operations include adding records, deleting records, and searching for records based on …

Member Avatar for Ancient Dragon
0
145
Member Avatar for JeffDale

Hey all, 1st time poster, wanted to share this. It's a Wordpress plugin for auto-blogging that takes Yahoo Answers pages and posts questions as posts and the YA answers as comments to that post. It's brand new plugin, just released and at least as good as any $100 plugin you …

0
42
Member Avatar for dynastyqueens

Hi, I have a new escort site, but most of the free listing directories won't accept my site... How could i market it best?? <snipped> What should i do to make it gain importance?? Thanks

Member Avatar for morkat
0
193
Member Avatar for Conquis7dor

I have a virus on my computer that when I search something on google and click on a search result, the link takes me to a random website and the computer is running a lot slower than usual. I have Ad-Aware, Malawarebytes Anti-Malaware, Sypot Search & Destroy, Hijack This, and …

Member Avatar for crunchie
0
470
Member Avatar for fumnimda

i am reading 'SEO made simple' book. there is a paragraph that i don't get its meaning. hope you help me. here it is: ' One thing to keep in mind is that you should vary your link text from time to time sp Google doesn't think you are up …

Member Avatar for affly101
0
101
Member Avatar for DavidB

I am quite irritated with Yahoo's new policy of requiring new users of their Delicious service to sign up with a Yahoo! ID. I do not want more email addresses to worry about, etc. I just want to bookmark. So now I am wondering, among all of Google's offerings, do …

Member Avatar for spamblocker
0
187
Member Avatar for teedoff

My questions pertain to CF templates and search engine rankings. I work for a small web based company with a static site that has been live for probably 4 or 5 years now. The owner coded all the pages alone, using somewhat outdated html standards as well as outdated SEO …

Member Avatar for teedoff
0
164
Member Avatar for patrioticcow

hello, i have something like this search:_______ search1:___________ submit btn how can i search for something from the same table in the database considering both search fields? I've tried this code nut it doesn't work. thanks [code=php] if($search == '') { $smarty->assign('Error','Please enter any string!'); $z=1; } elseif($type == 'like') …

Member Avatar for patrioticcow
0
732
Member Avatar for Dani

Unless you're awfully new here, you know that this site was recently moved from [url]www.techtalkforums.com[/url] over to [url]www.daniweb.com[/url] How can I get Google and the rest of the biggies to re-index daniweb.com with its new content, without spamming the hell outta the engines?

Member Avatar for teedoff
0
189
Member Avatar for naughtyangel
Member Avatar for Conceitodigital
0
110
Member Avatar for seoindia
Member Avatar for ursimrankhanna
0
112
Member Avatar for dreamzgaurav

Hi, We have Find free Semi Automatic Submission Tool. This free semi Automatic Submission Tool Useful for Generate more Back link. www submitterbot com I Hope This Tool Helpful For You All. <snip> Thanks & Regards.

Member Avatar for cricketproline
0
683
Member Avatar for lewis.112

Internet marketing experts always recommend article marketing and it is more powerful than email marketing or any form of Internet advertising. Article marketing is an excellent strategy for driving FREE traffic, particularly if you don’t want to advertise your product by pay-per click Search Marketing. A best practice in article …

Member Avatar for jannethayden
0
367
Member Avatar for lapunluyang
Member Avatar for ryanwilliams

I have 3 sites but traffic is not improve what can i do. Thanks [URL="http://www.platina.co.in"]Staffing Software India[/URL] [URL="http://pennystockalerts.com/penny-stock-chaser/"]Penny Stock Chaser[/URL]

Member Avatar for georgcarlin
0
232
Member Avatar for kswsk

I want to matching addresses, without necessarily displaying them on a map by using Google MAP. For example : [CODE]<input type="text" name="drop-off" id="drop" style="color:#666666"/>[/CODE] the customer will enter like this in the texe field : 10 Abbe......., then autmatically the address appear like this for example 10 abbey st and …

0
61
Member Avatar for gupneha

I have a project on sports Club Management. In that, I am providing add, delete, update and search facility. Add command is working simply by : `String qry="Insert into sport values('"+s1+"')"`; `smt.executeUpdate(qry);` This is just an example where I took only s1. But in delete, I wrote: String qry="Delete from …

Member Avatar for Dupron
0
193
Member Avatar for debbiec1

I have somehow corrupted the search facility, probably the most important page on my website and have absolutely no knowledge of php at all. I have gone through the code and read some forum advice in case it was something simple, but just cannot see what is wrong. I also …

Member Avatar for chrishea
0
110

The End.