Shaikh Sonny Aman’s Blog

previously www.mailtoaman.com

Lightwieght VOIP billing software using mysql,servlet and ajax

Though I don’t like to do extra work beside my day job, but there are some people (and some offer :P)  whom I don’t like to refuse. Surely the work must be interesting.
Before some days,  one of my ex bosses gave a project to build a VOIP billing software. I was studying SIP protocol for [...]

JQuery custom attribute selector, extending JQuery

Problem: In my current project, i had many links and divs whichperforms some tasks as they are clicked. say, some are links inthe list which shows categories, clicking this links, i need to showthe items. Again, clicking each item, i need do some other tasks. Inthis way, all the action links/divs can be categorized.
I [...]

SQL Server permission problem in vista solved

Recently I migrated to Window Vista and enjoying its cool looksand features.
I was facing a weird problem with SQL Server. I am using SQL Server2005 express edition that was available with VS 2005.
When I was trying to create a database the following problem raised:
 
As a result, I could not create any Database !! I [...]

Windows live Writer

Have you ever tried windows live writer ? Try it once. I bet, you wont be able to stop blogging !!
Its a great blogging tool with every feature you will ever need. Have a look at the screen shot:

Sorry for the background, I forgot to close the VS 2008. )
The first tool that could [...]

How to create polls with Polldaddy

 So, you like have some polls showed up on your site? What should you do ? Design database, design the models and finally passing hours together with image processor to give a nice look.
There  is a easy solution offered by Polldaddy. Create an account instantly in polldaddy, create your poll. You can configure questions in [...]

CSS tab style submenu with jquery

Undoubtedly CSS is a powerful way to produce lightweight and slick effects on web sites. Not only good look, enhanced usability can be achieved by using CSS at a very low bandwidth… you won’t need lotz of javascripts. But, to enable interactivity with the user, their should be some sort of scripting. Thats the role [...]

Ajax : A simple and basic example with callback function

The function takes the request url and a function as parameter. The function as parameter is used as call back function whe ajax status is ready.
Feel free to use the code.
function sendRequest(req,fn){ // alert(req); var xmlHttp; try { // Firefox, Opera 8.0+, Safari [...]

Ajax : A simple and basic example with callback function

The function takes the request url and a function as parameter. The function as parameter is used as call back function whe ajax status is ready.
Feel free to use the code.
function sendRequest(req,fn){ // alert(req); var xmlHttp; try { // Firefox, Opera 8.0+, Safari [...]