PlayOn is a digital media server. If you have a PLAYSTATION 3, Xbox 360, Nintendo Wii, Moxi HD DVR, NETGEAR ITV2000, HP MediaSmart TV, or other DLNA-compliant device, PlayOn lets you watch Netflix, Hulu, CBS, YouTube, CNN, ESPN and more on your TV. And, if that isnt reason enough to check it out, PlayOn also enables you to enjoy your local PC media files wit […]
Anime Studio(former called Moho) is a 2D vector-based cartoon animation application. Moho provides the complete set of tools you need to create an animated cartoon, from drawing and coloring to keyframe animation, multi-layer compositing and final rendering of QuickTime and AVI movie files.
Win7codecs is an audio and video codec package for Windows 7. The installer will automatically remove most other popular codec releases from your computer before installing this concise yet comprehensive package. You wont need to make any adjustments or tweaks to enjoy your media content immediately. Windows Media Player and Media Center will instantly recog […]
AnyDVD is a driver, which descrambles DVD-Movies automatically in the background. This DVD appears unprotected and region code free for all applications and the Windows operating system as well. With the help of AnyDVD you can watch movies with non matching region codes with every DVD Player Software you like! AnyDVD HD comes with same functionality as AnyDV […]
LAV Filters (aka LAVFSplitter) is a multi-format media splitter/decoder that uses libavformat (the demuxing library from ffmpeg) to demux all sorts of media files. MKV/WebM, AVI, MP4/MOV, MPEG-TS, FLV, OGG are tested and will be registered for. Other formats can be tested using GraphStudio. H264, VC-1, MPEG4-ASP (Divx/Xvid), VP8 have been tested and are work […]
Mac Blu-ray Player is the first universal media player for Mac&PC in the world. It can not only play blu-ray HD movies on Mac or PC, but also support any formats of movie, video, audio, music and photo you have ever seen. Particularly, you are able to add subtitles to movie or video, and share the movies information with your best friends. Furthermore, i […]
Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Version 6.08 adds IDM download panel for web-players […]
PotPlayer is a free advanced multimedia player. Done by the same Korean author as The KMPlayer. Considered to be faster and improved version of KMP. Plenty of features and rich customization. Built in support for most video formats and support for video in ZIP and RAR archives.
qaac is a command line AAC/ALAC encoder frontend based on Apple encoder. Since 1.00, qaac directly uses CoreAudioToolbox.dll. Therefore, QuickTime installation is no more required. However, Apple Application Support is required. AAC-LC, AAC-HE, ALAC encoding are supported.
You don't have to go up window-tab and choose the open document there, when you can simply press ctrl + tab, which changes your open document forward and backwards ctrl+shift+tab. Helped me alot! (not tested with PC) Added by Robert in category Photoshop
just a quick one that most will know, but for those that don't, use the followin g format for your plugins, jQuery or otherwise to avoid conflicts when the noConflict() call is made...ensures forward compatibility and saves you valuable characters! it's a self invoking anonymous function, that passes the jQuery object in as a param to allow for ine […]
HTML: blablabla blablabla blablabla CSS: .container{width:300px;background:red;} .inner_div{float:left;width:200px;font:12px arial;} The red background in the container div will not expand when you add content to the inner div. So here is a simple trick to get the container div to expand. Just add .container{overflow:hidden;} Added by Webdevelopertut in cate […]
// the directory, where your images are stored $imgdir = '/images/'; // list of filetypes you $allowed_types = array('png','jpg','jpeg','gif'); want to show $dimg = opendir($imgdir); while($imgfile = readdir($dimg)) { if(in_array(strtolower(substr($imgfile,-3)),$allowed_types)) { $a_img[] = $imgfile; sort($a_ […]
If you are making an image scalable using css, for example: img { width: 100%; } it is worth also setting the adjacent dimension to auto, overiding any previously defined value: img { width: 100%; height: auto; } This will maintain the aspect ratio of the image and stop it from being stretched or squashed. Added by James Fenton in category CSS
CSS & PHP galleries need web submissions to survive and keep their web browsers coming back to 'borrow' ideas from other web designers. Submit your idea to these galleries and if you're featured you'll get bumped up search engine free ranking listings. I've had over 2500 visitors in less than 5 weeks and from being the last man s […]
Whenever you happen to write your own plugin, always remember to use jQuery instead of $ to refer to the library, the reason being jQuery usage makes for a correct noConflict() call. Added by Giulio Bai in category JQuery
Not everyone wants to print your blogged article AND comments too. Add "page-break-before: always" to your CSS code for #comments to add a page break at the end of the article. Added by Giulio Bai in category Design
Keep a online scapbook of website designs/elements that you enjoy. Then refer to it when you need some inspiration (don't copy mind!). I tend to use Flickr (http://www.flickr.com/photos/31361323@N02/) because you can tag images and add notes directly to the screenshots. I use ScreenGrab to take screenshots of websites: https://addons.mozilla.org/en-US/f […]