7,191 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
180
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
67
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
115
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
100
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
246
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
455
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
250
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
177
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
149
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
43
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
194
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
475
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
102
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
194
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
166
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
735
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
191
Member Avatar for naughtyangel
Member Avatar for Conceitodigital
0
111
Member Avatar for seoindia
Member Avatar for ursimrankhanna
0
114
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
706
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
386
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
233
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
63
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
195
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
Member Avatar for lingoway
Member Avatar for fumnimda

what has happend to Yahoo! ??? i used linkdomain command on Yahoo! search to find all links to a domain. for example: linkdomain:daniweb.com . but it now return 0 . have they lost data??

Member Avatar for fumnimda
0
114
Member Avatar for MktgRob

I have been playing with SEO plug-ins for my Wordpress blogs but I am wondering if anyone has any experience with this and if they have an opinion of which is better, using the SEO plug-ins or do it by hand?

Member Avatar for morkat
0
229
Member Avatar for fumnimda

hi, i have a robots.txt file with this content: User-agent:* Allow: / Allow: /sitemap Disallow: /gerente is it written in right order?

Member Avatar for Dani
0
65
Member Avatar for happygeek

With the Android developer community buzzing about how easy it is to pirate apps, one outfit took it upon itself to try and track down the pirates. The results are truly shocking. [attach]16959[/attach]The provocatively named Android Police site last week claimed that [URL="http://www.itpro.co.uk/626374/android-app-flaw-allows-easy-piracy"]most Android apps can be simply patched and …

Member Avatar for dynamiclynk
1
355
Member Avatar for lapunluyang

Hi Everone, Following are some effective SEO tips which are suitable for newbies and these tips will help to improve website traffic in search engine : 1. Each web page should focus on a single keyword or keyword phrase. Your keywords should appear in title tag and content with bold …

Member Avatar for jhonybush
0
161
Member Avatar for tadisaus2

Hello friends: I have been using a lot of methods to advertise my sites including social bookmarking sites, web directory, article directory, etc. My websites are indexed good for some keywords for some days. But these keywords are not indexed at all for some days. I don't know what causes …

Member Avatar for DanLew
0
563
Member Avatar for jiten702

Hi all... We all know that nowadays having blogs has became the most integral part of online marketing......but how effective is creation of blog using blogger.com? Does it help in SEO and increasing website traffic?

Member Avatar for clark angus
0
158
Member Avatar for Sabryan

Many people use i-zines as a marketing or sales tool.What do you think about it? Is it really useful?

Member Avatar for clark angus
-1
177
Member Avatar for lapunluyang

Hi,friends! Here comes 300+Bookmarking Websites for you to submit your sites,which can help you to get more traffic easily! www learningkeyword com/Social_Bookmarking html

Member Avatar for clark angus
0
125
Member Avatar for Emily Banks

Sure, looking for news stories with a search engine can tell you about the past, but a new application might act more like a very comprehensive crystal ball. A search engine prototype created by Yahoo's Barcelona lab lets users look into the future -- sort of.[ATTACH]16945[/ATTACH]The [URL="http://fbmya01.barcelonamedia.org:8080/future/"]application[/URL] was revealed this …

Member Avatar for GoodLuckChuck
2
714
Member Avatar for lewis.112

Concentrate at maximum 2-3 keywords for a page. Based on ranking weight you need to follow the below process in order to get maximum SEO benefits. 1. Add your first keyword in beginning of your title tag and use the other keywords based on ranking weight of that keyword 2. …

Member Avatar for lingoway
0
76
Member Avatar for PhilEaton

Hey guys, I'm trying to mix php and it's not working. I made a form that takes user input and changes the website they input to it's IP address. Next I tried to put that IP as a variable $ip and tried to put that variable in a link(href="") and …

Member Avatar for FlashCreations
0
151
Member Avatar for adventeffect10

Hi, People I want to get updated in SEO and SMO , wants to know what is the latest technology going on can any1 tel me how to stay updated ???? Your replies are appreciatble...

Member Avatar for sachin170
0
161
Member Avatar for seven37us

Hi everyone - This is my first post, so please be gentle :) I am having a problem on a website I recently built in which the entire container is shifting just a few pixels to the right on some of the pages of the sites. Not all of the …

Member Avatar for george61
0
135
Member Avatar for quest4best69

[CODE] I want to add search functionality to a website. i want to use the following controls: TextBox Dropdownlist1 DropDownlist2 SearchButton (Title) (Book OR DVD) (Category/Genre) I want the items of DropDownList2 change when a specific item is selected in DropDownlist1, and based on that search results are displayed. And …

Member Avatar for plusplus
0
113
Member Avatar for backendcode

Hello friends, How you doing. I am Mohit from India. I m going to start Seo blog for free seo tutorials and every thing related to Online marketing. The reason behind to start a blog is I am seo from past 3 years and i don't have any identity on …

Member Avatar for backendcode
0
157
Member Avatar for kay_43

What about meta description of the site? Should that be the same for the whole site or should I have different ones for each page depending on what the page offers.

Member Avatar for jgand
0
147
Member Avatar for sandeepji1

what is article spinner and how can I use it. I have one already but it keeps creating really bad articles and article directories

Member Avatar for princehappy
0
125
Member Avatar for CMSHelper

Hi all, can any one tell me please how i can improve my seo services tell me some usefull things than x

Member Avatar for AirTechniques
0
86

The End.