CodeClerks

Questions from user Drake83

Showing page: 1 of 1

I have a textbox/textarea that looks like this: <textarea name='data' id='data'></textarea> The users type the data required and then I want to fetch that data using jQuery when they click the submit button...

  • Drake83
    Drake83 Level 1
  • 3 9 years ago

    I've always wondered why Twitter Bootstrap has "Twitter" in the name, was it created by Twitter.com? What is the history of Twitter bootstrap?

  • Drake83
    Drake83 Level 1
  • 1 10 years ago

    I'm using Codeigniter to develop my latest project and I'm using the input class to fetch all of my data. Here is an example: $this->input->get('myvalue'); There is an optional second parameter for XSS fi...

  • Drake83
    Drake83 Level 1
  • 2 11 years ago

    We are live with PayPal pro and accepting credit cards. It works very well but we used a custom solution that we built ourselves. It is in PHP, here is the nvpStr call - all values are urlencoded: $nvpStr = "&P...

  • Drake83
    Drake83 Level 1
  • 0 11 years ago

    I using memcache to store my PHP sessions (on a remote server) and some users keep reporting that they are being logged out. I'm unable to determine what would cause it. I've installed ?phpMemcachedAdmin to see if I ...

  • Drake83
    Drake83 Level 1
  • 0 11 years ago

    I'm trying to use a checkbox in my uBot HTML UI but it is always on. When I test the value, it is "on" whether the checkbox is checked or not. How do I use a checkbox properly in the HTML UI so that when it is not checke...

  • Drake83
    Drake83 Level 1
  • 2 11 years ago

    How can I change the value of a form input using only jQuery/Javascript? This is what my form looks like: <form name="submit" id="submit"><input type="hidden" name="changevalue...

  • Drake83
    Drake83 Level 1
  • 2 11 years ago

    Is it possible to use Long Tail Pro on the Mac (http://www.longtailpro.com)? I use Market Samurai on the Mac because it is Air based. I'm not interested in using a tool via emulation/virtual machine. What is Long tail pr...

  • Drake83
    Drake83 Level 1
  • 3 11 years ago

    I find myself entering the same information and doing the same thing over and over for Paypal disputes. I know it could be automated but for some reason I am scared to do so. Has anyone here ever automated responding to ...

  • Drake83
    Drake83 Level 1
  • 2 11 years ago

    I was optimizing some queries today and I discovered that WHERE LIKE %% is much faster than WHERE = on a text based row. Here is an example of what I mean: 0.002 second execution time: WHERE tbl LIKE '%joe%' 6.8 sec...

  • Drake83
    Drake83 Level 1
  • 0 11 years ago

    I've found out that ORDER BY RAND() in MySQL is very slow. I found out the hard way and it wasn't a problem until I had a LOT of rows to sort through. Can anyone suggest any alternatives? Is there a faster implementation...

  • Drake83
    Drake83 Level 1
  • 3 11 years ago

    I've loaded a library in my controller in the constructor but I'd like to use it in my view. It is just a simple text parsing library and I can see it in the controller when I do a print_r() of the object. However, it fa...

  • Drake83
    Drake83 Level 1
  • 0 11 years ago