Search found 10 matches

by aigoodaigoo
Sun May 06, 2012 10:59 pm
Forum: JavaScript programming
Topic: Frame Reset Issues?
Replies: 5
Views: 16024

Re: Frame Reset Issues?

I selected the "handle" link and selected view code: <STRONG style="CURSOR: pointer" class="twitter username" jQuery1336344828802="69">Profitina</STRONG> The "Next" button has following view code: <A class=next_page href="/incoming_messages?messagable_ids%5B%5D=2955&message_type=keyword&page=2" rel=...
by aigoodaigoo
Fri May 04, 2012 11:03 am
Forum: JavaScript programming
Topic: Frame Reset Issues?
Replies: 5
Views: 16024

Re: Frame Reset Issues?

It looks like I can't attach any files - .doc/.docx, .pdf - what file type can I attach? Anyways, the "handle" kind does not contain any URL but is more of submit based on jQuery attribute. Even if I could somehow figure out the link property, it would mean moving out of the CRM interface, which mea...
by aigoodaigoo
Thu May 03, 2012 9:29 pm
Forum: JavaScript programming
Topic: Frame Reset Issues?
Replies: 5
Views: 16024

Frame Reset Issues?

Please see attached file for screenshot. I would love to give you access to the problem site, but it's sign-on protected. I'm trying to scrape a third party tool's web-based CRM interface. The tool grabs the result of Twitter search (i.e.: hashtags). I'm trying to scrape the resulting screen of twee...
by aigoodaigoo
Thu Jun 30, 2011 2:34 am
Forum: Q/A
Topic: Memory Issue
Replies: 9
Views: 16624

Re: Memory Issue

I've restarted the machine w/ registry mods, and still the same issue: the site I'm trying to access is: nwf.smxthrive.com I get an immediate pop-up that says to upgrade my browser to IE8, but I already have IE8. Do I need to set it as default browser? I'm also wondering whether the registry mods ha...
by aigoodaigoo
Mon Jun 27, 2011 5:35 am
Forum: Q/A
Topic: Memory Issue
Replies: 9
Views: 16624

Re: Memory Issue

My registry under HKEY_CURRENT_USER did not have the entry, but HKEY_LOCAL_MACHINE did, so I am assuming your suggestion work better here. However, when I updated the registry, it does not seem to work. Do I need to re-start machine or should I create FEATURE_BROWSER_EMULATION folder under HKEY_CURR...
by aigoodaigoo
Thu Jun 23, 2011 10:39 am
Forum: Q/A
Topic: Memory Issue
Replies: 9
Views: 16624

Re: Memory Issue

Follow up question regarding memory mgmt and IE issue. It looks like memory mgmt is worse when I use Navigate URL with nested loops extract. I ended up breaking the queries into multiple parts as a hack as workaround for memory issue. It's not a great solution and somewhat manual, but eventually it ...
by aigoodaigoo
Mon Jun 06, 2011 8:42 pm
Forum: Q/A
Topic: Scraping Widget Content or Social Plugin Possible?
Replies: 1
Views: 5220

Scraping Widget Content or Social Plugin Possible?

Hi, I'm scraping Blog Content Likes (e.g.: Facebook, Twitter). For instance, a blog content here: http://blog.nwf.org/wildlifepromise/2011/06/eco-schools-a-tale-of-three-countries/ has 0 Tweets and 2 Likes on Facebook. I think this info is downloaded not as HTML but a dynamic content that Twitter/FB...
by aigoodaigoo
Thu May 19, 2011 5:36 am
Forum: Q/A
Topic: Memory Issue
Replies: 9
Views: 16624

Re: Memory Issue

I'm actually using Google Chrome. The memory I'm talking about is for Helium Scraper process (Helium Scraper.exe). I have 8GB, so there is plenty of space there, but Helium Process is keep building up private memory as more data are scraped and put into tables. What I don't understand is it seems He...
by aigoodaigoo
Thu May 19, 2011 4:22 am
Forum: Q/A
Topic: Memory Issue
Replies: 9
Views: 16624

Memory Issue

While my scraping seems to work fine, I get a memory error; after about 1000 records or so with multiple columns in one table plus another 3000 records or so in another table - totaling around 4000 records or so, private memory fills up to about 1.5GB, at which point, I'm unable to continue without ...
by aigoodaigoo
Wed May 18, 2011 6:21 pm
Forum: Programming Helium Scraper
Topic: Scroll Down to Bottom of the Page
Replies: 1
Views: 10717

Scroll Down to Bottom of the Page

Hi,

I'm trying to automate scrolling down to bottom of the page. This functionality is in reference to when viewing Facebook Page, default screen hides some wall postings unless you scroll down with a mouse or press page down key. Any useful way to do this in Javascript or "next" like Kinds object?