da5id
|
Registered User
|
|
|
Nov 21 |
accepted | Achievements / Badges system |
|
Nov 18 |
comment |
Achievements / Badges system Yes I agree. Like you, I have a "community" site that I put together single-handedly. It's something I've always meant to do, but have always had more pressing issues to take care of first. |
|
Nov 17 |
revised |
Achievements / Badges system added 60 characters in body |
|
Nov 17 |
comment |
Achievements / Badges system Incidentally, I too have a site that I've been thinking of implementing "badges" on, so thanks for helping me think it through :) |
|
Nov 17 |
revised |
Achievements / Badges system added 148 characters in body; added 101 characters in body |
|
Nov 16 |
comment |
Achievements / Badges system ...just remember to put indexes on the tables! |
|
Nov 16 |
comment |
Achievements / Badges system Sorry, off to a meeting or I'd expand my answer, but basically the idea is to not have to worry about either: Every time a user submits something to the site you increment the Submissions_User table in my answer - immediately after that you run the "event listener" and award a badge if applicable. |
|
Nov 16 |
comment |
Achievements / Badges system @Fredrik, that's not what I meant, sorry for the confusion - see my answer below. |
|
Nov 16 |
answered | Achievements / Badges system |
|
Nov 16 |
comment |
Achievements / Badges system pedantically praps, but i think it quite clever :) |
|
Nov 16 |
comment |
Achievements / Badges system @Fredrik, agreed on "assigned", but "assigned_at" means you can track stuff like the 1,000,000 forum posts badge mentioned. He's basically tracking two kinds of badges in the one table. |
|
Nov 6 |
answered | How do you store an integer while in a foreach loop |
|
Nov 4 |
comment |
CSS: Two columns, balanced heights with preference for the left column I'm pretty sure there no non-Javascript way to do it then. I hate to even say it, but <table>s always did a reasonable job at that kind of auto-content-fitting. |
|
Nov 4 |
answered | CSS: Two columns, balanced heights with preference for the left column |
|
Nov 1 |
accepted | Disappearing submit button in IE7 |
|
Oct 30 |
comment |
Detect Internet Explorer 6 or below in jQuery +1 'cos "Worrying about versions and platforms is pretty 1999" is about the most ridiculous thing I've heard today. Oh to live in that world :) |
|
Oct 29 |
answered | Disappearing submit button in IE7 |
|
Oct 29 |
comment |
Disappearing submit button in IE7 Thanks for the input & link, but that didn't do it either. I've finally fixed it & will post the answer. |
|
Oct 29 |
comment |
Disappearing submit button in IE7 Cheers, good thought, but sadly no :( |
|
Oct 29 |
comment |
Disappearing submit button in IE7 I read this recently but hadn't made the connection 'til you mentioned it. It does sound like the same issue, which makes me think it's 'known' and there's a fix, but the TFA doesn't say what it is! |
|
Oct 29 |
comment |
Disappearing submit button in IE7 Hah, my first thoughts too, but unfortunately neither of these. I've even tried setting visibility explicitly to "visible". The issue is only in IE7. |
|
Oct 29 |
asked | Disappearing submit button in IE7 |
|
Oct 18 |
comment |
CKEditor custom select menu I'm considering using it because of semantic XHTML goodness & paste from Word. I was thinking I would need to write something like this to make an image selector, so I'd be very curious too see if you fixed it? |
|
Oct 16 |
revised |
Handling back button deleted 5 characters in body |
|
Oct 15 |
comment |
Handling back button +1 for meta-answering :) |
|
Oct 15 |
answered | Handling back button |
|
Oct 10 |
accepted | Inline stretchy button with CSS background image |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image ...and thanks everyone for all the help :) |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image It doesn't directly, but I followed a link from your post to find my answer so +1 Cheers :) |
|
Oct 8 |
answered | Inline stretchy button with CSS background image |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image Good advice (cheers), but I've managed to do it with a single span within an anchor. I'm going to answer my own question in case anyone else needs to do it. |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image I can't just set the image to repeat 'cos of the rounded corners - that's why I went down the 'sliding doors' path in the first place. |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image But it's fixed size. I need the button to be able to stretch. |
|
Oct 8 |
revised |
Inline stretchy button with CSS background image added 33 characters in body |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image ...plus the method you've linked to uses Javascript. |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image Thanks but that won't work as a form within a paragraph won't validate. |
|
Oct 8 |
revised |
Inline stretchy button with CSS background image added 237 characters in body; added 30 characters in body; deleted 1 characters in body |
|
Oct 8 |
comment |
Inline stretchy button with CSS background image Apologies if I've created any confusion. See my edit. |
|
Oct 7 |
revised |
Inline stretchy button with CSS background image deleted 3 characters in body |
|
Oct 7 |
revised |
Inline stretchy button with CSS background image added 19 characters in body |
|
Oct 7 |
asked | Inline stretchy button with CSS background image |
|
Sep 29 |
answered | Is a PHP session variable shared across running scripts? |
|
Sep 28 |
answered | Access and Display Images/ Prompt File Downloads that are located outside the application folder |
|
Sep 23 |
comment |
Make a space between paragraph (x)html, css OK then, how about setting margin-top to "div p" and negative margin-bottom to "div h1"? |
|
Sep 23 |
answered | Make a space between paragraph (x)html, css |
|
Sep 18 |
awarded | ● Yearling |
|
Sep 16 |
comment |
User Recommendation Email Body @John I normally include a script like that found at alt-php-faq.org/local/115 at the top of all forms processing scripts. You also need to run all your $_POST variables through strip_tags, though there are more comprehensive sanitization methods - a Google search should see you right. |
|
Sep 16 |
awarded | ● Notable Question |
|
Sep 15 |
comment |
User Recommendation Email Body ...and just make sure you sanitize the input variables first. Don't take them straight from $_POST or you're just begging to be spam-hacked. |
|
Sep 15 |
answered | standard Xhtml- div vs li. |
