practicality: (CODE CAT)
Throwing this out there while it's in my brain all fresh - someone on the xda-dev forums posted how to access the B&N Nook's annotations DB files, along with suggestions for auto-syncing them via Dropbox (basically a symlink from the user-accessible folders into the root folders). This is all well and good but I am a Huge Nerd and I desire MORE. So basically my rough draft goes something like this:

1) Figure out how to sync the file with my personal server automatically, along with automating import of the SQLite .db file into a server database (this maaaay get tricksy if only because the Nook appears to have some issues identifying what file it's pointing with sideloaded books, which is why annotations seem to vanish, but I'm willing to hack at it - manually tagging books an author when the Nook goes weird)

2) Something to take this database and generate slightly more human-parsable HTML pages of it - annotations and highlights sorted by book, with a separate (dynamically generated) page for each one so I can be fancy and link them and shit. Editing would be nice, but I'm willing to sacrifice that to 'have to do on commandline' - mostly it's that touch screen highlighting is kind of hit or miss so a lot of my highlights have clipped words.

3) MAKE PRETTY WEBPAGE YAY.


(2) is kind of my sticking point because I do know know how to write the things that glue databases and HTML-formatted content together. I know they exist! I know they are usually in PHP and Perl! But I could use some guidance, particularly on the 'okay we've pulled it out of the database, now how do we sent it for formatting?' part - I've worked a bit with straight-up SQL in pulling and pushing data in and out of databases, so I'm more familiar with that end of things.

Anybody? Anybody? Bueller?

Date: 2012-10-25 03:16 am (UTC)From: [identity profile] pantswarrior.dreamwidth.org
90% of my job right now is pulling crap out of databases and formatting it for web via PHP (or vice versa; taking someone's poorly formatted crap and turning it into a format where it can be stored in a database)... I'm not entirely sure what you're having trouble with, though, since for the most part formatting stuff stored in a database is just a matter of pulling it out, turning it into variable strings, and then "echo"ing the variable strings surrounded by the HTML/CSS/etc. which will format it nicely. Or are there a bunch of special characters in the data that don't play nice with web formatting, and that's why you're having trouble?

Date: 2012-10-25 06:31 am (UTC)From: [identity profile] momijizukamori.dreamwidth.org
Haha, see, I know basically no PHP, so my experience with generating web pages dynamically has mostly been cautiously prodding at some of DW's perl functions. Which are... rather complex. Picking up more Perl or PHP I think are the two biggest contenders for 'how do', though Dre might fly out and kill me in my sleep for doing it in PHP *g*

Date: 2012-10-26 01:48 am (UTC)From: [identity profile] geekosaur.dreamwidth.org
Or just pray for your soul.

Date: 2012-10-26 03:13 am (UTC)From: [identity profile] momijizukamori.dreamwidth.org
Dare I ask what evil lurks in the heart of PHP that I should avoid it so?

Date: 2012-10-26 02:06 pm (UTC)From: [identity profile] geekosaur.dreamwidth.org
http://www.phpwtf.org (http://www.phpwtf.org)
PHP Sadness (http://phpsadness.com)
Reddit: LOL PHP (http://www.reddit.com/r/lolphp)

PHP: a fractal of bad design (http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/)

Programming languages are easiest to work with then they're consistent. ABout the only consistency in PHP is the way it delivers up WTF when you least expect it.
Edited (summary) Date: 2012-10-26 02:07 pm (UTC)

Date: 2012-10-26 09:56 pm (UTC)From: [identity profile] momijizukamori.dreamwidth.org
Aha, I see. I assume people keep using it anyway for more or less the same reasons I was considering it - easy DB and HTML interfacing. I'm going to take a closer look at Perl -> HTML via TT, though I know Dre said Perl and Apache don't get along.

Profile

practicality: (Default)
practicality

September 2020

S M T W T F S
  12345
6789101112
131415 16171819
20212223242526
27282930   

Most Popular Tags

Style Credit

  • Base style: Abstractia by chiming
  • Theme: Abyss by chiming

Expand Cut Tags

No cut tags
Page generated Apr. 4th, 2025 03:22 pm