Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
96 views

Using Django to manage XML configuration file

We're using Django to mange a set of XML configuration files through the django-admin interface. Currently, I'm converting the XML values/hierarchies into Django models. After this, we also need to ...
2
votes
3answers
143 views

Threadpool using upto 200 threads, please help!

i have this code which i run with queued 10,000, even when a max of 50 is set but the threadpool counts goes to high. can anyone help me fish out the fault Public Sub DoWork(ByVal objItem As Object) ...
2
votes
3answers
269 views

Cakephp, what is it good for?

I hear a lot about cakephp, it's even a requirement for some hiring companies on job boards. I'm a beginner programming but I like making things from scratch because I understand everything and it ...
2
votes
2answers
2k views

Managing active state

<ul> <li><a href="#">item 1</a></li> <li><a href="#">item 2</a></li> <li><a href="#">item 3</a></li> ...
1
vote
1answer
36 views

wmq: how to create queue via mq client connected to queue manager

I am running queue manager QM1 on am-wmq-ux01:1414, mq client is running on am-wmqc-ux01. I would be interested how can I create new mq objects on QM1 using mq client connection from am-wmqc-ux01? ...
1
vote
2answers
82 views

Django can't find settings

I have a Django project that contains a "config" folder, which has a "settings_dev.py" file inside of it which is my settings file. If I try doing anything with manage.py, it complains that it can't ...
1
vote
1answer
236 views

Wordpress, filter pages in Admin edit screen

Is it possible to 'filter' which pages are shown in the 'edit' screen for pages ( http://cl.ly/6nLC ) in Wordpress? I have looked in the action / hook section of Wordpress for plugin developers but I ...
1
vote
1answer
189 views

IIS 7.0 IIS Manager does not have the option “Manage Packages” available

Trying to deploy a mvc package, but looking at the instructions here: http://vishaljoshi.blogspot.com/2009/07/importing-web-package-into-iis-manager.html I do not see the "Manage Packages" option ...
1
vote
1answer
339 views

Django manage.py runserver verbosity

Is there a way to make the runserver command completely quiet or just display errors like 404 or 500 ?? verbosity option has no effect on it... thank you !
1
vote
2answers
84 views

Manage Tags for entries of the website with JS and PHP

In my webiste, I classify all my entries by categories, wich its becoming a little confusing as I have like 3.000 entries now. so, I need to implement tags. I know all the website use them now, ...
1
vote
1answer
537 views

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

I'm working on school project witch sends multiply ajax request at the same time. I'm using ajax manager plugin, here is link ...
1
vote
1answer
653 views

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 ...
0
votes
1answer
7 views

How to manage SQLite database via (S)FTP?

I'm looking for a tool to manage a SQLite database. There is the Firefox Plugin out there, but I would need to open and view the contents of a SQLite database via FTP (or better SFTP/SCP). Currently I ...
0
votes
3answers
59 views

SQL database in iPhone

I'd like to write an app which use Core Data and need some solution to insert information into my database. Could I use phpmyadmin for filling the db and then just export to sql or I need another ...
0
votes
0answers
98 views

How do I manage cookies in Android?

I'm developing a game that has two versions, a desktop version and an Android version. My friend, who is developing the PC version has make a JSON API, so I can call an httpRequest to a .php file ...
0
votes
1answer
1k views

NSInternalInconsistencyException while deleting/inserting rows in UITabelView

I need to create an app with tableView. For now I can just load/reload all data in my table. To add/delete operation tableView has editing mode. But the problem is that in this mode tableView shows ...
0
votes
1answer
26 views

How to create a group that can only manage registered users in Joomla

I'm making a website for a client and Joomla, I want the client to be able to manage users on the site / delete them if necessary, but that is it, I don't want them to be able to see or do anything ...
0
votes
1answer
20 views

Push updated code to installs

I am trying to automate an update mechanism which will push updates to all its installed instances. All the code stays on the server (no third party installs), however each install is independant from ...
0
votes
1answer
48 views

web confg (XML) Document Transform in visual studio 2010

I've been digging for something to help manage deployments between environments and haven't found anything that works as neatly as I'd like. At the moment, I've got a web project in vs2010 which needs ...
0
votes
0answers
96 views

ManageAjax getXHR issues

I'm having trouble accessing the XHR. I thought the correct way was this, but I get undefined for the id in the getData function. console.log($.manageAjax.getXHR('get_manual_tender_details')); ...
0
votes
1answer
22 views

can i use DEBUG_NEW on managed code?

can i use: #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif in managed code? like c# or managed c++? thank you for your explanation.
0
votes
1answer
124 views

cakePHP - Managing a database CakeSessions

After saving the session of the app in the database, I could see that the data is saved in json, if I remember correctly, but how to manage them, log out someone and / or modify the duration of the ...
0
votes
1answer
22 views

Is it possible to link multiple sites to one OpenID?

I have a hobby site and a professional site, and right now my OpenID is only linked to one. Is it possible to link to both? Is this a good idea?
0
votes
1answer
113 views

Syncdb not syncing few databases table in Django

Initially i started one project in Django installed cms , admin and few other apps. Then i started new project , it was working fine . But now when i try to add same apps like cms , backend admin ...
0
votes
1answer
173 views

gcroot has no value

I have a curious problem with a managed object in unmanaged code. I have this C++/CLI module that bridges C++ and C# code. I have a structure like this: template <class T> struct ...
0
votes
2answers
60 views

Start and manage an Application.app's view from another cocoa app?

I'm in the situation where I love the Terminal.app of the mac, but I would love to add some further enhancements, like split views, terminal sets, etc. Basically I tried to rebuild the Terminal.app ...
0
votes
1answer
211 views

How to manage Facebook api response data

I am developing an app for iPhone and I am sending this url to facebook: https://graph.facebook.com/search?type=checkin&access_token=ACCESS_TOKEN and the facebook reply something like this: { ...
0
votes
0answers
61 views

OBIEE Presentation Services Administration Log

While modifying some permissions in the "Manage Interactive Dashboards" task in OBIEE Presentation Services Analytics Administration, I noticed that someone else is playing around. How can I know who ...
0
votes
1answer
108 views

How to manage project with signed assembly in .NET?

Visual Studio 2008(C#).....I have 3 project in one solution(win application). In every project I've been signing using project properties signing tab to one MySigned.snk. How to manage build ...
0
votes
1answer
126 views

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 ...
0
votes
1answer
32 views

How to manage poperty files for different application instances?

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 - ...
-1
votes
2answers
43 views

Manage a team of programmers who are in different states [closed]

I have a problem guys.I have a complex script and actually 4 to 6 programmers work on it mainly at the same time.The problem is that they live in different states and they sometimes work in the same ...