Search:

Type: Posts; User: titus; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    310

    Re: Reliability of cron jobs?

    I've written scripts that utilize multiple servers for redundancy.

    Basically, if I'm running a job on a server which needs to excecute everyday, then I would have it execute, and call out to a...
  2. Re: Shopping cart empty after new customer signs up

    I just noticed that you have your site posted. I checked the www resolve, and you are resolving it. I'd lean toward Bruce's suggestion, or I'd look at any system extension / logging modules you...
  3. Replies
    7
    Views
    315

    Re: 301 redirects or work-arounds?

    The only testing I've done is with response times from scripts calling pages and the like.

    I wouldn't recommend to "stop" using the .htaccess file. It's very useful, and you can do a lot of...
  4. Replies
    7
    Views
    315

    Re: 301 redirects or work-arounds?

    I used to be a major proponent of using the .htaccess for everything.

    Got a redirect? .htccess
    Need password protected content? .htaccess
    Broken faucet? .htaccess

    But, the .htaccess is...
  5. Replies
    3
    Views
    218

    Re: Open Source or Collaborative Module

    Hey Kent,

    Basically, it would be something along the lines of a little "file explorer", where you could pick the screen you wanted to edit.

    When you get the screen, it would pull the current...
  6. Sticky: Re: Miva Merchant Empresa 5.18 Has Been Released

    Aye, that's a really good idea. Thanks!
  7. Sticky: Re: Miva Merchant Empresa 5.18 Has Been Released

    With the <MvASSEMBLY> tag, can we call a statically linked C library and access the functions?

    Also, how do we do manipulation from within the ASM on the MivaScript variables?
  8. Replies
    3
    Views
    218

    Open Source or Collaborative Module

    Hey guys,

    Is anyone interested in collaborating on an open-sourced module? Or at least a module that we can all share in.

    I have been looking at writing a module which will interface with...
  9. Re: Workflow setups / tips MivaScript environments?

    *Updated Workflow*

    Hey guys,

    I recently updated my workflow, and I wanted to post it here. The last post I had didn't get too much attention, which is fine, but I *really* think this stuff is...
  10. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    There's no limitation with jQuery. I think it was an initial barebones question without a library. There are a few places in the thread where it talks about jQuery, and I posted an AJAX queue...
  11. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    They'll actually be blocked by the browser.

    But yes, that's accurate.
  12. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    If you're using a regular XmlHttpRequest (looks like you are), then you're going to be fine. JavaScript and browsers have something called the "Same-Origin Policy", which means, any request to a...
  13. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    Glad I could help (:

    You can also look into CORS (Cross-Origin Resource Sharing) to help you get past the Same-Origin Policy with JavaScript and XmlHttpRequests. That is the safest way to do it....
  14. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    Hey Kent,

    Make sure you're not violating the Same-Origin Policy. The www, and https are different than example.com and http://example.com

    That was an issue for me before. I had similar...
  15. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    Glad it worked. (:

    If you want to build a drop down, you're going to want to do a couple of things.

    I wrote a module to do faceted searches based on custom product attributes. It's called...
  16. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    Bill,

    http://resurrectionwebdesign.com/miva/test.html


    Have a look at that. I fixed the issues.

    First, you have to make an AJAX call in order to get the data from the script.

    Second,...
  17. Replies
    2
    Views
    242

    Re: $_SESSION[] Equivalent

    Why not just use g.session_id?

    You can tie that to whatever you want, since they're all unique. And you can pass it in however it needs to be passed, too.
  18. Replies
    12
    Views
    639

    Re: Miva Script graphics?

    Yes, the trick for this is to base64 encode it.

    Here's something that I did that is using the GD library with PHP, however I have made some variants of it and some beta branches of it which are...
  19. Replies
    12
    Views
    639

    Re: Miva Script graphics?

    Bruce... that's a great idea. I've built a good amount of online image manipulation software, pre-HTML5. So, lots of AJAX calls, GD library calls, sending base64 encoded images and all that fun...
  20. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    Not sure if my last post posted...

    I'll try again.

    Basically, 'this' is used for context. It's referring to the current object that you're working within. In JavaScript, functions are...
  21. Replies
    57
    Views
    2,186

    Re: Any simple examples of ajax use in module?

    A while ago, I wrote a beast of an object in JavaScript, which served as an AjaxQueue. The reason is, if you're doing multiple requests on a page, or if you have a slow server, you may end up...
  22. Replies
    12
    Views
    639

    Re: Miva Script graphics?

    I've worked extensively with the GD library. The documentation on MivaScript.com is not incredibly helpful, as you've found, although it does give you the API, which is nice.

    The best place that...
  23. Replies
    5
    Views
    608

    Re: Unable to replay mail using mvSMTP

    Makes sense enough to me! (:
  24. Replies
    5
    Views
    608

    Re: Unable to replay mail using mvSMTP

    I've found this issue before, but it typically occurs when we're dealing with sandbox sites, or dev sites. Specifically if we're working with a dev on a different server completely, eg:...
  25. Replies
    366
    Views
    25,531

    Sticky: Re: Production Release 8 Bugs

    Product Attributes get entity encoded when they're put in the basket, but they aren't decoded when they're taken out.

    For example:


    Would get saved as:


    And this is fine, I understand that...

Results 1 to 25 of 109

Page 1 of 5 1 2 3 4