Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /home/question/public_html/scripts.php on line 1574
Q: blogging sidebar elements
Submitted By: ventureblogalist, 48 days, 11 hours, 8 minutes ago
where are some good resources to show me how ot build a sidebar element for my blog? for example, on my blog i show a vsocail list of my favorite movies as well as a list of my favorite digg articles. i am looking for a way to create my own displayable lists in my sidebar for sites that do not provide the code to do so. for example, http://www.stylehive.com/finnstones, i would like to my a vertical badge of the last 10 entries to this profile , showing title, image name, and with a link. i guess i just need to find a good example but dont have any to go off of.
i already know i can make the feed include images by remixing it using rssmix or feed43. but what i really need is some good resources that provide styling for a sidebar element.
thanks!
Please try not to post duplicate answers... if you see an answer that you want to post, just add a vote to it and you can add a note as well. Thank You
0
0
CGI and CSS
Submitted By: Professor_Zen ( 266 days, 23 hours, 42 minutes ago )
The answer probably depends on how much of a programmer you are. From what it seems you want, you're going to need to do some web page scraping, and an HTML template would probably be helpful too.
If it were me, I'd be looking at Perl for my CGI and sprinkle in the necessary CSS and/or JavaScript to make it look pretty.
If it were me, I'd be looking at Perl for my CGI and sprinkle in the necessary CSS and/or JavaScript to make it look pretty.