7,182 Topics

Member Avatar for
Member Avatar for SnazzyBrain

Hi I am a senior computer science student who is about to graduate. However, I have not had that much of an experience working with IT stuff other than what I did in classes. I feel really lost now, and very scared leaving academics without getting my hands dirty in …

Member Avatar for jayansh
0
244
Member Avatar for webvisionz

Hi One of my website with the new url name was launched on 1st May' 2010, although the website is indexed on Google & Yahoo but not on MSN/Bing. I just wanna know how often MSN/Bing indexes the new websites. Also I have tried lots & lots of tools for …

Member Avatar for freddavis
0
181
Member Avatar for AaronLLF

I get an error in the Eclipse console when trying to run a first person camera using LWJGL & Java. "Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path" I did include the jar's for libraries and I did add the VM argument -Djava.library.path=C:\lwjgl-2.5\native\windows\ Please help.

Member Avatar for FallenPaladin
0
332
Member Avatar for tadisaus2

Hello, I believe that submitting articles to Ezine and other popular article directories is a good way to increase traffic. I like to know how often should I do that? 1. Once a week 2. Twice a week 3. 7 times a week Of course, I am talking about fresh …

Member Avatar for freddavis
0
190
Member Avatar for yehudaforum

Wondering if anyone else uses Droid Generator The software that lets you create android apps with a link to your blog/site... My question is, does anyone know how I can add a second link on the first page of my app? Right now the software lets you place one. I'm …

Member Avatar for freddavis
0
138
Member Avatar for coykiesaol

Thought i would share this with you guys [url]http://www.seomento.com[/url]

Member Avatar for freddavis
0
109
Member Avatar for Bruce_R

Folks, I am a beginner of SEO.Can any one tell me among the three tags i.e). title,description and keyword tags which one is the best to place my keywords. 2)I read from a blog that Google is giving zero weightage to keyword meta tag.Is it true? Please answer

Member Avatar for freddavis
0
154
Member Avatar for tadisaus2

Hello, I used to submit to about 150 social bookmarking sites because I think they are good in SEO (Search Engine Optimization) to index my new pages/blogs. Today, I only have about 40 social bookmarking sites left to submit my new pages and blog. They closed my account after a …

Member Avatar for freddavis
0
322
Member Avatar for seoindia
Member Avatar for coltonnel

Although web design and graphic design using two images, text and font to create a method of your choice to communicate ideas, design for web and print are two different practices. Graphic designers have been known since the print media has been created, while web design began when the Internet …

Member Avatar for freddavis
0
222
Member Avatar for lewis.112

The majority of the SEO task will be link building, which is the #1 ranking factor in getting to the top of Google. I am going explain the best sources to improve your link building. Source 1 - Article Submission Write an article that attract your target audiences. Note that …

Member Avatar for freddavis
1
515
Member Avatar for seodevid

hi can anybody plz tell me the information about on page and off page optimisation... I dont know the information for on page optimisation and how can i do on page optimisation for the site plz tell me methods or share ur ideas about on page optimisation plz tell me …

Member Avatar for freddavis
0
167
Member Avatar for eoinbronks

I need to know about quite a few things related to SEO. Does it offer organic or natural links to your site? I believe links are very important for a website. So how does SEO help in obtaining more links to a site? Also, how do you distinguish between onsite …

Member Avatar for levine
0
197
Member Avatar for lapunluyang

I think seomoz is the best company in entire world. It is the fast growing seo company in the world. What do you say?

Member Avatar for brown.daniel66
0
86
Member Avatar for JustFiona

Hi everyone! I'm not sure if this is the best forum to post this in because I'm asking for the opposite of SEO... My client's web site has about 100 pages. He is an agent who books condo/hotel reservations. He is permitted to have the hotel name (e.g. Joe's Hotel) …

Member Avatar for testing420
0
153
Member Avatar for igikloppers

I'm new to this, please have grace... So I understand changing the .htaccess file to let users type in a new link, and then it reference the old page as seen here: I want to access 127.0.0.1/site/result.php?par1=var1&par2=var2&par3=var3, by typing in 127.0.0.1/site/var1-var2-var3.html .htaccess file: Options +FollowSymLinks RewriteEngine On RewriteRule ^(.*)_(.*)_(.*)\.html$ result.php?var1=$1&var2=$2&var3=$3 …

