Jump to content

redarrow

Members
  • Posts

    7,306
  • Joined

  • Last visited

Everything posted by redarrow

  1. Ok here go's, I am currently working on a number plate recognition program, for a known car company, all the database is done all the css everything, except the recognition of the number plate via a picture, got any ideas please programming language needed any think..... goggle doing it via maps at the moment , when a car number plate is seen on satellite view, it blanks the number plate out , i want the opposite, i want to get the number plate info .
  2. Processing.js is explicitly developed for browsers that support the HTML5 <Canvas> element. Processing.js runs in FireFox, Safari, Opera and Chrome but will not be supported in Internet Explorer until Mircosoft catch up with ISSUE 15. love this statement. buy the way grate stuff, i am not good enough, to learn html5 no way
  3. what are you on about please... Was you asking in a strange way, how to have a brake every 100 character, or word?
  4. database normalization http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html
  5. your have to create the page on it own, then include the page to every page that needs the footer..... index.php include header.php include body.php include footer.php get the drift?
  6. Something like this you want i guess <?php if($highlighted =="Y"){ $highlighted="Yes")}else{ $highlighted="No"} ?>
  7. There nothing really can be done, I think using ajax might read the time of delay, then show a pic or count down that it bro.
  8. what it say on the page when adding this mate? <?php echo GET['scr'];?>
  9. Good question, but due to competition, you can not see who just submitted there info to Google to be listed in there search engine . There no list, for anybody except Google staff for new added domain names. or there no information on domain names waiting to be added via Google. building a search engine takes years(( a proper one and cost's thousands/millions to create, especially the infrastructure and net work behind it. People that create scripts, that scrape info from Google, are not real search engines. real search engines are massive very massive. The coding for indexing web sites on a search engines, is massive you have to be able to walk and talk mysql...
  10. my way and it fall proof, it also compare the result, are correct not duplicated. This code, will only produce the number of results, via the count of the array. <?php $array=array("my" , "mother" , "is" , "really" , "beautiful"); for($i=0; $i<count($array); $i++){ shuffle($array); $a[]=$array[0].' '.$array[1].' '.$array[2].' '.$array[3].' '.$array[4]; $b=array_unique($a); } foreach($b as $res){ echo" $res <br> "; } ?>
  11. as close as i can get so far. <?php $array=array("my" , "mother" , "is" , "really" , "beautiful"); for($i=0; $i<count($array); $i++){ shuffle($array); $a=$array[0].' '.$array[1].' '.$array[2].' '.$array[3].' '.$array[4]; echo "$a <br>"; } ?>
  12. Look, i like your idea's, and design, and the way your thinking, well done, don't get depressed, i've seen worse,and there doing it for a living lol... your doing grate, just need to learn how, buy your self now... to tweak it all up (( don't change the way you want things, just try different methods to add them things you want ok mate.
  13. To be honest mate, if there even a wrong tag in a code these days, search engines spit you out straight away. But saying that i've, seen some stupid designs get away with it, but it all stopping! Speed about your design, and your host in today's world mate. remember a search engine validates all your work even your code tags... it even reading what written on pic, know days. if everything is correctly validated, then the speed of any site relays, on there bandwidth with there host.
  14. html warnings! 443 Errors, 171 warning(s) http://validator.w3.org/check?uri=http%3A%2F%2Fwww.thecricfanclub.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 css Warnings (2054) http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.thecricfanclub.com%2F&profile=css21&usermedium=all&warning=1&lang=en everything needs correcting, to just enter google correctly ((speed well another issue)) toy can tell via the above why we study to get it wright. If you want all browsers comparable, need everything with no errors or warnings?
  15. Look mate, your web site is slow because it been created with loads of 3rd party add-on, that why learning to design a web site is more better, then using third party applications. I have looked at the web site in question and used a 50mb line, and it works fine, i then looked at it with smaller bandwidth line, it not even viewable. Sorry to say, this is all about web site design, and knowing what design tec, goes with what at the time of a project is designed. Unfortunately no one can do nothing to fast things up(( except give free broadband away at 50mb <>joke<>)) except ask you to redesign the project your self, and don't use third party applications all slapped together again. You need to study more pal, the seo is completely wrong, also the page weight is terrible, the css and html and java script are all jumbled . sorry no easy fix.....
  16. did you create a cookie.txt in the same directory as this code... within the cookie.txt file should hold the cookie/info ....
  17. This is a example why validating all your code is so important. also show's you why members must have accounts to upload stuff. Dam people. so many people wanting to get account info/ user names/passwords. as hosting get cheaper, the more people want to use other peoples accounts. sheared host are so bad these days due to lack off security. makes me so mad...
  18. I am sure you need ssl installed and it TRUE secure socket layer
  19. One min, i already said you can do what you want, as long as the person pressing the button agrees with your terms and condition, and the database updates that information to keep a safe record. you don't need to insult me pal, as i am not the one asking for help.
  20. Are you trying to tell me, that the current project is a intranet project only.
  21. oni-kun thank you for your support.
  22. If i show you how a hacker hacks a web site then my account will be deleted. sorry, i wont show no one, how a web site is created insecurely, and holes let me change variable results encrypted or not. or is my complete php,apache,mysql realy so secure that no one can get in and change nothing, who knows hay...
×
×
  • 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.