-
Posts
1,008 -
Joined
-
Last visited
Everything posted by spiderwell
-
I just had a look and it seems to be working?
-
maybe its only scope is inside the function so it wont have a value outside of it?
-
newbie to ajax - response is not formatted correctly.
spiderwell replied to dotolee's topic in Javascript Help
i like how google lets me block all results from w3schools -
var myid= $('.someclass').attr("id"); <div class="someclass" id="tryme"></diiv>
-
well i took my idea and made this on the weekend http://www.ethickink.co.uk/elemental/
-
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
-
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
-
its just a reset button for now. infact i renamed it for now, the name didn't make much sense
-
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
-
nice crisp design, nice page effects too. not much of a designer myself but like the code
-
wordpress is a great system.
-
Alternatives to Wikipedia you can use during the blackout
spiderwell replied to joe92's topic in Miscellaneous
or you can still use wiki by turning of javascript or accessing via a mobile device -
If you know one or 2 languages, then you know them all??
spiderwell replied to OM2's topic in Miscellaneous
having coded in asp for many years, i found the transistion to php quite simple. -
i know the picture is supposed to be a funny image, but i find it offends me
-
Sending mail to all email addresses in mysql database
spiderwell replied to NealeWeb's topic in PHP Coding Help
you need to post the relevant code from class.phpmailer.php as the code you posted doesnt show the email sending function -
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!
-
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
-
I just put the whole thing on my domain and now it wont do any of the redirect! does anyone have any suggestions? thanks
-
well it doesnt work at all on my live environment!! haha damn i hate HTaccess
-
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?
-
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
-
Which Types of Applications Are Profit Promising?
spiderwell replied to Glese's topic in Miscellaneous
a catchy game that rotates banner ads unless you pay for it? (the game isnt a banner ad rotator just to be clear ) -
looking for a WYSIWYG HTML browser Editor
spiderwell replied to jason213123's topic in Miscellaneous
i second the CKedit example! its great -
Which Types of Applications Are Profit Promising?
spiderwell replied to Glese's topic in Miscellaneous
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