925 reputation
1936
bio website sonikastudios.com
location Vancouver, Canada
age 27
visits member for 3 years, 4 months
seen yesterday
stats profile views 207
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.

Mar
23
accepted Can I change the vertical position of a strike-through on a website?
Mar
23
asked Can I change the vertical position of a strike-through on a website?
Mar
20
accepted How do I remove a flash video completely after the video was called by swfobject
Mar
20
comment How do I remove a flash video completely after the video was called by swfobject
$('#youtubecontainer'+suffix).remove('object'); $('#youtubecontainer'+suffix).html('<div id=\"youtubepreview'+suffix+'\"></div>'); // and then re-embed a new video that will replace the old one, or leave it blank if the video is supposed to be blank. Thanks for the pointer towards the remove() function!
Mar
20
awarded  Commentator
Mar
20
comment How do I remove a flash video completely after the video was called by swfobject
Struggled with it - and then an epiphany. When swfobject applies a video to a certain DIV, it doesn't next it, but turns the actual div INTO the object itself. So I guess I just need a dual-layer system so I can keep at least one DIV intact.
Mar
20
answered Parsing data without HTML tags
Mar
20
asked How do I remove a flash video completely after the video was called by swfobject
Mar
11
accepted What does the & sign mean in PHP?
Mar
11
asked What does the & sign mean in PHP?
Feb
8
comment Programatically backing up (and emailing) a full MySQL database via PHP
no it lays within eaach account... so if you have /backups/ set from your FTP, it'd be under /home/<myuser>/backups In my case, I have it under my admin module - which is at /home/jeffkee/admin/db_backup/ The folder name/location doesn't matter as long as you set it up right.
Feb
8
answered How to get the absolute coordinates of a view
Feb
4
answered Is it possible to get information about the operator on iPhone?
Feb
4
answered adding minus icon at the end of sortable
Feb
4
comment Programatically backing up (and emailing) a full MySQL database via PHP
What do you mean control? In case I mislead you with talks of FTp etc...This is as simple as installing wordpress, really. Upload it, configure the mysql access username password, select db, select frequencies and you're done. By default the .sql files are stored within the application folder. Or should i say "directory" instead of "folder" since we're talking about apache servers? :P
Feb
4
comment IN Wordpress, .php files within the theme folder do not run, but return 404 error
jeffkee.com/web-development-design/…
Feb
4
awarded  Scholar
Feb
4
accepted IN Wordpress, .php files within the theme folder do not run, but return 404 error
Feb
4
comment IN Wordpress, .php files within the theme folder do not run, but return 404 error
FIXED!!!!! I changed wp-content to permission 755 and it worked!!! Thakn you so much - you pointed me towards the perfect place to do this. You are great.
Feb
4
comment IN Wordpress, .php files within the theme folder do not run, but return 404 error
[Thu Feb 04 01:44:00 2010] [error] [client 174.6.169.139] SoftException in Application.cpp:610: Directory "/home/sonikas/public_html/wp-content/themes/sonikas" is writeable by others, referer: sonikastudios.com/portfolio/drive-dance-centre [Thu Feb 04 01:44:00 2010] [error] [client 174.6.169.139] Premature end of script headers: timthumb.php, referer: sonikastudios.com/portfolio/drive-dance-centre I think that's the culprit. So I guess there's heightened security... I'm usually lazy and I just set permission to 777 but i suppose I shoudl go with 755 or something.