801 Posted Topics

Member Avatar for bunty_kkp
Member Avatar for rufryder

[QUOTE=rohoni;279291][B]Improving Your Page Rank on Google[/B] [B]2. Your Title Tag[/B] Google seems to give weight to the title of your page. By title, I mean the text that is sandwiched between the HTML <TITLE> tags in the <HEAD> section of your web page. If you use a Web editor that …

Member Avatar for marc84
1
483
Member Avatar for mahe4us

You need to login and then go their [url=https://www.paypal.com/IntegrationCenter/ic_home.html]Integration Center[/url]

Member Avatar for razalakhan
0
163
Member Avatar for amjones

Better solution: use CSS. With CSS you can create a stylesheet dedicated to printing which is separate from the regular page display. This way you can use CSS to remove the parts of the page you don't want printed and even reformat the parts you do want printed. All major …

Member Avatar for fxm
0
251
Member Avatar for cmills83

Yahoo and Google's algorithms are more or less at odds and it is common for a site to rank well in one and not the other. Making your site friendlier to Yahoo usually comes at the expense of ranking well in Google. If you rank well in Google I wouldn't …

Member Avatar for shophoatuoi
0
331
Member Avatar for Junior Matt

It's exactly the same as with static sites with one exception: you want to make sure you have search engine friendly URLs. Don't put session IDs in your URLs. Try to keep your query string short if you can. Even better, use mod_rewrite or something similar to make the query …

Member Avatar for superspudnuts
0
101
Member Avatar for krea2r

Of course there is. This is basic PHP. Have you tried to write code for this yet?

Member Avatar for jaini817
0
196
Member Avatar for whinkz_zl16
Member Avatar for dibakar borgoha
0
135
Member Avatar for bapu435

You need to use a server side programming language like ASP to do this. HTML cannot access a database itself.

Member Avatar for Ezzaral
-4
7K
Member Avatar for Bodyag

Forming an artificial network of sites no longer works and most likely will cause them all to be banned as link farms. I would say create one site with the best domain and do a 301 redirect with the rest.

Member Avatar for seodomainnames
0
122
Member Avatar for kararu

You will need to use SVG to do this which is not widely supported yet. So basically you will need to use images.

Member Avatar for rajarajan2017
1
261
Member Avatar for nathanpacker

Do you have access to phpmyadmin or the command line for mysql? If so, echo out your query and paste it directly into mysql. It should tell you the reason why the update isn't working. mysql_error() should tell you this also even if die() isn't working.

Member Avatar for vimalsaifudin
0
3K
Member Avatar for alpha2006

No. Vbulletin is search engine friendly already. Plus if your forums grow larger vbseo will kill your server as it is not as efficient as regular vb. Plus, if they stop making vbseo you're screwed because all of your urls will need to change to go back to regula vbulletin.

Member Avatar for vbulletin_fan
0
741
Member Avatar for wish71

[QUOTE=suntravel;451209]alexa is like google rank. you muss get backlinks[/QUOTE] That's incorrect. Alexa determines its rank by using the data returned by its spyware. To improve your alexa ranking simply install their toolbar and visit your site everyday. Want it to go higher? Get your friends to do it, too.

Member Avatar for Tanha Karim
0
473
Member Avatar for tp9

It's not the domain extension that affects your ability to use a payment provider. It's your location. If you located in the UK then Paypal, 2checkout, and Worldpay are all options available to you. There are all third party processors. Payment gateways aren't that important as they only act as …

Member Avatar for rizvibiz
0
305
Member Avatar for guruwebllc

Authorize.net is only a payment gateway, not a merchant account. Without a merchant account associated with it it just won't work. And it all depends where you are located, average ticket size, and monthly volume. Businesses outside of the US have far less options and will pay more. In the …

Member Avatar for theemerchant
0
326
Member Avatar for aparnesh

No. This is a browser function that cannot be affected by JavaScript. It is up to the user to configure this themselves.

Member Avatar for arvindreads
0
2K
Member Avatar for noora000

Have you written any code yet? If not do so as we do not do work for you. We are only here to help if you have a problem. So write some code and if you have a specific question or problem post it here with your code and we …

Member Avatar for maryjessicka
0
226
Member Avatar for marwan4

The more people with the alexa toolbar that visits your site the higher you will rank. That's it. :)

Member Avatar for InternetWhizz
0
212
Member Avatar for BigDen13

A good title can mean anything depending on your site topic. I'd say these are important for good title tags: 1. The title tag should be easy to read and designed to bring in traffic 2. Place your main keyword phrase toward the beginning of the tag 3. Titles should …

Member Avatar for dammy2007
0
117
Member Avatar for assgar

You'll need to run a cron job periodically to handle the schedule tasks. You should check for the conflicts when the users enters the scheduled task. You definitely don't want to wait until the tasks are going to run to do this.

Member Avatar for gearond
0
1K
Member Avatar for stymiee

I use [url=http://www.en.wampserver.com/]WAMP[/url] to develop my PHP/MySQL applications locally before moving them to a production server. I want to start teaching myself Python and wish to add Python to my installation. I have downloaded and installed Python 2.5 and also installed mod_python. Unfortunately getting Apache to recognize that Python is …

Member Avatar for tweetychums
0
3K
Member Avatar for Vinoth
Member Avatar for ap09.com
0
545
Member Avatar for vssp

1) Glad you realized you can't do that with PHP as it is only a server side language 2) You do realize that blocking right click can be easily defeated, makes people more likely to do whatever it is you don't want them to do, and makes your site look …

Member Avatar for Rajivgandhi
0
244
Member Avatar for Hengis

[QUOTE=fennimore;337498]You can create multiple blogs and have them all link back to your main site. It should give it an extra boost :)[/QUOTE] That doesn't work and is a complete waste of time.

