manage

Managing Browser History in Ajax

I am using ajax in my site. if a user enters a query and select a category, i will updates the page with result with ajax. also i updates the url with hash value which shows query and category seperated by a '&'. what i want is tht when the browser back button is pressed i want to display the previous result without reloading. what i am ...

Android : Upgrading (reinstall app) causing android:manageSpaceActivity to run?

We have a bit of an issue where we are trying to figure out what is causing the problem. Can anyone clear up when android:manageSpaceActivity is run? We know if you click on the ManageSpace button under the Application information under manage applications it runs the code. We have some users saying they did an upgrade of our applicati...

How to get current request num in jQuery ajax manager plugin?

Hi, I'm working on school project witch sends multiply ajax request at the same time. I'm using ajax manager plugin, here is link (http://www.protofunc.com/scripts/jquery/ajaxManager/jquery.ajaxmanager.js) Is there way to get current request number?? Best regards, ...

Managing active state (jQuery)

<ul> <li><a href="#">item 1</a></li> <li><a href="#">item 2</a></li> <li><a href="#">item 3</a></li> </ul> On click, I'd like to addclass active to the parent li element while also removing the active class from any other element which may be active already. Thanks! ...

How to manage servlet cookies in two different glassfish servers?

Rigth now I am using two glassfish servers for my application. At the time of loggin in I set the cookie in first server in following manner, Cookie userCokey1=null; userCokey1=new Cookie("userName", new String(Base64.encodeBase64(userName.getBytes()))); userCokey1.setPath("http://192.168.1.132:8080/touch/"); res.addCookie(userCokey1); ...

How to manage poperty files for different application instances?

Hi All! I think in our project we have the common problem for really big projects... We have 4 regions in which our system is installed - Europe, USA, ASIA and Japan.. Each region has 3 types of environment - dev, test and prod. For each environment we have property file where we are specifying configurations for instances. In whole we ...

Is there a app or python package for managing background python script add,execute,stop ?

I want an app or python package that can 1.Dynamicly add python script to the background 2.Execute a specificed time 3.Check is this python script is running, 4.Also i can kill the current execute script. Is already has such package,so i needn't care about cron,at,check processing is running etc. Any advice is appreciated Cron on...