< Browse > Home / Archive by category 'Code Samples'

| RSS

Free Web Cron Application for Windows

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!To cut a long story short I’ve been getting really annoyed creating web crons to execute background jobs for an ever growing number of php sites. What makes it even worse on Windows is that scheduled tasks and batch [...]

[ More ] January 12th, 2010 | 4 Comments | Posted in Code Samples, Software Development |

Increase ASP Dot Net Website Loading Speed Using Web GZip Compression

Sadly a large number ASP.Net web applications on the internet often do not use HTTP GZIP compression.
Most modern browsers support GZIP compression. The benefits of compression are huge essentially significantly reducing the size of the HTML content that needs to be transfered. The end result is that the page loads in the browser in a [...]

[ More ] February 27th, 2009 | 6 Comments | Posted in Code Samples |