| bio | website | sonikastudios.com |
|---|---|---|
| location | Vancouver, Canada | |
| age | 27 | |
| visits | member for | 3 years, 4 months |
| seen | 10 hours ago | |
| stats | profile views | 206 |
Web developer, Graphic Designer, and Business Owner in Vancouver, BC
PHP/MySQL, HTML/CSS, Javascript and jQuery, AJAX and DB management specialist
Also experienced with Illustrator/InDesign/Photoshop etc.
|
Jul 3 |
comment |
tbody width not automatically extending to width of table Ah i see the conflict there. Thanks! |
|
Jul 3 |
comment |
tbody width not automatically extending to width of table Wow. So simple and effective. Thanks! |
|
Jul 3 |
accepted | tbody width not automatically extending to width of table |
|
Jul 3 |
asked | tbody width not automatically extending to width of table |
|
Jun 28 |
comment |
Possible reasons why ZipArchive::open would not work in PHP Yup that was it. The PHP FTP class code I was using has no mode selection (or attempts it automatically). I switched to another product I downloaded, and it worked like a charm. Thanks. |
|
Jun 26 |
comment |
Possible reasons why ZipArchive::open would not work in PHP Strangest thing - so i'm getting these files via FTP. And when I download files via the FTP class I'm using, and store it in a folder with a different name, it doesn't work. I directly downloaded from the FTP using my software, uploaded the file directly, THEN it decides to unzip properly. I guess changing filenames breaks integrities in ZIP files on occasion. You've pointed me towards the right path - thanks Mario! |
|
Jun 26 |
comment |
Possible reasons why ZipArchive::open would not work in PHP So the file itself has a problem? No other way around this? Do other ZIP commands give ability to ignore certain "strict" file headers etc.? |
|
Jun 26 |
asked | Possible reasons why ZipArchive::open would not work in PHP |
|
Jun 18 |
comment |
display: hidden CSS not working Possibly being overridden by higher level CSS selectors, based on specificity. I'd check firebug to see what's overriding it, and set up a higher specificity order (#content ul.sdt_menu.... for example). |
|
Jun 18 |
asked | jQuery UI buttonset colour doesn't clear out after de-selecting |
|
Jun 18 |
comment |
PHP Function that can convert an alphabetically spelled number to numeric? I'm using two different CSS grid systems in one, and they get deployed to multiple sites. Some of them have the skeleton (class="seven columns alpha") while others have the old 960 (class="grid_7 alpha") and I need to include both classes. I guess with only up to 16 columns I may as well build a manual switch function, you're right. |
|
Jun 18 |
comment |
PHP Function that can convert an alphabetically spelled number to numeric? ... consonants? @Robinv.G. good question. I could have it the other way around too, it doesn't matter to me actually. I could use a function that converts 10 to "ten" spelled out. |
|
Jun 18 |
asked | PHP Function that can convert an alphabetically spelled number to numeric? |
|
Jun 15 |
accepted | Mysterious gap under image appearing |
|
Jun 15 |
comment |
Mysterious gap under image appearing Quentin - there's no anchor tag in my HTML whastoever. |
|
Jun 15 |
comment |
Mysterious gap under image appearing <div class="clear"></div> is a clearing mechanism, veyr common to avoid the containing div (such as one with borders) to collapse to 0 height while content inside is visible. Also serves as a clean & compatible <br /> equivalent for <div>s without having to do extra work. |
|
Jun 15 |
comment |
Mysterious gap under image appearing Bingo. Worked like a charm. So basically i was just missing "display:block;"? The !important; part didn't make a difference omitted or included... |
|
Jun 15 |
asked | Mysterious gap under image appearing |
|
Jun 14 |
awarded | Notable Question |
|
Jun 4 |
accepted | Trying to center align UL but the width defaults to 100% |