Twitterbook v2
Thursday, April 3rd, 2008Twitterbook has been updated! Download the new script and use it to update your Twitter account with your Facebook status.
(more…)Twitterbook has been updated! Download the new script and use it to update your Twitter account with your Facebook status.
(more…)How to use Twitterbook to get the status from your Facebook account to update your Twitter.com status as well.
Twitter is the South by Southwest award winning social networking service that allows members to keep each other updated on what they are currently doing or thinking.
Facebook, another social networking service, was originally developed for college and university students but has been opened to anyone with an email address. Now with over 17 million accounts, Facebook allows users to keep a list of friends, blog, share photos—and post their current status.
(more…)To help you get started using the Comic Gallery script I released earlier this week, I’ve put together a zip file including an example PHP webpage, CSS file, supporting images for the CSS, and a directory with 10 comic images. Special thanks to Michael Heilemann for the webpage template, and Les Gilpin and Ed Furness for the comic.
Download
ComicGallery.zip
Unzip the file and upload the files to a directory on your website as follows:
Visit the example webpage you setup at http://YourWebsite/YourWebsiteFolder/example.php and see the script in action!
You can now modify and/or rename example.php in your webpage editor, as well as replace the content of the images directory with your own webcomic or other artwork.
To change the settings for your Comic Gallery, open comicgallery.php in your text editor. The code at the top of the script includes the variables you can change to produce different types of galleries. Here are the variables and what changing them will do to your gallery:
Comic Gallery generates minimal, standards based markup so you can easily control the appearance of your gallery using Cascading Style Sheets. For example:
#example { width: 500px; margin: 0 auto; text-align: center; }
#cg_img { height: 480px; }
#cg_nav1, #cg_nav2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
#cg_nav1 a, #cg_nav2 a { text-decoration: none; }
#cg_nav1 a:hover, #cg_nav2 a:hover { text-decoration: underline; }
#cg_credits { font-family:”Courier New”, Courier, mono; font-size: 11px; color:#999; }
#cg_credits a { color:#666; text-decoration: none; }
#cg_credits a:hover { text-decoration: underline; }
.cg_arrow1, .cg_arrow2 { font-weight: bold; } You can use these ID and CLASS names to create a custom style for your gallery, or just let the gallery pickup the default styles you’ve set for paragraphs, images and links on your page.