Jump to content

EthanV2

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by EthanV2

  1. Maybe your server is slow. Do you hose the site yourself or do you pay for it? If your site is slow for everyone, then it's an issue with your hosting.
  2. I made a simple library to resize images a while ago. You specify the input file max size, say 250px, and the lib does all the work for you. It'll resize the image in proportion by working out which side is bigger, changing it to your specified size and changing the other side in proportion. http://pastebin.com/4DWreHXC Includes example code and documentation.
  3. That's perfect, thanks. This is a huge help for me.
  4. Hi, just wondering if anyone could help me out with this. I just need a piece of code, or a function, that will search a string for any images, then put the list of images into an array. So far all of my Google'ing hasn't shown up any results, so any help would be much appreciated. I'll be using the function to scan an HTML page, and generate a list of images embedded on that page (using the <img> tag), but I just can't seem to get it to work.
×
×
  • 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.