I want to pick your brains (again)...

Bill Gehrke and myself have a website for the Adobe community, especially for the Premiere Pro crowd and it is widely used, even on Adobe TV like Todd Kopriva did.
With the advent of CS6 we need to make major progress with that website as well. The current one http://ppbm5.com/index.html shows its age and we have clear ideas of where we want to go, as I will show below, but both of us are severely lacking the expertise to make it happen. So we are looking for website builders to help us out, but since this is a voluteer endeavor from our side, we don't have the funds to go to a commercial firm and pay huge amounts. We are in fact looking for sponsors who would be willing to help us for a nominal fee at max.
This is what we want:
First some background.
When I started out helping Bill it was with Excel and the spreadsheet used. When we grew out of that, I had to design the current website, without any experience with HTML, Dreamweaver, website building or anything related to that. Bill did not have that expertise either, so I invested a lot of time to learn the basics of HTML, CSS, PHP, MySQL and the like to get where we are now with our website, and I think not too bad a job with that. It works with the current website, but we want to make progress with the advent of CS6 and that is where my lack of expertise in webdesign is getting a serious burden to accomplish that without outside help. Of course you can buy that expertise on nearly every street corner, but since both Bill and I do this as unpaid volunteers, we have an in-born reluctance to spend money if it can be avoided. So we are looking for 'sponsors' to help us out.
What do we want to improve and why?
For simplicity this has to be separated into three parts, data submission, access to results and processing. I will try to explain this by going through each item in sequence.
Data submission
The current data submission form lacks checks and balances. Every submission form has to be checked for inconsistencies or entry errors and unfortunately they are numerous. For instance, we ask for the rated capacity of a SINGLE disk in GB without the addition of the word GB or TB, but we get results like 931 instead of 1000, because people look at the formatted capacity instead of the rated capacity, or we get 6000 as the rated capacity in a 6 disk raid configuration, where the correct value should be 1000. Stuff like that requires me to check each and every entry, correct those data or ask for clarification. They also misspell Quadro into something like Quatro or Quodro or use only lower case 'gtx580' instead of 'GTX 580' with capitals and a space between the characters and number.
The idea I have, is to prevent this cumbersome error correction by using CPU-Z in our script to run in 'Ghost mode' and create a .HTML file that is attached automatically to the submission form. This can simplify the submission form and give us far more detailed, accurate and reliable data. It might even allow a user to submit his results directly into the database instead of me doing that for them. The consequence is of course that the MySQL database needs to be adjusted to allow user entries, but limited to final approval from Bill or myself. This boils down to being able to submit directly into the MySQL database, but with a provisional flag, so their results are not visible in the final results page until either Bill or I have approved them. Only after approval they will show up. Somewhat like entering a comment on some sites, that are entered but only shown after approval.
The second issue with the data submission is that I want to have the figures in the Output.txt file added automatically to the submitted form. I now have to add them manually, so this needs to be adjusted in the .php file that creates the submission results that are copied to the submitter, to Bill and myself.
Access to results
Access to all pages is granted to everybody, with the exception of the results pages. Before you can access the results pages, you need to login with your mail address and password. If you have not registered, you have to register first with full name and similar data. There should be several levels of users, that are maintained in the MySQL database, something like this:
Level 1: Guest, limited access to pages and limited functionality.
Level 2: Registered, limited access to pages and 'somewhat' limited functionality. Still have to define that 'somewhat'.
Level 3: Subscriber, access to all pages and decent functionality, like we have currently on the PPBM5 site.
Level 4: Subscriber and donator, access to all pages and complete functionality.
Level 5: Administrator, full access to everything, limited to Bill and myself for the time being.
This requires a Login module, checking against the database entries and redirecting to either the results page or to the registration page.
But, this also entails a kind of web-shop approach, where registered users can buy a yearly subscription and pay the subscription fee by means of PayPal or credit card. After receipt of payment, the subscriber should receive an email confirmation of their purchase, including the start and ending date of their subscription, which will then become part of their data in the MySQL database. Two months before their subscription ends, they should automatically be sent an email reminding them to renew for a new year.
Maybe we have to consider even more subscription levels, like 'Bronze' @ $ 15, 'Silver' @ $ 25, 'Gold' @ $ 35 and 'Platinum' @ $ 35 plus Donation. Of course each higher level goes with increased functionality to make it worthwhile. We will have to figure this out, but I would be interested to hear your initial reaction about this approach.
If a user tries to access a page or performs an action, selecting, sorting, etc. to which his user level does not grant him access, a popup screen should warn him that he needs to buy additional subscription rights and direct him to the subscription page to do so. I can imagine this kind of stuff is more or less a standard approach for a web-shop, but I haven't the faintest idea how to accomplish this.
Processing
The data form submitted, including the attached files, the .HTML file with the CPU-Z data from the 'Ghost' run and the Output.txt numbers, should be entered into the database and be kept in a 'pending approval' state until either Bill or I give them our OK, then they should be shown in the final results. This means that instead of me entering the data, the user will enter his data by pressing the 'Submit' button on the submission page. This requires modification to the .php code as well.
Depending on the user level, some pages may not be accessible as described above, but if the level is sufficient, there must be a way to select a record and by clicking a button, show all the CPU-Z details as when running your own system, but then for the selected system in a pop-up screen. If queries are made, the chart pages, Top 20, MPE Gain and BFTB chart, that are currently dynamic but based on all observations, must allow to 'drill down' to the same dynamic charts, but now based on the selected records only.
Example: Currently these charts are dynamically created from all 816 observations, but if you have selected only say 234 records in your query, the user must be allowed to drill down to similar charts, but now based only on the 234 selected records.
Third, for the BFTB chart, the hardware from the CPU-Z .HTML file must be compared to external price databases and CPU, mobo, memory, video card, raid controller, SSD's and HDD's must get the price information from these external databases and these figures need to be added to the MySQL database, but I can run that process every time the results are updated.
The user can then get dynamic BFTB info for the overall results, but again must be able to 'drill down' to get a dynamically created chart based on his selection. If the external databases no longer carry a product, because it was EOL, the old values must be maintained and not set to 0. To give you an example of a Dutch database with external data, look here: http://tweakers.net/pricewatch/
Finally
It would be nice to create a blog where interesting hardware news will be published as far as it relates to NLE systems, somewhat akin to http://www.videoguys.com/Blog/ where users can also leave comments. Example new products/systems that ADK will add to their line up, like Gary did with my article http://www.videoguys.com/Blog/E/Planning+a+new+NLE+system+part+1/0xea83dda5e1137a11d5a49e d0f2fc97c1.aspx
That is all for now. Pretty easy to accomplish is you can spend several $ K. Nothing about this is rocket science, but for Bill and me it is just too much with our limited experience and expertise. The second factor is of course money. This a purely volunteer endeavor from our side and we are not inclined to spend that kind of money on commercial website builders. I realize nothing comes free in this world, with the exception of taxes, but maybe you know someone who is willing to help us a bit.
I would appreciate suggestions on parties that may be willing to help.

