7,193 Topics

Member Avatar for
Member Avatar for hitro456

Hi All, I have a binary search tree (consider following structure). struct bst { void *value; struct bst *left, *right; }; I want to save this unbalanced binary search tree in a file. And when I read this file, I don't want to recreate the tree from these nodes. So …

Member Avatar for rubberman
0
612
Member Avatar for pssingh1001

Hi All!. I have a project. I would like to know how much directories,social bookmarking entries are required/necessary for it. I just want to know , Is there any limit for directory submission? I just want to know , Is there any limit for social bookmarking ? Please suggest me...

Member Avatar for rsewak
0
120
Member Avatar for sajuseo

My webmastertools showing *repeated domain url* (**www.example.com/www.example.com**) in the crawl error list. It is a 404 and I checked where it is **linked from** in WT. There were 5-6 urls in the list and checked all the internal links in each page, but no 404 error urls (*repeated domain url*) …

Member Avatar for LastMitch
0
145
Member Avatar for Acelabs

Hi buddys, There are many social bookmarking sites we can search in google. One of the best and high page rank site is http://www.sparkinfosys.com/free-article-list.html jus view this site u can post many useful off-page backlinks and in social bookmarking,directory submission if we post high page rank i.e more than 4 …

Member Avatar for LastMitch
-1
199
Member Avatar for irfan.nezami

Analyze the current Search Engine Results Pages (SERPs) for your keywords -who is ranking and what they are doing effectively? investigate and get to know your competition.

Member Avatar for LastMitch
0
74
Member Avatar for irfan.nezami
Member Avatar for LastMitch
0
33
Member Avatar for dksinghcomnez
Member Avatar for Acelabs

Hi Guys, Can any one tell me best and high Article Posting sites http://www.affiliateseeking.com/forums/search-engines-and-seo/20573-dofollow-high-pr-article-submission-sites-for-2013-a.html better than this site!!

Member Avatar for Kenank1
0
69
Member Avatar for Harry142
Member Avatar for Ramkarthick123
Member Avatar for shashank111
Member Avatar for tarwara

Hi, I am going to submit a new website in Google (deveoped in PHP) today. I have 'include' folder which has header.php, footer.php and navigation.php files. I have included them in each web page of my site using <?php include ('./includes/header.php'); ?>. I do not want these php files to …

Member Avatar for tarwara
0
724
Member Avatar for garymoore321

Hi..Members I want most popular video sharing sites in the world. I know only youtube.

Member Avatar for samuelmax
0
91
Member Avatar for Acelabs
Member Avatar for Ramkarthick123
0
160
Member Avatar for mel01

Having a problem with how Google Chrome is displaying a simple table. All other borwsers look fine. Chrome has inconsistent heights between table td cells. See here: http://www.careerlinkbc.com/newsite/webtest/index.php and look at the workshop calendar Thanks in advance!

Member Avatar for JorgeM
0
2K
Member Avatar for dennyleon

Do you guyz using Senuke for ranking? If yes, then please help me out, how i use this tool. I buy a SenukeX and just want to know how to use it properly because i dont want to look spam. Anyone have any idea about Senukex?? Please share your experience, …

Member Avatar for dennyleon
0
63
Member Avatar for albiestorm

By following the best Off-page techniques..You can increase your website traffic along with quality & standard backlinks to website... * High PR Directory Submissions * Social Bookmarking Sites * Article Marketing * Video Marketing * Local Business Listing * Local Search Engines Submissions * Ads Posting through Classifieds * Link …

Member Avatar for johnbob383
0
236
Member Avatar for The Reverend

I was wondering what your experiences of SEOClerks.com have been like, have you made a lot of money with them? I would like to start selling my services there but I'm not sure If I should, so I'd like to get your guy's advice first :P

Member Avatar for AdamJack
0
70
Member Avatar for sonudelhi
Member Avatar for Ryujin

We list our daily opening/closing hours on a Google Calendar as Events. After some struggles with the Javascript API, we are *almost* able to extract the hours (events) for today and for tomorrow to embed elsewhere on the site -- but at 7pm local time (EST in the US) it …

Member Avatar for LastMitch
0
250
Member Avatar for Smeagel13

So much of SEO advice around the internet, well what I've found anyway, is based on bloggers or people with content heavy sites. This is making it a little hard to find what I'm after. I can't see websites like Amazon, eBay, DaniWeb even, following this kind of SEO. So …

Member Avatar for seo2india
1
232
Member Avatar for Dani

A question came up yesterday in the office as to whether Facebook feeds were indexed by Google? Moreover, if content is published to a Facebook fan page and subsequently posted somewhere elseweb, is it possible for the elseweb site to get the credit (and not have a duplicate content penalty), …

Member Avatar for Dani
0
201
Member Avatar for Aadhya169
Member Avatar for staffmbm

I'm getting stuck with this code. I'm not getting data in second page after form submit. <?php session_start(); $user = $_GET['Type']; include "mysqlConnect.php"; //check for a page number. If not, set it to page 1 if (!(isset($_GET['pagenum']))){ $pagenum = 1; }else{ $pagenum = $_GET['pagenum']; } //query for record count to …

Member Avatar for LastMitch
0
385
Member Avatar for mhanry

