Shaikh Sonny Aman’s Blog

Lets learn and share!

safari jquery keypress event bind problem for arrow key!

Its a little post just to share with you that today I was working on keyboard navigation with javascript. Surprisingly the arrow keys was not working at all while using $(document).keypress(function(event){alert(’in here’)}) on Safari browser! Even the alert was not firing up!!
Anyway, for this you need to use $(document).keyup solved the problem
Check the [...]

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 [...]

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 [...]