Shop OBEX P1 Docs P2 Docs Learn Events
Forum Archive. Coming Soon. Need Programer Help/Sugestions - Page 2 — Parallax Forums

Forum Archive. Coming Soon. Need Programer Help/Sugestions

2»

Comments

  • mctriviamctrivia Posts: 3,772
    edited 2009-09-16 04:50
    That looks cool. Anyone up to writing the search wrotine. I can store the index database any way best for you know.

    Once dvd are released we are locked into a set database architecture.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
  • zoopydogsitzoopydogsit Posts: 174
    edited 2009-09-16 05:10
    Wow - That would be cool.

    It would be useful to also include on the CD/DVD a copy of all of the Parallax Propeller documentation and downloads, and a snapshot of the objects. It could then be useful for anyone that is wanting to get started without having to rely on an Internet connection to drag everything down.
  • mctriviamctrivia Posts: 3,772
    edited 2009-09-16 05:19
    Good idea. Will ask permission to copy those also.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
  • AleAle Posts: 2,363
    edited 2009-09-16 08:42
    I have experience with mysql and a bit less with postgresql. I could write some code to do searches. The thing is that HTML does not need any other program except for a browser and that is normally running. Any other program and you have to have another application. Making it just for winblows is not a good idea, many of us are using either Mac or Linux. A simple search engine with a db backend could be done entirely in java, there are such pure-java dbs.

    I'd suggest you get the requirements dand then think of how to implement wink.gif, if not you will get 1000s of different ways.

    Store methods could be: HTML (it does not need conversion), info, tex, pdf.

    Search methods:
    Direct in browser (best) (with back-end and with-out).
    External application (not so straightforward).

    You could index all/relevant words and users and have a nice HTML with links, one for words and one for the person who posted and maybe one for date.

    I can do some testing to see how to implement this browser-embedded search if you want.

    Have fun, and even if you only provide HTMLs it would be greatly appreciated.

    Ale

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Visit some of my articles at Propeller Wiki:
    MATH on the propeller propeller.wikispaces.com/MATH
    pPropQL: propeller.wikispaces.com/pPropQL
    pPropQL020: propeller.wikispaces.com/pPropQL020
    OMU for the pPropQL/020 propeller.wikispaces.com/OMU
  • HollyMinkowskiHollyMinkowski Posts: 1,398
    edited 2009-09-16 10:34
    It would be nice if the really good stuff in the propeller forum
    could be extracted and put into a sort of help file format.

    I'm pasting stuff into txt files in a prop dir on my pc....every time
    I find a nugget here it goes into a txt file.

    I have a lot of Mike Green txt files smile.gif

    Maybe some of the really knowledgeable guys here could each
    create a chapter for a book that details whatever they think
    they can usefully add....the chapters could be named for each author.
    "The Big Book of PROPaganda"

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Where am I? Where am I going? Why am I in a handbasket?"
  • mctriviamctrivia Posts: 3,772
    edited 2009-09-16 15:51
    If you can figure out how to do the browser embedded search would be great.

    I can definetly make several html indexs

    Keyword
    User
    Date of post
    Attachments

    And would welcome any ebooks or document submitions for inclusion.
    To include a document email it to(use whole words not short forms or symbols)
    Also include the word "of"
    Sort(-1) @gmail.com

    Please use subject parallax archive and only send if you have the wright to let me publish

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
  • SRLMSRLM Posts: 5,045
    edited 2009-09-16 16:56
    Holly said...
    Maybe some of the really knowledgeable guys here could each
    create a chapter for a book that details whatever they think
    they can usefully add....the chapters could be named for each author.
    "The Big Book of PROPaganda"

    It's already being done. It's been a long process, but the thread recently surfaced in the Hydra forum. Each chapter is being done by a different author on an interesting subject.
  • CounterRotatingPropsCounterRotatingProps Posts: 1,132
    edited 2009-09-16 17:07
    @W8an - taffy's fun, but i've found bugs in it.

    @Matt - OK, I didn't get from your earlier posts that this thing's to be standalone, non-web.

    So, since the DVD data will be static, here's an odd idea:
    Let google do the indexing work for you!

    Generate your HTML from the site. While you're doing that, generate a flat, text file with each thread's subject on it's own line in plain text in that file.

    Write a simple routine that reads that line, goes to google and does an advanced search limited to the Parallax site.
    Viola - back comes an index complete with cross references. Your routine just saves the returned HTML. Then all you'd need to do is create a table of contents (a master index). The other advantage to this, is that you could paste that on your own site, and have google *again* search that for keywords - then you could create any number of HTML "views" into the HTML table of contents. E.g, view by "robotics themes", by "analog electronics", by "propeller games." etc etc.

    - H

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  • VaatiVaati Posts: 712
    edited 2009-09-16 17:10
    I would make it either a .txt or an .rtf file... Loads of advantages...

    .txt:
    They open almost instantaneously
    They can be viewed on any OS, and probably even the prop
    The only sad thing is, they are pretty huge files and images don't work in them...

    .rtf:
    can be opened almost instantaneously with WordPad
    can handle images

    The last thing to make it would be a .pdf... I hate .pdfs... smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!

    *-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
  • CounterRotatingPropsCounterRotatingProps Posts: 1,132
    edited 2009-09-16 17:51
    > I hate .pdfs...

    You and me both (and the rest of the world), buddy!

    [noparse][[/noparse]RANT] That it became the defacto web doc. standard must mean there's an evil conspiracy to reduce internet functionality to primal pond scum levels. [noparse][[/noparse]/RANT]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  • mctriviamctrivia Posts: 3,772
    edited 2009-09-16 17:54
    Format will be html with a txt alternative.

    Reasons for html:
    Can be opened in any os including many cell phones
    Easily converted automatically from current form
    Can link images and attached files on dvd as well as link web sites on internet.

    Reasons for text alternative:
    Can be read on prop and cell phones
    Smaller with no attachments for mobile devices.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
  • mctriviamctrivia Posts: 3,772
    edited 2009-09-16 18:18
    [noparse][[/noparse]quote="CounterRotatingProps"]Generate your HTML from the site. While you're doing that, generate a flat, text file with each thread's subject on it's own line in plain text in that file.
    Write a simple routine that reads that line, goes to google and does an advanced search limited to the Parallax site.
    Viola - back comes an index complete with cross references. Your routine just saves the returned HTML. Then all you'd need to do is create a table of contents (a master index). The other advantage to this, is that you could paste that on your own site, and have google *again* search that for keywords - then you could create any number of HTML "views" into the HTML table of contents. E.g, view by "robotics themes", by "analog electronics", by "propeller games." etc etc.[noparse][[/noparse]/quote]

    I like the idea of cross referencing all subject lines.· Though Google is an amazingly wounderful search engine it would probably be easier for me to write my own on the data capture already.· may not problem with google is i have to parse all the data it gives me back.· either way when you open each thread there should be a list of cross referenced posts.

    See example page layout attached.

    obviously for all posts posted the day of or day before i would have to change the date listed.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
    1647 x 863 - 135K
  • mctriviamctrivia Posts: 3,772
    edited 2009-09-16 18:32
    As for size at present there is 40,000 topics and i estimate about 1GB of HTML code.

    Attachments will take up a lot so this will probably have to be split over several DVDs.

    Maybe 1 for prop, 1 for basic stamp,· 1 for robotics,SX,and sandbox, and 1 for everything else.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
  • BradCBradC Posts: 2,601
    edited 2009-09-17 00:34
    CounterRotatingProps said...
    > I hate .pdfs...

    You and me both (and the rest of the world), buddy!

    [noparse][[/noparse]RANT] That it became the defacto web doc. standard must mean there's an evil conspiracy to reduce internet functionality to primal pond scum levels. [noparse][[/noparse]/RANT]

    Interesting rant. What would you propose instead? And I'm not talking about archives of web pages, I'm talking about print-quality encapsulations of complex documents.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    lt's not particularly silly, is it?
  • CounterRotatingPropsCounterRotatingProps Posts: 1,132
    edited 2009-09-17 01:49
    [noparse][[/noparse]Thread drift ahead]

    Hi Brad,

    well, because it's a conspiracy that *succeeded* there is no alternative ;-( ... seriously though, it simply caught hold because it was the best - and first to the plate - of encapsulated format docs. (But it's UI really ~~ stinks~~ ! ) I suppose we could count postscript as a near miss.

    It could have been anything - XML would work (except now for IP issues). You'd just have to have a reader/printer that would know what to do with it. E.g bin image tags, mime tags, postscript tags, etc.

    Gads, even Word would have been better (sans macro virus loads of course [noparse]:)[/noparse] *YIKES*

    Actually, IMO, this is one of the areas that the Open Source community let us down - but that's a topic for another thread.

    cheers
    - Howard
    (And, yes, I have to use PDF's all day long - including *eeechhh* creating them)

    [noparse][[/noparse]Thread drift behind]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  • BradCBradC Posts: 2,601
    edited 2009-09-17 04:11
    CounterRotatingProps said...
    [noparse][[/noparse]Thread drift ahead]

    (And, yes, I have to use PDF's all day long - including *eeechhh* creating them)

    [noparse][[/noparse]Thread drift behind]

    There is no way I can respond to this without coming across as a zealot of some kind. I'll just suggest you look at alternate tools if you have issues with the *UI*. (pdf is a document format and has no UI).

    First to the plate with the best solution most often wins. pdf is effectively an extension to PS and EPS and does what it was designed to do extremely well.

    Not the right format for a web archive though, but *perfect* for when I want to be able to print a document you sent me *precisely* the way you intended it to look.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    lt's not particularly silly, is it?
  • CounterRotatingPropsCounterRotatingProps Posts: 1,132
    edited 2009-09-17 16:57
    I agree almost completely. Right, it's not really pdf that has issues - it's what Adobe did with their UI. I have to disagree with it being perfect however - but then again, it might be the UI's / Print drivers ... 1 out of maybe 4 pdf docs I get or send do not look like or print like they should - usually a graphic is bjorked. The internals of a pdf make it very poor for searching... that the UI's are so slow in find is a reflection of the pdf structure, not the UI.

    It's interesting that the Linux pdf readers seem to load and search faster than the windows versions.

    Back on subject - since there's a version of grep for win, would it be the best tool under the hood for searching? (I don't know if there's a Mac verision of grep ... but as OSX in unix-like, seems reasonable that there would be.) ??

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  • Bob Lawrence (VE1RLL)Bob Lawrence (VE1RLL) Posts: 1,720
    edited 2009-09-17 17:51
    dotNetBB

    Database Server

    * Windows 2000, Windows XP or Windows 2003 (all versions)
    * RAM : 512MB
    * CPU : PIII 500MHz
    * Available database space : 20MB

    ***************** * Microsoft SQL Server or MSDE Database Engine v2000 or newer. *********************************
  • mctriviamctrivia Posts: 3,772
    edited 2009-09-18 06:26
    Well I run linux on my server good thing not trying to run it

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5

    Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.

    Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
  • BADHABITBADHABIT Posts: 138
    edited 2009-09-19 19:36
    I think Holly has the hots for Mikes Propeller!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    BH skull.gif
  • CounterRotatingPropsCounterRotatingProps Posts: 1,132
    edited 2009-09-19 20:53
    LOL - Careful, BH, or the "so what's that got to do with this thread police" might raid your web browser! :-P

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sign In or Register to comment.