Showing posts with label Photo gallery. Show all posts
Showing posts with label Photo gallery. Show all posts
Wednesday, November 5, 2008
Screencasting tools, Photo galleries
8 Free Screencasting tools
http://zaidlearn.blogspot.com/2008/10/8-free-screencasting-tools-for-tony.html
Photo galleries for website
http://www.paulvanroekel.nl/picasa/tiltviewer/
Friday, December 7, 2007
js: slideshow. Highslide :) tag: lightbox: thickbox: a-r-t: work:
http://vikjavev.no/highslide/
php: image unsharp mask for PHP
http://vikjavev.no/computing/ump.php?id=306
silverstripe: Menus aren't displayed
>> check if the newly created Controller has extended the Page_controller.
e.g: class HomePage_Controller extends Page_Controller
Sapphire
js: TinyMCE2
js: Multifile
js: SWFUpload
http://vikjavev.no/highslide/
php: image unsharp mask for PHP
http://vikjavev.no/computing/ump.php?id=306
silverstripe: Menus aren't displayed
>> check if the newly created Controller has extended the Page_controller.
e.g: class HomePage_Controller extends Page_Controller
Sapphire
js: TinyMCE2
js: Multifile
js: SWFUpload
Labels:
a-r-t,
issues,
js,
lightboxcms,
Photo gallery,
Silverstripe,
slideshow,
work
Wednesday, December 5, 2007
SQL: Multiple Delete
The Definitive Open-souce web photo gallery
http://www.plogger.org/
sql: mySQL: using: Multiple Delete: Deleting records from multiple tables.
DELETE t1,t2 FROM t1,t2,t3 WHERE t1.id=t2.id AND t2.id=t3.id;
Or:
DELETE FROM t1,t2 USING t1,t2,t3 WHERE t1.id=t2.id AND t2.id=t3.id;
http://www.plogger.org/
sql: mySQL: using: Multiple Delete: Deleting records from multiple tables.
DELETE t1,t2 FROM t1,t2,t3 WHERE t1.id=t2.id AND t2.id=t3.id;
Or:
DELETE FROM t1,t2 USING t1,t2,t3 WHERE t1.id=t2.id AND t2.id=t3.id;
Subscribe to:
Posts (Atom)