Hi, I have posted a blog on squidoo for a long time , i am still waiting a banklink from squidoo to my website but i got nothing yet. I have checked the link in the post all is good but i dont know how to get back link from …

Member Avatar for Kenank1
0
358
Member Avatar for Ramkarthick123

In my view that Keyword variations menas that when you add proper keyword to your site or relevant content. I am expecting you all to share

Member Avatar for Kenank1
0
160
Member Avatar for cloudbook03

HI friends i m working from last one year in seo can any one give good suggestion about how to become SEO expert ?

Member Avatar for dreamcyberdci
2
234
Member Avatar for GordonUK

Hi everyone, I have a problem with a lot of my keywords which were previously on pages 1-3 on Google but then just disappeared from Google completely a few months ago. After doing some research myself I discovered that we had duplicate pages relating to each keyword which had disappeared …

Member Avatar for GordonUK
0
151
Member Avatar for thiru.b

Hi everyone, How to increase back links in yahoo and bing, It has any separate methods..

Member Avatar for dolfinchris
-1
598
Member Avatar for dwivid

Hello everyone... I like to share something about On-page seo that how much it helps you to improve your ranking. In On-Page seo first you have to take care about proper title of your page that your page title should relevent to your site services. Proper meta-description and meta-keywords both …

Member Avatar for dellcon
0
302
Member Avatar for fyra

Hi people. I have a remove function that should set a hide member of a node to 1 instead of actually remove the node. The function works well when I insert and remove top and tap respectively (both nodes have their hide member set to 1) but when I insert …

0
163
Member Avatar for fyra

Hi everyone. I'm tying to understand the instruction below. I wish someone could explain me what it means: tree->destroy(((AvlNode*)(*position)->data)->data); // destroy the left branch of the binary search tree starting from the specified node static void destroy_left(BisTree* tree, BiTreeNode* node) { BiTreeNode **position; // can't remove from an empty tree …

Member Avatar for Nutster
0
376
Member Avatar for tadisaus2

Hello, Two years ago, my dating sites got indexed and traffic more on Google. However, my dating websites got more indexed on Yahoo, but not on Google. I learned from this forum about this method. I have been using the same strategy by adding new articles to my sites and …

Member Avatar for stuattpoul
0
187
Member Avatar for chicnow
Member Avatar for siyajoshi
Member Avatar for carolm456
0
282
Member Avatar for Living-seo-life

Good Day mates Can someone tell me what are the benefits to have a old Domain name for SEO? Regards

Member Avatar for dorismain290
0
168
Member Avatar for shasha7
Member Avatar for didzmad

Hello php community, Could you help me in my research? I just cannot find what I am looking for. I am working on a website with PHP and MySQL. I am trying to get a filter option on my website to fetch the information from database. Here are the filter …

Member Avatar for diafol
0
6K
Member Avatar for Geek-harjeet

I am working on a website and that site is dancing on the Google pages for last 2 months. I have targeted 8 keywords for that site. 3 on page two, 3 on 4th page and 2 are on page 18th. All the keywords have a local suffix (It is …

Member Avatar for Jamivsocio
0
268
Member Avatar for jasonmark238

Hi friends. How to find and remove the links that are having low PR. Please give me the tools if available. Thanks & Regards Jasonmark

Member Avatar for Jamivsocio
-1
163
Member Avatar for hairextension

helo friends i have a new site i wana to set their ONPAGE for SEO working can u help me which are changes i have to do in for make SEO friendly site and how?

Member Avatar for cloudbook03
4
250
Member Avatar for ranarockzz

Hello Friend, Can anybody help me about SEO? Tell me any software. please tell me my mistakes and how can i correct them. Thanks

Member Avatar for Jobsikd
0
398
Member Avatar for Ramkarthick123
Member Avatar for Jobsikd
0
294
Member Avatar for aaliyahgorge

Hi everyone i am doing article for my website and i am submitting them on numbers of site so is it good for me. I don't know that what is actual article posting strategy . please help me....

Member Avatar for rehan000
0
308
Member Avatar for Addison Morray

Hello Everybody, Please chack my sites and tell me what is the problem in this on page.this site is not get top ranking.So Please chack this and give me suggestion.

Member Avatar for wepoastdaily03
0
112
Member Avatar for Lanovus

Hello, I am trying to get people to find our website through Umbraco SEO. The SEO widget is being installed. What happens after that to connect the website's content to the SEO widget so people can search with key words we provide and Google can rank our page high in …

Member Avatar for getmused
0
57
Member Avatar for dennyleon
Member Avatar for Ramkarthick123
0
116
Member Avatar for vasuv

Hi, I would like to build a mobile appliations to find out the locations of the hospitals lists all over the state ( distrcit wise) in my mobile. Could you please suggest How can I develop mobile app for the above requirement. Thanks, Vas.

Member Avatar for vasuv
0
162
Member Avatar for moodylv

Right guys, I'm really new to this but I'm getting along ok, but I've hit a block. I need to be able to know how to search a text file in VB for a particular line and then display it. the files I'm trying to use are set up as: …

Member Avatar for TnTinMN
0
347
Member Avatar for globeseal

It has long been known that Yahoo doesn’t discount nofollow links completely. It also seems that Google makes exceptions as well.

Member Avatar for tarwara
0
117

The End.