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

| RSS

Free Web Cron Application for Windows

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 files can get pretty messy real fast.
Being even more annoyed than usual today I figured I [...]

[ 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 | 8 Comments | Posted in Code Samples |