7,186 Topics

Member Avatar for
Member Avatar for Clanstrom

I just bought a domain starting with an uppercase letter and inside my domain registrar control panel, it shows the same way as it it registered( first letter uppercase. ) anyway, contrary to what many people said i read in here SNIP that registering a domain with mixing upper/lower case …

Member Avatar for almostbob
0
139
Member Avatar for Rian19

Hi I'm just starting with php programming and need some help. This is just a test script I'm writing to see how it works. I'm trying to search for phone of a certain make and price using a different search box for Make and price. I want the results to …

Member Avatar for cwarn23
0
238
Member Avatar for AndyPants

Hello, i was wondering how would i make a search kind of thing, for example if string1 contains all the words in string2 words. like a search(not just if string1 contains string 2). it should work something like this: If string1 is "an apple" and if string2 is "djsjfsfg apple …

Member Avatar for AndyPants
0
475
Member Avatar for eoop.org

Hello, I'm doing a small project that aims to develop a search engine. What I need is a web crawler that can scrape backlinks for a website. I need to scratch: Title, PageText, Page Size, Back Links Does anyone know of a good web crawler that can give me that? …

0
136
Member Avatar for phfilly

Hi! I would just like to know if its possible to give an linked image the ability to send the form instead of a submit button? Like in the example below: [CODE] <form method="post" action="Search.php"> <table id="search"> <tr> <td> Search: <input type="text" name="search" id="search" placeholder="Search for friends"/><td><a href="Search.php" action="Search.php"><img src="graphics/search.png" …

Member Avatar for phfilly
0
132
Member Avatar for us0343

what is the best way for bringing a website on the first page of Google ? is it link building ? if the page rank increases website can become on the first page of Google search engine ? what is the best way ? Regards usman

Member Avatar for Seobytes
0
297
Member Avatar for Sabryan

Some SEO specialists become more successful than others. It may depend on several things, the company they work for, the way they work and why not think that they are somehow lucky And to understand the reason I want to know the strategy of the best professionals.

Member Avatar for mattwls
0
198
Member Avatar for roydimeo

Hi Everyone I am new to search engine optimization and I have a few questions on keywords. I am told that I need to include my key words at the top and bottom of my pages. I have about 10 keywords in total that I want to use through out …

Member Avatar for russellwallace
0
305
Member Avatar for Donieob

I have a JTextArea in a JScrollPane with hundreds of lines of text in it. I would like to add a JComboBox with some key words in it and when the user selects one of the key words the scroll pane moves to the first appearance of this word in …

Member Avatar for peter_budo
0
173
Member Avatar for abhi10kumar

I want create a Link same like Wall with Different name and Diffrent icon. See in the attachment image.

Member Avatar for joshtimber
0
68
Member Avatar for adityaa
Member Avatar for trinsleynewton

Google News, which has long relied on automation to deliver news content from countless providers, has announced a twist in its algorithm: It will now recognize "featured" content among the tens of thousands of stories it delivers every day. [url]http://www.huffingtonpost.com/2011/09/25/google-news-algorithm_n_980064.html[/url]

Member Avatar for joshtimber
0
124
Member Avatar for swissknife007

[CODE] #include<stdio.h> #include<conio.h> #include<stdlib.h> struct node {struct node * left; struct node * right; int info; }; typedef struct node node; node * root=NULL,*loc,*par,*save,*child; int item; void pre(node *); void in(node *); void post(node *); void find() { node * ptr; loc=root; par=NULL; if(root==NULL) { loc=NULL; par=NULL; return; } if(root->info==item) …

Member Avatar for swissknife007
0
253
Member Avatar for Angel69
Member Avatar for Dani

As many of you may be aware, DaniWeb was originally hit by the Google Panda algorithm back in February. We finally made a full recovery (and then some!) during the Panda update at the end of July. We were just hit by Panda yet again this past week, which was …

Member Avatar for claydcousta
0
307
Member Avatar for adityaa
Member Avatar for wimmer

I am a newbie with php and was hoping someone can help me out. I am creating my first dynamic site in php and have gotten stuck. I have one page with 100's of links. I need all these links to load the same page but I need the server …

Member Avatar for wimmer
0
323
Member Avatar for Khodz

Hello All I'm not quite sure you can do this but it seems to me like something python is probably able to do. Basically, I need to assert that somewhere in my list of lists i have a '2', and a '1'. Now my lists in the biglist are all …

Member Avatar for Khodz
0
3K
Member Avatar for AWorkTool

I am building a tool for my team at work to search a XML file for a particular item and return back the nodes associated with it. I have searched the web to no abounds and was wondering if someone would mind letting me know what I am missing. Here …

0
108
Member Avatar for mosesaaron

I saw many times that Google indexed my some pages not all pages. How can i get my all pages index from Google? Please suggest your point of view.

Member Avatar for Dani
0
163
Member Avatar for tadisaus2

Hello, My website does not index some keywords it used to index. I really don't understand why? It used to index 2 keywords on the first page on Google, now it didn't index them anymore. What should I do to get these 2 keywords indexed again? Thanks.

Member Avatar for shareclock
0
132
Member Avatar for mhanry

Hi, As being new to the forum website ..... i don't have much ex poser in the forum ..i have a doubt regarding the limit of per day post submission. Can anybody please let me know that how many post i can submit everyday here ?

Member Avatar for shareclock
0
243
Member Avatar for sat21091

hello friends i need your help how we can make google adsense account for youtube channel so that we can earn money with our videos its urgent please help as fast as you can

Member Avatar for sat21091
0
74
Member Avatar for DualEagleMktg

Will using Google related products such as Google+ with your site actually benefit your search rankings on Google more? Does that even matter?

Member Avatar for devisrimari1
0
44
Member Avatar for mosesaaron

I heard about Google dance many times. But i don't know how Google dance work and what is the process of it and how many benefits we will get?

Member Avatar for Kekke
0
121
Member Avatar for DmytriE

Good morning, Firstly, let me say that I have zero experience with database, servers, etc. Now that I have prefaced this long question with that tidbit let me ask the most basic questions. What is the difference between MySQL and MS SQL? I think they do the same thing but …

Member Avatar for Netcode
0
184
Member Avatar for lapunluyang

How do you measure keyword density on your pages? Personally, I just count the number of times my keyword shows up. My count is done while viewing the code, so I can see inside meta tags etc. Is there a better way?

Member Avatar for trinsleynewton
0
191
Member Avatar for solomon_13000

The err variable contains a message. The format will be the same but the value -1 will change accordingly. [CODE]String err = "Result:-1|Error|sSide: Value Must Be Either b|s."[/CODE] Therefore I attempted to retrieve -1 value from err variable using the code below: [CODE]String[] temp2 = err.trim().split(":"); StringTokenizer st = new …

Member Avatar for JamesCherrill
0
93
Member Avatar for mosesaaron

Once time i was reading SEO news and that time i heard about Cybersquatting but i didn't get much information. So please if anybody knows about cybersquatting then let me know about everything. How to works in SEO, benefits, etc.

Member Avatar for tech.biztech
0
123
Member Avatar for priyakaushik

Hi all, What is Click Bank and what is the use of this?Please give information about this. thanks

Member Avatar for secasitoy
0
95

The End.