| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Feb 7 at 23:52 | |
| stats | profile views | 3 |
|
Feb 3 |
awarded | Supporter |
|
Nov 7 |
revised |
How to Center Grouped Images on a Page with Dynamic width? added 53 characters in body |
|
Nov 7 |
comment |
How to Center Grouped Images on a Page with Dynamic width? That's the intent. |
|
Nov 7 |
asked | How to Center Grouped Images on a Page with Dynamic width? |
|
Oct 31 |
answered | Floating DIVS - One Overlapping for no Reason? |
|
Oct 30 |
comment |
Floating DIVS - One Overlapping for no Reason? The menu does have a fixed width - the only reason the other one does not is because I need the content to be able to expand/collapse if a user sizes or resizes their window. Setting a width to it kind of prevents that - and it doesn't solve the overlap problem. |
|
Oct 30 |
comment |
Floating DIVS - One Overlapping for no Reason? Right - but then the text content is still pushing the menu content down below the div (the menu should be maybe half the size it is - if that). Ideally the menu would sit right next to the text, and be only the height of those two menu items. If you do: <div style="float:left;">1</div> and <div style="float:left;">2</div> - those two divs sit right next to each other. Why don't mine act the same way? |
|
Oct 30 |
comment |
Floating DIVS - One Overlapping for no Reason? Weird. It works fine when I click it! I guess try: codysilfies.com/kenji/beta.html |
|
Oct 30 |
asked | Floating DIVS - One Overlapping for no Reason? |
|
Sep 15 |
awarded | Commentator |
|
Sep 15 |
comment |
Can't get PHP form to save datetime to NULL There's an extra ")" in the escape string that gets passed if there's a date in the field - but otherwise this works perfectly. Thanks again! |
|
Sep 15 |
comment |
Can't get PHP form to save datetime to NULL Awesome. Thank you much! The code had been working until recently when we switched servers - I think an upgrade somewhere behind the scenes highlighted some of the errors in my less-than-legit code. Perhaps rebuilding the page along the lines of your examples would be better in the long run. Thanks for your time! :) |
|
Sep 15 |
accepted | Can't get PHP form to save datetime to NULL |
|
Sep 15 |
comment |
Can't get PHP form to save datetime to NULL This is where my noobish-ness comes into play; It's proper form to have multiple mysql_query-ies on a page? So it'd be fine if had a mysql_query(Update...) for date2, another for date3, and another for the rest of the fields on on the form? |
|
Sep 15 |
comment |
Can't get PHP form to save datetime to NULL Problem is definitely the quotes in this section, but I can't get the code to WORK when removing them. As noted above I tried simply date2 = $date2, without quotes or anything (adding them into the IF statement when there IS a date) - but it spits out an error that my syntax is wrong. |
|
Sep 15 |
asked | Can't get PHP form to save datetime to NULL |
|
Aug 23 |
accepted | RSS time not being read correctly? |
|
Aug 23 |
comment |
RSS time not being read correctly? Makes sense! Any suggestions on the most practical way to fix the problem? I guess since even a browser's reader interprets the +0000 - the solution would be to alter the pubdate on the uvmbored.com side of things, as opposed to altering my rss2html code. Thanks for the help! |
|
Aug 23 |
comment |
RSS time not being read correctly? Weird! Not the case for me (img837.imageshack.us/img837/7219/screenshot20120823at253.png) |
|
Aug 23 |
asked | RSS time not being read correctly? |