Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Nick Partyka
am i using "require_once" in php correct?
i have my header, nav, and footer in separate php files, which i link to using this code:
<?php require_once('shared/header.php'); ?>
however it makes my site load super slow, if it does load at all. i tried using "include_once" but that was the same too. my site is nickpartyka.net
2 AnswersProgramming & Design9 years agowhen i moved my site from windows server to linux server the css and javascript fell apart!?
I recently switched my website http://nickpartyka.net/ from a windows server to a linux server. now i notice my css and javascript fell apart in some spots. if anyone could give me some insight that would be awesome as i still really dont know what im doing.. thanksss
1 AnswerProgramming & Design9 years agowhy wont my css borders show in firefox?
i have a table that has a 1px border on it. when i preview the page on my hard drive the borders show, but when i upload the website to my server the borders dont all show up, one or two rows will not have a border on the top
3 AnswersProgramming & Design9 years agoHow can i re-size multiple images at the same time?
I need to re-size multiple images at once to a 500px width. the current sizes are all different so the finished heights will be different. i have adobe cs5.5
3 AnswersPhotography9 years ago