ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: "Load a new browser instance with X tabs from previously located sites"

<< < (7/7)

TaoPhoenix:
Well, the power of the original concept was avoiding tedious cut and paste to begin with. Not only is time saved, but it helps avoid data transfer errors. Besides the problems of cut-pasting one by one, ("Where was I again?") but let's say you batch run it, but you forgot and deleted a tab, now you have a corrupted batch and have to go debug.
-TaoPhoenix (September 03, 2012, 11:32 PM)
--- End quote ---

After a few days of rest, I went back to this. The way through was realizing that the "goal" was to import the data into a spreadsheet. So bugs aside (see below!) the only point of the text file with two lines was just in the import process to spreadsheet programs it can split the data with a text/tab delimiter. However it's still plenty easy just to load in one column at a time, so that's fine.

However, I may have found a bug. On the URL list the first URL is first, sure. But on the titles list, it seems to be at the end! Because this whole use case is about lining up data rows, that causes a shift off by one, making every single one wrong! (I caught on the second time and fixed it, but it's certainly a bug.)

So otherwise I am almost satisfied with this aspect of this program.

MilesAhead:
I know where the "off by one" bug is. In future I would suggest you make some specific references. It's not clear from reading your last post you are referring to my program since there was also a python script in play in the thread.  In any case, thanks for pointing out the off by one. I'll upload once it's fixed.

edit: BrowserBunch.zip with fixed BBSS.exe has been uploaded to my site.

TaoPhoenix:
I know where the "off by one" bug is. In future I would suggest you make some specific references. It's not clear from reading your last post you are referring to my program since there was also a python script in play in the thread.  In any case, thanks for pointing out the off by one. I'll upload once it's fixed.
-MilesAhead (September 07, 2012, 07:29 PM)
--- End quote ---

Yeah, it's pure activity by BBSS. No Pythons or scripts were harmed in my testing.

MilesAhead:
I know where the "off by one" bug is. In future I would suggest you make some specific references. It's not clear from reading your last post you are referring to my program since there was also a python script in play in the thread.  In any case, thanks for pointing out the off by one. I'll upload once it's fixed.
-MilesAhead (September 07, 2012, 07:29 PM)
--- End quote ---

Yeah, it's pure activity by BBSS. No Pythons or scripts were harmed in my testing.
-TaoPhoenix (September 07, 2012, 07:51 PM)
--- End quote ---

See above.

TaoPhoenix:
That looks better.

It takes a little effort to completely uninstall and reinstall it, but then I think it goes. I'll test it some more.

Navigation

[0] Message Index

[*] Previous page

Go to full version