Member Avatar for stefanruse
0
224
Member Avatar for ezb

Here is a good PHP5 class that uses the mcrypt library for two way encryption. [code=php]<?php class Encryption { static $cypher = 'blowfish'; static $mode = 'cfb'; static $key = '1a2s3d4f5g6h'; public function encrypt($plaintext) { $td = mcrypt_module_open(self::$cypher, '', self::$mode, ''); $iv = mcrypt_create_iv(mcrypt_enc_get_iv_size($td), MCRYPT_RAND); mcrypt_generic_init($td, self::$key, $iv); $crypttext = …

Member Avatar for digital-ether
0
762
Member Avatar for mrshailesh

Did you write any code for yourself yet? Have you checked their website for any sample code or a guide? Have you even Googled it?

Member Avatar for manojdonga
0
77
Member Avatar for tigtag
Member Avatar for ayoungpretender
-1
628
Member Avatar for SEO_Trafficnut

[QUOTE=SEO_Trafficnut;468562] So my question: How do I properly execute a link exchange? What do I look for (or possibly more importantly) what do I look to stay away from. Also, how to I ensure I can also provide links back? Do I need to have a page reserved for links? …

Member Avatar for lentrepot
0
172
Member Avatar for Andrew008

Basically you need to learn basic SEO. [url=http://www.daniweb.com/techtalkforums/showthread.php?t=54231&highlight=google+msn+yahoo]Read this thread[/url].

Member Avatar for quicktpgo
0
212
Member Avatar for Matty J

Sure, but no matter how well you optimize it won't even compare to an HTML page as far as SEO goes. If you decide to make an entire page/site in flash you are essentially forsaking good search engine rankings. Only through sheer popularity can you hope to rank well.

Member Avatar for Austin SEO
0
163
Member Avatar for cm103

Type the following into Google search bar: site:yourdomain.com (Use your real domain) If your site is over six months old and nothing appears you may be banned. If your site is less then six months old and nothing appears then you may be banned or Google may not be aware …

Member Avatar for Austin SEO
0
152
Member Avatar for pctec

It's simple really. Because everyone who uses their counter links back to their homepage. Remember, PR is all about links, not relevancy or how great a web page is.

Member Avatar for Austin SEO
0
151
Member Avatar for microtekblue

Sorry but that won't work. Almost every blog uses nofollow on their comment links so those links have absolutely no SEO value whatsoever. Also, most blog pages have little no no PR and so many links on them that what little PR they have gets diluted before it would get …

Member Avatar for canadafred
0
289
Member Avatar for oricalc

XML and HTML sitemaps are not promotional tools and will not help you get more traffic. HTML sitemaps help human beings find pages on your website (if they have to use a sitemap to find your content then your site probably is difficult to navigate and you need to fix …

Member Avatar for thehotspotguide
0
140
Member Avatar for RiverKqj

1) Put the 5 or 10 latest posts on your site home page. That will show people what is going on in your community and hopefully invite them in. It also helps to keep your homepage fresh. 2) Have conversations with yourself. Dead forums aren't very exciting. Register a few …

Member Avatar for zed09
0
195
Member Avatar for KeyDegree

Don't bother. Article submissions are dead. Thanks to duplicate content being filtered out by Google and possibly the other search engines those articles being republished on other websites will be virtually worthless. They won't be found in searches and thus will generate little traffic to send to your site. They …

Member Avatar for KenNadreau
0
535
Member Avatar for marjan_m

You really should be using Google for this. Here's what you would have found: [url]http://www.w3schools.com/css/[/url]

Member Avatar for MidiMagic
0
153
Member Avatar for creativehacker

No. It is against forum rules to ask members to do your homework for you. It also is unethical. How do you plan to learn anything if others are doing your work for you? Do your own homework and if you have any problems with it show what you have …

Member Avatar for keet_kaat
0
128
Member Avatar for NuGG
Member Avatar for roxxy

Not exactly sure of the point of your post. Maybe you're just trying to advertise your services?

Member Avatar for ctopayhk3
-1
77
Member Avatar for vssp

PHP only works on the server side. That means once it the page is sent to the browser PHP can't affect it anymore. You need to use HTML or JavaScript for this.

Member Avatar for vssp
0
173
Member Avatar for manish812

1) Split the csv file line-by-line using explode() 2) Then insert into your mysql DB normally.

