[Linpha-cvs] SF.net SVN: linpha: [4586] trunk/linpha2/docs/dev/TODO.txt
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2006-10-17 20:42:06
|
Revision: 4586 http://svn.sourceforge.net/linpha/?rev=4586&view=rev Author: fangehrn Date: 2006-10-17 13:41:49 -0700 (Tue, 17 Oct 2006) Log Message: ----------- updated Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2006-10-15 21:20:26 UTC (rev 4585) +++ trunk/linpha2/docs/dev/TODO.txt 2006-10-17 20:41:49 UTC (rev 4586) @@ -5,41 +5,6 @@ ## Small Todos - save image height and width in database to reduce file access in get_image.php and imgview() ? -- using rounded corners without images: -------------------- -<style type="text/css"> - -.curvy {position:relative; width:400px; height:150px; background:#08c; color:#000; margin:5em auto;} -#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#08c; background:#fff;overflow:hidden;} -#ctl {top:0px; left:0px;} -#cbl {top:130px; left:0px;} -#ctr {top:0px; left:380px;} -#cbr {top:130px; left:380px;} -#quadtl, #quadtr, #quadbl, #quadbr {position:absolute; font-size:150px; font-family:arial; color:#08c;line-height:40px;} -#quadtl {left:-8px;} -#quadtr {left:-25px;} -#quadbl {left:-8px; top:-17px;} -#quadbr {left:-25px; top:-17px;} -#txt {position:absolute; top:5px; left:5px; width:390px; height:140px;} -#txt p {font-size:10px; line-height:17px; color:#fff;} - -</style> - -<div id="info"> - -<h2>Curved Corners</h2> - -<div class="curvy"> -<div id="ctl"><div id="quadtl">•</div></div> -<div id="cbl"><div id="quadbl">•</div></div> -<div id="ctr"><div id="quadtr">•</div></div> -<div id="cbr"><div id="quadbr">•</div></div> -<div id="txt"><p>I know it's been done before, but not this way!<br />A box with curved corners into which you can put text that goes right up to the corners.<br /> -Again, no graphics were used in the making of this demonstration.<br />All it takes is four quadrants of a bullet point positioned absolutely in each corner (arial font this time as it's the safest one to use).</p> -</div> -</div> --------------------------- - - style forms this way http://www.cssplay.co.uk/menu/form.html not that much colors, but with alignments and <label> @@ -71,7 +36,14 @@ - Bracket Support, enable by default, only if old version found, disable it, or require imagemagick > "6.1.4" +## Nice to have +- ability to play flash videos + free player: FlowPlayer + convert videos in flash format: + # ffmpeg -i input_file -b bitrate -s XxY -pass 1 -passlogfile log_file video.flv + # ffmpeg -i input_file -b bitrate -s XxY -pass 2 -passlogfile log_file video.flv + for details see c't 21 / 2006 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |