How To Compress JavaScript Files SafelyJuly 4th, 2006 List of high quality javascript compressors. Feel free to add to this list in your comments.
How To Quickly Backup HSQLDB Database...July 31st, 2007 HSQLDB is a high performance RDBMS written in pure Java. It can be used as a in-memory database or regular file based database.
Dovecot: How To Enable Secure (SSL) IMAP & POP3 With (Free) Self-Signed CertificateNovember 9th, 2007 First you should learn how to create a self-signed certificate using OpenSSL (free). After that it is a simple matter of copying the files to appropriate location and enabling dovecot to use SSL authentication.
How To: PHP Script To Windows EXE File GenerationMarch 22nd, 2008 PHP files are scripts which are interpreted by php interpreter (php.exe in windows). Converting them to exe files makes it easy to distribute PHP applications to Windows users.
How To Exclude Files From Displaying in Subversion Status Command?October 25th, 2006 Often you have files in your subversion directiory which you do not want to commit / check-in. Such files could be compiled files, intermediate files used for data processing etc.
Subversion: How To Ignore Files From Status DisplayJune 23rd, 2007 In directories under subversion there may be files which you do not want to add to subversion. Normally such files would show in subversion status (svn stat) with ? in front of them.
How To Recursively Delete Files And Directories Using JavaJune 15th, 2006 How can you recursively delete files and directories in windows? You can select them in explorer (in windows) and delete it, right?
The problem with the explorer approach is that if one or more files and / or directories cannot be deleted then the whole process fails. Try cleaning your Local Settings\temp directory to see an example.
Compressing php output with wp-cache2 WordPress PluginSeptember 18th, 2005 Wp-Cache2 is a WordPress Plugin to cache WordPress generated pages. However it doesn't work with in-built gzip compression.
How To Install Windows msi Files in LinuxJuly 12th, 2008 In Linux wine (or crossover office if you like to pay) is used to execute Windows applications. wine normally open exe files only.
Apache Ant: How To Include Multiple Jar Files In A Single Jar FileAugust 19th, 2008 Apache Ant is an excellent and popular Java based build system. It has several built-in commands (tasks in Ant lingo) one of which allows you to create Jar file from your existing class file and resources.
How To Recover Files From Hard Disk CrashFebruary 13th, 2007 My desktop computers hard-disk crashed today morning without any warning. The S.M.A.R.T.
How to Convert .rar Files into itunes (.mp3) Files on an Apple MacDecember 1st, 2008 If you have downloaded .rar files into your computer and want them to be played through itunes in your Mac, what will you do? You can find lots of descriptions for decompressing .rar files on PCs but no description of how to do so on a mac. Here are some quick and easy steps to get the files you want decompresse onto your computer, iPod, or mp3 player directly.
Simplest Way to Mount / Extract iso files without BurningNovember 14th, 2008 Isn't it pretty annoying to burn any .iso file to make it work? In linux, you have a pretty simple way to mount an iso file without even burning them. This allows you to view the files within the iso file as simply as you would view files in any normal directory.
3 Ways To Selectively Execute HTML Files Using Apache HTTP ServerJanuary 14th, 2007 A very simple way to execute HTML files is by telling the server to parse html files for SSI commands. To do it simply add the following lines to your .htaccess file:
AddType text/html .html
AddHandler server-parsed .html
This has the downside of processing all the html files in that directory and its subdirectories.
How to Store Files or Attach Them to e-mailJuly 30th, 2009 Well, iPhone is no PC, its just a smartphone with extended capabilities and a copious hard drive should at least allow storing and sending of files. Photos and video can be sent directly only from the iPhone's camera roll.