Jump to content

HelgeMattig

New Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by HelgeMattig

  1. Inspired by beatport.com i built an audio player with waveform illustration using wavesurfer-js.org
    Check it out here: http://gearscript.de/wavesurfer
    Just click "Load into Player" and surf the website for a bit, it pretty much explains itself.

    The Problem:

    My cms works like this

    site1.php
    site2.php
    site3.php
    global.php (included in all siteX.php, contains site header and other global code)
    

    The Problem is, if the user jumps from site1.php to site2.php i do not want the player to interrupt but keep playing the music. Just like on beatport.
    In my example i did that by using an iframe.
    But i cant use an iframe in my cms application because i want the player to interact with the cms and its just a lousy solution overall.
    I do not want to use a popup also because that would negatively impact the "user experience".

    So what do i do?
    I never did something like this before and i just dont know what to do.

     

  2. i've got a div

    <div id="text">this text is ful of bad gramar so if needs to be corrected prolerly.</div>

    is there a possibility to get the text in this div autocorrected?
    Maybe a third party service or even better a lib that i can include which would do that?

    That would be great.

    The correction tool would also have to support german language.

  3. I need functions like these:
    https://github.com/e-sites/php-mysql-mysqli-wrapper
    https://github.com/OOPS-ORG-PHP/ereg-extension-wrapper

    Which will allow me to continue using the "e modifier" and get also rid of the "undefined constant" warnings when using php 7.
    (simply want to override the php standard functions with custom functions so that they behave like in php 5)
    Maybe further functions needed, dont know yet.

    Yes of course i could upgrade the codebase to php 7 but that would also break compatibility with about 100 plugins that i am using
    and multiple installations would need to be upgraded. I just dont want to do this right now but would like to upgrade from php 5.2 to 7 anyway.

    Unfortunately, despite i can do much myself, this is to advanced/complex for me to realize.
    So i would need someone to write those functions for me.

    If needed i would be willing to pay.
    But please understand i cant pay you 100$/hour as i am not a giant company or anything like that.
    If someone would be willing to help me out for free, that would be very nice!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.