NTFS for Mac OS X beats down the barriers between Windows and Mac OS X. Effectively solves the communication problems between the Mac system and NTFS, providing full read and write access to Windows NTFS partitions under Mac OS X. Excellent solution for end users, SOHO and Enterprise, supports all NTFS versions from Windows NT …
Monthly Archives: December 2010
Tv tune | Advanced Communication Technology For HDTVs
Features The TV Tune Features Guide gives you a quick snapshot of all of TV Tune’s features. Click here to download the PDF.
CSS placeholder
<input id=”email” name=”email” placeholder=”insert email” /> input::-webkit-input-placeholder { color: red; } ::-webkit-input-placeholder { color: red; } :-moz-placeholder { color: red; }
Deep linking for Flash and Ajax
Deep linking for Flash and Ajax SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich …
Linux Common Commands
This is a linux command line reference for common operations. Examples marked with • are valid/safe to paste without modification into a terminal, so you may want to keep a terminal window open while reading this so you can cut & paste. All these commands have been tested both on Fedora and Ubuntu. See also …
PHP Word Wrap
string chunk_split ( string $body [, int $chunklen = 76 [, string $end = “\r\n” ]] ) < ?php // format $data using RFC 2045 semantics $new_string = chunk_split(base64_encode($data)); ?>