Search results

  1. learning_brain

    Content Based Image Censoring Class

    I have been working on this for a while and ideally need some help to tidy it up as it's my first OOP. Effectively, I wanted a class that analyses images to check for skin tone percentage. Then return the original image if the percentage is low enough, but return a pixellated image if it is...
  2. learning_brain

    Sanitising file content for Blob storage

    Many thanks to both of you. Maestro - I wasn't sure at first if this was going to help because I'm not hosted on X10... but it did help... misson - thanks for this, but as put in the first post, I did try inserting directly without rolling.. with the same problem. In addition, I don't really...
  3. learning_brain

    Review my site please

    I like clean designs, and this is well structured. Menu system is simple and effective. I would always advise not using all capitals though. Upper and lowercase (or completely lowercase) looks more pro. Looking through the code, you can tell there are a lot of templated sections in there -...
  4. learning_brain

    URL GETs and Others

    I can't quite figure why you would have a "messed up" parameter definition, unless they are coming in from another site. That said, the verification would be fairly simple. You don't have to check the definition, provided you check that the particular variable is picking up correctly...
  5. learning_brain

    Sanitising file content for Blob storage

    Done - no it's not saving the entire content to db. In some cases, it will save 0kb.....
  6. learning_brain

    Sanitising file content for Blob storage

    I thought this was going to be easy.... I have a file upload input and then use.. $fileHandle = fopen($fileUpload, "r"); $fileContent = fread($fileHandle, $fileUpload_size); $fileContent = addslashes($fileContent); which I thought would prepare it fine.. Now my sanitise...
  7. learning_brain

    MID Antroid Tablet

    I know this sounds stupid, but I have often turned the media sound down on my droid, thinking it was call volume or ring volume. If the obvious isn't the problem, have you tried running sound through another app, such as youtube? You could also try running a video through it to see if it's...
  8. learning_brain

    Re-Review - Image Search Engine

    First off - my 10240MB Bandwidth has just run out!!!! Again!!!!!...... grumble grumble.... and yes I am upgrading before you suggest it. :D Thanks Bumbly. Nice idea but at present, the crawler makes no distinction with copyright. I did have a function that extracted the meta data from the...
  9. learning_brain

    need your bad critique to my site !!!

    Not bad... few things. As posted above, the content width is circa 750px wide. The vast majority of users now use 1024x768, so you can afford to increase the content width considerably. This template was obviously used for old browsers of 800x600 which is hardly ever used now. In addition...
  10. learning_brain

    Re-Review - Image Search Engine

    I had no idea you meant "force download" like that.... what browser are you using???? That's scary!!!! Anyhoo - done Directly accessing image size (which I do store - sorry for the confusion) to dictate tag info, together with alt tag. I've also altered the css for this image to re-size to...
  11. learning_brain

    Get filesize of external/ remote image

    Fantastic! - Thnaks Misson. Due to the number of images already obtained, I've written a separate page on cron that does just this. As my crawler also harvests embedded images, it was tricky to do this as the cURL is for the main page, not each image, but the new page resolves all these...
  12. learning_brain

    Get filesize of external/ remote image

    This is an interesting one. I have an image crawler (external sites) that gets image size no problem, but filesize is proving tricky. I'm getting errors with both filesize() and stat() - presumably because I'm not reading from a local directory. I have two crawl systems - one for images...
  13. learning_brain

    Re-Review - Image Search Engine

    Hmmm - my wife hates it and I thought it was OK - she seemed to think it looked like a naked baby - bit disturbing! Now here I'm puzzled. Yes I have re-done the css to match, but when you say 'force downloading', isn't the page you click on meant to download the image? Just to clarify, I...
  14. learning_brain

    Re-Review - Image Search Engine

    Yah - this has become really complex whe it probably doesn't need to. I can get the left div to stretch nicely, but the right col doesn't default to full width when using inline-block. I've also tried using width: 100% but witdth but it fills the entire background. In addition, I can't get...
  15. learning_brain

    Re-Review - Image Search Engine

    I've found something I might be able to use - with a bit of customisation. http://www.qualityimagesearch.com/test/dragresize.php Just need to figure how to cutomise now lol.
  16. learning_brain

    Re-Review - Image Search Engine

    Many thanks for your continued support. Link colours have been amended. Absolutely love the idea of the drag column width - I'll investigate. Rich
  17. learning_brain

    Re-Review - Image Search Engine

    OK CSS on page numbers - done Depth of shadows - agreed - tuned down to just 0.3. I've also reduced the size and lightened the border to suit - much better :D Arrow on icon - redesigned, although I'm still not sure I like it. Radius vs vertex distance - agreed and re-done. My only...
  18. learning_brain

    Re-Review - Image Search Engine

    Sorry for the double post but I have done quite a bit of work to this... Logo change complete css overhaul new menu A few cross-browser issues - especially with IE IE8 Firefox Chrome I could do with just a few comments before I go live and run this through the rest of the site...
  19. learning_brain

    Re-Review - Image Search Engine

    OK - this has proven to be a whole load of fun - not! I've attempted some sort of JS, but my skills are just not up to scratch. I have however looked at the design and am working on a page at http://www.qualityimagesearch.com/test.php The structure is virtually identical to the previous (with...
  20. learning_brain

    Custom Search Engine [Not Google CSE]...

    If it's just based on internal textual content, Sphinx is easily the best solution. I have tried it in the past and it works great with customisable output pages as well.
Top