Eran Galperin

12,681
Reputation
670 views

Registered User

Name Eran Galperin
Member for 1 year
Seen 2 days ago
Website
Location IL
Age 28
Software architect and LAMP stack developer.
CTO at Lionite Internet Services

Readtwit - get links from your twitter stream as an RSS feed

Techfounder - Web development and Internet entrepreneurship blog
Nov
29
awarded  Enlightened
Nov
29
accepted Best way to code stackoverflow style ‘questions’ / ‘tags’ rollover buttons
Nov
27
awarded  Enlightened
Nov
27
awarded  Nice Answer
Nov
20
comment What are some good methods to hinder screen scrapers from grabbing specific pieces of content off my site?
A "simple" proxy server is not really a part of your basic scraping tools. Regardless, you can use session tokens to make sure the original page is accessed first, and also limit requests based on those tokens. In the end, anything available to a user, can be read by an automatic scraper if its configured properly. The point is just to make this as hard as possible.
Nov
18
awarded  Nice Answer
Nov
10
awarded  Nice Answer
Nov
1
awarded  Enlightened
Nov
1
awarded  Nice Answer
Oct
26
awarded  Popular Question
Oct
4
awarded  Popular Question
Sep
30
accepted Tracking PHP Object property changes
Sep
30
awarded  Nice Answer
Sep
18
accepted PHP: What has changed since 2004?
Sep
17
awarded  Yearling
Sep
16
accepted Catching a tab close event in web browser?
Sep
8
accepted Does jQuery’s $.ajax() function handle ASP.NET authentication correctly?
Aug
17
comment What are some good methods to hinder screen scrapers from grabbing specific pieces of content off my site?
I was of course referring to fetching the data by Ajax. How do you scrape text that does not exist on the document?
Aug
14
answered Tracking PHP Object property changes
Jul
22
awarded  Nice Answer
Jul
17
awarded  Enlightened
Jul
17
awarded  Nice Answer
Jul
10
awarded  Nice Answer
Jul
3
accepted Scaling solutions for MySQL (Replication, Clustering)
Jul
2
revised What does a good programmer’s code look like?
typo
Jul
2
comment PHP object caching
APC is not just a bytecode cache. It also has cache-to-memory capabilities, similar to memcache.
Jun
19
awarded  Popular Question
Jun
19
awarded  Popular Question
Jun
17
awarded  Popular Question
Jun
15
awarded  Taxonomist