Member Avatar for mattjfox@gmail.
0
204
Member Avatar for conspiringfate

Since you didn't mention it in your post I'll ask you: Have to checked [url=http://www.hotscripts.com/]HotScripts[/url]? [url=http://sourceforge.net/]Sourceforge[/url]? [url=http://php.resourceindex.com/]PHP Resource[/url]? Or searched Google for [google]Free Article Submission Scripts[/google]?

Member Avatar for NormandP
0
151
Member Avatar for serfurj

That's a very common tactic for starting a new community of which I can say I've done myself. Used with other techniques it can help to get a community rolling.

Member Avatar for stbernardcom
0
298
Member Avatar for Jhon100

ROR sitemaps are completely useless. None of the search engines support them. But they all support the sitemaps.org format. Needless to say you want to use the on they support and ignore the one they don't.

Member Avatar for ruelpopo
0
183
Member Avatar for Karl666

It does not affect your pagerank. Besides the fact that Google's search results are not crawled they area blind redirect so no PR would be transfered anyway.

Member Avatar for jrafique
0
127
Member Avatar for bheegi

Sorry, but we're not here to do your homework for you. Please show what you've done so far as unless you've done a decent amount of work already you're not going to get another response.

Member Avatar for ShadyxxLady
0
155
Member Avatar for neshoggi

Before you write one line of code: [list] [*] Do keyword research to determine what keywords you want to target [/list] While constructing your website you should do the following: [list] [*] Use markup to indicate the content of your site [list] [*] Optimize your &lt;title&gt; tags on each page …

Member Avatar for deka.jayanta
0
145
Member Avatar for EnderX

The End.