Jump to content

spiderwell

Members
  • Posts

    1,008
  • Joined

  • Last visited

Everything posted by spiderwell

  1. I just had a look and it seems to be working?
  2. maybe its only scope is inside the function so it wont have a value outside of it?
  3. i like how google lets me block all results from w3schools
  4. var myid= $('.someclass').attr("id"); <div class="someclass" id="tryme"></diiv>
  5. spiderwell

    NaCl

    well i took my idea and made this on the weekend http://www.ethickink.co.uk/elemental/
  6. i removed it as i found it and excuse the pun, less of a drag to double click. it also meant i could get the sortable working in the final area without cloning. its something i need to get sussed out properly. Ok for now I have re added the drag facility. however it means i had to removed the sortable on the final area which clones, while i work out how to fix that bit did anyone make any interesting elements yet? I hadded a few domestic compounds, some simpole obvious ones, a few for the street pharmists, and a few radnom ones , like TNT
  7. no i could do it, i had drag before too but that became tedious, you make an interesting point towards accessibility, so i will add it tomorrow. ive updated it a bit to now have better icons and a rudimentary score system
  8. its just a reset button for now. infact i renamed it for now, the name didn't make much sense
  9. coded this up over the last couple of days, using a newly developed mvc style design. the idea was sprung a while back but finally got down to doing it. its a periodic table and the idea is to create compounds from the elements. I only have a few compounds hard coded in, plus a few easter eggs for people making words from symbols instead. www.ethickink.co.uk/elemental looking for feedback on the design and also functionality and any ideas of what to add to make it more fun. thanks
  10. nice crisp design, nice page effects too. not much of a designer myself but like the code
  11. wordpress is a great system.
  12. or you can still use wiki by turning of javascript or accessing via a mobile device
  13. having coded in asp for many years, i found the transistion to php quite simple.
  14. i know the picture is supposed to be a funny image, but i find it offends me
  15. you need to post the relevant code from class.phpmailer.php as the code you posted doesnt show the email sending function
  16. well i got it working in the end from lot so trial and error! however this is only on my local server using WAMP on my computer, doesnt seem to like it on the live site i shall try and work out why!
  17. 1. according to my hosts it does, but shot off a ticket just incase 2a. i went back to the single redirect on the live server as i know that works fine, it doesnt seem to redirect with this on the live site 2b. admin.php load up the display html only and nothing else. i see what the hosts come back with first but im more inclinded to think its my htaccess only because i dont really know how to write it . im still interesting in getting my original query working local too, with 2 redirects in place. its limiting my advancement, as im using the url to tell the controller script what to do /user/edit/?id=5 kinda thing
  18. I just put the whole thing on my domain and now it wont do any of the redirect! does anyone have any suggestions? thanks
  19. well it doesnt work at all on my live environment!! haha damn i hate HTaccess
  20. i guess it depends really on how the retailers offer their information, if they all have varied formats, it might be best to write each one specifically, and then have a control script that runs through all of them?
  21. i tried this <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(a/.*)$ admin.php?url=$1 [PT,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?url=$1 [PT,L] </IfModule> it doesnt seem to to take any notice of it
  22. a catchy game that rotates banner ads unless you pay for it? (the game isnt a banner ad rotator just to be clear )
  23. i second the CKedit example! its great
  24. providing a service that looks up something someone is prepared to pay for? many have been done, like online hpi checks on cars. or maybe a cloud service? however need to find something thats not been covered, or cover something in a new way thats better than existing apps
  25. HNE everyone!
×
×
  • 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.