Member Avatar for santclasi
0
111
Member Avatar for Smithy566

Hi all, to simplify my problem, I'll use a quick example. Imagine I have a class of 'Cat' which has accessors for things like 'name', 'colour' and 'height'. I then put these cats in a list [CODE]List<Cat^>^ catList;[/CODE] I want to be able to search this list based on the …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for singhnhce

HI ALL, [B] [1]My Application needs to send Mail [No need to receive mail], Is There any way to send mail using only POP3 Authentication [Not using SMTP Authentication][/B] [B][2]What is the difference between [I]POP3[/I] and POP [B]Before SMTP[/B][/B] I'm trying in 2003 Exchange Server, language VC++ or C Sharp …

Member Avatar for guyinpv
0
109
Member Avatar for Xufyan

From what I gather as a Java beginner, when accessing instance members, the "this" keyword may apparently be used. see this program, [CODE]class sphere{ static final double PI=3.142; static int count=0; double radius,xcentre,ycentre,zcentre; sphere(){ xcentre=0.0; ycentre=0.0; zcentre=0.0; radius=1.0; count++; } sphere(double xcentre,double ycentre,double zcentre){ this(); // what does this mean …

Member Avatar for ruchi18
0
239
Member Avatar for adventeffect10
Member Avatar for soliddrain
0
96
Member Avatar for ahmedeqbal

Friends, I’ve list of categories with url look like this ‘index.php?cat_id=1,2,3’ I want to rewrite my url as ‘demo-page.html’ However I want to be use here my page title in url page. How its possible? Waiting for reply...

Member Avatar for theausum
0
129
Member Avatar for Ptap03

Hello, First I would like to say thank you for looking and any help will be greatly appreciated. I am trying to write a code which does the following: 1) Read a file (The file contains list of words) 2) The purpose of the program to ask the user to …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for EarendurRingern

im making a program that loads a collection of strings from a file. then the user need to search the keyword using a binarysearch, but im using strings in my program, how to make the program using array of characters? here's my code, thx before :) [code] #include <iostream> #include …

Member Avatar for Ancient Dragon
0
3K
Member Avatar for ilkeamasya

I have an win32 console phonebook application. Phone records are held as linked list. [CODE] struct Tel_dugum{ char name[NAMELEN]; char telno[TELNOLEN]; Tel_dugum *next; }; [/CODE] You can see the structure of the linked list above. My problem is when i search i dont want my app to search whole records …

Member Avatar for vijayan121
0
118
Member Avatar for fumnimda

is it possible to use mathematical operators in .htaccess file? for example i want to redirect a page with id=100 to a page with id=30 ?

0
47
Member Avatar for ezestseo

I have one website with blog. I have published a blog on that. Could I use the same blog as a article for article submission. Will this cause any duplicate content problem? Thanks in advance.

Member Avatar for rahulbatra
0
126
Member Avatar for softwareforpc
Member Avatar for rahulbatra
0
136
Member Avatar for elum.chaitu

<Meta NAME> and <Meta HTTP-EQUIV> Hello guys, i am recently observed these meta tags in websites source file and that websites position in search engine is in top rank. are these meta tags are useful to get top rank in search engine? what are the difference between <META HTTP-EQUIV="keywords" and …

Member Avatar for rahulbatra
0
156
Member Avatar for Noorul Ariff

Dear friends, I'm doing my inventory project in visual studio 2005... Back-end is ACCESS... i'm having purchase, sales tables... I want to know, how to Generate Report(Crystal or Data)... I need Steps to create and coding associate with it(For both, if it is possible)... Because i need very urgently... Plase …

Member Avatar for Naveed_786
0
131
Member Avatar for harjos

Many search engine automatically delete website that were registered but have not been updated for a long time. You may have also submitted a web page that has changed or has been deleted yourself. Also, many search engine submission place new submissions in the top of their lists. The longer …

Member Avatar for leahmarie
0
288

The End.