Hi Sandeep,
try vbak...
Regards,
Kaveri

Similar Messages

  • I-touch 4g users! Can I pick your brains?

    Am thinking of getting the I-touch 4g, was going to hold off until the 5g came out but its so up in the air and it feels like too long to wait, plus I'm hearing mixed things about it and seems like it wont suit me a much as the 4g would.
    So, questions!
    1. Can I read my email on an i-touch? Like hotmail, yahoo, googlemail etc or do I have to set up a new account for it- does it let me read emails at all? And also can I respond to them on the touch?
    2. Can I get a spotify account and use that to listen to music or do I need to pay for music to listen to it/stream on an i-touch? I know there is a spotify app but not sure if it can be used for both the i-touch and the i-phone.
    3. How safe is it from being dropped? I've had a nokia phone, an LG handset a very old nano and various sony MP3 players, all don't seem to mind being dropped on the floor from about 4 ft high (however accidentally!) as they still played fine, worked fine and had no cracks of bits fall off them- if they did (eg the nokia) it was fairly straight forward in terms of clicking it back together. Is the i-touch as safe as this or is it prone to collecting cracks on the face?
    4. Can you get google maps on an i-touch?
    5. Do you think there are any things you'd improve on the 4g model you have/have tried?
    6. Is it possible to download i-tunes on the move? (eg not connected to a computer) or is that just the i-phone?
    7. Do you have any tips on what to download software wise or on any changes to make to make the i-touch work better once bought?
    Thankyou so much for any help, I've no idea who else to ask about the i-touch as everyone seems either to have the i-phone or be anti apple!

    Am thinking of getting the I-touch 4g, was going to hold off until the 5g came out but its so up in the air and it feels like too long to wait, plus I'm hearing mixed things about it and seems like it wont suit me a much as the 4g would.
    So, questions!
    1. Can I read my email on an i-touch? Like hotmail, yahoo, googlemail etc or do I have to set up a new account for it- does it let me read emails at all? And also can I respond to them on the touch?
    yes, everything
    2. Can I get a spotify account and use that to listen to music or do I need to pay for music to listen to it/stream on an i-touch? I know there is a spotify app but not sure if it can be used for both the i-touch and the i-phone.
    i don't know
    3. How safe is it from being dropped? I've had a nokia phone, an LG handset a very old nano and various sony MP3 players, all don't seem to mind being dropped on the floor from about 4 ft high (however accidentally!) as they still played fine, worked fine and had no cracks of bits fall off them- if they did (eg the nokia) it was fairly straight forward in terms of clicking it back together. Is the i-touch as safe as this or is it prone to collecting cracks on the face?
    i dropped it (threw it actually, though I don't recommend it...) and it works like a charm...
    4. Can you get google maps on an i-touch?
    YES
    5. Do you think there are any things you'd improve on the 4g model you have/have tried?
    NO
    6. Is it possible to download i-tunes on the move? (eg not connected to a computer) or is that just the i-phone?
    There is something for downloading iTunes content
    7. Do you have any tips on what to download software wise or on any changes to make to make the i-touch work better once bought?
    no
    Thankyou so much for any help, I've no idea who else to ask about the i-touch as everyone seems either to have the i-phone or be anti apple!
    i-touch 4g users! Can I pick your brains? 

  • A slightly odd question to pick your brains about...

    hey guys and dolls,
    hope everyone is well. I was wondering if any one has tried using a Play Station 2 usb controller adapter on a mac. It plugs into the usb socket and allows you to play games using a controller instead of keyboard mouse combo. However the joytech adapter i have found on-line only really mentions pc compatibility but nothing of the lil old mac, so basically i was wondering has anyone tried these and do they work, also if some has used them are the compatible with SNES 9X as thats the main reason i want it.
    Thanks in advance
    Jimbo

    the only way to find out is to find a store that will allow returns and bring it home and trie it

  • Can I pick your brains?

    I'd like to look into broadcasting our once a week class live (and then have it available as an archive) through the MAC products. It seems to me that the Xserve and broadcaster software would work for us, however, I have no training and I'm pretty sure it's not as easy as it appears! Does anyone have any experience with this process?
    We currently have an audio/video production company doing this for us, but I think we could do it more cost effectively with higher quality if I could figure out the right way to do this.
    First I need to find out if it's doable, then I have to look into training.
    Any help would be greatly appreciated!

    It's pretty easy, truthfully. And Broadcaster works pretty well... though products like Wirecast are even better.
    Read the links linked to on this page -- Mobile Streaming and Streaming Backbone:
    http://www.apple.com/education/streamingsolution/

  • When I go to restore my phone; is there any way to pick what you want back on your phone or do you have to get everything backed up?

    When I go to restore my phone; is there any way to pick what you want back on your phone or do you have to get everything backed up?

    Thank you.  I was afraid of that.  I backed up from iCloud.  I looked at the iTunes one - it had four different ones on there; was hoping I could see because my grandson's phone was redone last year (his mom messed it up then) and didn't know anything was backed up to iTunes.  He lost a lot of stuff that time. I'm just trying to get his phone back to par after someone changed his passcode on him as a joke and forgot what they changed it to a few days ago.  They should change it so one could go in and pick what they want or don't want.  Thank you again for your time.  I do appreciate it.

  • Hi guys! Can I pick your savvy brains on something: I've been seeing people having a mini version of the Apple logo displaying next to their Twitter names, looks pretty cool, how does one do that? Thanks!

    Hi guys! Can I pick your savvy brains on something: I've been seeing people having a mini version of the Apple logo displaying next to their Twitter names, looks pretty cool, how does one do that? Thanks!

    Hi guys! Can I pick your savvy brains on something: I've been seeing people having a mini version of the Apple logo displaying next to their Twitter names, looks pretty cool, how does one do that? Thanks!

  • I bought a book on itunes, and can't open it. tried to send it to my iphone so i could read it there and it won't let me carry it over. I have updated Ibook on my iphone. What do I do? I do not want to buy the book again.

    I bought a book on itunes, and can't open it. tried to send it to my iphone so i could read it there and it won't let me carry it over. I have updated Ibook on my iphone. What do I do? I do not want to buy the book again.

    You won't be able to open it on your computer, ibooks can currently only be read in the iBooks app on an iPad, iPhone and iPod Touch. How were you trying to get it to your phone, syncing it by selecting it on the iPhone's Books tab when connected to your computer's iTunes, or by dragging-and-dropping it from the Books part of your iTunes library over and onto the iPhone 'device' ?  Another option is to try re-downloading it directly in the iBooks app on your iPhone via the Purchased tab in the ibookstore in it (re-downloading).

  • Photostream Agent wants to use your confidential information

    I keep getting the following message when I power on:  "Photostream Agent wants to use your confidential information stored in icloud in your keychain.  Do you want to allow access."  I click, "Deny" and the same message pops up again.  I click, "Deny" and it disappears for good until the next time I power on.
    Is there some way to get rid of this pop up.  I don't even understand who Photostream is and why an agent would want my info.  Maybe it has something to do with my keychain settings.
    Thank you.

    Thank you, captfred.
    I unchecked "photostream" in icloud.  Does this mean that my photos on my hard drive are no longer backed up in icloud?  I want to back them up, I just don't want to "share" them with a "Photostream Agent", or anyone else for that matter as I have pictures of my children on my hard drive.

  • Someone else bought an app on the store. I had already purchased the app before on my other computer, so I deleted the app on my new computer that the other person purchased. I now want to download the app again on MY account but...........

    Someone else bought an app on the store on my new computer. I had already purchased the app before on my old computer, so I deleted the app on my new computer that the other person purchased. I now want to download the app again through MY account. When I click INSTALL it asks for ID, but it shows up automatically with the other person's ID, so I delete that and enter mine instead. I then click SIGN IN, but then it says "Unknown error", then I click OK, then it says "We could not complete your request. There was an error in the App Store. Please try again later. (4)". How do I get rid of all info of other people's IDs so I can get the app through my account again?
    The app that I'm trying to download actually might have been a pirated app. But I deleted it, so why is it not letting me get it through my account?
    Please help!
    Thanks

    you may delete this discussion. I fixed the issue

  • My safari is blocked. When I press a window comes up sasking Are you sure you want to submit this form again and it will not let me cancel or submit

    My safari is blocked. When I press a window comes up sasking Are you sure you want to submit this form again? and it will not allow me to cancel or submit

    These are your options:
    1. Restore the iPhoto library from the most recent backup that predates the issue.
              Advantages: Always works, if library damage is causing the problem and the backup is intact.
              Disadvantages: Impossible if you don't have a backup. All changes made since the backup are lost.
    2. Repair or rebuild the library. Be sure to back it up first.
              Advantages: May solve the problem with no loss of data.
              Disadvantages: May fail. May take a long time if the library is large.
    3. Scavenge the library with a third-party application called "iPhoto Library Manager," which you can find in a web search. From the application's menu bar (not the iPhoto menu bar), select Library ▹ Rebuild.
              Advantages: All images should be preserved.
              Disadvantages: All books, calendars, and slideshows will be lost.

  • Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

    Hi, 
    I am doing development  in sharepoint 2010 and facing this very weird problem.
    If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
    the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
    This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
    However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
    has anybody seen this earlier,what could be the reason for this?
    Thanks

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • OSX: 10.9.4 Safari: 7.0.5 message: "Are you sure you want to send a form again?"

    My system:
    Mac Mini
    Processor 2.6 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Mavericks 10.9.4 (13E28)
    Safari 7.0.5
    Most annoying message keeps coming up on several websites.
    If you go here:
    http://www.bedbathandbeyond.com/store/s/laundry-sorter
    and click on the "Honey-Can-Do® Wicker Corner Hamper"
    and once in that item's site, you click to go back, I'm getting
    a message, "Are you sure you want to send a form again?"
    I don't enter anything into the screen of the item.  All I do is
    look at it, and try to click back and I keep getting this annoying
    message.
    And it happens with all other items on the BBB site.
    How to turn off this blankety-blank message??
    Its such a pain to have to keep clicking "Send" !!
    HALP!!

    Hi ...
    I followed your instructions, went back a page but no warning on Safari. Might be a cookies, cache, or extensions issue.
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If nothing above helped, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • If I'm reading a book on the iPhone and I want to pick up where I left off on my iPad, do I have to search for what page I was on on the iPad or is there a way to sync it?

    If I'm reading a book on the iPhone and I want to pick up where I left off on my iPad, do I have to search for what page I was on on the iPad or is there a way to sync it? Or do I just have to search for a string of text from my iPhone on my iPad?

    On both devices go to Settings>iBooks>Sync Bookmarks>On. Then when you want to quit reading on one device, tap the bookmark in the upper right corner and it will turn red. That marks your place. Close the book on the device now by tapping on the Library button in the upper left corner of the app. That will put the closed book back on the shelf. Tap the home button.
    On the other device, when you tap on the book, it should open to that page. You have to be connected to WiFi in order for this to work. You can read this older discussion for more information. I was involved in that as well.
    https://discussions.apple.com/thread/3754714?start=0&tstart=0

  • I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?

    I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?
    i tryed with download mavericks but finally its saying a error message like cant conect to istore like that its saying and every thing is clear like internet and other stuf i tryed with 3times no progress same error pls help.. i bought this lap for my bro with his apple id only we use it now he got a new mac book pro so he gave to me so i formated and use it i use my apple id is that problem come because of changing apple id ? pls eplain

    Firstly, what is the source of the 10.6.4 disc? Is it the original installation disc for your MacBook, or one 'borrowed' from another computer?
    It isn't the retail version, because that's 10.6.3.
    Assuming it's the correct disc (i.e. the one that shipped with your Mac), you need to boot from it again.
    OK the language page.
    From the installer screen, ignore the continue button, go to the menu bar and choose Disk Utility from the Utilities menu.
    In DU, select your internal drive in the sidebar (the top item with the makers name and serial no.).
    Run Repair Disk. If that comes up as disk OK, click the partition tab. Select the partiton from the drop-down above the graphic; 1 partiton is all you need.
    Go to the options button and ensure that the partition scheme is GUID and the file system to Mac OS Extended (Journalled). Name the partiton (usually Macintosh HD), click Apply.
    When the Macintosh HD volume appears below the drive name, quit DU and see if you can then install.
    If the screen after the language screen doesn't show the menu bar, it may be necessary to use another Mac to do the job with the MB in Firewire Target Disc Mode. If it won't boot in TDM, or the MB doesn't have FireWire then it's getting very difficult.

  • I have big problem i make update to my software  iso 7.12 in my iphone 4  but when i recive calling  and i want to cancel and recall again i phone is stop no working and i must restart it to work what can i do

    modem firmware 04.12.09
    iPhone 4
    memory is 32 g
    iso 7.1.2(11d257)
    when cancel call it not work before is shutdown and open it again
    i have big problem i make update to my software  iso 7.12 in my iphone 4  but when i recive calling  and i want to cancel and recall again i phone is stop no working and i must restart it to work what can i do

    Basic Troubleshooting Steps when all else fails
    - Quit the App by opening multi-tasking bar, and swiping the App upward to make it disappear.  (For iOS 6 older, hold down the icon for the App for about 3-5 seconds, and then tap the red circle with the white minus sign.)
    - Relaunch the App and try again.
    - Restart the device. http://support.apple.com/kb/ht1430
    - Reset the device. (Same article as above.)
    - Reset All Settings (Settings > General > Reset > Reset All Settings)
    - Restore from backup. http://support.apple.com/kb/ht1766 (If you don't have a backup, make one now, then skip to the next step.)
    - Restore as new device. http://support.apple.com/kb/HT4137  For this step, do not re-download ANYTHING, and do not sign into your Apple ID.
    - Test the issue after each step.  If the last one does not resolve the issue, it is likely a hardware problem.

Maybe you are looking for

  • It won't let me open a new tab

    I try pressing the + icon at the right and Firefox will not open a new tab. I also pressed under File-Open New Tab (Control T) and that won't do it either. Help!!

  • How can I set Parameter ID.

    In My Report i have pass challn no , challan year, Document No doc Yr to a standard Tcode J1ifq for challan recancellation. ex: doc no     docyr       challan no  challan yr.    34234435   2007         21                20007                         

  • Not able to compress project made in FCP4 - HELP

    Totally frustrated - 3 weeks behind schedule. We've made a project in FCP4 on our eMac with 512 RAM. We've made other projects in the past, but not this long. This is 1 hr, 55 minutes, with lots of transitions, moving titles made in LiveType, and aud

  • Depreciation planned but not posted.

    Hi all, There is the following case. In asset explorer there is planned depreciation which is not posted for prior year. I want to erase this planned depreciation (is incorrect) in prior year without affecting G/L. Could you please advise? If this is

  • Picker always samples for background colour...?

    Hi, Probably a simple fix but I'm on someone else's computer so some of the PS settings are different than mine. I try to use the colour picker to get colour in the foreground box, but it always automatically goes to the background box. Can someone t