Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for Webnauts

[B][COLOR="Red"]Please don't forget to add me some reputation if this thread was helpful for you.[/COLOR][/B] [color=red][b]BREAKING NEWS:[/b][/color] [b]"Meta tag abusers face 20 years in prison under US law".[/b] The US has passed legislation which controls what website operators are allowed to put in their site meta tags. The law bans …

Member Avatar for abhinav420420
1
1K
Member Avatar for devesh9392

Hi guys, i need help extracting e-mail id from the text file can anybody please tell me how can i extract e-mail id and store it in a vaiable using perl regex. (e-mail id is not always bound to end with .com) here is my text file: ****************************************** IQXpert 27(ID) …

Member Avatar for KevinADC
0
157
Member Avatar for devesh9392

Hi everybody, until yesterday i had around 31,000 pages indexed by google . (i check it daily by site:[url]www.mysite.com)[/url]. today morning when i checked google is showing only 14000 pages. any idea guys? is it temporary or am i going to be in trouble? thnx....

Member Avatar for devesh9392
0
268
Member Avatar for devesh9392

Hi All Java Gurus, I am a newbee in javascript. can anybody please guide me how can i use cookies to track user visits? I want to track what links users are visiting and to show them these links on their next visit. Can you please tell me how can …

Member Avatar for ~s.o.s~
0
95
Member Avatar for devesh9392

Hi, I have a website [url]www.xyz.com[/url] which is basically informational site. PR of this website is 4. i have another website with subdomain store.xyz.com, which is actually my online store. The home page of my subdomin is only PR 2 webpage. When i use google webmasters tool to check the …

Member Avatar for stymiee
0
128
Member Avatar for devesh9392

Hi On my website i have almost around 25000 webpages(static). when i go to google and enter [code]inurl:mysite.com[/code] it shows only 1000 pages. these are the pages crawled by google. Here i notice that some of my webpages have never been crawled or never been indexed. Also some of my …

Member Avatar for stymiee
0
274
Member Avatar for devesh9392

I have a question: Does order of DIV Tag matter in SEO ? if it does matter, upto which extent it matters? What option is better: 1) Header DIV, Content DIV, Navigation DIV or 2) Header DIV, Navigation DIV, Content DIV.

Member Avatar for devesh9392
0
227
Member Avatar for devesh9392

Hi I have a website with main domain name as [url]www.xyz.com[/url] which has page rank of 4. I have another another subdomain from yahoo stores with name as store.xyz.com and this page has page rank of only 2. my main main website [url]www.xyz.com[/url] has many links (around 500) to store.xyz.com. …

Member Avatar for stymiee
0
147
Member Avatar for ithelp

How do I retrieve content of a website in perl? That is given an url say google.com, I want a function get so that $text = get($url); $text should contain the content of google.com/index.htm

Member Avatar for devesh9392
0
113
Member Avatar for devesh9392

hi this is devesh, i have a perl cgi script that downloads files from other site. but i got this weired problem that the script stops responding after downloading exactly 100 files (any browser IE or Firefox). i am running this script from windows 2003 server with IIS 6.0 any …

Member Avatar for devesh9392
0
141
Member Avatar for devesh9392

#!/perl/bin/perl -w print "Content-type: text/html\n\n"; use WWW::Mechanize; my $mech = WWW::Mechanize->new( ); $mech->agent_alias("Windows Mozilla"); use LWP::Simple; use HTML::TableContentParser; $mech->get("http://google.com/"); my $filename = "admin.htm"; [COLOR=red]print $mech->content;[/COLOR] print "done..............."; [I]$mech->save_content($filename); [/I] die "cud not save ",$mech->response->status_line unless $mech->success; print "done..............."; here is part of my perl script. the problem is, i am …

Member Avatar for devesh9392
0
572
Member Avatar for devesh9392

Hi i'm lil new to perl wat i want to do is to login to my gmail account and click on the "Search mail" button using the perl script. this is my script, but thr is a problem tht when i click on the "Search mail " button (second last …

Member Avatar for KevinADC
0
101