< Browse > Home /

| RSS

Reliance NetConnect aka Net Connect 3.1 from Reliance Big Internet and My Experiences with it

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Really big numbers in Internet Access:
Recently while on vacation in India I needed some form of Internet access. Unfortunately it turned out that getting a short term connection from BSNL (incumbent provider) was in the too hard basket. So [...]

[ More ] January 23rd, 2010 | No Comments | Posted in Life |

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 |

Approximating Linear Cost Computation for Polynomial Cost Computation Problems

Polynomial cost computation is simply not scalable while linear cost computation is usually scalable depending on the angle of its growth slope. Fixed cost computation is almost always guaranteed to be scalable regardless of the data size. For this reason linear cost computation is always preferable to polynomial cost computation. The fact that fixed cost [...]

[ More ] March 1st, 2009 | No Comments | Posted in 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 |

Offloading Heavy Processing In Dot Net Web Applications

Executing heavy long running processing jobs within the application page lifecycle hardly ever desirable from a user experience point of view.
After all no user likes to click a button and wait 5 minutes for a response.
So how can we handle this?
This is where IIS application pools comes in to save the day. Lets take a [...]

[ More ] February 27th, 2009 | 1 Comment | Posted in Software Development |

High Performance Remoting for Network Computing

“remoting remoting everywhere not a drop to drink.” This is often the case when it comes to finding a remoting solution for network computing applications.
The primary remoting requirement for network computing applications is maximum throughput of transactions.
Just to make this clear consider the following two scenarios:
1) An EDI application that executes 10,000 transactions per hour [...]

[ More ] February 24th, 2009 | 1 Comment | Posted in Software Development |

The Information Technology Bozo Explosion

So what exactly is a bozo explosion ?
Since I just made up that term lets define it.
Bozo Explosion: An ever increasing congregation of Bozo’s within a single demographic.
The Information Technology Bozo
The I.T. Bozo comes in two flavors:

The Multi Skill I.T. Bozo.
The Got No Clue I.T. Bozo.

First the Multi Skill I.T. Bozo – A Work of [...]

[ More ] February 22nd, 2009 | 1 Comment | Posted in I.T. |

What is wrong with the I.T. department

Well if you are reading this then the chances are that something is indeed wrong with your IT department. If not then count yourself among the lucky few.
Disclaimer: This article contains many generalizations and it is important to bear in mind that there is always an exception to the rule. The generalizations here are merely [...]

[ More ] September 10th, 2008 | 1 Comment | Posted in I.T. |

A social networking study – What went wrong

A recent study by Synovate states that “58% of people don’t know what social networking is” and goes further to show survey results that one third of people are losing interest in social networking. You can also find this study discussed discussed here.
It looks like this study while making an attempt to look at the [...]

[ More ] September 6th, 2008 | No Comments | Posted in Social Networking |

Increasing Performance in Dot Net Web Applications by Caching Relatively Static Data.

Increasing performance in dot net web applications by caching static data.
Least effort maximum return method for increasing the performance of dot net web applications. Benefits of data caching and how to best implement data caching. Read more
All but the most trivial of web applications store their data within database tables. This data can generally be [...]

[ More ] September 2nd, 2008 | No Comments | Posted in Software Development |
  • Page 1 of 2
  • 1
  • 2
  • >