Tagged Questions

0
votes
2answers
24 views

VB.NET Module - Can I force the use of <Module_Name>.Public_Member_Name when accessing pub. Members?

I have a situation where I have several VB.NET Modules in the same Logical-Module of a large application. I would like the update function of each module to be public, but I woul …
5
votes
3answers
86 views

Ruby: class C includes module M; including module N in M does not affect C. What gives?

More verbosely, I have a module Narf, which provides essential features to a range of classes. Specifically, I want to affect all classes that inherit Enumerable. So I include Narf …
3
votes
3answers
74 views

Best way to build websites or applications with modular / reusable components

If I come to the point where I get a job that has almost identical requirements as a previous job, I try my best to reuse and repurpose previous work. It is never that easy and it …
1
vote
3answers
59 views

Google Analytics-like module for Drupal site behind firewall?

Anyone know how to use Google Analytics for a Drupal-powered company intranet site behind our firewall? and/or Anyone know of a good analytics-style module for Drupal that can te …
0
votes
1answer
60 views

python package import fails

I've got a trac installation which works correctly from the command line. I deployed the trac.cgi to the proper directory, but when I open the page, I get: Trac detected an intern …
1
vote
1answer
116 views

.NET mixed multi-file assembly

I need to create a .NET assembly composed of 2 modules: 1 internal (in the DLL) with native code and 1 external (in a .netmodule file). This would be easy to do, except for the na …
0
votes
1answer
11 views

Module ‘eAccelerator’ already loaded php warning

I'm getting this PHP warning in my error_log and want to get it fixed. I'm told it is loaded within php.ini which I've verified as well as a bunch of configuration settings for th …
2
votes
2answers
34 views

Is there a way to get Splint or a similar static checker to work with Linux Kernel modules?

I compiled ( no warnings ) the hello-5.c example from "The Linux Kernel Module Programming Guide" and when I tried to insmod it, I received the following error: insmod: error inse …
0
votes
3answers
32 views

What units does the PostgreSQL “earthdistance” module use?

I'm guessing that the units it uses is meters (m), but it doesn't seem clear from the documentation I've found. Is this correct? If so, just to verify, in order to convert betwee …
0
votes
2answers
33 views

Yii framework - how to specify the same access rules for all controllers of the module?

I created module for admin specific operations. I don't want to write the same access rules for every controller, it's not pretty coding style.
0
votes
1answer
29 views

How to load a joomla module in jquery dropdown panel

Hi, I want to load my top-menu in a dropdown panel. I used this "jquery dropdown plugin" and it just works great for a html static content. But I'm going to load a joomla position …
0
votes
0answers
37 views

Problems building a DNN module using Linq to SQL

I am building a module using linq to SQL and I am running into some problems. I have been following Michal Washington's tutorial on adefwebserver.com. The problem is that VB does n …
0
votes
3answers
70 views

Php include using ajax

Hi, I'm creating a web page that is built using "modules", in other words the page is put together using other php files. On one side of my page there is a div container with some …
2
votes
5answers
113 views

How can I find out where a Perl module is installed?

How do get the path of a installed Perl module by name, e.g. Time::HiRes? I want this just because I have to run my perl script on different nodes of a SGE Grid Engine system. Som …
0
votes
1answer
18 views

Joomla web service module

I am looking for a Joomla web service module to allow users to create a user login and add posts and comments. I am writing a standalone mobile version of my joomla site and I nee …

1 2 3 4 5 18 next
15 30 50 per page