Welcome
Website Templates & Designs
Are you in need of a nice website design, but don't feel like forking out a cool $5,000 for a graphic designer. Well, the folks here at Synapses have a simple easy and cost effective solution to save you time and most importantly save you some money!
Check out our website template gallery here
Website Hosting $5.99 a Month!
If you need webhosting for very cheap, Synapses has you covered.
Drop us a line a chris@synapsesinc.com.
Lightbox + PHPGD = Simple Soultion
Are you tired of "PHP Galleries" that are "easy" to install, only to leave you with two copies of the image on your server, or requiring you to make a thumbnail image of the picture. That can be time consuming and quite litterally a pain in the ass. What if, depending on your server of course, you could drop images into a folder, and poof, your done.
If you have a PHP and GD compliant webserver and you want a cool lightbox image gallery that is easy to update and maintain with the use of ftp then download the latest Synapse Lightbox.
Take a peek at the source below. Click here to see it in action.
If your using our lightbox solution and would like to donate, feel free to do so here:
Synapses Lightbox Code Sample (XHTML/PHP)
Type the following code then press Ctrl+S to save the document.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Synapses Inc. Auto Resize Lightbox Gallery
</title>
<!-- Meta Tags -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<!-- CSS -->
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/default.css" type="text/css" media="screen" />
<!-- Javascripts -->
<script src="scripts/prototype.js" type="text/javascript"></script>
<script src="scripts/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="scripts/lightbox.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<center><h3>Synapses Inc. Auto Resize Lightbox Gallery</h3></center>
<p> </p>
<ul>
<table align="center" width="600px">
<tr>
<?
// Gallery Directory
$imgdir = 'gallery/';
//Standard Open Directory Call
$dir = opendir($imgdir) or die("Cannot open directory :" . $imgdir);
//Standard Counter
$cntr = 1;
//How many Colums would you like in the display
$cols = "4";
//Now we set a standard width in pixels
$standard_width = "90";
//Now time for the work to get done
while($file = readdir($dir)) // reading the dir
{
if($file <> '.' && $file <> '..')
{
$ext = substr($file, -3);
if(strtolower($ext) == "jpg") {
$size = getimagesize($imgdir ."" . $file);
if($size[0] > $standard_width){ //We will now need to resize the image propely
$calc = $standard_width / $size[0];
$percentage = number_format($calc, 2);
$w = $percentage * $size[0];
$h = $percentage * $size[1];
} else {
$w = $size[0];
$h = $size[1];
}
if($cntr < $cols) {
echo "<td><a href='". $imgdir ."". $file ."' rel='lightbox[gallery]'><img border='0' src='imgsize.php?w=". $w ."&h=". $h ."&img=". $imgdir ."". $file ."' /></a><td>";
$cntr++;
} else {
echo "<td><a href='". $imgdir ."". $file ."' rel='lightbox[gallery]'><img border='0' src='imgsize.php?w=". $w ."&h=". $h ."&img=". $imgdir ."". $file ."' /></a><td></tr><tr>";
if($cntr == $cols) {
$cntr = 0;
}
$cntr++;
}
}
}
}
?>
</tr>
</table>
</ul>
</div>
<div class="seccontainer">
<ul>
<table align="center" width="600px">
<tr>
<td valign="top"><p>If you like the scripts, <a href="lightbox.zip">here</a> is a zip copy of the source. Enjoy!</p><p> If you use the scripts shoot me an email at chris at synapsesinc dot com.</p><p>Or drop a shout on the nifty little shoutbox to the right!</p>
</td>
<td valign="top">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="chrisbice@gmail.com">
<input type="hidden" name="item_name" value="Synapses Lightbox">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
<td valign="top"><iframe title="synapsesinc" src="http://www1.shoutmix.com/?synapsesinc" width="270" height="400" frameborder="0" scrolling="auto"><a href="http://www1.shoutmix.com/?synapsesinc">View shoutbox</a>
</iframe>
</td>
</tr>
</table>
</ul>
</div>
</body>
</html>
Heading Level 3
So stop waiting until you finish school, until you go back to school, until you lose ten pounds, until you gain ten pounds, until you have kids, until your kids leave the house, until you start work, until you retire, until you get married, until you get divorced, until Friday night, until Sunday morning, until you get a new car or home, until your car or home is paid off, until spring, until summer, until fall, until winter, until you are off welfare, until the first or fifteenth, until your song comes on, until you've had a drink, until you've sobered up, until you die, until you are born again to decide that there is no better time than right now to be happy…
Happiness is a journey, not a destination.
Heading Level 3
Know of a cool site you would like us to list, drop us a email at chris@synapsesinc.com. We will be happy to add it in. And we dont charge a thing.
